/****/
/* line 1, ../sass/template/_base.scss */
body {
  font-size: 16px;
}

/* line 4, ../sass/template/_base.scss */
a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 6, ../sass/template/_base.scss */
a:hover, a:focus, a:active {
  outline: none !important;
  color: #f7ae18;
  text-decoration: none;
}

/* line 13, ../sass/template/_base.scss */
input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
  outline: none !important;
}

/* line 18, ../sass/template/_base.scss */
input[type="button"]:hover, input[type="submit"]:hover, a:hover {
  cursor: pointer;
}

/* line 24, ../sass/template/_base.scss */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 31, ../sass/template/_base.scss */
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
/* line 37, ../sass/template/_base.scss */
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 46, ../sass/template/_base.scss */
h4, .h4, h5, h6, .h5, .h6 {
  line-height: 1.4;
}

/* line 51, ../sass/template/_base.scss */
.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;
}
/* line 60, ../sass/template/_base.scss */
.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;
}

/* line 66, ../sass/template/_base.scss */
.label {
  color: #26263e;
}

/* line 70, ../sass/template/_base.scss */
.list-menu ul li {
  list-style: none;
  padding: 15px 2px;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 75, ../sass/template/_base.scss */
.list-menu ul li:last-child {
  border-bottom: none;
}

/* line 80, ../sass/template/_base.scss */
ul {
  margin: 0;
  padding-left: 30px;
}
/* line 83, ../sass/template/_base.scss */
ul ul {
  padding-left: 20px;
}
/* line 86, ../sass/template/_base.scss */
ul li {
  list-style: inherit;
}
/* line 88, ../sass/template/_base.scss */
ul li i {
  margin-right: 3px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

/* line 97, ../sass/template/_base.scss */
.item-list ul li {
  margin-left: 0;
}

/* line 103, ../sass/template/_base.scss */
ul.menu > li {
  position: relative;
  padding: 8px 0;
}
/* line 106, ../sass/template/_base.scss */
ul.menu > li > a {
  padding-left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
}
/* line 110, ../sass/template/_base.scss */
ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {
  color: #f7ae18;
}

/* line 117, ../sass/template/_base.scss */
ul.feature-list {
  margin: 10px 0;
  padding-left: 0;
}
/* line 120, ../sass/template/_base.scss */
ul.feature-list > li {
  padding-left: 25px;
  position: relative;
  list-style: none;
  margin-bottom: 8px;
}
/* line 125, ../sass/template/_base.scss */
ul.feature-list > li:after {
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  color: #f7ae18;
  font-weight: 900;
  font-size: 14px;
}

/* line 140, ../sass/template/_base.scss */
ul.inline > li {
  float: left;
  margin-left: 5px;
}

/* line 147, ../sass/template/_base.scss */
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}
/* line 155, ../sass/template/_base.scss */
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border-color: #dee2e6;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}
/* line 164, ../sass/template/_base.scss */
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 171, ../sass/template/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 175, ../sass/template/_base.scss */
a.disable {
  pointer-events: none;
  cursor: default;
}

/* line 180, ../sass/template/_base.scss */
.form-text {
  margin-top: 0;
}

/************************* Pagination ************************/
/* line 184, ../sass/template/_base.scss */
.pager {
  text-align: center;
}
/* line 186, ../sass/template/_base.scss */
.pager ul.pager__items {
  display: inline-block;
  margin: 20px 0 30px;
  padding: 0;
}
/* line 190, ../sass/template/_base.scss */
.pager ul.pager__items > li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
/* line 194, ../sass/template/_base.scss */
.pager ul.pager__items > li a {
  border: 1px solid #dee2e6;
  font-weight: 600;
  display: inline-block;
  line-height: 34px;
  margin: 0 1px;
  text-align: center;
  margin-right: 10px;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
}
/* line 206, ../sass/template/_base.scss */
.pager ul.pager__items > li a:last-child {
  margin-right: 0;
}
/* line 209, ../sass/template/_base.scss */
.pager ul.pager__items > li a:hover {
  background: #f7ae18;
  color: #fff;
  border-color: #f7ae18;
}
/* line 215, ../sass/template/_base.scss */
.pager ul.pager__items > li.pager__item--next {
  font-size: 14px;
}
/* line 218, ../sass/template/_base.scss */
.pager ul.pager__items > li.pager__item--last {
  font-size: 14px;
}
/* line 222, ../sass/template/_base.scss */
.pager ul.pager__items > li.is-active a {
  background: #f7ae18;
  color: #fff;
  border-color: #f7ae18;
}

/* line 232, ../sass/template/_base.scss */
.breadcrumb-content-inner {
  margin-bottom: 30px;
  text-align: center;
}
/* line 235, ../sass/template/_base.scss */
.breadcrumb-content-inner .page-title {
  max-width: 600px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 11;
  font-size: 54px;
  line-height: 68px;
  font-weight: 700;
}
/* line 246, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
  padding: 160px 0 160px;
  margin-bottom: 45px;
  position: relative;
  background-size: cover;
}
@media (max-width: 991.98px) {
  /* line 246, ../sass/template/_base.scss */
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    padding: 80px 0;
  }
}
/* line 255, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light {
  color: #b8b8d3;
}
/* line 257, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
  color: #fff;
}
/* line 260, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links {
  color: #b8b8d3;
}
/* line 262, ../sass/template/_base.scss */
.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: #b8b8d3;
  font-weight: 500;
  text-transform: capitalize;
}
/* line 266, ../sass/template/_base.scss */
.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: #b8b8d3;
}
/* line 273, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
  position: relative;
  z-index: 11;
}
/* line 276, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
  display: inline-block;
}
/* line 278, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
  font-weight: 400;
  color: #b8b8d3;
}
/* line 281, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
  color: #26263e;
}
/* line 283, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
  color: #f7ae18;
}
/* line 291, ../sass/template/_base.scss */
.breadcrumb-content-inner .gva-parallax-background .gva-parallax-inner {
  background-position: center center;
  background-size: cover;
}

/* line 297, ../sass/template/_base.scss */
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;
}

/* line 304, ../sass/template/_base.scss */
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: #fff;
}

/* line 309, ../sass/template/_base.scss */
.hidden {
  display: none !important;
}

/* line 313, ../sass/template/_base.scss */
.pull-left {
  float: left;
}

/* line 317, ../sass/template/_base.scss */
.pull-right {
  float: right;
}

@media (max-width: 767px) {
  /* line 323, ../sass/template/_base.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 328, ../sass/template/_base.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 333, ../sass/template/_base.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 338, ../sass/template/_base.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 1, ../sass/template/_layout.scss */
html {
  overflow-x: hidden;
}

/* line 4, ../sass/template/_layout.scss */
body {
  overflow-x: hidden;
}
/* line 6, ../sass/template/_layout.scss */
body.boxed {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
  background-color: #EAF1F7;
}
/* line 11, ../sass/template/_layout.scss */
body.boxed div.body-page {
  background: #fff;
}
/* line 15, ../sass/template/_layout.scss */
body .body-page {
  background-color: #fff;
}

/* line 20, ../sass/template/_layout.scss */
.topbar {
  background: #26263E;
  color: #b8b8d3;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 500;
}
/* line 26, ../sass/template/_layout.scss */
.topbar a {
  text-decoration: underline;
  color: #fff;
}
/* line 29, ../sass/template/_layout.scss */
.topbar a:hover {
  color: #f7ae18;
}
/* line 33, ../sass/template/_layout.scss */
.topbar .block {
  margin: 0 !important;
}
/* line 36, ../sass/template/_layout.scss */
.topbar .topbar-content-inner {
  padding-right: 35px;
}
/* line 39, ../sass/template/_layout.scss */
.topbar .topbar-content-inner .gva-search-region .icon {
  color: #fff;
}
/* line 45, ../sass/template/_layout.scss */
.topbar .topbar-text .icon {
  font-size: 12px;
  margin-right: 8px;
  color: #f7ae18;
}

/* line 55, ../sass/template/_layout.scss */
.language-box .links > li {
  margin-right: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1;
  margin-top: 5px;
  float: right;
}
/* line 61, ../sass/template/_layout.scss */
.language-box .links > li.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 68, ../sass/template/_layout.scss */
.gv-sticky-menu {
  position: static;
  top: -75px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
}

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

/* line 85, ../sass/template/_layout.scss */
.area.slideshow_content .block {
  margin-bottom: 0;
}

/* line 91, ../sass/template/_layout.scss */
.area-panel {
  padding: 30px 0;
}

/* line 96, ../sass/template/_layout.scss */
.header-right .block {
  margin-bottom: 0;
}

/* line 101, ../sass/template/_layout.scss */
.promotion {
  padding: 0;
  margin-bottom: 0;
}

/* line 106, ../sass/template/_layout.scss */
#page-main-content {
  min-height: 360px;
}
@media (max-width: 767.98px) {
  /* line 106, ../sass/template/_layout.scss */
  #page-main-content {
    min-height: 100px;
  }
}

/* line 116, ../sass/template/_layout.scss */
.main-menu .area-main-menu .area-inner .block {
  margin-bottom: 0;
}

/* line 123, ../sass/template/_layout.scss */
.sidebar {
  position: relative;
}

/* line 128, ../sass/template/_layout.scss */
#footer {
  color: #b8b8d3;
  line-height: 26px;
  background: #26263E;
}
/* line 132, ../sass/template/_layout.scss */
#footer a {
  color: #b8b8d3;
}
/* line 134, ../sass/template/_layout.scss */
#footer a:hover, #footer a:focus {
  color: #fff;
  text-decoration: underline;
}
/* line 139, ../sass/template/_layout.scss */
#footer .label {
  color: #b8b8d3;
}
/* line 142, ../sass/template/_layout.scss */
#footer .before-footer {
  padding: 50px 0 0;
}
/* line 145, ../sass/template/_layout.scss */
#footer .footer-center {
  padding: 120px 0 80px;
}
/* line 148, ../sass/template/_layout.scss */
#footer .block {
  padding-bottom: 0;
}
/* line 150, ../sass/template/_layout.scss */
#footer .block .block-title {
  margin: 0 0 40px;
}
/* line 152, ../sass/template/_layout.scss */
#footer .block .block-title span {
  font-weight: 600;
  color: #fff !important;
}
/* line 158, ../sass/template/_layout.scss */
#footer .copyright {
  background: #222237;
}
/* line 160, ../sass/template/_layout.scss */
#footer .copyright .copyright-inner {
  padding: 35px 0;
}
/* line 163, ../sass/template/_layout.scss */
#footer .copyright .block {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  /* line 168, ../sass/template/_layout.scss */
  #footer .column {
    margin-bottom: 30px;
  }
}

/* line 2, ../sass/template/_header.scss */
.quick-side-icon {
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
/* line 8, ../sass/template/_header.scss */
.quick-side-icon .icon {
  font-size: 20px;
  line-height: 1;
}

/* line 14, ../sass/template/_header.scss */
.gva-quick-side {
  position: fixed;
  width: 350px;
  top: 0;
  right: -355px;
  z-index: 99;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 50px 30px 20px;
  overflow-x: hidden;
  height: 100%;
}
@media (max-width: 355px) {
  /* line 14, ../sass/template/_header.scss */
  .gva-quick-side {
    width: 100%;
  }
}
/* line 29, ../sass/template/_header.scss */
.gva-quick-side .quick-side-close {
  margin-bottom: 30px;
  font-size: 16px;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #F3F5FA;
  line-height: 42px;
  text-align: center;
}
/* line 38, ../sass/template/_header.scss */
.gva-quick-side .quick-side-close:hover {
  background: #f7ae18;
  color: #fff;
}
/* line 44, ../sass/template/_header.scss */
.gva-quick-side .content-inner .block {
  text-align: left;
}
/* line 46, ../sass/template/_header.scss */
.gva-quick-side .content-inner .block .block-title {
  text-align: left;
  font-weight: 600;
}
/* line 51, ../sass/template/_header.scss */
.gva-quick-side .content-inner ul {
  width: 100%;
}
/* line 53, ../sass/template/_header.scss */
.gva-quick-side .content-inner ul > li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/* line 57, ../sass/template/_header.scss */
.gva-quick-side .content-inner ul > li:last-child {
  border-bottom: none;
}
/* line 60, ../sass/template/_header.scss */
.gva-quick-side .content-inner ul > li a {
  padding: 0;
  font-size: 14px;
}
/* line 63, ../sass/template/_header.scss */
.gva-quick-side .content-inner ul > li a:hover, .gva-quick-side .content-inner ul > li a:active, .gva-quick-side .content-inner ul > li a:focus {
  color: #f7ae18 !important;
}
/* line 70, ../sass/template/_header.scss */
.gva-quick-side .block {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
/* line 76, ../sass/template/_header.scss */
.gva-quick-side .block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 81, ../sass/template/_header.scss */
.gva-quick-side.open {
  right: 0;
  width: 352px;
}

/* line 88, ../sass/template/_header.scss */
header .site-branding-logo {
  padding: 26px 0 10px;
  display: inline-block;
  max-height: 95px;
  height: auto;
}
@media (max-width: 767.98px) {
  /* line 96, ../sass/template/_header.scss */
  header .site-branding {
    text-align: left;
    padding-bottom: 10px;
  }
  /* line 100, ../sass/template/_header.scss */
  header .header-right-inner, header .header-right-inner .block {
    text-align: center !important;
  }
}
/* line 104, ../sass/template/_header.scss */
header .header-main {
  padding: 0;
  background: none;
}
@media (max-width: 991.98px) {
  /* line 109, ../sass/template/_header.scss */
  header .main-menu-inner {
    width: 100%;
  }
}
/* line 114, ../sass/template/_header.scss */
header .area-main-menu .navigation {
  position: static;
}
/* line 116, ../sass/template/_header.scss */
header .area-main-menu .navigation ul.gva_menu {
  position: static;
}
/* line 121, ../sass/template/_header.scss */
header .block {
  overflow: visible;
}
@media (max-width: 575.98px) {
  /* line 124, ../sass/template/_header.scss */
  header .header-right {
    display: none;
  }
}
/* line 128, ../sass/template/_header.scss */
header .header-right .header-information {
  display: inline-block;
  text-align: left;
  margin-right: 100px;
}
/* line 132, ../sass/template/_header.scss */
header .header-right .header-information:first-child {
  margin-right: 0;
}
/* line 135, ../sass/template/_header.scss */
header .header-right .header-information .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 62px;
  background: #F3F5FA;
  border-radius: 50%;
  padding-top: 18px;
}
/* line 144, ../sass/template/_header.scss */
header .header-right .header-information .content {
  padding-top: 10px;
}
/* line 146, ../sass/template/_header.scss */
header .header-right .header-information .content .label {
  display: block;
  color: #787887;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
/* line 153, ../sass/template/_header.scss */
header .header-right .header-information .content .text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #26263e;
  line-height: 24px;
}
/* line 162, ../sass/template/_header.scss */
header .header-right .header-information.icon-left .icon {
  float: left;
}
/* line 165, ../sass/template/_header.scss */
header .header-right .header-information.icon-left .content {
  padding-left: 75px;
}
/* line 170, ../sass/template/_header.scss */
header .header-right .header-information.icon-right .icon {
  float: right;
}
@media (max-width: 991.98px) {
  /* line 170, ../sass/template/_header.scss */
  header .header-right .header-information.icon-right .icon {
    float: left;
  }
}
/* line 176, ../sass/template/_header.scss */
header .header-right .header-information.icon-right .content {
  padding-right: 75px;
}
@media (max-width: 991.98px) {
  /* line 176, ../sass/template/_header.scss */
  header .header-right .header-information.icon-right .content {
    padding-right: 0;
    padding-left: 75px;
  }
}
/* line 190, ../sass/template/_header.scss */
header .header-right .header-information {
  float: right;
}

/* line 197, ../sass/template/_header.scss */
.gva-search-region {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  z-index: 9;
  line-height: 1;
}
@media (max-width: 991.98px) {
  /* line 197, ../sass/template/_header.scss */
  .gva-search-region {
    right: 75px;
  }
}
/* line 207, ../sass/template/_header.scss */
.gva-search-region .icon {
  font-size: 16px;
  color: #26263e;
}
/* line 210, ../sass/template/_header.scss */
.gva-search-region .icon:hover {
  cursor: pointer;
}
/* line 214, ../sass/template/_header.scss */
.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;
}
/* line 226, ../sass/template/_header.scss */
.gva-search-region .search-content form.search-block-form {
  padding-right: 95px;
  position: relative;
}
/* line 229, ../sass/template/_header.scss */
.gva-search-region .search-content form.search-block-form input#edit-keys {
  height: 35px;
  padding: 5px;
  border: 1px solid #dee2e6;
  background: none;
  width: 100%;
}
/* line 236, ../sass/template/_header.scss */
.gva-search-region .search-content form.search-block-form input[id*="edit-submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  background: #f7ae18;
  color: #fff;
  border: none;
  font-size: 12px;
  width: 90px;
}
/* line 249, ../sass/template/_header.scss */
.gva-search-region .search-content form.search-block-form input[id*="edit-submit"]:hover {
  cursor: pointer;
}
/* line 254, ../sass/template/_header.scss */
.gva-search-region .search-content #edit-actions {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 260, ../sass/template/_header.scss */
.gva-search-region.show .search-content {
  display: block;
}

/* line 266, ../sass/template/_header.scss */
header.header-default {
  position: relative;
  background: #fff;
  z-index: 99;
}
/* line 271, ../sass/template/_header.scss */
header.header-default .gva-search-region .icon {
  color: #26263e;
}
/* line 276, ../sass/template/_header.scss */
header.header-default .header-main-inner .branding {
  width: 180px;
  float: left;
}
/* line 280, ../sass/template/_header.scss */
header.header-default .header-main-inner .header-inner {
  padding-left: 180px;
  padding-right: 65px;
}
@media (max-width: 767.98px) {
  /* line 280, ../sass/template/_header.scss */
  header.header-default .header-main-inner .header-inner {
    padding-right: 0;
  }
}
/* line 287, ../sass/template/_header.scss */
header.header-default .header-main-inner .quick-side-icon {
  margin-top: -14px;
}
/* line 290, ../sass/template/_header.scss */
header.header-default .header-main-inner .gva-search-region {
  margin-top: -10px;
}
/* line 293, ../sass/template/_header.scss */
header.header-default .header-main-inner .gva-offcanvas-mobile {
  float: right;
}
/* line 297, ../sass/template/_header.scss */
header.header-default .stuck {
  background: #fff;
}
/* line 300, ../sass/template/_header.scss */
header.header-default .main-menu-inner {
  float: left;
}

/* line 306, ../sass/template/_header.scss */
header.header-1 .header-main {
  padding: 35px 0;
  background: #fff;
}
/* line 309, ../sass/template/_header.scss */
header.header-1 .header-main .site-branding-logo {
  padding: 12px 0 0;
}
@media (max-width: 575.98px) {
  /* line 309, ../sass/template/_header.scss */
  header.header-1 .header-main .site-branding-logo {
    padding-bottom: 20px;
  }
}
/* line 314, ../sass/template/_header.scss */
header.header-1 .header-main .site-branding-logo .logo-white {
  display: none;
}
/* line 319, ../sass/template/_header.scss */
header.header-1 .header-main .header-info .header-icon {
  color: #f7ae18;
}
/* line 322, ../sass/template/_header.scss */
header.header-1 .header-main .header-info .title {
  color: #26263e;
}
/* line 327, ../sass/template/_header.scss */
header.header-1 .block {
  margin-bottom: 0;
}
/* line 330, ../sass/template/_header.scss */
header.header-1 .main-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
/* line 332, ../sass/template/_header.scss */
header.header-1 .main-menu .area-inner {
  padding: 0;
}
/* line 335, ../sass/template/_header.scss */
header.header-1 .main-menu ul.gva_menu_main {
  float: left;
}
@media (max-width: 575px) {
  /* line 341, ../sass/template/_header.scss */
  header.header-1 .branding {
    width: 100%;
    text-align: center;
  }
  /* line 345, ../sass/template/_header.scss */
  header.header-1 .right-header {
    width: 100%;
    text-align: center;
  }
  /* line 348, ../sass/template/_header.scss */
  header.header-1 .right-header .header-info {
    display: inline-block;
  }
  /* line 350, ../sass/template/_header.scss */
  header.header-1 .right-header .header-info .content-inner {
    text-align: left;
  }
}
/* line 356, ../sass/template/_header.scss */
header.header-1 .stuck {
  background: #fff;
}

/* line 361, ../sass/template/_header.scss */
header.header-v2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: none;
  margin-top: 10px;
}
/* line 370, ../sass/template/_header.scss */
header.header-v2 .header-main-inner .branding {
  width: 190px;
  float: left;
}
@media (max-width: 991.98px) {
  /* line 370, ../sass/template/_header.scss */
  header.header-v2 .header-main-inner .branding {
    width: 170px;
  }
}
/* line 377, ../sass/template/_header.scss */
header.header-v2 .header-main-inner .site-branding-logo {
  padding-top: 28px;
}
/* line 379, ../sass/template/_header.scss */
header.header-v2 .header-main-inner .site-branding-logo img {
  display: none;
}
/* line 381, ../sass/template/_header.scss */
header.header-v2 .header-main-inner .site-branding-logo img.logo-white {
  display: block !important;
  visibility: visible !important;
}
/* line 387, ../sass/template/_header.scss */
header.header-v2 .header-main-inner .header-inner {
  padding-left: 200px;
  padding-right: 68px;
}
@media (max-width: 991.98px) {
  /* line 387, ../sass/template/_header.scss */
  header.header-v2 .header-main-inner .header-inner {
    padding-left: 180px;
  }
}
@media (max-width: 767.98px) {
  /* line 387, ../sass/template/_header.scss */
  header.header-v2 .header-main-inner .header-inner {
    padding-right: 0;
  }
}
/* line 397, ../sass/template/_header.scss */
header.header-v2 .header-main-inner .gva-offcanvas-mobile {
  float: right;
}
/* line 402, ../sass/template/_header.scss */
header.header-v2 .quick-side-icon .icon a {
  color: #fff;
}
/* line 407, ../sass/template/_header.scss */
header.header-v2 .gva-search-region .icon {
  color: #fff !important;
}
/* line 411, ../sass/template/_header.scss */
header.header-v2 .stuck {
  background: #26263e !important;
}
/* line 414, ../sass/template/_header.scss */
header.header-v2 .main-menu-inner {
  float: left;
}
@media (min-width: 992px) {
  /* line 418, ../sass/template/_header.scss */
  header.header-v2 .main-menu-inner .navigation .gva_menu > li > a {
    color: #fff;
  }
  /* line 420, ../sass/template/_header.scss */
  header.header-v2 .main-menu-inner .navigation .gva_menu > li > a:hover {
    color: #f7ae18;
  }
}
/* line 427, ../sass/template/_header.scss */
header.header-v2 #menu-bar span {
  background: #fff;
}

/* line 432, ../sass/template/_header.scss */
header.header-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  /* line 432, ../sass/template/_header.scss */
  header.header-v3 {
    position: static;
    margin-top: 0;
  }
}
/* line 445, ../sass/template/_header.scss */
header.header-v3 .gva-search-region .icon {
  color: #26263e;
}
/* line 449, ../sass/template/_header.scss */
header.header-v3 .header-main-inner {
  background: #fff;
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  /* line 449, ../sass/template/_header.scss */
  header.header-v3 .header-main-inner {
    margin-top: 0;
  }
}
/* line 456, ../sass/template/_header.scss */
header.header-v3 .header-main-inner .branding {
  width: 190px;
  float: left;
}
/* line 460, ../sass/template/_header.scss */
header.header-v3 .header-main-inner .header-inner {
  padding-left: 200px;
  padding-right: 60px;
}
@media (max-width: 767.98px) {
  /* line 460, ../sass/template/_header.scss */
  header.header-v3 .header-main-inner .header-inner {
    padding-right: 0;
  }
}
/* line 467, ../sass/template/_header.scss */
header.header-v3 .header-main-inner .gva-offcanvas-mobile {
  float: right;
}
/* line 472, ../sass/template/_header.scss */
header.header-v3 .stuck {
  background: #fff;
}
/* line 474, ../sass/template/_header.scss */
header.header-v3 .stuck .header-main-inner {
  margin-top: 0;
}
/* line 478, ../sass/template/_header.scss */
header.header-v3 .main-menu-inner {
  float: left;
}

/* line 3, ../sass/template/_page.scss */
body.hidden-title .node--view-mode-full .header-title {
  display: none !important;
}

/* ----- Maintenance page ----- */
/* line 10, ../sass/template/_page.scss */
body.maintenance-page {
  background-color: #fff;
  color: #000;
}

/* line 14, ../sass/template/_page.scss */
.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;
}

/* line 23, ../sass/template/_page.scss */
.maintenance-page #page {
  margin: 10px;
}

/* line 26, ../sass/template/_page.scss */
.maintenance-page #main-wrapper {
  min-height: inherit;
}

/* line 29, ../sass/template/_page.scss */
.maintenance-page #header {
  width: auto;
}

/* line 32, ../sass/template/_page.scss */
.maintenance-page #main {
  margin: 0;
}

/* line 35, ../sass/template/_page.scss */
.maintenance-page .content .section {
  padding: 0 0 0 10px;
  /* LTR */
}

/* line 38, ../sass/template/_page.scss */
[dir="rtl"] .maintenance-page .content .section {
  padding-left: 0;
  padding-right: 10px;
}

/* line 42, ../sass/template/_page.scss */
.maintenance-page #header {
  background-color: #fff;
  background-image: none;
}

/* line 46, ../sass/template/_page.scss */
.maintenance-page .site-branding-text {
  margin-bottom: 50px;
  margin-left: 0;
  /* LTR */
  padding-top: 20px;
  font-size: 90%;
}

/* line 52, ../sass/template/_page.scss */
[dir="rtl"] .maintenance-page .site-branding-text {
  margin-right: 0;
}

/* line 55, ../sass/template/_page.scss */
.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;
}

/* line 61, ../sass/template/_page.scss */
.maintenance-page .page-title {
  line-height: 1em;
  margin-top: 0;
}

@media all and (min-width: 800px) {
  /* line 66, ../sass/template/_page.scss */
  .maintenance-page #page-wrapper {
    width: 800px;
  }

  /* line 69, ../sass/template/_page.scss */
  .maintenance-page #header div.section,
  .maintenance-page #main {
    width: 700px;
  }
}
@media all and (min-width: 600px) {
  /* line 75, ../sass/template/_page.scss */
  .maintenance-page #page {
    margin: 20px 40px 40px;
  }
}
/* line 80, ../sass/template/_page.scss */
.page-notfound {
  text-align: center;
  padding: 150px 0;
  background: #f6f6f6;
}
@media (max-width: 767.98px) {
  /* line 80, ../sass/template/_page.scss */
  .page-notfound {
    padding: 50px 0;
  }
}
/* line 87, ../sass/template/_page.scss */
.page-notfound header {
  display: none !important;
}
/* line 90, ../sass/template/_page.scss */
.page-notfound .big-title {
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  color: #26263e;
  line-height: 1;
}
@media (max-width: 767.98px) {
  /* line 90, ../sass/template/_page.scss */
  .page-notfound .big-title {
    font-size: 90px;
  }
}
/* line 100, ../sass/template/_page.scss */
.page-notfound .sub-title {
  color: #999999;
  padding: 30px 0;
}
/* line 104, ../sass/template/_page.scss */
.page-notfound .content {
  color: #666666;
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  /* line 104, ../sass/template/_page.scss */
  .page-notfound .content {
    padding: 0 20px;
  }
}
/* line 114, ../sass/template/_page.scss */
.page-notfound .action {
  text-align: center;
  margin-top: 30px;
}
/* line 117, ../sass/template/_page.scss */
.page-notfound .action a {
  font-size: 16px;
  color: #f7ae18;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 123, ../sass/template/_page.scss */
.page-notfound .action a:hover {
  color: #26263e;
}

/* line 130, ../sass/template/_page.scss */
.view-page {
  margin-bottom: 50px;
}

/* line 134, ../sass/template/_page.scss */
.portfolio-single {
  padding-bottom: 30px;
}
/* line 138, ../sass/template/_page.scss */
.portfolio-single .portfolio-images .owl-nav .owl-prev {
  left: 20px !important;
}
/* line 141, ../sass/template/_page.scss */
.portfolio-single .portfolio-images .owl-nav .owl-next {
  right: 20px !important;
}
/* line 145, ../sass/template/_page.scss */
.portfolio-single .portfolio-images .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* line 152, ../sass/template/_page.scss */
.portfolio-single .post-title {
  font-size: 24px;
  padding: 0;
  margin: 0 0 10px;
}
/* line 158, ../sass/template/_page.scss */
.portfolio-single .post-meta .line {
  width: 10px;
  height: 2px;
  background: #f7ae18;
  margin: 0 10px 0 4px;
  display: inline-block;
  position: relative;
  top: -3px;
}
/* line 167, ../sass/template/_page.scss */
.portfolio-single .portfolio-informations {
  margin-bottom: 15px;
}
/* line 169, ../sass/template/_page.scss */
.portfolio-single .portfolio-informations .item-information {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
}
/* line 173, ../sass/template/_page.scss */
.portfolio-single .portfolio-informations .item-information span:first-child {
  font-weight: 700;
  min-width: 120px;
  display: inline-block;
}
/* line 182, ../sass/template/_page.scss */
.portfolio-single .post-content ul {
  padding-left: 20px;
  margin-top: 15px;
}

/* line 190, ../sass/template/_page.scss */
.team-single-page .team-name {
  margin-bottom: 30px;
}
/* line 192, ../sass/template/_page.scss */
.team-single-page .team-name .name {
  font-size: 30px;
  font-weight: 600;
  color: #26263e;
  line-height: 42px;
}
/* line 198, ../sass/template/_page.scss */
.team-single-page .team-name .job {
  font-size: 12px;
  color: #999999;
}
/* line 202, ../sass/template/_page.scss */
.team-single-page .team-name .line {
  text-align: center;
  float: left;
}
/* line 205, ../sass/template/_page.scss */
.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;
}
/* line 210, ../sass/template/_page.scss */
.team-single-page .team-name .line span.one {
  background: #5EB4E7;
  margin-left: 0;
}
/* line 214, ../sass/template/_page.scss */
.team-single-page .team-name .line span.second {
  background: #F8C44F;
}
/* line 217, ../sass/template/_page.scss */
.team-single-page .team-name .line span.three {
  background: #F49626;
  margin-right: 0;
}
/* line 224, ../sass/template/_page.scss */
.team-single-page .socials {
  margin-top: 10px;
}
/* line 227, ../sass/template/_page.scss */
.team-single-page .heading {
  font-size: 18px;
  font-weight: 600;
  color: #26263e;
}
/* line 232, ../sass/template/_page.scss */
.team-single-page .team-contact {
  margin-bottom: 20px;
}
/* line 235, ../sass/template/_page.scss */
.team-single-page .team-skills {
  margin-top: 15px;
}
/* line 237, ../sass/template/_page.scss */
.team-single-page .team-skills .team-skill {
  margin-bottom: 15px;
}
/* line 239, ../sass/template/_page.scss */
.team-single-page .team-skills .team-skill .progress-label {
  font-size: 14px;
}
/* line 245, ../sass/template/_page.scss */
.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
  font-size: 14px;
  line-height: 28px;
}
/* line 251, ../sass/template/_page.scss */
.team-single-page .team-education .field__item {
  padding-left: 20px;
  position: relative;
}
/* line 254, ../sass/template/_page.scss */
.team-single-page .team-education .field__item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f7ae18;
  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;
}
/* line 266, ../sass/template/_page.scss */
.team-single-page .team-info {
  margin-bottom: 30px !important;
}
/* line 269, ../sass/template/_page.scss */
.team-single-page .team-quote {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
/* line 275, ../sass/template/_page.scss */
.team-single-page .team-quote:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #f7ae18;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}

/* line 291, ../sass/template/_page.scss */
.page-user-login, .page-user-register, .page-user-pass {
  position: relative;
}
/* line 293, ../sass/template/_page.scss */
.page-user-login h1, .page-user-register h1, .page-user-pass h1 {
  text-align: center;
  padding-bottom: 8px;
  font-size: 28px;
  font-family: 'Telenor', sans-serif;
  font-weight: normal;
}
/* line 301, ../sass/template/_page.scss */
.page-user-login .bg, .page-user-register .bg, .page-user-pass .bg {
  background: #152C49;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
/* line 309, ../sass/template/_page.scss */
.page-user-login input, .page-user-register input, .page-user-pass input {
  max-width: 100%;
}
/* line 312, ../sass/template/_page.scss */
.page-user-login #page-main-content, .page-user-register #page-main-content, .page-user-pass #page-main-content {
  min-height: 50px;
}
/* line 315, ../sass/template/_page.scss */
.page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 50px auto 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 767.98px) {
  /* line 315, ../sass/template/_page.scss */
  .page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
    margin-top: 35px;
  }
}
/* line 329, ../sass/template/_page.scss */
.page-user-login .branding, .page-user-register .branding, .page-user-pass .branding {
  margin-bottom: 20px;
}
/* line 332, ../sass/template/_page.scss */
.page-user-login .container, .page-user-register .container, .page-user-pass .container {
  padding: 0;
}
/* line 335, ../sass/template/_page.scss */
.page-user-login .nav-tabs, .page-user-register .nav-tabs, .page-user-pass .nav-tabs {
  margin-bottom: 20px;
}
/* line 338, ../sass/template/_page.scss */
.page-user-login .nav-tabs > li > a, .page-user-register .nav-tabs > li > a, .page-user-pass .nav-tabs > li > a {
  padding: 8px 20px 0 0 !important;
}

/* line 347, ../sass/template/_page.scss */
.path-node .field--name-body h1, .path-node .field--name-body h2, .path-node .field--name-body h3, .path-node .field--name-body h4, .path-node .field--name-body h5, .path-node .field--name-body h6, .path-node .field--name-body .h1, .path-node .field--name-body .h2, .path-node .field--name-body .h3, .path-node .field--name-body .h4, .path-node .field--name-body .h5, .path-node .field--name-body .h6 {
  margin-top: 15px;
}
/* line 350, ../sass/template/_page.scss */
.path-node .field--name-body ul {
  margin: 0 0 15px;
}

/* line 2, ../sass/template/_node.scss */
.post-block .post-image {
  border-radius: 4px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
}
/* line 6, ../sass/template/_node.scss */
.post-block .post-image img {
  border-radius: 4px;
}
/* line 9, ../sass/template/_node.scss */
.post-block .post-image .post-created {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  top: -29px;
  left: 20px;
  z-index: 11;
  background: #fff;
  padding: 14px;
  color: #26263e;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  transition: all 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
/* line 25, ../sass/template/_node.scss */
.post-block .post-image .post-created > span {
  display: block;
}
/* line 29, ../sass/template/_node.scss */
.post-block .post-image a {
  position: relative;
  display: block;
}
/* line 34, ../sass/template/_node.scss */
.post-block .post-image:hover a:before, .post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 39, ../sass/template/_node.scss */
.post-block .post-content {
  padding: 25px 0 0;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.post-block .post-content:before, .post-block .post-content:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.post-block .post-content:after {
  clear: both;
}
/* line 43, ../sass/template/_node.scss */
.post-block .post-title {
  padding: 0;
  display: block;
  line-height: 34px;
  font-weight: 600;
  font-size: 22px;
  color: #26263e;
  word-wrap: break-word;
}
/* line 52, ../sass/template/_node.scss */
.post-block .post-meta {
  font-size: 13px;
  font-weight: 500;
  color: #9b9b9b;
  margin: 0;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.post-block .post-meta:before, .post-block .post-meta:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.post-block .post-meta:after {
  clear: both;
}
/* line 59, ../sass/template/_node.scss */
.post-block .post-created {
  position: relative;
}
/* line 62, ../sass/template/_node.scss */
.post-block .post-categories {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}
/* line 66, ../sass/template/_node.scss */
.post-block .post-categories a {
  color: #f7ae18;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 1.5;
}
/* line 76, ../sass/template/_node.scss */
.post-block .post-categories a:hover {
  color: #f7ae18;
}
/* line 81, ../sass/template/_node.scss */
.post-block .post-readmore {
  margin-top: 20px;
}
/* line 83, ../sass/template/_node.scss */
.post-block .post-readmore a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.35s;
  color: #787887;
}
/* line 88, ../sass/template/_node.scss */
.post-block .post-readmore a:hover {
  text-decoration: underline;
  color: #f7ae18;
}
/* line 95, ../sass/template/_node.scss */
.post-block:hover .post-image {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* line 97, ../sass/template/_node.scss */
.post-block:hover .post-image .post-created {
  background: #f7ae18;
  color: #fff;
}

/* line 106, ../sass/template/_node.scss */
.post-block-2 .post-content {
  padding: 25px 0 0;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.post-block-2 .post-content:before, .post-block-2 .post-content:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.post-block-2 .post-content:after {
  clear: both;
}
/* line 110, ../sass/template/_node.scss */
.post-block-2 .post-title {
  margin: 0 0 10px;
}

/* line 115, ../sass/template/_node.scss */
.post-footer {
  margin-top: 25px;
}
/* line 119, ../sass/template/_node.scss */
.post-footer .item-list ul li {
  margin-bottom: 15px !important;
}
/* line 121, ../sass/template/_node.scss */
.post-footer .item-list ul li:last-child {
  border: none;
  margin-bottom: 0 !important;
}
/* line 125, ../sass/template/_node.scss */
.post-footer .item-list ul li .post-block {
  background: transparent !important;
}
/* line 127, ../sass/template/_node.scss */
.post-footer .item-list ul li .post-block .post-title {
  font-size: 14px;
}
/* line 129, ../sass/template/_node.scss */
.post-footer .item-list ul li .post-block .post-title a {
  color: #fff;
  font-weight: 400;
}
/* line 132, ../sass/template/_node.scss */
.post-footer .item-list ul li .post-block .post-title a:hover {
  color: #f7ae18;
}
/* line 137, ../sass/template/_node.scss */
.post-footer .item-list ul li .post-block .post-meta {
  color: rgba(255, 255, 255, 0.8);
}
/* line 139, ../sass/template/_node.scss */
.post-footer .item-list ul li .post-block .post-meta .post-categories {
  font-size: 12px;
}
/* line 141, ../sass/template/_node.scss */
.post-footer .item-list ul li .post-block .post-meta .post-categories a {
  font-size: 10px;
}

/* line 153, ../sass/template/_node.scss */
.owl-carousel .post-block {
  margin-bottom: 0 !important;
}

/* line 159, ../sass/template/_node.scss */
.post-style-grid .post-block {
  padding-top: 50px;
  margin-bottom: 35px;
}

/* line 165, ../sass/template/_node.scss */
.gallery-post {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
/* line 171, ../sass/template/_node.scss */
.gallery-post:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-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: #f7ae18;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 182, ../sass/template/_node.scss */
.gallery-post .post-title {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 11;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 193, ../sass/template/_node.scss */
.gallery-post .images {
  overflow: hidden;
  position: relative;
}
/* line 196, ../sass/template/_node.scss */
.gallery-post .images img {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}
/* line 200, ../sass/template/_node.scss */
.gallery-post a.zoomGallery {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background: #fff;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  color: #26263e;
  font-size: 18px;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 680px) {
  /* line 200, ../sass/template/_node.scss */
  .gallery-post a.zoomGallery {
    opacity: 1;
  }
}
/* line 217, ../sass/template/_node.scss */
.gallery-post a.zoomGallery:hover {
  background: #26263e;
  color: #fff;
}
/* line 223, ../sass/template/_node.scss */
.gallery-post:hover:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 226, ../sass/template/_node.scss */
.gallery-post:hover .post-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 229, ../sass/template/_node.scss */
.gallery-post:hover a.zoomGallery {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 237, ../sass/template/_node.scss */
.style-dark .post-block {
  background: transparent;
}
/* line 239, ../sass/template/_node.scss */
.style-dark .post-block .post-title {
  background: transparent;
}
/* line 241, ../sass/template/_node.scss */
.style-dark .post-block .post-title a {
  color: #fff;
}
/* line 243, ../sass/template/_node.scss */
.style-dark .post-block .post-title a:hover {
  color: #f7ae18;
}

/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.post-style-horizontal .post-block:before, .post-style-horizontal .post-block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.post-style-horizontal .post-block:after {
  clear: both;
}

/* line 261, ../sass/template/_node.scss */
.node--view-mode-full .post-thumbnail {
  margin-bottom: 10px;
}
/* line 263, ../sass/template/_node.scss */
.node--view-mode-full .post-thumbnail iframe {
  min-height: 400px;
}
/* line 268, ../sass/template/_node.scss */
.node--view-mode-full .post-title {
  margin: 0;
}
/* line 271, ../sass/template/_node.scss */
.node--view-mode-full .post-categories {
  padding-bottom: 0;
  margin-bottom: 5px;
}

/* line 277, ../sass/template/_node.scss */
.node-detail {
  padding-bottom: 35px;
}
/* line 279, ../sass/template/_node.scss */
.node-detail iframe {
  width: 100%;
  display: block;
}
/* line 283, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery {
  overflow: hidden;
}
/* line 285, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 287, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {
  margin-left: 100px;
}
/* line 290, ../sass/template/_node.scss */
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
  margin-right: 100px;
}
/* line 295, ../sass/template/_node.scss */
.node-detail .post-title {
  margin-top: 10px;
  font-size: 24px;
}
/* line 299, ../sass/template/_node.scss */
.node-detail .post-meta {
  margin-bottom: 20px;
}
/* line 302, ../sass/template/_node.scss */
.node-detail .field--name-field-tags {
  margin-top: 20px;
}
/* line 304, ../sass/template/_node.scss */
.node-detail .field--name-field-tags .field__item {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 310, ../sass/template/_node.scss */
.node-detail .field--name-field-tags .field__item a {
  background: #F3F5FA;
  padding: 2px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 314, ../sass/template/_node.scss */
.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: #f7ae18;
  color: #fff;
}

/* line 325, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block, .categories-view-content.layout-masonry .post-block {
  margin-bottom: 30px;
  text-align: left;
}
/* line 328, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-categories, .categories-view-content.layout-masonry .post-block .post-categories {
  margin: 0;
}
/* line 330, ../sass/template/_node.scss */
.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;
}
/* line 335, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-title, .categories-view-content.layout-masonry .post-block .post-title {
  padding: 0;
}
/* line 338, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-meta, .categories-view-content.layout-masonry .post-block .post-meta {
  margin-top: 0;
}
/* line 341, ../sass/template/_node.scss */
.categories-view-content.layout-grid .post-block .post-body, .categories-view-content.layout-masonry .post-block .post-body {
  padding: 10px 0 15px;
}
/* line 344, ../sass/template/_node.scss */
.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;
}
/* line 352, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block {
  margin-bottom: 0;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.categories-view-content.layout-list .post-block:before, .categories-view-content.layout-list .post-block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.categories-view-content.layout-list .post-block:after {
  clear: both;
}
/* line 355, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-thumbnail {
  width: 45%;
  float: left;
}
@media (max-width: 575.98px) {
  /* line 355, ../sass/template/_node.scss */
  .categories-view-content.layout-list .post-block .post-thumbnail {
    width: 100%;
  }
}
/* line 362, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-title {
  padding: 0;
  margin: 0;
}
/* line 366, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-content {
  width: 55%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  /* line 366, ../sass/template/_node.scss */
  .categories-view-content.layout-list .post-block .post-content {
    width: 100%;
  }
}
/* line 373, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-content .post-categories {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 377, ../sass/template/_node.scss */
.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
  margin: 0;
}

/* line 387, ../sass/template/_node.scss */
.post-style-list ul > li {
  margin-bottom: 30px !important;
}
/* line 390, ../sass/template/_node.scss */
.post-style-list .post-block {
  clear: both;
  padding-top: 30px;
}
/* line 393, ../sass/template/_node.scss */
.post-style-list .post-block .post-image {
  width: 38%;
  float: left;
}
@media (max-width: 767.98px) {
  /* line 393, ../sass/template/_node.scss */
  .post-style-list .post-block .post-image {
    width: 100%;
  }
}
/* line 399, ../sass/template/_node.scss */
.post-style-list .post-block .post-image img {
  height: auto;
  width: 100%;
}
/* line 404, ../sass/template/_node.scss */
.post-style-list .post-block .post-meta {
  margin-top: 2px;
}
/* line 407, ../sass/template/_node.scss */
.post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 62%;
  padding-left: 30px;
  float: left;
}
@media (max-width: 767.98px) {
  /* line 407, ../sass/template/_node.scss */
  .post-style-list .post-block .post-content {
    width: 100%;
    padding-left: 0;
  }
}
/* line 417, ../sass/template/_node.scss */
.post-style-list .post-block .post-title {
  padding-top: 0;
}
/* line 421, ../sass/template/_node.scss */
.post-style-list .post-block.no-image .post-content {
  width: 100%;
  padding-left: 0;
}

/* line 429, ../sass/template/_node.scss */
.post-list-small {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 20px;
}
/* line 435, ../sass/template/_node.scss */
.post-list-small .item-list ul li {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
/* line 439, ../sass/template/_node.scss */
.post-list-small .item-list ul li:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
  border: 0;
}
/* line 447, ../sass/template/_node.scss */
.post-list-small .post-block {
  clear: both;
  background: none;
}

/* line 454, ../sass/template/_node.scss */
.post-list-small-2 .item-list {
  margin-top: 30px;
}
/* line 457, ../sass/template/_node.scss */
.post-list-small-2 .item-list ul li {
  margin-bottom: 20px !important;
}
/* line 459, ../sass/template/_node.scss */
.post-list-small-2 .item-list ul li:last-child {
  margin-bottom: 0 !important;
}
/* line 465, ../sass/template/_node.scss */
.post-list-small-2 .post-block {
  clear: both;
  background: none;
}
/* line 468, ../sass/template/_node.scss */
.post-list-small-2 .post-block .post-image {
  width: 80px;
  float: left;
}
/* line 471, ../sass/template/_node.scss */
.post-list-small-2 .post-block .post-image img {
  height: auto;
  width: 100%;
  border-radius: 4px;
}
/* line 477, ../sass/template/_node.scss */
.post-list-small-2 .post-block .post-content {
  padding-left: 95px;
  padding-top: 0;
}
/* line 481, ../sass/template/_node.scss */
.post-list-small-2 .post-block .post-title {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
/* line 488, ../sass/template/_node.scss */
.post-list-small-2 .post-block .post-meta {
  position: relative;
}

/* line 497, ../sass/template/_node.scss */
.post-list-small-3 .item-list ul li {
  margin-bottom: 20px !important;
}
/* line 499, ../sass/template/_node.scss */
.post-list-small-3 .item-list ul li:last-child {
  margin-bottom: 0 !important;
}
/* line 505, ../sass/template/_node.scss */
.post-list-small-3 .post-block {
  clear: both;
  background: none;
}
/* line 508, ../sass/template/_node.scss */
.post-list-small-3 .post-block .post-image {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  float: left;
}
/* line 513, ../sass/template/_node.scss */
.post-list-small-3 .post-block .post-content {
  padding-left: 78px;
  padding-top: 0;
}
/* line 516, ../sass/template/_node.scss */
.post-list-small-3 .post-block .post-content .post-title {
  padding: 0;
  margin: 0;
}
/* line 519, ../sass/template/_node.scss */
.post-list-small-3 .post-block .post-content .post-title a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #787887;
  display: inline-block;
}
/* line 525, ../sass/template/_node.scss */
.post-list-small-3 .post-block .post-content .post-title a:hover {
  color: #26263e;
  text-decoration: underline;
}

/* line 538, ../sass/template/_node.scss */
.post-slider.post-block {
  position: relative;
}
/* line 540, ../sass/template/_node.scss */
.post-slider.post-block .post-inner {
  position: relative;
}
/* line 542, ../sass/template/_node.scss */
.post-slider.post-block .post-inner:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
/* line 552, ../sass/template/_node.scss */
.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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 767.98px) {
  /* line 552, ../sass/template/_node.scss */
  .post-slider.post-block .post-meta-wrap {
    padding: 20px;
  }
}
/* line 563, ../sass/template/_node.scss */
.post-slider.post-block .post-meta-wrap .post-title {
  padding: 0 0 2px;
}
/* line 565, ../sass/template/_node.scss */
.post-slider.post-block .post-meta-wrap .post-title a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  /* line 565, ../sass/template/_node.scss */
  .post-slider.post-block .post-meta-wrap .post-title a {
    font-size: 15px;
  }
}
/* line 573, ../sass/template/_node.scss */
.post-slider.post-block .post-meta-wrap .post-title a:hover {
  color: #f7ae18 !important;
}
/* line 579, ../sass/template/_node.scss */
.post-slider.post-block .post-body {
  margin-top: 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767.98px) {
  /* line 579, ../sass/template/_node.scss */
  .post-slider.post-block .post-body {
    display: none;
  }
}
/* line 587, ../sass/template/_node.scss */
.post-slider.post-block .post-meta {
  color: #fff;
}
/* line 590, ../sass/template/_node.scss */
.post-slider.post-block .post-categories {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 592, ../sass/template/_node.scss */
.post-slider.post-block .post-categories a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background: #f7ae18;
  padding: 2px 10px;
}

/* line 1, ../sass/template/_style.scss */
.box-margin-0 {
  margin-bottom: 0;
}

/* line 4, ../sass/template/_style.scss */
.box-margin-small {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  /* line 4, ../sass/template/_style.scss */
  .box-margin-small {
    margin-bottom: 20px;
  }
}

/* line 10, ../sass/template/_style.scss */
.box-margin-medium {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  /* line 10, ../sass/template/_style.scss */
  .box-margin-medium {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  /* line 10, ../sass/template/_style.scss */
  .box-margin-medium {
    margin-top: 10px;
  }
}

/* line 19, ../sass/template/_style.scss */
.box-margin-large {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  /* line 19, ../sass/template/_style.scss */
  .box-margin-large {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  /* line 19, ../sass/template/_style.scss */
  .box-margin-large {
    margin-bottom: 30px;
  }
}

/* line 29, ../sass/template/_style.scss */
.no-margin {
  margin: 0 !important;
}

/* line 32, ../sass/template/_style.scss */
.margin-1 {
  margin-top: -75px;
}
@media (max-width: 767.98px) {
  /* line 32, ../sass/template/_style.scss */
  .margin-1 {
    margin-top: 50px;
  }
}

/* line 38, ../sass/template/_style.scss */
.margin-2 {
  margin-top: -90px;
  padding-top: 60px;
  background: #fff;
}
@media (max-width: 991.98px) {
  /* line 38, ../sass/template/_style.scss */
  .margin-2 {
    margin-top: 0;
    padding-top: 100px;
  }
}
/* line 46, ../sass/template/_style.scss */
.margin-2 > .bb-inner {
  background: #fff;
}

/* line 50, ../sass/template/_style.scss */
.margin-3 {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  /* line 50, ../sass/template/_style.scss */
  .margin-3 {
    margin-top: 50px;
  }
}

/* line 56, ../sass/template/_style.scss */
.margin-4 {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  /* line 56, ../sass/template/_style.scss */
  .margin-4 {
    margin-top: 0;
  }
}

/* line 62, ../sass/template/_style.scss */
.margin-top-0 {
  margin-top: 0 !important;
}

/* line 65, ../sass/template/_style.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 68, ../sass/template/_style.scss */
.margin-top-15 {
  margin-top: 15px !important;
}

/* line 71, ../sass/template/_style.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 74, ../sass/template/_style.scss */
.margin-top-30 {
  margin-top: 30px !important;
}

/* line 77, ../sass/template/_style.scss */
.margin-top-40 {
  margin-top: 40px !important;
}

/* line 80, ../sass/template/_style.scss */
.margin-top-50 {
  margin-top: 50px !important;
}

/* line 83, ../sass/template/_style.scss */
.margin-top-60 {
  margin-top: 60px !important;
}

/* line 87, ../sass/template/_style.scss */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* line 90, ../sass/template/_style.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 93, ../sass/template/_style.scss */
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

/* line 96, ../sass/template/_style.scss */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 99, ../sass/template/_style.scss */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 102, ../sass/template/_style.scss */
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 105, ../sass/template/_style.scss */
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 108, ../sass/template/_style.scss */
.margin-bottom-100 {
  margin-bottom: 100px !important;
}

/* line 112, ../sass/template/_style.scss */
.padding-10 {
  padding: 10px !important;
}

/* line 115, ../sass/template/_style.scss */
.padding-20 {
  padding: 20px !important;
}

/* line 118, ../sass/template/_style.scss */
.padding-30 {
  padding: 30px !important;
}

/* line 121, ../sass/template/_style.scss */
.padding-40 {
  padding: 40px !important;
}

/* line 124, ../sass/template/_style.scss */
.padding-50 {
  padding: 50px !important;
}

/* line 128, ../sass/template/_style.scss */
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

/* line 131, ../sass/template/_style.scss */
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 134, ../sass/template/_style.scss */
.padding-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 137, ../sass/template/_style.scss */
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 140, ../sass/template/_style.scss */
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 143, ../sass/template/_style.scss */
.padding-bottom-40 {
  padding-bottom: 40px !important;
}

/* line 146, ../sass/template/_style.scss */
.padding-bottom-50 {
  padding-bottom: 50px !important;
}

/* line 149, ../sass/template/_style.scss */
.padding-bottom-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 767.98px) {
  /* line 149, ../sass/template/_style.scss */
  .padding-bottom-100 {
    padding-bottom: 30px !important;
  }
}

/* line 157, ../sass/template/_style.scss */
.padding-top-10 {
  padding-top: 10px !important;
}

/* line 160, ../sass/template/_style.scss */
.padding-top-20 {
  padding-top: 20px !important;
}

/* line 163, ../sass/template/_style.scss */
.padding-top-30 {
  padding-top: 30px !important;
}

/* line 166, ../sass/template/_style.scss */
.padding-top-40 {
  padding-top: 40px !important;
}

/* line 169, ../sass/template/_style.scss */
.padding-top-50 {
  padding-top: 50px !important;
}

/* line 173, ../sass/template/_style.scss */
.width-100 {
  max-width: 100px !important;
  margin: 0 auto;
}

/* line 177, ../sass/template/_style.scss */
.width-200 {
  max-width: 200px !important;
  margin: 0 auto;
}

/* line 181, ../sass/template/_style.scss */
.width-300 {
  max-width: 300px !important;
  margin: 0 auto;
}

/* line 185, ../sass/template/_style.scss */
.width-400 {
  max-width: 400px !important;
  margin: 0 auto;
}

/* line 189, ../sass/template/_style.scss */
.width-500 {
  max-width: 500px !important;
  margin: 0 auto;
}

/* line 193, ../sass/template/_style.scss */
.width-600 {
  max-width: 600px !important;
  margin: 0 auto;
}

/* line 197, ../sass/template/_style.scss */
.width-700 {
  max-width: 700px !important;
  margin: 0 auto;
}

/* line 201, ../sass/template/_style.scss */
.width-750 {
  max-width: 750px !important;
  margin: 0 auto;
}

/* line 205, ../sass/template/_style.scss */
.width-800 {
  max-width: 800px !important;
  margin: 0 auto;
}

/* line 209, ../sass/template/_style.scss */
.width-900 {
  max-width: 900px !important;
  margin: 0 auto;
}

/* line 213, ../sass/template/_style.scss */
.width-950 {
  max-width: 950px !important;
  margin: 0 auto;
}

/* line 217, ../sass/template/_style.scss */
.width-1000 {
  max-width: 1000px !important;
  margin: 0 auto;
}

/* line 221, ../sass/template/_style.scss */
.radius-1x {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* line 224, ../sass/template/_style.scss */
.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* line 227, ../sass/template/_style.scss */
.radius-5x {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* line 230, ../sass/template/_style.scss */
.border-1 {
  border: 1px solid #dee2e6;
}

/* line 233, ../sass/template/_style.scss */
.border-2 {
  border: 2px solid #dee2e6;
}

/* line 236, ../sass/template/_style.scss */
.border-3 {
  border: 3px solid #dee2e6;
}

/* line 239, ../sass/template/_style.scss */
.border-4 {
  border: 4px solid #dee2e6;
}

/* line 242, ../sass/template/_style.scss */
.border-5 {
  border: 5px solid #dee2e6;
}

/* line 246, ../sass/template/_style.scss */
.fsize-14 {
  font-size: 14px !important;
}

/* line 247, ../sass/template/_style.scss */
.fsize-15 {
  font-size: 15px !important;
}

/* line 248, ../sass/template/_style.scss */
.fsize-16 {
  font-size: 16px !important;
}

/* line 249, ../sass/template/_style.scss */
.fsize-17 {
  font-size: 17px !important;
}

/* line 250, ../sass/template/_style.scss */
.fsize-18 {
  font-size: 18px !important;
}

/* line 251, ../sass/template/_style.scss */
.fsize-19 {
  font-size: 19px !important;
}

/* line 252, ../sass/template/_style.scss */
.fsize-20 {
  font-size: 20px !important;
}

/* line 253, ../sass/template/_style.scss */
.fsize-21 {
  font-size: 21px !important;
}

/* line 254, ../sass/template/_style.scss */
.fsize-22 {
  font-size: 22px !important;
}

/* line 255, ../sass/template/_style.scss */
.fsize-23 {
  font-size: 23px !important;
}

/* line 256, ../sass/template/_style.scss */
.fsize-24 {
  font-size: 24px !important;
}

/* line 257, ../sass/template/_style.scss */
.fsize-25 {
  font-size: 25px !important;
}

/* line 258, ../sass/template/_style.scss */
.fsize-26 {
  font-size: 26px !important;
}

/* line 259, ../sass/template/_style.scss */
.fsize-27 {
  font-size: 27px !important;
}

/* line 260, ../sass/template/_style.scss */
.fsize-28 {
  font-size: 28px !important;
}

/* line 261, ../sass/template/_style.scss */
.fsize-29 {
  font-size: 29px !important;
}

/* line 262, ../sass/template/_style.scss */
.fsize-30 {
  font-size: 30px !important;
}

/* line 263, ../sass/template/_style.scss */
.fsize-31 {
  font-size: 31px !important;
}

/* line 264, ../sass/template/_style.scss */
.fsize-32 {
  font-size: 32px !important;
}

/* line 265, ../sass/template/_style.scss */
.fsize-33 {
  font-size: 33px !important;
}

/* line 266, ../sass/template/_style.scss */
.fsize-34 {
  font-size: 34px !important;
}

/* line 267, ../sass/template/_style.scss */
.fsize-35 {
  font-size: 35px !important;
}

/* line 268, ../sass/template/_style.scss */
.fsize-36 {
  font-size: 36px !important;
}

/* line 269, ../sass/template/_style.scss */
.fsize-37 {
  font-size: 37px !important;
}

/* line 270, ../sass/template/_style.scss */
.fsize-38 {
  font-size: 38px !important;
}

/* line 271, ../sass/template/_style.scss */
.fsize-39 {
  font-size: 39px !important;
}

/* line 272, ../sass/template/_style.scss */
.fsize-40 {
  font-size: 40px !important;
}

/* line 273, ../sass/template/_style.scss */
.fsize-41 {
  font-size: 41px !important;
}

/* line 274, ../sass/template/_style.scss */
.fsize-42 {
  font-size: 42px !important;
}

/* line 275, ../sass/template/_style.scss */
.fsize-44 {
  font-size: 44px !important;
}

/* line 276, ../sass/template/_style.scss */
.fsize-46 {
  font-size: 46px !important;
}
@media (max-width: 991.98px) {
  /* line 276, ../sass/template/_style.scss */
  .fsize-46 {
    font-size: 38px !important;
  }
}

/* line 282, ../sass/template/_style.scss */
.fsize-48 {
  font-size: 48px !important;
}
@media (max-width: 991.98px) {
  /* line 282, ../sass/template/_style.scss */
  .fsize-48 {
    font-size: 38px !important;
  }
}

/* line 288, ../sass/template/_style.scss */
.fsize-50 {
  font-size: 50px !important;
}
@media (max-width: 991.98px) {
  /* line 288, ../sass/template/_style.scss */
  .fsize-50 {
    font-size: 38px !important;
  }
}

/* line 294, ../sass/template/_style.scss */
.fsize-52 {
  font-size: 52px !important;
}
@media (max-width: 991.98px) {
  /* line 294, ../sass/template/_style.scss */
  .fsize-52 {
    font-size: 38px !important;
  }
}

/* line 300, ../sass/template/_style.scss */
.fsize-54 {
  font-size: 54px !important;
}

/* line 302, ../sass/template/_style.scss */
.fsize-56 {
  font-size: 56px !important;
}
@media (max-width: 991.98px) {
  /* line 302, ../sass/template/_style.scss */
  .fsize-56 {
    font-size: 38px !important;
  }
}

/* line 308, ../sass/template/_style.scss */
.fsize-58 {
  font-size: 58px !important;
}
@media (max-width: 991.98px) {
  /* line 308, ../sass/template/_style.scss */
  .fsize-58 {
    font-size: 38px !important;
  }
}

/* line 314, ../sass/template/_style.scss */
.fsize-60 {
  font-size: 60px !important;
}
@media (max-width: 991.98px) {
  /* line 314, ../sass/template/_style.scss */
  .fsize-60 {
    font-size: 40px !important;
  }
}

/* line 320, ../sass/template/_style.scss */
.fsize-70 {
  font-size: 70px !important;
}
@media (max-width: 991.98px) {
  /* line 320, ../sass/template/_style.scss */
  .fsize-70 {
    font-size: 50px !important;
  }
}

/* line 326, ../sass/template/_style.scss */
.fsize-80 {
  font-size: 80px !important;
}
@media (max-width: 991.98px) {
  /* line 326, ../sass/template/_style.scss */
  .fsize-80 {
    font-size: 50px !important;
  }
}

/* line 332, ../sass/template/_style.scss */
.fsize-90 {
  font-size: 90px !important;
}
@media (max-width: 991.98px) {
  /* line 332, ../sass/template/_style.scss */
  .fsize-90 {
    font-size: 50px !important;
  }
}

/* line 338, ../sass/template/_style.scss */
.fsize-100 {
  font-size: 100px !important;
}
@media (max-width: 991.98px) {
  /* line 338, ../sass/template/_style.scss */
  .fsize-100 {
    font-size: 60px !important;
  }
}

/* line 346, ../sass/template/_style.scss */
.lheight-18 {
  line-height: 18px !important;
}

/* line 347, ../sass/template/_style.scss */
.lheight-19 {
  line-height: 19px !important;
}

/* line 348, ../sass/template/_style.scss */
.lheight-20 {
  line-height: 20px !important;
}

/* line 349, ../sass/template/_style.scss */
.lheight-21 {
  line-height: 21px !important;
}

/* line 350, ../sass/template/_style.scss */
.lheight-22 {
  line-height: 22px !important;
}

/* line 351, ../sass/template/_style.scss */
.lheight-23 {
  line-height: 23px !important;
}

/* line 352, ../sass/template/_style.scss */
.lheight-24 {
  line-height: 24px !important;
}

/* line 353, ../sass/template/_style.scss */
.lheight-25 {
  line-height: 25px !important;
}

/* line 354, ../sass/template/_style.scss */
.lheight-26 {
  line-height: 26px !important;
}

/* line 355, ../sass/template/_style.scss */
.lheight-27 {
  line-height: 27px !important;
}

/* line 356, ../sass/template/_style.scss */
.lheight-28 {
  line-height: 28px !important;
}

/* line 357, ../sass/template/_style.scss */
.lheight-29 {
  line-height: 29px !important;
}

/* line 358, ../sass/template/_style.scss */
.lheight-30 {
  line-height: 30px !important;
}

/* line 359, ../sass/template/_style.scss */
.lheight-31 {
  line-height: 31px !important;
}

/* line 360, ../sass/template/_style.scss */
.lheight-32 {
  line-height: 32px !important;
}

/* line 361, ../sass/template/_style.scss */
.lheight-33 {
  line-height: 33px !important;
}

/* line 362, ../sass/template/_style.scss */
.lheight-34 {
  line-height: 34px !important;
}

/* line 363, ../sass/template/_style.scss */
.lheight-35 {
  line-height: 35px !important;
}

/* line 364, ../sass/template/_style.scss */
.lheight-36 {
  line-height: 36px !important;
}

/* line 365, ../sass/template/_style.scss */
.lheight-37 {
  line-height: 37px !important;
}

/* line 366, ../sass/template/_style.scss */
.lheight-38 {
  line-height: 38px !important;
}

/* line 367, ../sass/template/_style.scss */
.lheight-39 {
  line-height: 39px !important;
}

/* line 368, ../sass/template/_style.scss */
.lheight-40 {
  line-height: 40px !important;
}

/* line 369, ../sass/template/_style.scss */
.lheight-41 {
  line-height: 41px !important;
}

/* line 370, ../sass/template/_style.scss */
.lheight-42 {
  line-height: 42px !important;
}

/* line 371, ../sass/template/_style.scss */
.lheight-43 {
  line-height: 43px !important;
}

/* line 372, ../sass/template/_style.scss */
.lheight-44 {
  line-height: 44px !important;
}

/* line 373, ../sass/template/_style.scss */
.lheight-46 {
  line-height: 46px !important;
}
@media (max-width: 991.98px) {
  /* line 373, ../sass/template/_style.scss */
  .lheight-46 {
    line-height: 38px !important;
  }
}

/* line 379, ../sass/template/_style.scss */
.lheight-48 {
  line-height: 48px !important;
}
@media (max-width: 991.98px) {
  /* line 379, ../sass/template/_style.scss */
  .lheight-48 {
    line-height: 38px !important;
  }
}

/* line 385, ../sass/template/_style.scss */
.lheight-50 {
  line-height: 50px !important;
}
@media (max-width: 991.98px) {
  /* line 385, ../sass/template/_style.scss */
  .lheight-50 {
    line-height: 38px !important;
  }
}

/* line 391, ../sass/template/_style.scss */
.lheight-52 {
  line-height: 52px !important;
}
@media (max-width: 991.98px) {
  /* line 391, ../sass/template/_style.scss */
  .lheight-52 {
    line-height: 38px !important;
  }
}

/* line 397, ../sass/template/_style.scss */
.lheight-54 {
  line-height: 54px !important;
}
@media (max-width: 991.98px) {
  /* line 397, ../sass/template/_style.scss */
  .lheight-54 {
    line-height: 38px !important;
  }
}

/* line 403, ../sass/template/_style.scss */
.lheight-56 {
  line-height: 56px !important;
}
@media (max-width: 991.98px) {
  /* line 403, ../sass/template/_style.scss */
  .lheight-56 {
    line-height: 38px !important;
  }
}

/* line 409, ../sass/template/_style.scss */
.lheight-58 {
  line-height: 58px !important;
}
@media (max-width: 991.98px) {
  /* line 409, ../sass/template/_style.scss */
  .lheight-58 {
    line-height: 38px !important;
  }
}

/* line 415, ../sass/template/_style.scss */
.lheight-60 {
  line-height: 60px !important;
}
@media (max-width: 991.98px) {
  /* line 415, ../sass/template/_style.scss */
  .lheight-60 {
    line-height: 40px !important;
  }
}

/* line 421, ../sass/template/_style.scss */
.lheight-70 {
  line-height: 70px !important;
}
@media (max-width: 991.98px) {
  /* line 421, ../sass/template/_style.scss */
  .lheight-70 {
    line-height: 60px !important;
  }
}

/* line 427, ../sass/template/_style.scss */
.lheight-80 {
  line-height: 80px !important;
}
@media (max-width: 991.98px) {
  /* line 427, ../sass/template/_style.scss */
  .lheight-80 {
    line-height: 70px !important;
  }
}

/* line 433, ../sass/template/_style.scss */
.lheight-90 {
  line-height: 90px !important;
}
@media (max-width: 991.98px) {
  /* line 433, ../sass/template/_style.scss */
  .lheight-90 {
    line-height: 70px !important;
  }
}

/* line 439, ../sass/template/_style.scss */
.lheight-100 {
  line-height: 100px !important;
}
@media (max-width: 991.98px) {
  /* line 439, ../sass/template/_style.scss */
  .lheight-100 {
    line-height: 80px !important;
  }
}

/* line 446, ../sass/template/_style.scss */
.fweight-400 {
  font-weight: 400 !important;
}

/* line 447, ../sass/template/_style.scss */
.fweight-500 {
  font-weight: 500 !important;
}

/* line 448, ../sass/template/_style.scss */
.fweight-600 {
  font-weight: 600 !important;
}

/* line 449, ../sass/template/_style.scss */
.fweight-700 {
  font-weight: 700 !important;
}

/* line 450, ../sass/template/_style.scss */
.fweight-800 {
  font-weight: 800 !important;
}

/* line 451, ../sass/template/_style.scss */
.fweight-900 {
  font-weight: 900 !important;
}

/* line 454, ../sass/template/_style.scss */
.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;
}

/* line 458, ../sass/template/_style.scss */
.padding-responsive {
  padding: 30px 120px;
}
@media (max-width: 767.98px) {
  /* line 458, ../sass/template/_style.scss */
  .padding-responsive {
    padding: 30px;
  }
}

/* line 465, ../sass/template/_style.scss */
.special-margin-top {
  margin-top: -125px;
}
@media (max-width: 767.98px) {
  /* line 465, ../sass/template/_style.scss */
  .special-margin-top {
    margin-top: 30px;
  }
}

/* line 472, ../sass/template/_style.scss */
.special-margin-top-2 {
  margin-top: -120px;
}
@media (max-width: 767.98px) {
  /* line 472, ../sass/template/_style.scss */
  .special-margin-top-2 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

/* line 480, ../sass/template/_style.scss */
.margin-top-contact {
  margin-top: -100px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  /* line 480, ../sass/template/_style.scss */
  .margin-top-contact {
    margin-top: 30px;
    padding-bottom: 45px;
  }
}

/* line 489, ../sass/template/_style.scss */
.padding-lr-15p {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 767.98px) {
  /* line 489, ../sass/template/_style.scss */
  .padding-lr-15p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 499, ../sass/template/_style.scss */
.border {
  border: 1px solid #dee2e6;
}

/* line 502, ../sass/template/_style.scss */
.border-top {
  border-top: 1px solid #dee2e6;
}

/* line 505, ../sass/template/_style.scss */
.border-bottom {
  border-bottom: 2px solid #dee2e6;
}

/* line 509, ../sass/template/_style.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 514, ../sass/template/_style.scss */
.float-left {
  float: left;
}

/* line 517, ../sass/template/_style.scss */
.float-right {
  float: right;
  margin-right: 1px !important;
}

/* line 521, ../sass/template/_style.scss */
.no-bg {
  background-color: transparent !important;
}

/* line 525, ../sass/template/_style.scss */
.col-no-padding div[class*="col-"] {
  padding: 0 !important;
}

/* line 529, ../sass/template/_style.scss */
.p-static {
  position: static !important;
}

/* line 532, ../sass/template/_style.scss */
.p-relative {
  position: relative !important;
}

/* line 535, ../sass/template/_style.scss */
.bg-theme {
  background: #f7ae18;
}

/* line 538, ../sass/template/_style.scss */
.bg-theme-second {
  background: #80C051;
}

/* line 541, ../sass/template/_style.scss */
.bg-white {
  background: #fff;
}

/* line 544, ../sass/template/_style.scss */
.bg-black {
  background: #26263e;
}

/* line 547, ../sass/template/_style.scss */
.bg-gray {
  background: #F6F7FB;
}

/* line 550, ../sass/template/_style.scss */
.bg-fixed, .gva-fixed-background {
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  /* line 550, ../sass/template/_style.scss */
  .bg-fixed, .gva-fixed-background {
    background-attachment: scroll;
  }
}

/* line 556, ../sass/template/_style.scss */
.youtube-bg {
  position: relative;
  z-index: 9;
}
/* line 559, ../sass/template/_style.scss */
.youtube-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* line 568, ../sass/template/_style.scss */
.youtube-bg .bb-inner {
  position: relative;
  z-index: 99;
}

/* line 574, ../sass/template/_style.scss */
.ui-widget-content {
  color: #787887;
}

/* line 578, ../sass/template/_style.scss */
.gva-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

/* line 591, ../sass/template/_style.scss */
.text-normal {
  font-size: 15px;
}

/* line 594, ../sass/template/_style.scss */
.text-size-medium {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 35px;
  max-width: 500px;
  color: #26263e;
}

/* line 603, ../sass/template/_style.scss */
.text-medium {
  font-size: 18px;
}

/* line 607, ../sass/template/_style.scss */
.text-size-big {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  /* line 607, ../sass/template/_style.scss */
  .text-size-big {
    font-size: 30px;
    line-height: 38px;
  }
}

/* line 618, ../sass/template/_style.scss */
.text-size-big {
  font-size: 36px;
}
@media (max-width: 767.98px) {
  /* line 618, ../sass/template/_style.scss */
  .text-size-big {
    font-size: 20px;
  }
}

/* line 624, ../sass/template/_style.scss */
.text-black {
  color: #26263e !important;
}

/* line 627, ../sass/template/_style.scss */
.text-white {
  color: #fff !important;
}

/* line 630, ../sass/template/_style.scss */
.text-theme {
  color: #f7ae18 !important;
}

/* line 633, ../sass/template/_style.scss */
.text-gray {
  color: #787887 !important;
}

/* line 636, ../sass/template/_style.scss */
.text-light {
  color: #b7b7d3 !important;
}

/* line 639, ../sass/template/_style.scss */
.text-theme-2, .text-theme-second {
  color: #80C051 !important;
}

/* line 642, ../sass/template/_style.scss */
.color-theme {
  color: #f7ae18 !important;
}

/* line 645, ../sass/template/_style.scss */
.color-text, .text-body {
  color: #787887 !important;
}

/* line 648, ../sass/template/_style.scss */
.color-white {
  color: #fff !important;
}

/* line 651, ../sass/template/_style.scss */
.color-dark {
  color: #f1f1f1 !important;
}

/* line 654, ../sass/template/_style.scss */
.color-black {
  color: #333 !important;
}

/* line 659, ../sass/template/_style.scss */
.gavias-parallax {
  background-attachment: fixed !important;
}
@media (max-width: 575.98px) {
  /* line 659, ../sass/template/_style.scss */
  .gavias-parallax {
    background-attachment: scroll !important;
  }
}
/* line 668, ../sass/template/_style.scss */
.gavias-parallax.fp-section {
  background-attachment: scroll !important;
}

/* line 673, ../sass/template/_style.scss */
.socials {
  display: block;
  text-align: left;
  width: 100%;
}
/* line 677, ../sass/template/_style.scss */
.socials a {
  color: #787887;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-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: 10px;
  font-size: 14px;
}
/* line 683, ../sass/template/_style.scss */
.socials a:last-child {
  margin-right: 0;
}
/* line 686, ../sass/template/_style.scss */
.socials a:hover, .socials a:focus, .socials a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #fff;
}
/* line 690, ../sass/template/_style.scss */
.socials a i {
  color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  background: #f7ae18;
}
/* line 700, ../sass/template/_style.scss */
.socials a i[class*="facebook"] {
  background: #3b5998;
}
/* line 703, ../sass/template/_style.scss */
.socials a i[class*="twitter"] {
  background: #4099ff;
}
/* line 706, ../sass/template/_style.scss */
.socials a i[class*="skype"] {
  background: #12a5f4;
}
/* line 709, ../sass/template/_style.scss */
.socials a i[class*="dribbble"] {
  background: #ea4c89;
}
/* line 712, ../sass/template/_style.scss */
.socials a i[class*="linkedin"] {
  background: #0e76a8;
}
/* line 715, ../sass/template/_style.scss */
.socials a i[class*="apple"] {
  background: #f2f2f2;
}
/* line 718, ../sass/template/_style.scss */
.socials a i[class*="pinterest"] {
  background: #c92228;
}
/* line 721, ../sass/template/_style.scss */
.socials a i[class*="google"] {
  background: #d34836;
}
/* line 724, ../sass/template/_style.scss */
.socials a i[class*="youtube"] {
  background: #c4302b;
}
/* line 727, ../sass/template/_style.scss */
.socials a i[class*="vimeo"] {
  background: #4ebbff;
}
/* line 730, ../sass/template/_style.scss */
.socials a i[class*="tumblr"] {
  background: #35465c;
}
/* line 733, ../sass/template/_style.scss */
.socials a i[class*="xing"] {
  background: #126567;
}
/* line 736, ../sass/template/_style.scss */
.socials a i[class*="instagram"] {
  background: #e8e2d9;
}
/* line 739, ../sass/template/_style.scss */
.socials a i[class*="flickr"] {
  background: #FF0084;
}
/* line 742, ../sass/template/_style.scss */
.socials a i[class*="behance"] {
  background: #0057FF;
}

/* line 748, ../sass/template/_style.scss */
.socials-2, .socials-3 {
  margin-top: 30px;
}
/* line 750, ../sass/template/_style.scss */
.socials-2 a, .socials-3 a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #26263e !important;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  margin-right: 10px;
}
/* line 760, ../sass/template/_style.scss */
.socials-2 a:last-child, .socials-3 a:last-child {
  margin-right: 0;
}
/* line 763, ../sass/template/_style.scss */
.socials-2 a:hover, .socials-3 a:hover {
  background: #f7ae18;
  color: #fff !important;
}

/* line 771, ../sass/template/_style.scss */
.socials-3 a {
  background: #F3F5FA;
}

/* line 776, ../sass/template/_style.scss */
.socials-topbar {
  float: right;
}
/* line 778, ../sass/template/_style.scss */
.socials-topbar a {
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}
/* line 785, ../sass/template/_style.scss */
.socials-topbar a:last-child {
  margin-right: 0;
}
/* line 788, ../sass/template/_style.scss */
.socials-topbar a:hover {
  color: #fff;
}

/* line 795, ../sass/template/_style.scss */
.post-masonry-style > div, .isotope-items > div {
  margin-left: -1px;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}

/* line 802, ../sass/template/_style.scss */
.nav-tabs > li > a {
  font-weight: 700;
  color: #26263e;
  padding: 8px 18px;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
}
/* line 810, ../sass/template/_style.scss */
.nav-tabs > li > a i {
  margin-right: 5px;
}
/* line 813, ../sass/template/_style.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #f7ae18;
}
/* line 818, ../sass/template/_style.scss */
.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  color: #f7ae18;
}

/* line 824, ../sass/template/_style.scss */
.box-quick-link ul {
  padding: 0;
  margin: 0;
}
/* line 827, ../sass/template/_style.scss */
.box-quick-link ul > li {
  width: 46%;
  height: 70px;
  border: 1px solid #dee2e6;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 8%;
}
/* line 834, ../sass/template/_style.scss */
.box-quick-link ul > li:nth-child(2n) {
  margin-left: 4%;
}
/* line 837, ../sass/template/_style.scss */
.box-quick-link ul > li:nth-child(2n+1) {
  margin-right: 4%;
}
/* line 840, ../sass/template/_style.scss */
.box-quick-link ul > li a {
  font-weight: 700;
  font-size: 13px;
  display: block;
  line-height: 1.8;
  padding-top: 12px;
}
/* line 846, ../sass/template/_style.scss */
.box-quick-link ul > li a i {
  display: block;
  font-size: 23px;
  color: #777777;
}
/* line 851, ../sass/template/_style.scss */
.box-quick-link ul > li a:hover {
  color: #fff;
}
/* line 853, ../sass/template/_style.scss */
.box-quick-link ul > li a:hover i {
  color: #fff;
}
/* line 858, ../sass/template/_style.scss */
.box-quick-link ul > li:hover {
  background-color: #555555;
}
/* line 860, ../sass/template/_style.scss */
.box-quick-link ul > li:hover * {
  color: #fff;
}

/* line 868, ../sass/template/_style.scss */
.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
/* line 872, ../sass/template/_style.scss */
.init-carousel-owl .owl-item > .item {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 876, ../sass/template/_style.scss */
.init-carousel-owl.carousel-no-padding, .init-carousel-owl.no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 879, ../sass/template/_style.scss */
.init-carousel-owl.carousel-no-padding .owl-item > .item, .init-carousel-owl.no-padding .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 884, ../sass/template/_style.scss */
.init-carousel-owl.small-padding {
  margin-left: -3px !important;
  margin-right: -3px !important;
}
/* line 887, ../sass/template/_style.scss */
.init-carousel-owl.small-padding .owl-item > .item {
  padding: 6px 3px !important;
}
/* line 891, ../sass/template/_style.scss */
.init-carousel-owl[data-items*="1"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 894, ../sass/template/_style.scss */
.init-carousel-owl[data-items*="1"] .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 902, ../sass/template/_style.scss */
div.error {
  background-repeat: no-repeat !important;
  background-image: none !important;
}

/* line 908, ../sass/template/_style.scss */
.owl-carousel {
  background: none !important;
  position: relative;
  max-height: 200px;
}
/* line 912, ../sass/template/_style.scss */
.owl-carousel .item {
  -webkit-transition: opacity 0.35s;
  -o-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);
}
/* line 918, ../sass/template/_style.scss */
.owl-carousel .owl-stage-outer .item {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
/* line 923, ../sass/template/_style.scss */
.owl-carousel.owl-loaded {
  max-height: none;
}
/* line 926, ../sass/template/_style.scss */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* line 930, ../sass/template/_style.scss */
.owl-carousel .owl-controls {
  margin: 0;
}
/* line 932, ../sass/template/_style.scss */
.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}
/* line 940, ../sass/template/_style.scss */
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}
/* line 944, ../sass/template/_style.scss */
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}
/* line 950, ../sass/template/_style.scss */
.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: block;
  clear: bottom;
}
/* line 956, ../sass/template/_style.scss */
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 6px;
  background: #ADB2B5;
  -webkit-transition: background 0.35s;
  -o-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;
}
/* line 964, ../sass/template/_style.scss */
.owl-carousel .owl-dots .owl-dot.active {
  background: #f7ae18;
}
/* line 969, ../sass/template/_style.scss */
.owl-carousel .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}
/* line 972, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div {
  -webkit-transition: all 0.3s;
  -o-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: #787887 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  background: #F6F6F6;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
/* line 989, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div:hover {
  background: #f7ae18;
}
/* line 991, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div:hover i {
  color: #fff;
}
/* line 995, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div.owl-prev {
  right: auto !important;
  left: 0 !important;
}
/* line 999, ../sass/template/_style.scss */
.owl-carousel .owl-nav > div.owl-next {
  left: auto !important;
  right: 0 !important;
}
/* line 1005, ../sass/template/_style.scss */
.owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}
/* line 1008, ../sass/template/_style.scss */
.owl-carousel:hover .owl-nav .owl-next {
  margin-left: 30px;
}
/* line 1011, ../sass/template/_style.scss */
.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 30px;
}
/* line 1017, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top {
  padding-top: 60px;
}
/* line 1019, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top .owl-dots {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
}
/* line 1026, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 10px;
  color: #26263e;
  font-weight: 700;
}
/* line 1034, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
  color: #f7ae18;
}
/* line 1040, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical {
  padding-left: 25%;
}
/* line 1042, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
  display: none;
}
/* line 1045, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 99;
  margin-top: 0;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  /* line 1045, ../sass/template/_style.scss */
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    width: 100%;
  }
}
/* line 1056, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
  width: 100%;
  display: block;
  text-align: left;
  background: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #26263e;
  font-weight: 700;
  background: #fff;
  padding: 25px 20px;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  line-height: 1;
  position: relative;
}
/* line 1072, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 3px;
  background: #f7ae18;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 1083, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  /* line 1056, ../sass/template/_style.scss */
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    display: inline-block;
    width: auto;
    text-align: center;
  }
}
/* line 1091, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
  color: #f7ae18;
}
/* line 1093, ../sass/template/_style.scss */
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1103, ../sass/template/_style.scss */
.owl-carousel.pagination-right .owl-dots {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}
/* line 1111, ../sass/template/_style.scss */
.owl-carousel.pagination-right .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
/* line 1118, ../sass/template/_style.scss */
.owl-carousel.pagination-left .owl-dots {
  float: left;
  width: auto;
  margin-top: 15px;
  text-align: left;
}
/* line 1127, ../sass/template/_style.scss */
.owl-carousel.white .owl-dots .owl-dot {
  background: #AAABAC;
}
/* line 1129, ../sass/template/_style.scss */
.owl-carousel.white .owl-dots .owl-dot.active {
  background: #fff;
}

/* line 1137, ../sass/template/_style.scss */
.button, .btn, .btn-white, .btn-theme, .btn-black, .btn-theme-second, .more-link a, .btn-theme-submit {
  background: #f7ae18;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  line-height: 52px;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}
/* line 1151, ../sass/template/_style.scss */
.button:hover, .button:focus, .button:active, .button.active, .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-black:hover, .btn-black:focus, .btn-black:active, .btn-black.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 {
  background: #bc8107;
  color: #fff;
}

/* line 1156, ../sass/template/_style.scss */
.more-link {
  text-align: center;
  margin-top: 30px;
}

/* line 1161, ../sass/template/_style.scss */
.btn-theme-second {
  background: #80C051;
}
/* line 1163, ../sass/template/_style.scss */
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active {
  background: #67a33b;
}

/* line 1167, ../sass/template/_style.scss */
.btn-white {
  background: #F3F5FA;
  border: 1px solid #F3F5FA;
  color: #26263e;
}
/* line 1171, ../sass/template/_style.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #fff;
  background: #f7ae18;
}

/* line 1177, ../sass/template/_style.scss */
.btn-black {
  background: #26263e;
  color: #fff;
}
/* line 1180, ../sass/template/_style.scss */
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background: #43436d;
}

/* line 1185, ../sass/template/_style.scss */
.btn-inline {
  text-transform: capitalize;
  color: #f7ae18;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 500;
}
/* line 1191, ../sass/template/_style.scss */
.btn-inline:hover {
  text-decoration: underline;
  color: #bc8107;
}

/*************** Easy PieChart ***************/
/* line 1198, ../sass/template/_style.scss */
.easyPieChart {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
}
/* line 1204, ../sass/template/_style.scss */
.easyPieChart:last-child {
  margin-right: 0;
}
/* line 1207, ../sass/template/_style.scss */
.easyPieChart span {
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
/* line 1213, ../sass/template/_style.scss */
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*************** Progress Bars ***************/
/* line 1221, ../sass/template/_style.scss */
.progress-label {
  font-size: 16px;
  color: #26263e;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
  text-align: left;
}

/* line 1229, ../sass/template/_style.scss */
.progress {
  height: 3px !important;
  background-color: #F3F5FA !important;
  position: relative;
  overflow: visible !important;
}
/* line 1234, ../sass/template/_style.scss */
.progress .progress-bar {
  -webkit-transition: width 2s ease-in-out;
  -o-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: #80C051;
  position: relative;
}
/* line 1242, ../sass/template/_style.scss */
.progress .percentage {
  font-size: 14px !important;
  text-align: center;
  position: absolute;
  right: 1px;
  top: -30px;
  z-index: 9;
  color: #787887;
  font-weight: 500;
}

/* line 1255, ../sass/template/_style.scss */
.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;
}
/* line 1264, ../sass/template/_style.scss */
.panel .panel-heading {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}
/* line 1268, ../sass/template/_style.scss */
.panel .panel-heading .panel-title {
  font-size: 16px;
  padding-right: 20px;
  margin-bottom: 0;
}
/* line 1272, ../sass/template/_style.scss */
.panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  position: relative;
  background: #fff;
  line-height: 28px;
  font-weight: 500;
  color: #26263e;
}
/* line 1280, ../sass/template/_style.scss */
.panel .panel-heading .panel-title > a:after {
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 10px;
  top: 0;
  right: -20px;
  z-index: 1;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #80C051;
  color: #fff;
}
/* line 1297, ../sass/template/_style.scss */
.panel .panel-heading .panel-title > a.collapsed {
  color: #787887;
}
/* line 1299, ../sass/template/_style.scss */
.panel .panel-heading .panel-title > a.collapsed:after {
  content: "\f067";
  background: #F3F5FA;
  color: #787887;
}
/* line 1309, ../sass/template/_style.scss */
.panel .panel-body {
  border: none !important;
  line-height: 28px;
  padding: 10px 30px 0;
  font-size: 14px;
}

/* line 1317, ../sass/template/_style.scss */
.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 34px;
  color: #444;
  margin: 6px 8px 0 0;
}
/* line 1324, ../sass/template/_style.scss */
.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;
}
/* line 1335, ../sass/template/_style.scss */
.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;
}
/* line 1347, ../sass/template/_style.scss */
.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%;
}

/* line 1365, ../sass/template/_style.scss */
.info-contact > div {
  float: left;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  /* line 1365, ../sass/template/_style.scss */
  .info-contact > div {
    margin-right: 50px;
  }
}
@media (max-width: 767.98px) {
  /* line 1365, ../sass/template/_style.scss */
  .info-contact > div {
    margin-right: 30px;
  }
}
/* line 1376, ../sass/template/_style.scss */
.info-contact > div:last-child {
  margin-right: 0;
}
/* line 1379, ../sass/template/_style.scss */
.info-contact > div .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 10px;
  line-height: 40px;
  color: #fff;
  background: #f7ae18;
  text-align: center;
  margin-top: -7px;
}
/* line 1391, ../sass/template/_style.scss */
.info-contact > div.phone .icon {
  background: #80C051;
}
/* line 1396, ../sass/template/_style.scss */
.info-contact > div.address .icon {
  background: #80C051;
}

/* This is required to win over specificity of #content h2 */
/* line 2, ../sass/template/_comments.scss */
.links .comment-add {
  display: none;
}

/* line 5, ../sass/template/_comments.scss */
#node-single-comment {
  margin-top: 30px;
}
/* line 7, ../sass/template/_comments.scss */
#node-single-comment h2 {
  margin-top: 30px;
  margin-bottom: 1em;
  font-size: 21px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
  text-transform: capitalize;
}
/* line 16, ../sass/template/_comments.scss */
#node-single-comment h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #f7ae18;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  left: 0;
  top: 3px;
  z-index: 1;
}
/* line 28, ../sass/template/_comments.scss */
#node-single-comment #comment-form .form-item {
  margin-bottom: 20px;
}
/* line 30, ../sass/template/_comments.scss */
#node-single-comment #comment-form .form-item.js-form-type-textarea {
  margin: 0;
}
/* line 33, ../sass/template/_comments.scss */
#node-single-comment #comment-form .form-item label {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-weight: 700;
  color: #6a6a6a;
}
/* line 41, ../sass/template/_comments.scss */
#node-single-comment #comment-form ul > li {
  list-style-type: none;
}
/* line 45, ../sass/template/_comments.scss */
#node-single-comment input[type*='text'], #node-single-comment textarea {
  width: 100%;
}

/* line 53, ../sass/template/_comments.scss */
.comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}

/* line 56, ../sass/template/_comments.scss */
.field-node--comment {
  font-size: 0.934em;
}

/* line 59, ../sass/template/_comments.scss */
.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table;
}

/* line 64, ../sass/template/_comments.scss */
[dir="rtl"] .comment {
  direction: rtl;
}

/* line 68, ../sass/template/_comments.scss */
.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
  width: 115px;
}
@media (max-width: 767.98px) {
  /* line 68, ../sass/template/_comments.scss */
  .comment__meta {
    width: 90px;
  }
}

/* line 76, ../sass/template/_comments.scss */
[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}

/* line 79, ../sass/template/_comments.scss */
.comment__attribution img {
  border: 1px solid #d3d7d9;
}

/* This is required to win over specificity of .field--type-image img */
/* line 83, ../sass/template/_comments.scss */
.comment .field--name-user-picture img {
  margin: 0;
}

/* line 86, ../sass/template/_comments.scss */
.comment__author .username {
  white-space: nowrap;
  text-transform: uppercase;
  color: #26263e;
  font-weight: 700;
  font-size: 12px;
}

/* line 93, ../sass/template/_comments.scss */
.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #26263e;
  font-weight: 700;
  font-size: 12px;
}

/* line 101, ../sass/template/_comments.scss */
.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 109, ../sass/template/_comments.scss */
.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 113, ../sass/template/_comments.scss */
.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;
}
/* line 123, ../sass/template/_comments.scss */
.comment__content h3 a {
  font-size: 18px;
  font-weight: 700;
}
/* line 127, ../sass/template/_comments.scss */
.comment__content .links.inline {
  margin-top: 10px;
}
/* line 129, ../sass/template/_comments.scss */
.comment__content .links.inline > li {
  float: left;
}
/* line 131, ../sass/template/_comments.scss */
.comment__content .links.inline > li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

/* line 140, ../sass/template/_comments.scss */
.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;
}

/* line 149, ../sass/template/_comments.scss */
[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}

/* line 155, ../sass/template/_comments.scss */
.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 */
}

/* line 165, ../sass/template/_comments.scss */
[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}

/* line 173, ../sass/template/_comments.scss */
.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}

/* line 178, ../sass/template/_comments.scss */
.comment__content nav {
  padding-top: 1px;
}

/* line 181, ../sass/template/_comments.scss */
.indented {
  margin-left: 40px;
  /* LTR */
}

/* line 184, ../sass/template/_comments.scss */
[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}

/* line 188, ../sass/template/_comments.scss */
.comment .links {
  padding: 0 0 0.25em 0;
}

/* line 191, ../sass/template/_comments.scss */
.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}

/* line 195, ../sass/template/_comments.scss */
[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}

/* line 198, ../sass/template/_comments.scss */
.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}

/* line 203, ../sass/template/_comments.scss */
[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.
 */
/* line 213, ../sass/template/_comments.scss */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* line 217, ../sass/template/_comments.scss */
.unpublished {
  padding: 20px 15px 0;
}

/* line 220, ../sass/template/_comments.scss */
.comment-footer {
  display: table-row;
}

/* line 223, ../sass/template/_comments.scss */
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}

/* line 227, ../sass/template/_comments.scss */
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}

/* line 1, ../sass/template/_forms.scss */
.mailchimp-signup-subscribe-form {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
/* line 5, ../sass/template/_forms.scss */
.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
  margin-top: 10px;
  padding-right: 260px;
}
@media (max-width: 550px) {
  /* line 5, ../sass/template/_forms.scss */
  .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    padding-right: 0;
  }
}
/* line 11, ../sass/template/_forms.scss */
.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields label {
  display: none;
}
/* line 14, ../sass/template/_forms.scss */
.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
  width: 100%;
  border: none;
  padding: 2px 10px;
  line-height: 66px;
}
/* line 20, ../sass/template/_forms.scss */
.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input[type*='email'] {
  background: #F3F5FA;
}
/* line 24, ../sass/template/_forms.scss */
.mailchimp-signup-subscribe-form .form-actions {
  position: absolute;
  width: 240px;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 550px) {
  /* line 24, ../sass/template/_forms.scss */
  .mailchimp-signup-subscribe-form .form-actions {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}
/* line 35, ../sass/template/_forms.scss */
.mailchimp-signup-subscribe-form .form-actions input[type*='submit'] {
  line-height: 70px;
}
@media (max-width: 550px) {
  /* line 35, ../sass/template/_forms.scss */
  .mailchimp-signup-subscribe-form .form-actions input[type*='submit'] {
    width: 100%;
  }
}

/* line 44, ../sass/template/_forms.scss */
form summary {
  background: #f7ae18;
  color: #fff;
  padding: 4px 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 50, ../sass/template/_forms.scss */
form summary a {
  color: #fff !important;
}
/* line 52, ../sass/template/_forms.scss */
form summary a:hover, form summary a:focus {
  color: #fff !important;
}
/* line 58, ../sass/template/_forms.scss */
form .form-item label {
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  color: #26263e;
  margin-bottom: 0;
  margin-top: 6px;
}

/* line 68, ../sass/template/_forms.scss */
.form-control {
  box-shadow: none;
}

/* line 73, ../sass/template/_forms.scss */
.user-login-form .form-item, .user-register-form .form-item, .user-form .form-item, .user-pass .form-item {
  margin-bottom: 15px;
}

/* line 80, ../sass/template/_forms.scss */
#user-login-form .form-item input[type="text"],
#user-login-form .form-item input[type="tel"],
#user-login-form .form-item input[type="password"],
#user-login-form .form-item input[type="email"], .user-register-form .form-item input[type="text"],
.user-register-form .form-item input[type="tel"],
.user-register-form .form-item input[type="password"],
.user-register-form .form-item input[type="email"], .user-pass .form-item input[type="text"],
.user-pass .form-item input[type="tel"],
.user-pass .form-item input[type="password"],
.user-pass .form-item input[type="email"] {
  width: 100%;
}
/* line 87, ../sass/template/_forms.scss */
#user-login-form ul, .user-register-form ul, .user-pass ul {
  width: 100%;
  padding: 10px 0 30px;
}
/* line 90, ../sass/template/_forms.scss */
#user-login-form ul > li, .user-register-form ul > li, .user-pass ul > li {
  width: 49%;
  float: left;
  text-align: center;
}
/* line 94, ../sass/template/_forms.scss */
#user-login-form ul > li:first-child, .user-register-form ul > li:first-child, .user-pass ul > li:first-child {
  margin-right: 2%;
}
/* line 97, ../sass/template/_forms.scss */
#user-login-form ul > li a, .user-register-form ul > li a, .user-pass ul > li a {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 5px;
}

/* line 111, ../sass/template/_forms.scss */
#user-login ul {
  margin: 0 0 5px;
}
/* line 113, ../sass/template/_forms.scss */
#user-login ul li {
  margin: 0;
}
/* line 117, ../sass/template/_forms.scss */
#user-login li.openid-link {
  background: none;
}

/* line 123, ../sass/template/_forms.scss */
#search-form .panel {
  border: none;
  box-shadow: none;
}
/* line 127, ../sass/template/_forms.scss */
#search-form .panel-default > .panel-heading {
  border-bottom: none;
}

/* line 132, ../sass/template/_forms.scss */
.hide-label label {
  background: none;
  clip: rect(1px);
}

/* line 136, ../sass/template/_forms.scss */
.exposed-filters .form-item {
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 140, ../sass/template/_forms.scss */
#article-admin-filter ul {
  padding: .5em 0;
}
/* line 142, ../sass/template/_forms.scss */
#article-admin-filter ul li {
  list-style: none;
}

/* line 146, ../sass/template/_forms.scss */
#edit-operation-wrapper select {
  margin: .5em;
}

/* line 150, ../sass/template/_forms.scss */
div.resizable-textarea textarea {
  margin-top: 0;
  border: 1px solid #dee2e6;
}

/* line 155, ../sass/template/_forms.scss */
.search-advanced .criterion {
  float: none;
  margin: 0 5px;
}

/* line 160, ../sass/template/_forms.scss */
#edit-keywords-fieldset .form-item:first-child {
  margin-top: 5px;
}

/* line 165, ../sass/template/_forms.scss */
#user-admin-filter ul li {
  list-style: none;
}

/* line 169, ../sass/template/_forms.scss */
.field-type-text-long fieldset {
  padding: 10px 0;
  border: #dee2e6;
}
/* line 172, ../sass/template/_forms.scss */
.field-type-text-long fieldset .form-item {
  margin: 0;
  padding: 0 0 0 15px;
}

/* line 178, ../sass/template/_forms.scss */
#comment-form label {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

/* line 186, ../sass/template/_forms.scss */
#contact-site-form .form-checkbox {
  margin-left: 0;
}

/* line 193, ../sass/template/_forms.scss */
#comment-form-wrapper .form-item label {
  min-width: 120px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 203, ../sass/template/_forms.scss */
.contact-message-form {
  margin: 0 auto;
}
/* line 205, ../sass/template/_forms.scss */
.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;
}
/* line 211, ../sass/template/_forms.scss */
.contact-message-form .form-item {
  margin-bottom: 30px;
  color: #787887;
}
/* line 214, ../sass/template/_forms.scss */
.contact-message-form .form-item label {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
/* line 219, ../sass/template/_forms.scss */
.contact-message-form .form-item #edit-copy {
  float: left;
  margin-right: 5px;
}
/* line 223, ../sass/template/_forms.scss */
.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;
  -o-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;
}
/* line 235, ../sass/template/_forms.scss */
.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: #787887;
  text-transform: capitalize;
}
/* line 239, ../sass/template/_forms.scss */
.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: #787887;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 244, ../sass/template/_forms.scss */
.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: #787887;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 249, ../sass/template/_forms.scss */
.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: #787887;
  text-transform: capitalize;
}
/* line 254, ../sass/template/_forms.scss */
.contact-message-form .form-item textarea {
  height: 200px;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  /* line 254, ../sass/template/_forms.scss */
  .contact-message-form .form-item textarea {
    height: 120px;
  }
}
/* line 262, ../sass/template/_forms.scss */
.contact-message-form .form-item-copy {
  margin-bottom: 10px !important;
}
/* line 265, ../sass/template/_forms.scss */
.contact-message-form #edit-actions {
  width: 100%;
  text-align: center;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.contact-message-form #edit-actions:before, .contact-message-form #edit-actions:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.contact-message-form #edit-actions:after {
  clear: both;
}
/* line 271, ../sass/template/_forms.scss */
.contact-message-form #edit-preview {
  display: none;
}

/* line 278, ../sass/template/_forms.scss */
.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;
}
/* line 282, ../sass/template/_forms.scss */
.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;
}
/* line 286, ../sass/template/_forms.scss */
.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);
}
/* line 291, ../sass/template/_forms.scss */
.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);
}
/* line 296, ../sass/template/_forms.scss */
.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;
}

/* line 305, ../sass/template/_forms.scss */
.webform-submission-form .form-content-inner {
  max-width: 900px;
  margin: 0 -15px;
  padding: 0;
}
/* line 310, ../sass/template/_forms.scss */
.webform-submission-form .form-item {
  margin-bottom: 20px;
  position: relative;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.webform-submission-form .form-item:before, .webform-submission-form .form-item:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.webform-submission-form .form-item:after {
  clear: both;
}
/* line 314, ../sass/template/_forms.scss */
.webform-submission-form .form-item label {
  font-size: 14px;
  font-weight: 600;
  color: #26263e;
  text-transform: capitalize;
  margin-bottom: 6px;
}
/* line 321, ../sass/template/_forms.scss */
.webform-submission-form .form-item input, .webform-submission-form .form-item textarea, .webform-submission-form .form-item select {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  padding-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #F3F5FA;
  font-weight: 500;
}
/* line 331, ../sass/template/_forms.scss */
.webform-submission-form .form-item input::-webkit-input-placeholder, .webform-submission-form .form-item textarea::-webkit-input-placeholder, .webform-submission-form .form-item select::-webkit-input-placeholder {
  color: #787887;
  text-transform: capitalize;
}
/* line 335, ../sass/template/_forms.scss */
.webform-submission-form .form-item input:-moz-placeholder, .webform-submission-form .form-item textarea:-moz-placeholder, .webform-submission-form .form-item select:-moz-placeholder {
  color: #787887;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 340, ../sass/template/_forms.scss */
.webform-submission-form .form-item input::-moz-placeholder, .webform-submission-form .form-item textarea::-moz-placeholder, .webform-submission-form .form-item select::-moz-placeholder {
  color: #787887;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 345, ../sass/template/_forms.scss */
.webform-submission-form .form-item input:-ms-input-placeholder, .webform-submission-form .form-item textarea:-ms-input-placeholder, .webform-submission-form .form-item select:-ms-input-placeholder {
  color: #787887;
  text-transform: capitalize;
}
/* line 349, ../sass/template/_forms.scss */
.webform-submission-form .form-item input:focus, .webform-submission-form .form-item textarea:focus, .webform-submission-form .form-item select:focus {
  border-color: #f7ae18;
}
/* line 353, ../sass/template/_forms.scss */
.webform-submission-form .form-item input, .webform-submission-form .form-item select {
  line-height: 50px;
}
/* line 356, ../sass/template/_forms.scss */
.webform-submission-form .form-item input {
  padding: 5px 15px;
}
/* line 359, ../sass/template/_forms.scss */
.webform-submission-form .form-item select {
  height: 60px;
}
/* line 362, ../sass/template/_forms.scss */
.webform-submission-form .form-item textarea {
  resize: none;
}
/* line 366, ../sass/template/_forms.scss */
.webform-submission-form .form-actions {
  padding: 0 15px;
  text-align: center;
  width: 100%;
  float: left;
  text-align: left;
}

/* line 378, ../sass/template/_forms.scss */
.text-light .webform-submission-form .form-item input, .text-light .webform-submission-form .form-item textarea, .text-light .webform-submission-form .form-item select {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.8);
}
/* line 382, ../sass/template/_forms.scss */
.text-light .webform-submission-form .form-item input::-webkit-input-placeholder, .text-light .webform-submission-form .form-item textarea::-webkit-input-placeholder, .text-light .webform-submission-form .form-item select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
/* line 386, ../sass/template/_forms.scss */
.text-light .webform-submission-form .form-item input:-moz-placeholder, .text-light .webform-submission-form .form-item textarea:-moz-placeholder, .text-light .webform-submission-form .form-item select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 391, ../sass/template/_forms.scss */
.text-light .webform-submission-form .form-item input::-moz-placeholder, .text-light .webform-submission-form .form-item textarea::-moz-placeholder, .text-light .webform-submission-form .form-item select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 396, ../sass/template/_forms.scss */
.text-light .webform-submission-form .form-item input:-ms-input-placeholder, .text-light .webform-submission-form .form-item textarea:-ms-input-placeholder, .text-light .webform-submission-form .form-item select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
/* line 402, ../sass/template/_forms.scss */
.text-light .webform-submission-form select option {
  color: #26263e;
  background: #fff;
}
/* line 407, ../sass/template/_forms.scss */
.text-light .webform-submission-form .form-actions input.form-submit {
  border-color: #fff;
  color: #fff;
  background: #fff;
  color: #26263e;
}
/* line 412, ../sass/template/_forms.scss */
.text-light .webform-submission-form .form-actions input.form-submit:hover {
  background: rgba(255, 255, 255, 0.8);
}
/* line 417, ../sass/template/_forms.scss */
.text-light .webform-submission-form label {
  color: #fff;
}

/* line 424, ../sass/template/_forms.scss */
.webform-fullwidth .form-item {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 432, ../sass/template/_forms.scss */
.webform-fullwidth .form-actions {
  padding: 0;
}
/* line 436, ../sass/template/_forms.scss */
.webform-fullwidth.no-label label {
  display: none;
}

/* line 1, ../sass/template/_forum.scss */
#forum {
  width: 100%;
  position: relative;
  right: -1px;
}
/* line 5, ../sass/template/_forum.scss */
#forum .name {
  font-weight: bold;
  font-size: 16px;
}
/* line 11, ../sass/template/_forum.scss */
#forum table {
  width: 100%;
}
/* line 15, ../sass/template/_forum.scss */
#forum tr.odd {
  background: #F3F5FA;
}
/* line 20, ../sass/template/_forum.scss */
#forum tr.even td {
  border-bottom: 1px solid #dee2e6;
}
/* line 23, ../sass/template/_forum.scss */
#forum tr td.container {
  padding: 1em;
}
/* line 33, ../sass/template/_forum.scss */
#forum tr.new-topics td.forum .name {
  background-image: url(../images/forum-default.png);
}
/* line 39, ../sass/template/_forum.scss */
#forum thead th {
  background: #F3F5FA;
  border-left: 1px solid #dee2e6;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
}
/* line 47, ../sass/template/_forum.scss */
#forum td {
  border: 1px solid #dee2e6;
  padding: 1em;
}
/* line 51, ../sass/template/_forum.scss */
#forum td a:hover {
  text-decoration: none;
}
/* line 55, ../sass/template/_forum.scss */
#forum td.topics {
  font-weight: bold;
  text-align: center;
  width: 9%;
}
/* line 60, ../sass/template/_forum.scss */
#forum td.posts {
  text-align: center;
  width: 9%;
}
/* line 64, ../sass/template/_forum.scss */
#forum td.replies {
  text-align: center;
}
/* line 72, ../sass/template/_forum.scss */
#forum td.forum {
  padding: 0 1em;
  width: 44%;
  padding-top: 12px;
}
/* line 76, ../sass/template/_forum.scss */
#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;
}
/* line 87, ../sass/template/_forum.scss */
#forum td.forum .description {
  font-size: 14px;
  padding-left: 30px;
}
/* line 95, ../sass/template/_forum.scss */
#forum td.title .submitted {
  font-size: 14px;
}
/* line 99, ../sass/template/_forum.scss */
#forum td.icon {
  width: 5%;
}
/* line 104, ../sass/template/_forum.scss */
#forum .icon div {
  background-image: url(../images/forum-icons.png);
  background-repeat: no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 24px;
}
/* line 111, ../sass/template/_forum.scss */
#forum .icon .topic-status-new {
  background-position: -24px 0;
}
/* line 114, ../sass/template/_forum.scss */
#forum .icon .topic-status-hot {
  background-position: -48px 0;
}
/* line 117, ../sass/template/_forum.scss */
#forum .icon .topic-status-hot-new {
  background-position: -72px 0;
}
/* line 120, ../sass/template/_forum.scss */
#forum .icon .topic-status-sticky {
  background-position: -96px 0;
}
/* line 123, ../sass/template/_forum.scss */
#forum .icon .topic-status-closed {
  background-position: -120px 0;
}

/* line 130, ../sass/template/_forum.scss */
.page-forum #page-title {
  margin-bottom: 10px;
}
/* line 133, ../sass/template/_forum.scss */
.page-forum ul.action-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
/* line 137, ../sass/template/_forum.scss */
.page-forum ul.action-links li {
  margin-left: 0;
}
/* line 139, ../sass/template/_forum.scss */
.page-forum ul.action-links li a {
  line-height: 0;
  display: inline-block;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* line 1, ../sass/template/_blocks.scss */
.block {
  background: transparent;
  margin-bottom: 30px;
}
/* line 4, ../sass/template/_blocks.scss */
.block .block {
  margin-bottom: 0 !important;
}
/* line 7, ../sass/template/_blocks.scss */
.block .block-title {
  background: none;
  margin: 0 0 20px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #26263e;
  z-index: 9;
  text-align: left;
}
@media (max-width: 991.98px) {
  /* line 7, ../sass/template/_blocks.scss */
  .block .block-title {
    font-size: 16px;
  }
}
/* line 21, ../sass/template/_blocks.scss */
.block.block-system-main-block {
  margin-bottom: 0;
}
/* line 24, ../sass/template/_blocks.scss */
.block.block-system-breadcrumb-block {
  overflow: visible;
  margin-bottom: 20px;
}
/* line 28, ../sass/template/_blocks.scss */
.block.block-none, .block.no-padding {
  background: none !important;
  padding: 0 !important;
}
/* line 31, ../sass/template/_blocks.scss */
.block.block-none .block-content, .block.no-padding .block-content {
  padding: 0 !important;
}
/* line 35, ../sass/template/_blocks.scss */
.block.no-title {
  margin-top: 0;
  border: none;
}
/* line 38, ../sass/template/_blocks.scss */
.block.no-title:before {
  content: none;
}
/* line 42, ../sass/template/_blocks.scss */
.block.style-higlight {
  background: #34495E;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 46, ../sass/template/_blocks.scss */
.block.style-higlight .block-title {
  border: none;
}
/* line 48, ../sass/template/_blocks.scss */
.block.style-higlight .block-title span:before {
  content: none;
}
/* line 51, ../sass/template/_blocks.scss */
.block.style-higlight .block-title h2 {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 55, ../sass/template/_blocks.scss */
.block.style-higlight .block-title h2 span {
  padding: 10px;
  background: #4E6984;
  color: #fff;
}
/* line 62, ../sass/template/_blocks.scss */
.block.style-higlight .post-title a {
  color: #fff;
}
/* line 66, ../sass/template/_blocks.scss */
.block#block-system-main {
  padding-top: 10px;
}
/* line 69, ../sass/template/_blocks.scss */
.block.block-local-tasks-block {
  margin-bottom: 0;
}
/* line 72, ../sass/template/_blocks.scss */
.block.no-title {
  border: none;
}
/* line 74, ../sass/template/_blocks.scss */
.block.no-title > .block-title, .block.no-title > div > .block-title {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 78, ../sass/template/_blocks.scss */
.block.no-title > .block-title:before, .block.no-title > div > .block-title:before {
  content: none;
}

/* line 85, ../sass/template/_blocks.scss */
.block-v2 {
  background: #f7ae18 !important;
}

/* line 89, ../sass/template/_blocks.scss */
.block-v3 {
  padding: 0 !important;
  border: none !important;
}

/* line 95, ../sass/template/_blocks.scss */
.block.site-branding {
  margin-bottom: 0;
}

/* line 99, ../sass/template/_blocks.scss */
.block-local-tasks-block {
  position: relative;
  z-index: 99;
}

/* line 104, ../sass/template/_blocks.scss */
.drupal-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.drupal-tabs:before, .drupal-tabs:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.drupal-tabs:after {
  clear: both;
}
/* line 107, ../sass/template/_blocks.scss */
.drupal-tabs a {
  font-size: 12px;
}
/* line 110, ../sass/template/_blocks.scss */
.drupal-tabs .is-active a {
  color: #f7ae18;
}

/* line 115, ../sass/template/_blocks.scss */
.help {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
}
/* line 120, ../sass/template/_blocks.scss */
.help .drupal-tabs {
  padding: 10px 0 10px;
  margin-bottom: 20px;
}
/* line 124, ../sass/template/_blocks.scss */
.help .messages__wrapper {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F3F5FA;
  margin-bottom: 20px;
}
/* line 129, ../sass/template/_blocks.scss */
.help .messages__wrapper .messages {
  margin: 5px 10px !important;
  font-weight: 500;
  color: #26263e;
}

/* line 138, ../sass/template/_blocks.scss */
.text-light .title {
  color: #fff !important;
}

/* line 144, ../sass/template/_blocks.scss */
.region-main-menu .block {
  background: transparent;
}
/* line 146, ../sass/template/_blocks.scss */
.region-main-menu .block .block-content {
  padding: 0;
}

/* line 153, ../sass/template/_blocks.scss */
.sidebar .block {
  padding: 30px;
  border: 2px solid #dee2e6;
  border-radius: 4px;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.sidebar .block:before, .sidebar .block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.sidebar .block:after {
  clear: both;
}
/* line 159, ../sass/template/_blocks.scss */
.sidebar .block-v2 {
  background: #f7ae18;
  border: none;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.sidebar .block-v2:before, .sidebar .block-v2:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.sidebar .block-v2:after {
  clear: both;
}
/* line 163, ../sass/template/_blocks.scss */
.sidebar .block-v2 .block-title {
  color: #fff;
}
/* line 166, ../sass/template/_blocks.scss */
.sidebar .block-v2 .block-content {
  color: #fff;
}
/* line 168, ../sass/template/_blocks.scss */
.sidebar .block-v2 .block-content a {
  color: #fff;
}
/* line 170, ../sass/template/_blocks.scss */
.sidebar .block-v2 .block-content a:after {
  color: #fff;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.sidebar .block-menu:before, .sidebar .block-menu:after, .sidebar .category-list:before, .sidebar .category-list:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.sidebar .block-menu:after, .sidebar .category-list:after {
  clear: both;
}
/* line 178, ../sass/template/_blocks.scss */
.sidebar .block-menu ul, .sidebar .category-list ul {
  padding-left: 0 !important;
}
/* line 180, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li, .sidebar .category-list ul li {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
  float: left;
  width: 100%;
  list-style-type: none;
}
/* line 187, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a, .sidebar .category-list ul li a {
  padding: 5px 0;
  display: block;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  color: #787887;
}
/* line 199, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a:after, .sidebar .category-list ul li a:after {
  content: '\f105';
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "FontAwesome";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  left: auto;
  z-index: 1;
  font-weight: 900;
  background: #fff;
  font-size: 12px;
  opacity: 1;
}
/* line 217, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus, .sidebar .block-menu ul li a:active, .sidebar .category-list ul li a:hover, .sidebar .category-list ul li a:focus, .sidebar .category-list ul li a:active {
  color: #26263e;
}
/* line 219, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li a:hover:after, .sidebar .block-menu ul li a:focus:after, .sidebar .block-menu ul li a:active:after, .sidebar .category-list ul li a:hover:after, .sidebar .category-list ul li a:focus:after, .sidebar .category-list ul li a:active:after {
  background: #80C051;
  color: #fff;
}
/* line 226, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li.menu-item--active-trail > a, .sidebar .category-list ul li.menu-item--active-trail > a {
  color: #26263e !important;
}
/* line 228, ../sass/template/_blocks.scss */
.sidebar .block-menu ul li.menu-item--active-trail > a:after, .sidebar .category-list ul li.menu-item--active-trail > a:after {
  background: #80C051;
  color: #fff;
}

/* line 241, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-picture {
  margin-right: 10px;
}
/* line 244, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-title {
  margin-top: -4px;
}
/* line 246, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-title a {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 251, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-name {
  color: #a4a4a4;
}
/* line 253, ../sass/template/_blocks.scss */
.recent-comment-block .views-field-name a {
  color: #a4a4a4;
}

/* line 261, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li {
  float: left;
  border: 1px solid #dee2e6;
  display: inline-block;
  width: auto !important;
  padding: 0 !important;
  margin: 0 10px 10px 0 !important;
}
/* line 268, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li a {
  padding: 6px 10px;
  display: block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 14px;
}
/* line 274, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li:hover {
  background: #f7ae18;
}
/* line 276, ../sass/template/_blocks.scss */
.list-tags .view-list ul > li:hover a {
  color: #fff;
}

/* line 285, ../sass/template/_blocks.scss */
nav.breadcrumb {
  margin-bottom: 0 !important;
  background: none;
  color: #999999;
}
/* line 289, ../sass/template/_blocks.scss */
nav.breadcrumb ol {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
nav.breadcrumb ol:before, nav.breadcrumb ol:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
nav.breadcrumb ol:after {
  clear: both;
}
/* line 294, ../sass/template/_blocks.scss */
nav.breadcrumb ol > li {
  float: left;
}
/* line 297, ../sass/template/_blocks.scss */
nav.breadcrumb ol > li a:hover {
  color: #f7ae18;
}
/* line 301, ../sass/template/_blocks.scss */
nav.breadcrumb ol > li span {
  padding: 0 2px 0px 0px;
}

/* line 309, ../sass/template/_blocks.scss */
.contact-info ul, .contact-info-2 ul, .contact-info-3 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 313, ../sass/template/_blocks.scss */
.contact-info ul li, .contact-info-2 ul li, .contact-info-3 ul li {
  margin-bottom: 20px;
}
/* line 315, ../sass/template/_blocks.scss */
.contact-info ul li .icon, .contact-info-2 ul li .icon, .contact-info-3 ul li .icon {
  color: #fff;
  width: 22px;
  float: left;
  display: block;
  margin-top: 1px;
}
/* line 321, ../sass/template/_blocks.scss */
.contact-info ul li .icon i, .contact-info-2 ul li .icon i, .contact-info-3 ul li .icon i {
  font-size: 14px;
}
/* line 325, ../sass/template/_blocks.scss */
.contact-info ul li .text, .contact-info-2 ul li .text, .contact-info-3 ul li .text {
  padding-left: 28px;
  display: block;
}

/* line 332, ../sass/template/_blocks.scss */
.contact-info {
  padding-top: 6px;
}

/* line 335, ../sass/template/_blocks.scss */
ul.contact-info-2 {
  padding: 0;
  list-style-type: none;
}
/* line 338, ../sass/template/_blocks.scss */
ul.contact-info-2 .label {
  font-size: 20px;
  color: #787887;
}
/* line 342, ../sass/template/_blocks.scss */
ul.contact-info-2 .text {
  font-size: 26px;
  font-weight: 500;
  color: #f7ae18;
  line-height: 30px;
}
/* line 348, ../sass/template/_blocks.scss */
ul.contact-info-2 .icon {
  color: #26263e;
}

/* line 354, ../sass/template/_blocks.scss */
.contact-info-3 .icon {
  color: #26263e !important;
  margin-right: 3px;
}

/* line 360, ../sass/template/_blocks.scss */
.social-icon a {
  background: none;
  width: auto;
  height: auto;
  line-height: 1;
  margin-right: 20px;
  font-size: 16px;
}

/* line 369, ../sass/template/_blocks.scss */
.box-search-team {
  padding: 30px;
  background: #f7ae18;
  text-align: center;
  color: #fff;
  min-height: 330px;
}
@media (max-width: 991.98px) {
  /* line 369, ../sass/template/_blocks.scss */
  .box-search-team {
    min-height: 260px;
  }
}
@media (max-width: 767.98px) {
  /* line 369, ../sass/template/_blocks.scss */
  .box-search-team {
    width: 350px;
    margin: 0 auto;
  }
}
/* line 382, ../sass/template/_blocks.scss */
.box-search-team .icon {
  font-size: 46px;
  line-height: 1.2;
}
/* line 386, ../sass/template/_blocks.scss */
.box-search-team .text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
  line-height: 32px;
}
/* line 393, ../sass/template/_blocks.scss */
.box-search-team .link {
  margin-top: 15px;
}
/* line 395, ../sass/template/_blocks.scss */
.box-search-team .link a {
  color: #fff;
}
/* line 397, ../sass/template/_blocks.scss */
.box-search-team .link a:after {
  color: #fff;
}
/* line 400, ../sass/template/_blocks.scss */
.box-search-team .link a:hover {
  color: #80C051;
}
/* line 402, ../sass/template/_blocks.scss */
.box-search-team .link a:hover:after {
  color: #80C051;
}

/* line 410, ../sass/template/_blocks.scss */
ul.list-1 {
  padding: 30px;
  background: #F3F1EE;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  /* line 410, ../sass/template/_blocks.scss */
  ul.list-1 {
    margin-bottom: 30px;
  }
}
/* line 418, ../sass/template/_blocks.scss */
ul.list-1 li {
  background: #fff;
  line-height: 60px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.35s;
  position: relative;
}
/* line 426, ../sass/template/_blocks.scss */
ul.list-1 li:after {
  content: '\f054';
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  background: #F3F5FA;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  z-index: 11;
  font-weight: 900;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  transition: all 0.35s;
}
/* line 443, ../sass/template/_blocks.scss */
ul.list-1 li a {
  padding: 0 50px 0 30px;
  display: block;
  color: #787887;
}
/* line 448, ../sass/template/_blocks.scss */
ul.list-1 li:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #26263e;
}
/* line 451, ../sass/template/_blocks.scss */
ul.list-1 li:hover:after {
  background: #80C051;
  color: #fff;
}
/* line 455, ../sass/template/_blocks.scss */
ul.list-1 li:hover a {
  color: #26263e;
}

/* line 462, ../sass/template/_blocks.scss */
ul.list-2 {
  padding: 0;
}
/* line 464, ../sass/template/_blocks.scss */
ul.list-2 > li {
  list-style: none;
  background: #fff;
  padding: 25px 20px;
  font-size: 16px;
  color: #26263e;
  font-weight: 500;
}
/* line 471, ../sass/template/_blocks.scss */
ul.list-2 > li .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7ae18;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
}
/* line 482, ../sass/template/_blocks.scss */
ul.list-2 > li:nth-child(odd) {
  background: #F3F5FA;
}

/* line 488, ../sass/template/_blocks.scss */
ul.list-3 {
  padding: 0;
}
/* line 490, ../sass/template/_blocks.scss */
ul.list-3 > li {
  list-style: none;
  background: #fff;
  padding: 15px 30px 15px 55px;
  font-size: 16px;
  color: #26263e;
  font-weight: 400;
  position: relative;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  border-radius: 6px;
}
/* line 502, ../sass/template/_blocks.scss */
ul.list-3 > li a {
  color: #fff;
}
/* line 504, ../sass/template/_blocks.scss */
ul.list-3 > li a:hover {
  color: #f7ae18;
}
/* line 508, ../sass/template/_blocks.scss */
ul.list-3 > li:after {
  content: '\f058';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -8px;
  font-weight: 900;
  line-height: 1;
}
/* line 518, ../sass/template/_blocks.scss */
ul.list-3 > li:nth-child(even) {
  background: rgba(255, 255, 255, 0.08);
}
/* line 521, ../sass/template/_blocks.scss */
ul.list-3 > li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.08);
}

/* line 2, ../sass/template/_module.scss */
.poll .poll-item {
  margin-top: 20px;
}
/* line 4, ../sass/template/_module.scss */
.poll .poll-item .heading {
  position: relative;
}
/* line 6, ../sass/template/_module.scss */
.poll .poll-item .heading .text {
  font-weight: 700;
  color: #333333;
  padding-right: 40px;
}
/* line 11, ../sass/template/_module.scss */
.poll .poll-item .heading .percent {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  font-weight: 700;
}
/* line 20, ../sass/template/_module.scss */
.poll .poll-item .bar .foreground {
  background: #f7ae18;
}
/* line 24, ../sass/template/_module.scss */
.poll .total {
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 31, ../sass/template/_module.scss */
.poll .choices .form-item.form-item-choice input.form-radio {
  margin: 0 !important;
}
/* line 34, ../sass/template/_module.scss */
.poll .choices .form-item.form-item-choice label {
  vertical-align: text-top;
  margin-left: 5px;
}

/* line 43, ../sass/template/_module.scss */
.block-poll ul.links {
  text-align: center;
  overflow: hidden;
  padding: 15px 0 0;
}
/* line 47, ../sass/template/_module.scss */
.block-poll ul.links li {
  display: inline-block;
  margin-right: 20px;
}
/* line 50, ../sass/template/_module.scss */
.block-poll ul.links li a {
  padding-right: 10px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 54, ../sass/template/_module.scss */
.block-poll ul.links li a:after {
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 0;
  font-family: "FontAwesome";
}
/* line 61, ../sass/template/_module.scss */
.block-poll ul.links li a:hover {
  padding-right: 15px;
}
/* line 65, ../sass/template/_module.scss */
.block-poll ul.links li:last-child {
  margin: 0;
}

/* perfect-scrollbar v0.6.7 */
/* line 73, ../sass/template/_module.scss */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

/* line 76, ../sass/template/_module.scss */
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

/* line 79, ../sass/template/_module.scss */
.ps-container.ps-in-scrolling {
  pointer-events: none;
}

/* line 81, ../sass/template/_module.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 84, ../sass/template/_module.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

/* line 86, ../sass/template/_module.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 89, ../sass/template/_module.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

/* line 91, ../sass/template/_module.scss */
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

/* line 104, ../sass/template/_module.scss */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

/* line 116, ../sass/template/_module.scss */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px;
}

/* line 129, ../sass/template/_module.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px;
}

/* line 141, ../sass/template/_module.scss */
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

/* line 143, ../sass/template/_module.scss */
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 146, ../sass/template/_module.scss */
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

/* line 148, ../sass/template/_module.scss */
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 151, ../sass/template/_module.scss */
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

/* line 153, ../sass/template/_module.scss */
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 156, ../sass/template/_module.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 159, ../sass/template/_module.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

/* line 161, ../sass/template/_module.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 164, ../sass/template/_module.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/* line 168, ../sass/template/_module.scss */
.uk-slideset-init {
  position: relative;
}
/* line 170, ../sass/template/_module.scss */
.uk-slideset-init ul {
  list-style-type: none;
  padding: 0;
}
/* line 174, ../sass/template/_module.scss */
.uk-slideset-init .uk-slideset-nav {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  /* line 174, ../sass/template/_module.scss */
  .uk-slideset-init .uk-slideset-nav {
    width: 100%;
  }
}
/* line 184, ../sass/template/_module.scss */
.uk-slideset-init .uk-slideset-nav li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}
@media (max-width: 575.98px) {
  /* line 184, ../sass/template/_module.scss */
  .uk-slideset-init .uk-slideset-nav li {
    float: none;
    display: inline-block;
  }
}
/* line 192, ../sass/template/_module.scss */
.uk-slideset-init .uk-slideset-nav li a {
  width: 22px;
  height: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
  border: 2px solid #f7ae18;
}
/* line 197, ../sass/template/_module.scss */
.uk-slideset-init .uk-slideset-nav li a:hover {
  cursor: pointer;
}
/* line 202, ../sass/template/_module.scss */
.uk-slideset-init .uk-slideset-nav li.uk-active a {
  background: #f7ae18;
}
/* line 209, ../sass/template/_module.scss */
.uk-slideset-init.nav-slideset-top .uk-slideset-nav {
  top: -30px;
}
/* line 214, ../sass/template/_module.scss */
.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav {
  bottom: -30px;
  top: auto;
  left: 0;
  text-align: center;
}
/* line 219, ../sass/template/_module.scss */
.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav li {
  display: inline-block;
  float: none;
}

/* line 230, ../sass/template/_module.scss */
.text-light .uk-slideset-init .uk-slideset-nav li a {
  border-color: #fff;
}
/* line 234, ../sass/template/_module.scss */
.text-light .uk-slideset-init .uk-slideset-nav li.uk-active a {
  background: #fff;
}

/* #Block grid
--------------------------------------------------------------- */
/* line 17, ../sass/template/_grid.scss */
.item-columns {
  padding: 0 15px;
}

/* line 21, ../sass/template/_grid.scss */
[class*="block-grid-"] {
  display: block;
  margin: 0 -10px;
  padding: 0;
}

/* line 27, ../sass/template/_grid.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  display: table;
  content: " ";
}

/* line 31, ../sass/template/_grid.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 32, ../sass/template/_grid.scss */
[class*="block-grid-"] > div {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px;
  width: 100%;
}
/* line 38, ../sass/template/_grid.scss */
[class*="block-grid-"] > div:after {
  display: block;
}

@media (min-width: 640px) {
  /* line 44, ../sass/template/_grid.scss */
  .xs-block-grid-1 > div {
    width: 100%;
  }

  /* line 45, ../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 46, ../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 47, ../sass/template/_grid.scss */
  .xs-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 49, ../sass/template/_grid.scss */
  .xs-block-grid-2 > div {
    width: 50%;
  }

  /* line 50, ../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 51, ../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 52, ../sass/template/_grid.scss */
  .xs-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 54, ../sass/template/_grid.scss */
  .xs-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 55, ../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 56, ../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 57, ../sass/template/_grid.scss */
  .xs-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 59, ../sass/template/_grid.scss */
  .xs-block-grid-4 > div {
    width: 25%;
  }

  /* line 60, ../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 61, ../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 62, ../sass/template/_grid.scss */
  .xs-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 64, ../sass/template/_grid.scss */
  .xs-block-grid-5 > div {
    width: 20%;
  }

  /* line 65, ../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 66, ../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 67, ../sass/template/_grid.scss */
  .xs-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 69, ../sass/template/_grid.scss */
  .xs-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 70, ../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 71, ../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 72, ../sass/template/_grid.scss */
  .xs-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 74, ../sass/template/_grid.scss */
  .xs-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 75, ../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 76, ../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 77, ../sass/template/_grid.scss */
  .xs-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 79, ../sass/template/_grid.scss */
  .xs-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 80, ../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 81, ../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 82, ../sass/template/_grid.scss */
  .xs-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 84, ../sass/template/_grid.scss */
  .xs-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 85, ../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 86, ../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 87, ../sass/template/_grid.scss */
  .xs-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 89, ../sass/template/_grid.scss */
  .xs-block-grid-10 > div {
    width: 10%;
  }

  /* line 90, ../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 91, ../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 92, ../sass/template/_grid.scss */
  .xs-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 94, ../sass/template/_grid.scss */
  .xs-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 95, ../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 96, ../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 97, ../sass/template/_grid.scss */
  .xs-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 99, ../sass/template/_grid.scss */
  .xs-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 100, ../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 101, ../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 102, ../sass/template/_grid.scss */
  .xs-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
@media (min-width: 768px) {
  /* line 106, ../sass/template/_grid.scss */
  .sm-block-grid-1 > div {
    width: 100%;
  }

  /* line 107, ../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 108, ../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 109, ../sass/template/_grid.scss */
  .sm-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 111, ../sass/template/_grid.scss */
  .sm-block-grid-2 > div {
    width: 50%;
  }

  /* line 112, ../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 113, ../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 114, ../sass/template/_grid.scss */
  .sm-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 116, ../sass/template/_grid.scss */
  .sm-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 117, ../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 118, ../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 119, ../sass/template/_grid.scss */
  .sm-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 121, ../sass/template/_grid.scss */
  .sm-block-grid-4 > div {
    width: 25%;
  }

  /* line 122, ../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 123, ../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 124, ../sass/template/_grid.scss */
  .sm-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 126, ../sass/template/_grid.scss */
  .sm-block-grid-5 > div {
    width: 20%;
  }

  /* line 127, ../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 128, ../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 129, ../sass/template/_grid.scss */
  .sm-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 131, ../sass/template/_grid.scss */
  .sm-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 132, ../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 133, ../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 134, ../sass/template/_grid.scss */
  .sm-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 136, ../sass/template/_grid.scss */
  .sm-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 137, ../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 138, ../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 139, ../sass/template/_grid.scss */
  .sm-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 141, ../sass/template/_grid.scss */
  .sm-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 142, ../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 143, ../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 144, ../sass/template/_grid.scss */
  .sm-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 146, ../sass/template/_grid.scss */
  .sm-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 147, ../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 148, ../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 149, ../sass/template/_grid.scss */
  .sm-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 151, ../sass/template/_grid.scss */
  .sm-block-grid-10 > div {
    width: 10%;
  }

  /* line 152, ../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 153, ../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 154, ../sass/template/_grid.scss */
  .sm-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 156, ../sass/template/_grid.scss */
  .sm-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 157, ../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 158, ../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 159, ../sass/template/_grid.scss */
  .sm-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 161, ../sass/template/_grid.scss */
  .sm-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 162, ../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 163, ../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 164, ../sass/template/_grid.scss */
  .sm-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* Medium */
@media (min-width: 992px) {
  /* line 169, ../sass/template/_grid.scss */
  [class*="block-grid-"] {
    margin: 0 -10px;
  }

  /* line 172, ../sass/template/_grid.scss */
  [class*="block-grid-"] > div {
    padding: 0 10px;
  }

  /* line 176, ../sass/template/_grid.scss */
  .item-columns {
    padding: 0 10px;
  }

  /* line 180, ../sass/template/_grid.scss */
  .md-block-grid-1 > div {
    width: 100%;
  }

  /* line 181, ../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 182, ../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 183, ../sass/template/_grid.scss */
  .md-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 185, ../sass/template/_grid.scss */
  .md-block-grid-2 > div {
    width: 50%;
  }

  /* line 186, ../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 187, ../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 188, ../sass/template/_grid.scss */
  .md-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 190, ../sass/template/_grid.scss */
  .md-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 191, ../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 192, ../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 193, ../sass/template/_grid.scss */
  .md-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 195, ../sass/template/_grid.scss */
  .md-block-grid-4 > div {
    width: 25%;
  }

  /* line 196, ../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 197, ../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 198, ../sass/template/_grid.scss */
  .md-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 200, ../sass/template/_grid.scss */
  .md-block-grid-5 > div {
    width: 20%;
  }

  /* line 201, ../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 202, ../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 203, ../sass/template/_grid.scss */
  .md-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 205, ../sass/template/_grid.scss */
  .md-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 206, ../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 207, ../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 208, ../sass/template/_grid.scss */
  .md-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 210, ../sass/template/_grid.scss */
  .md-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 211, ../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 212, ../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 213, ../sass/template/_grid.scss */
  .md-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 215, ../sass/template/_grid.scss */
  .md-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 216, ../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 217, ../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 218, ../sass/template/_grid.scss */
  .md-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 220, ../sass/template/_grid.scss */
  .md-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 221, ../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 222, ../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 223, ../sass/template/_grid.scss */
  .md-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 225, ../sass/template/_grid.scss */
  .md-block-grid-10 > div {
    width: 10%;
  }

  /* line 226, ../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 227, ../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 228, ../sass/template/_grid.scss */
  .md-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 230, ../sass/template/_grid.scss */
  .md-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 231, ../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 232, ../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 233, ../sass/template/_grid.scss */
  .md-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 235, ../sass/template/_grid.scss */
  .md-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 236, ../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 237, ../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 238, ../sass/template/_grid.scss */
  .md-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* Large */
@media (min-width: 1200px) {
  /* line 243, ../sass/template/_grid.scss */
  [class*="block-grid-"] {
    margin: 0 -12px;
  }

  /* line 246, ../sass/template/_grid.scss */
  [class*="block-grid-"] > div {
    padding: 0 12px;
  }

  /* line 250, ../sass/template/_grid.scss */
  .item-columns {
    padding: 0 12px;
  }

  /* line 254, ../sass/template/_grid.scss */
  .lg-block-grid-1 > div {
    width: 100%;
  }

  /* line 255, ../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 256, ../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  /* line 257, ../sass/template/_grid.scss */
  .lg-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  /* line 259, ../sass/template/_grid.scss */
  .lg-block-grid-2 > div {
    width: 50%;
  }

  /* line 260, ../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 261, ../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  /* line 262, ../sass/template/_grid.scss */
  .lg-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  /* line 264, ../sass/template/_grid.scss */
  .lg-block-grid-3 > div {
    width: 33.33333%;
  }

  /* line 265, ../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 266, ../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  /* line 267, ../sass/template/_grid.scss */
  .lg-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  /* line 269, ../sass/template/_grid.scss */
  .lg-block-grid-4 > div {
    width: 25%;
  }

  /* line 270, ../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 271, ../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  /* line 272, ../sass/template/_grid.scss */
  .lg-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  /* line 274, ../sass/template/_grid.scss */
  .lg-block-grid-5 > div {
    width: 20%;
  }

  /* line 275, ../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 276, ../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  /* line 277, ../sass/template/_grid.scss */
  .lg-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  /* line 279, ../sass/template/_grid.scss */
  .lg-block-grid-6 > div {
    width: 16.66667%;
  }

  /* line 280, ../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 281, ../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  /* line 282, ../sass/template/_grid.scss */
  .lg-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  /* line 284, ../sass/template/_grid.scss */
  .lg-block-grid-7 > div {
    width: 14.28571%;
  }

  /* line 285, ../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 286, ../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  /* line 287, ../sass/template/_grid.scss */
  .lg-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  /* line 289, ../sass/template/_grid.scss */
  .lg-block-grid-8 > div {
    width: 12.5%;
  }

  /* line 290, ../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 291, ../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  /* line 292, ../sass/template/_grid.scss */
  .lg-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  /* line 294, ../sass/template/_grid.scss */
  .lg-block-grid-9 > div {
    width: 11.11111%;
  }

  /* line 295, ../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 296, ../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  /* line 297, ../sass/template/_grid.scss */
  .lg-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  /* line 299, ../sass/template/_grid.scss */
  .lg-block-grid-10 > div {
    width: 10%;
  }

  /* line 300, ../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 301, ../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  /* line 302, ../sass/template/_grid.scss */
  .lg-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  /* line 304, ../sass/template/_grid.scss */
  .lg-block-grid-11 > div {
    width: 9.09091%;
  }

  /* line 305, ../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 306, ../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  /* line 307, ../sass/template/_grid.scss */
  .lg-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  /* line 309, ../sass/template/_grid.scss */
  .lg-block-grid-12 > div {
    width: 8.33333%;
  }

  /* line 310, ../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  /* line 10, ../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  /* line 311, ../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 3, ../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  /* line 312, ../sass/template/_grid.scss */
  .lg-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* line 317, ../sass/template/_grid.scss */
.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}
/* line 320, ../sass/template/_grid.scss */
.no-gutter [class*="block-grid-"] > div {
  padding: 0 !important;
}
/* line 323, ../sass/template/_grid.scss */
.no-gutter .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 327, ../sass/template/_grid.scss */
.no-gutter [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 331, ../sass/template/_grid.scss */
.no-gutter .portfolio-v1 {
  margin-bottom: 0 !important;
}

/* line 2, ../sass/template/_menu.scss */
.area-main-menu .menu-toggle {
  display: none;
}

@media (min-width: 992px) {
  /* line 8, ../sass/template/_menu.scss */
  .navigation {
    position: relative;
    clear: both;
    text-align: center;
  }
  /* line 12, ../sass/template/_menu.scss */
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 17, ../sass/template/_menu.scss */
  .navigation .gva_menu {
    position: relative;
    font-size: 0;
  }
  /* line 20, ../sass/template/_menu.scss */
  .navigation .gva_menu li {
    position: relative;
  }
  /* line 22, ../sass/template/_menu.scss */
  .navigation .gva_menu li a {
    text-align: left !important;
  }
  /* line 24, ../sass/template/_menu.scss */
  .navigation .gva_menu li a .icaret {
    margin-left: 4px;
    border: none !important;
    font-size: 9px;
  }
  /* line 31, ../sass/template/_menu.scss */
  .navigation .gva_menu > li {
    display: inline-block;
    padding: 30px 15px;
  }
  /* line 34, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.gva-mega-menu {
    position: static !important;
  }
  /* line 36, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.gva-mega-menu > .sub-menu {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  /* line 42, ../sass/template/_menu.scss */
  .navigation .gva_menu > li:hover > ul.sub-menu, .navigation .gva_menu > li:hover div.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 99%;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  /* line 53, ../sass/template/_menu.scss */
  .navigation .gva_menu > li:hover > a {
    color: #f7ae18;
  }
}
@media (min-width: 992px) {
  /* line 58, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
    color: #26263e;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 58, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  /* line 58, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  /* line 58, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  /* line 78, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a.is-active {
    color: #f7ae18;
  }
  /* line 81, ../sass/template/_menu.scss */
  .navigation .gva_menu > li > a > span {
    position: relative;
    padding-bottom: 6px;
  }
  /* line 87, ../sass/template/_menu.scss */
  .navigation .gva_menu > li:hover > a, .navigation .gva_menu > li:focus > a, .navigation .gva_menu > li:active > a, .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #f7ae18;
  }
  /* line 89, ../sass/template/_menu.scss */
  .navigation .gva_menu > li:hover > a:after, .navigation .gva_menu > li:focus > a:after, .navigation .gva_menu > li:active > a:after, .navigation .gva_menu > li.menu-item--active-trail > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
  }
  /* line 98, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-2 > ul.sub-menu > li {
    width: 50%;
    float: left;
  }
  /* line 106, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-3 > ul.sub-menu > li {
    width: 33.33%;
    float: left;
  }
  /* line 114, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-4 > ul.sub-menu > li {
    width: 25%;
    float: left;
  }
  /* line 122, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li {
    width: 20%;
    float: left;
  }
  /* line 130, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.menu-list ul.sub-menu {
    min-width: 250px;
  }
  /* line 132, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.menu-list ul.sub-menu > li {
    border-bottom: 1px solid #dee2e6;
  }
  /* line 134, ../sass/template/_menu.scss */
  .navigation .gva_menu > li.menu-list ul.sub-menu > li > a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
  /* line 142, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu, .navigation .gva_menu .gva-mega-menu {
    position: static;
  }
  /* line 144, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu {
    width: 100%;
    padding: 20px;
  }
  /* line 147, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu .sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu .sub-menu {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  /* line 154, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li, .navigation .gva_menu .gva-mega-menu > .sub-menu > li {
    border: none;
    position: static;
    padding: 0 15px;
  }
  /* line 158, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu {
    position: static;
    border-width: 0;
    padding: 0;
    min-width: inherit;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  /* line 158, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu {
    display: block !important;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  /* line 171, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > ul.sub-menu li {
    padding: 10px 0 0;
    margin-bottom: 0;
    border: none;
  }
  /* line 177, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > a, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: #787887;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: relative;
  }
  /* line 188, ../sass/template/_menu.scss */
  .navigation .gva_menu .megamenu > .sub-menu > li > a:after, .navigation .gva_menu .gva-mega-menu > .sub-menu > li > a:after {
    display: none;
  }
  /* line 196, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu {
    top: 100%;
    position: absolute;
    min-width: 280px;
    background-color: #fff;
    z-index: 999;
    left: 0;
    padding: 15px 20px 10px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -o-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);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    border-top: 1px solid #dee2e6;
  }
  /* line 220, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li {
    padding: 0 0 9px;
  }
  /* line 222, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li > a {
    font-size: 15px;
    display: block;
    color: #787887;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
  }
  /* line 229, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {
    color: #f7ae18;
  }
  /* line 234, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li:last-child {
    border-bottom: 0;
  }
  /* line 237, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li ul {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 11;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  /* line 247, ../sass/template/_menu.scss */
  .navigation .gva_menu .sub-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    left: 100%;
  }
}

/* line 265, ../sass/template/_menu.scss */
body.header-absolute .navigation ul.gva_menu > li > a {
  color: #fff !important;
}

/* line 275, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs {
  position: relative;
}
/* line 277, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-widget {
  font-size: 0.875rem;
}
/* line 280, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav {
  padding: 0;
  position: static;
  width: 15%;
  float: left;
}
/* line 285, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li {
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  float: none;
  clear: both;
  padding-right: 20px;
}
/* line 294, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li > a {
  font-size: 12px;
  border-bottom: 1px solid #dee2e6;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
/* line 303, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li:last-child > a {
  padding-right: 0;
}
/* line 308, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
  color: #f7ae18;
}
/* line 314, ../sass/template/_menu.scss */
.gva-mega-menu .block-blocktabs .ui-tabs-panel {
  float: left;
  width: 85%;
}

/* line 3, ../sass/template/_views.scss */
.gva-view.view-header-right header {
  float: right;
}
@media (max-width: 575.98px) {
  /* line 7, ../sass/template/_views.scss */
  .gva-view.view-header-right header {
    display: none;
  }
}

/* line 15, ../sass/template/_views.scss */
.item-list ul {
  padding: 0;
}
/* line 17, ../sass/template/_views.scss */
.item-list ul li.view-list-item {
  margin: 0 0 30px;
  list-style-type: none;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.item-list ul li.view-list-item:before, .item-list ul li.view-list-item:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.item-list ul li.view-list-item:after {
  clear: both;
}
/* line 21, ../sass/template/_views.scss */
.item-list ul li.view-list-item .post-block {
  margin: 0;
}

/* line 31, ../sass/template/_views.scss */
.padding-small .item-list ul li.view-list-item {
  margin-bottom: 20px !important;
}
/* line 33, ../sass/template/_views.scss */
.padding-small .item-list ul li.view-list-item:last-child {
  margin-bottom: 0 !important;
}

/* line 39, ../sass/template/_views.scss */
ul[data-drupal-views-infinite-scroll-pager] {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
/* line 43, ../sass/template/_views.scss */
ul[data-drupal-views-infinite-scroll-pager].pager {
  margin: 20px 0;
}

/* line 49, ../sass/template/_views.scss */
.views-view-grid .views-row {
  width: auto;
  clear: none;
  float: none !important;
}
/* line 53, ../sass/template/_views.scss */
.views-view-grid .views-row:last-child {
  margin-bottom: 0;
}

/* line 59, ../sass/template/_views.scss */
.post-masonry-style > div.views-col {
  margin-bottom: 10px;
}

/* line 65, ../sass/template/_views.scss */
.no-padding .gva-portfolio-items .row {
  margin: 0 !important;
}
/* line 69, ../sass/template/_views.scss */
.no-padding .gva-portfolio-items .isotope-items > div {
  padding: 0 !important;
}
/* line 71, ../sass/template/_views.scss */
.no-padding .gva-portfolio-items .isotope-items > div .isotope-item {
  margin-bottom: 0 !important;
}

/* line 81, ../sass/template/_views.scss */
.brand-grid .views-view-grid .views-row {
  margin-bottom: 65px;
}
/* line 83, ../sass/template/_views.scss */
.brand-grid .views-view-grid .views-row .views-field-field-image {
  text-align: center;
}
@media (max-width: 575.98px) {
  /* line 83, ../sass/template/_views.scss */
  .brand-grid .views-view-grid .views-row .views-field-field-image {
    margin-bottom: 20px;
  }
}

/* line 95, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item {
  text-align: center;
  background: #fff;
  padding: 60px 30px;
}
/* line 99, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .quote {
  line-height: 28px;
  position: relative;
  padding-top: 35px;
}
/* line 104, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .avatar {
  text-align: center;
}
/* line 106, ../sass/template/_views.scss */
.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%;
}
/* line 112, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .content .title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #26263e;
}
/* line 119, ../sass/template/_views.scss */
.testimonial-v1 .testimonial-item .content .job {
  font-size: 12px;
  color: #bbbbbb;
}

/* line 127, ../sass/template/_views.scss */
.view-testimonial-v2 {
  position: relative;
  float: left;
  width: 100%;
}
/* line 131, ../sass/template/_views.scss */
.view-testimonial-v2 .owl-dots {
  text-align: left;
  position: relative;
  margin-top: 20px;
  float: left;
  width: 100%;
}
/* line 137, ../sass/template/_views.scss */
.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;
}
/* line 149, ../sass/template/_views.scss */
.view-testimonial-v2 .owl-dots .owl-dot.active {
  border-color: #f7ae18;
}
/* line 154, ../sass/template/_views.scss */
.view-testimonial-v2 .owl-nav {
  display: none;
}

/* line 160, ../sass/template/_views.scss */
.testimonial-grid .item-grid {
  margin-bottom: 45px;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.testimonial-grid .item-grid:before, .testimonial-grid .item-grid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.testimonial-grid .item-grid:after {
  clear: both;
}
/* line 163, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-quote {
  font-size: 16px;
  color: #26263e;
  padding: 30px;
  border: 1px solid #dee2e6;
  font-weight: 300;
  font-style: italic;
}
/* line 171, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  float: left;
  padding-top: 20px;
}
/* line 177, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #f7ae18;
  top: -1px;
  left: 0;
  z-index: 1;
}
/* line 186, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .right {
  padding-left: 70px;
}
/* line 188, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
/* line 195, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: #f7ae18;
  text-transform: uppercase;
}
/* line 202, ../sass/template/_views.scss */
.testimonial-grid .item-grid .testimonials-profile .left {
  display: inline-block;
  float: left;
}
/* line 205, ../sass/template/_views.scss */
.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;
}

/* line 216, ../sass/template/_views.scss */
.slider-gallery-v1 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}
/* line 219, ../sass/template/_views.scss */
.slider-gallery-v1 .carousel-item {
  float: left;
  padding-right: 3px !important;
}
/* line 223, ../sass/template/_views.scss */
.slider-gallery-v1 img {
  -ms-transform-style: none !important;
  -webkit-transform-style: none !important;
  -o-transform-style: none !important;
  transform-style: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
/* line 232, ../sass/template/_views.scss */
.slider-gallery-v1 .gallery-large {
  background: #fff;
}
/* line 234, ../sass/template/_views.scss */
.slider-gallery-v1 .gallery-large img {
  width: 100%;
  height: auto;
}
/* line 240, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small {
  width: 50% !important;
  background: transparent !important;
  float: left;
}
/* line 244, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small .gallery-small-item {
  background: #fff;
  width: 100% !important;
  height: auto !important;
  float: left;
  clear: both;
  padding-bottom: 3px;
  margin: 0;
}
/* line 252, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small .gallery-small-item:last-child {
  padding-bottom: 0;
}
/* line 255, ../sass/template/_views.scss */
.slider-gallery-v1 div > .gallery-small .gallery-small-item img {
  width: 100%;
  height: auto;
}

/* line 265, ../sass/template/_views.scss */
.small-list .item-list ul > li {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
}
/* line 269, ../sass/template/_views.scss */
.small-list .item-list ul > li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #26263e;
  font-weight: 700;
}
/* line 274, ../sass/template/_views.scss */
.small-list .item-list ul > li a:hover {
  color: #f7ae18;
}
/* line 278, ../sass/template/_views.scss */
.small-list .item-list ul > li:last-child {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/* line 289, ../sass/template/_views.scss */
.tags-list .item-list > ul > li {
  display: inline-block;
  float: left;
  position: relative;
  line-height: 1.5;
  margin: 0;
}
/* line 295, ../sass/template/_views.scss */
.tags-list .item-list > ul > li a {
  overflow: hidden;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  background: #F3F5FA;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 2px;
  padding: 10px 18px;
  color: #787887;
}
/* line 309, ../sass/template/_views.scss */
.tags-list .item-list > ul > li a:hover, .tags-list .item-list > ul > li a:focus, .tags-list .item-list > ul > li a:active {
  background: #f7ae18;
  color: #fff;
}

/* line 319, ../sass/template/_views.scss */
.banner-carousel .init-carousel-owl {
  margin-left: 0;
  margin-right: 0;
}
/* line 322, ../sass/template/_views.scss */
.banner-carousel .init-carousel-owl .item {
  padding: 0;
  border-left: 0;
  text-align: center;
  position: relative;
}
/* line 333, ../sass/template/_views.scss */
.banner-carousel.v2 .item {
  padding: 0;
  height: auto;
  background: transparent;
}
/* line 337, ../sass/template/_views.scss */
.banner-carousel.v2 .item > div {
  padding: 15px 20px;
  text-align: center;
  position: relative;
}
/* line 344, ../sass/template/_views.scss */
.banner-carousel.v2 .item > div:last-child {
  border: none;
}

/* line 2, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .item-first {
  border-bottom: 0 none;
  display: block;
  float: left;
  padding-right: 15px !important;
  width: 50%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  /* line 2, ../sass/template/_views-magazine.scss */
  .gva-view-mlayout-1 .item-first {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
}
/* line 16, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .item-first .post-content {
  padding: 20px 0 0;
}
/* line 19, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .item-first .post-title {
  margin-bottom: 2px;
}
/* line 21, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .item-first .post-title a {
  font-size: 22px;
  line-height: 28px;
}
/* line 26, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .item-first .post-action {
  display: block !important;
}
/* line 30, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second {
  float: left;
  width: 50%;
}
@media (max-width: 991.98px) {
  /* line 30, ../sass/template/_views-magazine.scss */
  .gva-view-mlayout-1 .items-second {
    width: 100%;
  }
}
/* line 36, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post {
  margin-bottom: 30px;
  padding-left: 15px;
}
/* line 39, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post .post-image {
  display: inline-block;
  width: 150px;
  height: auto;
  float: left;
}
/* line 44, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post .post-content {
  padding: 0 0 0 170px;
}
/* line 47, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post .post-meta {
  clear: none !important;
  margin: 0 0 5px;
}
/* line 51, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post .post-meta {
  float: left;
  width: 100%;
  padding: 0;
}
/* line 55, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post .post-meta .post-author {
  display: none;
}
/* line 59, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post .post-title {
  padding: 0;
  margin: 0 0 5px;
}
/* line 63, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-1 .items-second .item-post .post-body {
  padding: 0;
}

/* line 71, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .item-first {
  border-bottom: 0 none;
  display: block;
  float: left;
  width: 100%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 79, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .item-first .post-title {
  padding: 12px 0;
}
/* line 81, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .item-first .post-title a {
  font-size: 20px;
  line-height: 28px;
}
/* line 86, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .item-first .post-meta {
  margin: 0 0 10px;
}
/* line 89, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .item-first:after {
  content: none;
}
/* line 93, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 97, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post {
  margin-bottom: 20px;
  padding-left: 15px;
}
/* line 100, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-image {
  display: inline-block;
  width: 100px;
  height: auto;
  float: left;
}
/* line 105, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-content {
  padding-left: 110px;
}
/* line 108, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-title, .gva-view-mlayout-2 .items-second .item-post .post-meta {
  clear: none !important;
}
/* line 111, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-meta {
  float: left;
  width: 100%;
  margin: 2px 0 0;
}
/* line 115, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-meta .post-author {
  display: none;
}
/* line 119, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-body {
  display: none;
}
/* line 122, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-title {
  padding: 0;
}
/* line 124, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-2 .items-second .item-post .post-title a {
  display: block;
  font-size: 14px;
}

/* line 134, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .item-first {
  width: 100%;
  float: left;
}
/* line 138, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .item-first .post-block .post-image {
  width: 50%;
  float: left;
}
/* line 143, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .item-first .post-block .post-title a {
  font-size: 18px;
  line-height: 26px;
}
/* line 148, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .item-first .post-block .post-content {
  width: 50%;
  float: left;
  padding-left: 20px;
}
/* line 155, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .items-second {
  width: 100%;
  float: left;
  margin-top: 30px;
}
/* line 160, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .items-second .post-block .post-content {
  padding-top: 10px;
}
/* line 163, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .items-second .post-block .post-body {
  display: none;
}
/* line 166, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3 .items-second .post-block .view-node {
  display: none;
}
/* line 172, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block {
  position: relative;
}
/* line 174, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-image {
  position: relative;
  width: 100%;
  float: none;
}
/* line 178, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-image a:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
/* line 188, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-meta span {
  color: #fff;
}
/* line 191, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  z-index: 9;
}
/* line 198, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-content .post-title a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
/* line 202, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-content .post-title a:hover {
  color: #f7ae18;
}
/* line 206, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-content .post-body {
  color: rgba(255, 255, 255, 0.9);
}
/* line 209, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .post-block .post-content .post-meta {
  color: #ccc;
}
/* line 216, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-3.v2 .item-first .post-block .post-title a {
  font-size: 22px;
  line-height: 30px;
}

/* line 226, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .item-first {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
/* line 233, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .item-first .post-block .post-image {
  width: 50%;
  float: left;
}
/* line 238, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .item-first .post-block .post-title a {
  font-size: 22px;
  line-height: 30px;
}
/* line 243, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .item-first .post-block .post-content {
  width: 50%;
  float: left;
  padding-left: 20px;
}
/* line 248, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .item-first .post-block .view-node {
  margin-top: 15px;
}
/* line 253, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .items-second {
  float: left;
  width: 100%;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gva-view-mlayout-4 .items-second:before, .gva-view-mlayout-4 .items-second:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gva-view-mlayout-4 .items-second:after {
  clear: both;
}
/* line 258, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block {
  margin-bottom: 24px;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block:before, .gva-view-mlayout-4 .items-second .item-post .post-block:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block:after {
  clear: both;
}
/* line 261, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block .post-image {
  width: 100%;
  float: left;
}
/* line 265, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block .post-title {
  margin: 0;
  padding-top: 0;
}
/* line 269, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block .post-content {
  width: 100%;
  float: left;
  padding-top: 8px;
}
/* line 273, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block .post-content .post-body {
  display: none;
}
/* line 276, ../sass/template/_views-magazine.scss */
.gva-view-mlayout-4 .items-second .item-post .post-block .post-content .view-node {
  display: none;
}

/* line 287, ../sass/template/_views-magazine.scss */
.gva-view-grid .post-block .post-content {
  padding-top: 10px;
}

/* line 295, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li {
  display: block;
  overflow: hidden;
  width: 100%;
  clear: both;
}
/* line 300, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:not(:first-child) {
  margin-bottom: 20px;
}
/* line 302, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:not(:first-child) .post-image {
  width: 100px;
  height: auto;
  float: left;
  margin: 0;
}
/* line 307, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:not(:first-child) .post-content {
  padding-left: 115px;
  padding-top: 0;
}
/* line 311, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:not(:first-child) .post-body {
  display: none;
}
/* line 314, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:not(:first-child) .post-meta {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
/* line 320, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:not(:first-child) .post-title {
  padding: 0;
  margin: 0;
}
/* line 323, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:not(:first-child) .post-title a {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
/* line 330, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:first-child {
  border-bottom: 0 none;
  display: block;
  width: 100%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
/* line 337, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:first-child .post-title {
  margin: 10px 0 0;
}
/* line 339, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:first-child .post-title a {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  /* line 339, ../sass/template/_views-magazine.scss */
  .posts-stick-list .item-list > ul > li:first-child .post-title a {
    font-size: 16px;
  }
}
/* line 347, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:first-child .post-meta {
  padding-top: 0;
}
/* line 351, ../sass/template/_views-magazine.scss */
.posts-stick-list .item-list > ul > li:last-child {
  margin-bottom: 0 !important;
}

/* line 1, ../sass/template/_block-builder.scss */
.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* line 4, ../sass/template/_block-builder.scss */
.block.block-gavias-blockbuilder ul > li {
  list-style: none;
}

/* line 8, ../sass/template/_block-builder.scss */
.gbb-row-wrapper {
  position: relative;
}
/* line 10, ../sass/template/_block-builder.scss */
.gbb-row-wrapper .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 15, ../sass/template/_block-builder.scss */
.gbb-row-wrapper .row-text-overlay {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.09);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  height: 46px;
  top: 50%;
  margin-top: -23px;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 767.98px) {
  /* line 15, ../sass/template/_block-builder.scss */
  .gbb-row-wrapper .row-text-overlay {
    display: none;
  }
}
/* line 33, ../sass/template/_block-builder.scss */
.gbb-row-wrapper .bb-container {
  position: relative;
  z-index: 2;
}
/* line 37, ../sass/template/_block-builder.scss */
.gbb-row-wrapper .icon-row {
  color: #f7ae18;
}
/* line 41, ../sass/template/_block-builder.scss */
.gbb-row-wrapper .gbb-row-wrapper .bb-inner {
  padding: 0;
}

/* line 46, ../sass/template/_block-builder.scss */
.row-box {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767.98px) {
  /* line 46, ../sass/template/_block-builder.scss */
  .row-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* line 55, ../sass/template/_block-builder.scss */
.container .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 61, ../sass/template/_block-builder.scss */
.bb-container.full-screen {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 65, ../sass/template/_block-builder.scss */
.bb-container.full-screen .bb-inner {
  padding: 0 !important;
}
/* line 68, ../sass/template/_block-builder.scss */
.bb-container.full-screen > .row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 77, ../sass/template/_block-builder.scss */
.gbb-row.polygon {
  -webkit-clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
  clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
}
@media (max-width: 767.98px) {
  /* line 83, ../sass/template/_block-builder.scss */
  .gbb-row.row-border > .bb-inner > .bb-container > .row-wrapper > .gsc-column, .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  /* line 88, ../sass/template/_block-builder.scss */
  .gbb-row.row-border > .bb-inner > .bb-container > .row-wrapper > .gsc-column:last-child, .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* line 94, ../sass/template/_block-builder.scss */
.gbb-row.row-border > .bb-inner > .bb-container > .row-wrapper > .gsc-column:after, .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column:after {
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  /* line 94, ../sass/template/_block-builder.scss */
  .gbb-row.row-border > .bb-inner > .bb-container > .row-wrapper > .gsc-column:after, .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column:after {
    display: none;
  }
}
/* line 107, ../sass/template/_block-builder.scss */
.gbb-row.row-border > .bb-inner > .bb-container > .row-wrapper > .gsc-column .column-inner, .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column .column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 112, ../sass/template/_block-builder.scss */
.gbb-row.row-border > .bb-inner > .bb-container > .row-wrapper > .gsc-column:last-child:after, .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column:last-child:after {
  display: none !important;
}
/* line 117, ../sass/template/_block-builder.scss */
.gbb-row.row-border > .bb-inner > .bb-container > .row-wrapper > .gsc-column[class*='col-lg-12']:after, .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column[class*='col-lg-12']:after {
  display: none;
}
@media (max-width: 767.98px) {
  /* line 126, ../sass/template/_block-builder.scss */
  .gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
}
/* line 130, ../sass/template/_block-builder.scss */
.gbb-row.row-border-white > .bb-inner > .bb-container > .row-wrapper > .gsc-column:after {
  background: rgba(255, 255, 255, 0.2);
}
/* line 137, ../sass/template/_block-builder.scss */
.gbb-row.border-inner-row .row-wrapper {
  border-bottom: 1px solid #dee2e6;
}
/* line 142, ../sass/template/_block-builder.scss */
.gbb-row.special-row .bb-inner {
  padding-top: 0;
}
/* line 145, ../sass/template/_block-builder.scss */
.gbb-row.special-row .row-wrapper {
  margin-top: -220px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
/* line 152, ../sass/template/_block-builder.scss */
.gbb-row.special-row .row-wrapper .column-inner {
  padding: 30px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media (max-width: 991.98px) {
  /* line 152, ../sass/template/_block-builder.scss */
  .gbb-row.special-row .row-wrapper .column-inner {
    padding: 30px 10px;
  }
}

/* line 165, ../sass/template/_block-builder.scss */
.gbb-row.row-background-particles-js > .bb-inner {
  position: relative;
  z-index: 9;
}
/* line 169, ../sass/template/_block-builder.scss */
.gbb-row.row-background-particles-js > .particles-js-canvas-el {
  z-index: 8;
}

/* line 175, ../sass/template/_block-builder.scss */
.column-style-1 {
  max-width: 800px;
  float: right;
  padding: 120px 50px 120px;
}
@media (max-width: 991.98px) {
  /* line 175, ../sass/template/_block-builder.scss */
  .column-style-1 {
    padding: 80px 15px 80px;
  }
}

/* line 183, ../sass/template/_block-builder.scss */
.column-style-2 {
  max-width: 800px;
  float: left;
  padding: 120px 50px 120px;
}
@media (max-width: 991.98px) {
  /* line 183, ../sass/template/_block-builder.scss */
  .column-style-2 {
    padding: 80px 15px 80px;
  }
}

/* line 191, ../sass/template/_block-builder.scss */
.column-style-3 {
  max-width: 480px;
  float: right;
}

/* line 195, ../sass/template/_block-builder.scss */
.column-bg-right {
  margin-left: auto;
  max-width: 650px;
}

/* line 199, ../sass/template/_block-builder.scss */
.column-box-shadow {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 203, ../sass/template/_block-builder.scss */
.column-box-shadow-2 {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/* line 208, ../sass/template/_block-builder.scss */
.column-border {
  border: 2px solid #f7ae18;
  padding: 30px;
}
@media (max-width: 991.98px) {
  /* line 208, ../sass/template/_block-builder.scss */
  .column-border {
    padding: 20px;
  }
}

/* line 215, ../sass/template/_block-builder.scss */
.row-gradient-1 {
  background-image: -webkit-radial-gradient(50% -50% farthest-corner, #135a9f 0%, #192532 70%, #192532 100%);
  background-image: radial-gradient(farthest-corner at 50% -50%, #135a9f 0%, #192532 70%, #192532 100%);
  background-color: #192532;
}

/* line 220, ../sass/template/_block-builder.scss */
.row-gradient-2 {
  position: relative;
}
/* line 222, ../sass/template/_block-builder.scss */
.row-gradient-2 > .bb-inner {
  position: relative;
  z-index: 11;
}
/* line 226, ../sass/template/_block-builder.scss */
.row-gradient-2:after {
  content: '';
  background-image: -webkit-radial-gradient(50% -50% farthest-corner, #fff 0%, #dde7ff 70%, #dde7ff 100%);
  background-image: radial-gradient(farthest-corner at 50% -50%, #ffffff 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) {
  /* line 226, ../sass/template/_block-builder.scss */
  .row-gradient-2:after {
    top: 0;
  }
}

/* line 243, ../sass/template/_block-builder.scss */
.row-bg-top {
  position: relative;
}
/* line 245, ../sass/template/_block-builder.scss */
.row-bg-top > .bb-inner {
  position: relative;
  z-index: 11;
}
/* line 249, ../sass/template/_block-builder.scss */
.row-bg-top:after {
  content: '';
  background-image: -webkit-radial-gradient(50% -50% farthest-corner, #fff 0%, #dde7ff 70%, #dde7ff 100%);
  background-image: radial-gradient(farthest-corner at 50% -50%, #ffffff 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) {
  /* line 249, ../sass/template/_block-builder.scss */
  .row-bg-top:after {
    top: 0;
  }
}

/* line 267, ../sass/template/_block-builder.scss */
.row-curve-bottom-white:after {
  content: '';
  width: 100%;
  height: 69px;
  position: absolute;
  bottom: 0;
  background: url("../images/curve-bg.png") repeat-x center center transparent;
  background-size: 100% 100%;
}

/* line 279, ../sass/template/_block-builder.scss */
.grid-small .container {
  max-width: 900px;
  margin: 0 auto;
}

/* line 285, ../sass/template/_block-builder.scss */
.gavias-blockbuilder-content {
  position: relative;
}
/* line 287, ../sass/template/_block-builder.scss */
.gavias-blockbuilder-content .link-edit-blockbuider {
  border: 1px solid #dee2e6;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-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: #f7ae18;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
}
/* line 302, ../sass/template/_block-builder.scss */
.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) {
  /* line 310, ../sass/template/_block-builder.scss */
  .gbb-row[style*="padding-top"] {
    padding-top: 25px !important;
  }
  /* line 313, ../sass/template/_block-builder.scss */
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 25px !important;
  }
}
/* line 317, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  /* line 317, ../sass/template/_block-builder.scss */
  .gbb-row .bb-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* line 324, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.padding-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 328, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.padding-medium {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  /* line 328, ../sass/template/_block-builder.scss */
  .gbb-row .bb-inner.padding-medium {
    padding-top: 50px;
  }
}
/* line 334, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_margin {
  margin: 0 !important;
}
/* line 337, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding {
  padding: 0 !important;
}
/* line 342, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_col > .bb-container > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 346, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_col > .bb-container > .row > .row-wrapper > div.gsc-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 354, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_top {
  padding-top: 0 !important;
}
/* line 357, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.remove_padding_bottom {
  padding-bottom: 0 !important;
}
/* line 360, ../sass/template/_block-builder.scss */
.gbb-row .bb-inner.padding-large {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 991.98px) {
  /* line 360, ../sass/template/_block-builder.scss */
  .gbb-row .bb-inner.padding-large {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (max-width: 767.98px) {
  /* line 360, ../sass/template/_block-builder.scss */
  .gbb-row .bb-inner.padding-large {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 575.98px) {
  /* line 360, ../sass/template/_block-builder.scss */
  .gbb-row .bb-inner.padding-large {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

/* line 378, ../sass/template/_block-builder.scss */
.widget {
  /******************** Chart *****************************/
}
/* line 380, ../sass/template/_block-builder.scss */
.widget.gsc-progress {
  margin-bottom: 25px;
}
/* line 382, ../sass/template/_block-builder.scss */
.widget.gsc-progress .progress {
  height: 3px !important;
}
/* line 385, ../sass/template/_block-builder.scss */
.widget.gsc-progress .progress-bar {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
/* line 387, ../sass/template/_block-builder.scss */
.widget.gsc-progress .progress-bar span {
  top: 0;
}
/* line 391, ../sass/template/_block-builder.scss */
.widget.gsc-progress .progress-label {
  text-transform: capitalize;
  font-size: 14px;
}
/* line 396, ../sass/template/_block-builder.scss */
.widget.gsc-progress.text-light .progress-label {
  color: #fff;
}

/* line 404, ../sass/template/_block-builder.scss */
.gsc-block-view.remove-margin-on {
  margin-bottom: 0 !important;
}

/* line 410, ../sass/template/_block-builder.scss */
.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  /* line 410, ../sass/template/_block-builder.scss */
  .column-content.text-quote {
    padding: 20px 20px;
  }
}
/* line 418, ../sass/template/_block-builder.scss */
.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  /* line 418, ../sass/template/_block-builder.scss */
  .column-content.text-quote-2 {
    padding: 20px 20px;
  }
}

/* line 2, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-body {
  padding-left: 0;
  padding-right: 0;
}
/* line 8, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-white .panel {
  margin-bottom: 2px;
}
/* line 12, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-dark {
  background: #F3F5FA;
}
/* line 14, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-dark .panel {
  background: #F3F5FA;
  border-bottom: 1px solid #e2e2e2 !important;
}
/* line 17, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-dark .panel .panel-title {
  background: #F3F5FA !important;
}
/* line 19, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-dark .panel .panel-title a {
  background: none !important;
}
/* line 23, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-dark .panel:last-child {
  border-bottom: none !important;
}
/* line 28, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-white-border {
  border: 1px solid #dee2e6;
  padding: 20px;
  background: #fff;
}
/* line 32, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-white-border .panel {
  padding: 0 0 30px !important;
  border-bottom: 1px solid #dee2e6 !important;
  margin-bottom: 30px !important;
}
/* line 36, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-white-border .panel .panel-title a {
  padding-left: 48px;
}
/* line 38, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
  left: 0;
}
/* line 42, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-white-border .panel .panel-body {
  padding-top: 10px;
}
/* line 45, ../sass/template/elements/_accordion.scss */
.gsc-accordion .panel-group.skin-white-border .panel:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action {
  position: relative;
}
/* line 3, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action .title {
  font-size: 28px;
  margin: 0;
}
@media (max-width: 767.98px) {
  /* line 3, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action .title {
    font-size: 22px;
  }
}
/* line 10, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action .title span span {
  font-weight: 700;
  border-bottom: 1px solid #787887;
}
/* line 16, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action .button-action {
  margin-top: 20px;
}
/* line 18, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action .button-action .quick-text {
  font-weight: 600;
  color: #26263e;
  font-size: 22px;
  margin-right: 15px;
}
/* line 28, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action .desc {
  line-height: 30px;
  margin-top: 15px;
}
/* line 33, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-right .content {
  padding-right: 170px;
  max-width: 1000px;
}
@media (max-width: 800px) {
  /* line 33, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-right .content {
    padding-right: 0;
  }
}
/* line 39, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-right .content p {
  margin: 0;
}
/* line 42, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-right .content .title {
  margin: 0;
  padding-top: 5px;
}
/* line 47, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-right .button-action {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  margin-top: -25px;
}
@media (max-width: 800px) {
  /* line 47, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-right .button-action {
    position: relative;
    margin-top: 15px;
  }
}
/* line 59, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-left {
  position: relative;
  text-align: right;
}
/* line 62, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-left .content {
  padding-left: 160px;
  max-width: 1000px;
  float: right;
}
@media (max-width: 800px) {
  /* line 62, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-left .content {
    padding-right: 0;
  }
}
/* line 69, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-left .content p {
  margin: 0;
}
/* line 73, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-left .button-action {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}
@media (max-width: 800px) {
  /* line 73, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-left .button-action {
    position: relative;
    margin-top: 15px;
  }
}
/* line 85, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom {
  padding: 30px 0;
}
/* line 87, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom .title {
  font-size: 42px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  /* line 87, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-bottom .title {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  /* line 87, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-bottom .title {
    font-size: 28px;
  }
}
/* line 100, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom .desc {
  font-size: 18px;
  font-weight: 600;
}
/* line 104, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom .button-action {
  margin-top: 30px;
}
/* line 108, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom.text-light .desc {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 113, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom-right {
  padding: 30px 0;
}
/* line 115, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom-right .content {
  max-width: 1000px;
}
/* line 118, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom-right .title {
  font-size: 28px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
}
/* line 126, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom-right .title .text-small {
  font-size: 30px;
}
/* line 130, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom-right .desc {
  font-size: 16px;
}
/* line 133, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom-right .button-action {
  margin-top: 30px;
}
/* line 137, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-bottom-right.text-light .desc {
  color: #fff;
}
/* line 142, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-center {
  text-align: center;
  margin: 0 auto;
}
/* line 145, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-center .title {
  font-size: 58px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  /* line 145, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-center .title {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  /* line 145, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.button-center .title {
    font-size: 32px;
  }
}
/* line 158, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-center .desc {
  font-size: 18px;
  font-weight: 500;
}
/* line 162, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-center .button-action {
  margin-top: 35px;
  text-align: center;
}
/* line 165, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.button-center .button-action .quick-text {
  position: relative;
  top: -20px;
}
/* line 171, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.has-background {
  padding: 56px 35px;
  margin-bottom: 30px;
  border-radius: 6px;
}
/* line 175, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.has-background .title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
}
/* line 179, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.has-background .title:after {
  display: none;
}
/* line 184, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.has-background.button-right .button-action {
  right: 30px;
}
@media (max-width: 800px) {
  /* line 184, ../sass/template/elements/_call-to-action.scss */
  .gsc-call-to-action.has-background.button-right .button-action {
    right: 0;
  }
}
/* line 193, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.text-light .content {
  color: #fff;
}
/* line 195, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.text-light .content .title {
  color: #fff;
}
/* line 198, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.text-light .content .title span span {
  border-bottom-color: #fff;
}
/* line 203, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.text-light .content .desc * {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 208, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.text-light .subtitle {
  color: #d9d9d9;
}
/* line 212, ../sass/template/elements/_call-to-action.scss */
.gsc-call-to-action.text-light .button-action .quick-text {
  color: #fff !important;
}

/* line 1, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box {
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gsc-icon-box:before, .gsc-icon-box:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gsc-icon-box:after {
  clear: both;
}
/* line 6, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image.left {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  /* line 6, ../sass/template/elements/_icon-box.scss */
  .gsc-icon-box.icon-image.left {
    padding-right: 0;
  }
}
/* line 12, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image .fa-1x {
  display: block;
  width: 32px;
  height: 32px;
}
/* line 16, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image .fa-1x .icon {
  margin-top: 6px;
}
/* line 20, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image .fa-2x {
  display: block;
  width: 64px;
  height: 64px;
}
/* line 24, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image .fa-2x .icon {
  margin-top: 15px;
}
/* line 28, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image .fa-3x {
  display: block;
  width: 124px;
  height: 124px;
}
/* line 32, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image .fa-3x .icon {
  margin-top: 30px;
}
/* line 36, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-image .fa-4x {
  display: block;
  width: 160px;
  height: 160px;
  margin-top: 40px;
}
/* line 43, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight_content {
  margin-top: 5px;
}
/* line 45, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight_content .title {
  font-size: 20px;
  color: #26263e;
  margin-bottom: 3px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4;
}
/* line 53, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight_content .desc {
  font-size: 16px;
  line-height: 32px;
}
/* line 56, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight_content .desc p {
  margin-bottom: 0;
}
/* line 62, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container {
  text-align: center;
  line-height: 1;
  position: relative;
  color: #26263e;
}
/* line 67, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container .icon {
  position: relative;
  z-index: 11;
  display: inline-block;
}
/* line 72, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container.icon-shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
/* line 75, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container.fa-stack {
  line-height: 2.26em !important;
  width: 2.2em;
  height: 2.2em;
}
/* line 80, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 85, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 89, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container.text-black {
  color: #26263e;
}
/* line 91, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 96, ../sass/template/elements/_icon-box.scss */
.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;
}
/* line 101, ../sass/template/elements/_icon-box.scss */
.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;
}
/* line 106, ../sass/template/elements/_icon-box.scss */
.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%;
}
/* line 114, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-background .highlight-icon .icon-container {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
/* line 116, ../sass/template/elements/_icon-box.scss */
.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);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
/* line 129, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after {
  background: #222222;
}
/* line 134, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
  background: #f7ae18;
}
/* line 143, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
  border-color: #222222;
}
/* line 146, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
  border-color: #f7ae18;
}
/* line 155, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
  color: #f7ae18;
}
/* line 160, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-center {
  text-align: center;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
/* line 165, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-center .highlight-icon {
  text-align: center;
  padding-right: 0 !important;
}
/* line 168, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-center .highlight-icon .icon-container {
  display: inline-block;
}
/* line 170, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x {
  font-size: 1.4em;
}
/* line 175, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-center .title {
  position: relative;
  padding: 25px 0 15px;
  font-size: 22px;
}
/* line 180, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-center .highlight_content {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
/* line 184, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  font-weight: 400;
  text-transform: normal;
}
/* line 192, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-left {
  text-align: left;
  max-width: 300px;
  clear: both;
}
/* line 196, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-left .title {
  padding: 25px 0 15px;
}
/* line 200, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right {
  text-align: right;
  max-width: 300px;
  clear: both;
  float: right;
}
/* line 205, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right .title {
  padding: 25px 0 15px;
}
/* line 208, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right .highlight-icon {
  width: 100%;
  text-align: right;
}
/* line 211, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right .highlight-icon .icon-container {
  display: inline-block;
}
/* line 218, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-left-title .title-inner, .gsc-icon-box.top-right-title .title-inner {
  display: table;
  margin-bottom: 15px;
}
/* line 221, ../sass/template/elements/_icon-box.scss */
.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;
}
/* line 224, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-left-title .title-inner .highlight-icon .icon-image, .gsc-icon-box.top-right-title .title-inner .highlight-icon .icon-image {
  width: 36px;
  display: inline-block;
}
/* line 229, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-left-title .title-inner .title, .gsc-icon-box.top-right-title .title-inner .title {
  display: table-cell;
  vertical-align: middle;
}
/* line 236, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-left-title .highlight-icon {
  padding-right: 15px;
}
/* line 240, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right-title {
  text-align: right;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gsc-icon-box.top-right-title:before, .gsc-icon-box.top-right-title:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gsc-icon-box.top-right-title:after {
  clear: both;
}
/* line 243, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right-title .title-inner {
  float: right;
}
/* line 246, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right-title .highlight-icon {
  padding-left: 15px;
}
/* line 249, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.top-right-title .desc {
  float: right;
  width: 100%;
}
/* line 254, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right, .gsc-icon-box.left {
  display: table;
  max-width: 600px;
}
/* line 257, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right .highlight-icon, .gsc-icon-box.left .highlight-icon {
  display: table-cell;
  vertical-align: top;
  padding-top: 2px;
}
/* line 261, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right .highlight-icon .icon-image, .gsc-icon-box.left .highlight-icon .icon-image {
  width: 60px;
  display: inline-block;
}
/* line 266, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right .highlight_content, .gsc-icon-box.left .highlight_content {
  display: table-cell;
  vertical-align: top;
}
/* line 269, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right .highlight_content .title, .gsc-icon-box.left .highlight_content .title {
  margin-bottom: 16px;
  position: relative;
}
/* line 275, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right {
  text-align: right;
}
/* line 277, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right .highlight-icon {
  padding-left: 20px;
}
/* line 282, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.right .highlight_content .title:after {
  left: auto;
  right: 0;
}
/* line 289, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.left {
  text-align: left;
}
/* line 291, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.left .highlight-icon {
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  /* line 296, ../sass/template/elements/_icon-box.scss */
  .gsc-icon-box.responsive-1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    display: block;
  }
  /* line 302, ../sass/template/elements/_icon-box.scss */
  .gsc-icon-box.responsive-1 .highlight-icon {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    padding: 0;
  }
  /* line 308, ../sass/template/elements/_icon-box.scss */
  .gsc-icon-box.responsive-1 .highlight_content {
    display: block;
  }
  /* line 311, ../sass/template/elements/_icon-box.scss */
  .gsc-icon-box.responsive-1 .highlight_content .title:after {
    left: 50%;
    margin-left: -17.5px;
  }
}
/* line 320, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.text-light .title {
  color: #fff;
}
/* line 322, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.text-light .title:after {
  background: #fff;
}
/* line 325, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.text-light .title a {
  color: #fff;
}
/* line 327, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.text-light .title a:hover {
  color: #f7ae18;
}
/* line 333, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.text-light .highlight-icon .icon-container {
  color: #fff;
}
/* line 337, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.text-light .desc {
  color: rgba(255, 255, 255, 0.8);
}
/* line 341, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.box-background {
  padding: 30px;
  -webkit-transition: all 0.35s;
  -o-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;
}
/* line 345, ../sass/template/elements/_icon-box.scss */
.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 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
/* line 350, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.border-s1 .icon-inner {
  padding: 6px;
  border: 2px solid #dee2e6;
  display: inline-block;
}
/* line 354, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.border-s1 .icon-inner .fa-stack {
  line-height: 2.3em !important;
  width: 2.2em;
  height: 2.2em;
}
/* line 359, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.border-s1 .icon-inner .fa-2x {
  font-size: 1.6em;
}
/* line 362, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.border-s1 .icon-inner .fa-1x {
  font-size: 1.2em;
}
/* line 364, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box.border-s1 .icon-inner .fa-1x .fa-stack {
  line-height: 2.3em !important;
  width: 2.2em;
  height: 2.2em;
}
/* line 372, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .i-border-theme {
  border-color: #f7ae18 !important;
}
/* line 375, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .i-border-black {
  border-color: #071F20 !important;
}
/* line 378, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .i-border-dark {
  border-color: #f1f1f1f !important;
}
/* line 381, ../sass/template/elements/_icon-box.scss */
.gsc-icon-box .i-border-white {
  border-color: #fff !important;
}

/* line 2, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.has-background {
  padding: 45px 30px;
}
/* line 5, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1 {
  text-align: center;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  border-radius: 4px;
  transition: all 0.35s;
  border: 1px solid transparent;
  margin-bottom: 30px;
}
/* line 14, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1 .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 35px;
}
/* line 19, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1 .arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #f7ae18;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -18px;
  z-index: 11;
  background: #F6F7FB;
}
/* line 33, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1.highlight {
  background: #f7ae18;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
}
/* line 36, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1.highlight .box-title {
  color: #fff;
}
/* line 38, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1.highlight .box-title a {
  color: #fff;
}
/* line 42, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1.highlight .arrow {
  background: #f7ae18;
  color: #fff;
  transition: all 0.35s;
}
/* line 48, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1:hover {
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}
/* line 51, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-1:hover .arrow {
  background: #f7ae18;
  color: #fff;
}
/* line 57, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2 {
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 4px;
  transition: all 0.35s;
  border: 1px solid transparent;
  margin-bottom: 30px;
}
/* line 66, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2 .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 35px;
}
/* line 71, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2 .arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #f7ae18;
  background: #F6F7FB;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.35s;
}
/* line 83, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2.highlight {
  background: #f7ae18;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
}
/* line 86, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2.highlight .box-title {
  color: #fff;
}
/* line 88, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2.highlight .box-title a {
  color: #fff;
}
/* line 92, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2.highlight .arrow {
  background: #fff !important;
  color: #f7ae18 !important;
}
/* line 97, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2:hover {
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}
/* line 100, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-2:hover .arrow {
  background: #f7ae18;
  color: #fff;
}
/* line 106, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-3 {
  text-align: center;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  border-radius: 4px;
  transition: all 0.35s;
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
/* line 116, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-3 .content-inner {
  max-width: 225px;
  margin: 0 auto;
}
/* line 120, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-3 .box-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  /* line 120, ../sass/template/elements/_icon-box-style.scss */
  .gsc-icon-box-style.style-3 .box-title {
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 130, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-3 .arrow {
  display: none !important;
}
/* line 133, ../sass/template/elements/_icon-box-style.scss */
.gsc-icon-box-style.style-3:hover {
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}

/* line 2, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-top {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 0 30px;
}
/* line 7, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-top .milestone-icon {
  color: #f7ae18;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  padding: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
/* line 16, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-top .milestone-icon .icon {
  text-align: center;
  line-height: 56px;
  color: #f7ae18;
  font-size: 40px;
}
/* line 23, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-top .milestone-right {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: 10px;
}
/* line 30, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-top .milestone-number {
  font-size: 100px;
  font-weight: 300;
  line-height: 1.1;
  color: #26263e;
}
@media (max-width: 991.98px) {
  /* line 30, ../sass/template/elements/_counter.scss */
  .milestone-block.position-icon-top .milestone-number {
    font-size: 60px;
  }
}
/* line 39, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-top .milestone-text {
  font-size: 18px;
  font-weight: 500;
  max-width: 220px;
  margin: 18px auto 0;
  line-height: 30px;
}
/* line 47, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-left {
  margin-bottom: 20px;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.milestone-block.position-icon-left:before, .milestone-block.position-icon-left:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.milestone-block.position-icon-left:after {
  clear: both;
}
/* line 50, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-left .milestone-icon {
  color: #f7ae18;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
  width: 68px;
  height: 68px;
  margin-top: 8px;
  display: inline-block;
  float: left;
  margin-right: 4px;
}
/* line 61, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-left .milestone-icon span {
  color: #f7ae18;
  font-size: 38px;
  line-height: 1;
}
/* line 67, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-left .milestone-right {
  padding-left: 85px;
  text-align: left;
}
/* line 70, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-left .milestone-right .milestone-number {
  color: #26263e;
  text-align: left;
  font-size: 50px;
  line-height: 1;
  padding-top: 20px;
  font-weight: 700;
}
/* line 78, ../sass/template/elements/_counter.scss */
.milestone-block.position-icon-left .milestone-right .milestone-text {
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  width: 100%;
  color: #26263e;
}
/* line 88, ../sass/template/elements/_counter.scss */
.milestone-block.position-without-icon {
  text-align: center;
  padding: 60px 15px;
}
/* line 91, ../sass/template/elements/_counter.scss */
.milestone-block.position-without-icon .milestone-content {
  max-width: 250px;
  margin: 0 auto;
}
/* line 95, ../sass/template/elements/_counter.scss */
.milestone-block.position-without-icon .milestone-number, .milestone-block.position-without-icon .symbol {
  font-size: 100px;
  line-height: 100px;
  color: #f7ae18;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  /* line 95, ../sass/template/elements/_counter.scss */
  .milestone-block.position-without-icon .milestone-number, .milestone-block.position-without-icon .symbol {
    font-size: 60px;
    line-height: 69px;
  }
}
@media (max-width: 767.98px) {
  /* line 95, ../sass/template/elements/_counter.scss */
  .milestone-block.position-without-icon .milestone-number, .milestone-block.position-without-icon .symbol {
    font-size: 46px;
    line-height: 52px;
  }
}
/* line 109, ../sass/template/elements/_counter.scss */
.milestone-block.position-without-icon .milestone-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
}
/* line 116, ../sass/template/elements/_counter.scss */
.milestone-block.text-light .milestone-number {
  color: #fff !important;
}
/* line 119, ../sass/template/elements/_counter.scss */
.milestone-block.text-light .milestone-text {
  color: #b8b8d3 !important;
}
/* line 122, ../sass/template/elements/_counter.scss */
.milestone-block.text-light .milestone-icon span {
  border-color: #fff;
  color: #fff;
}
/* line 127, ../sass/template/elements/_counter.scss */
.milestone-block.hightlight {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 60px 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 1, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal {
  margin-bottom: 35px;
}
/* line 6, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
  display: none !important;
}
/* line 13, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.title-align-center .block-title {
  text-align: center;
}
/* line 18, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.title-align-left .block-title {
  text-align: left;
}
/* line 23, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.title-align-right .block-title {
  text-align: right;
}
/* line 28, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.text-light div {
  color: #fff;
}
/* line 32, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.text-light .block-inner .block-title {
  color: #fff;
}
/* line 36, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.text-light .block-inner .block-content *, .gsc-block-drupal.text-light .block-inner .block-content div {
  color: #fff;
}
/* line 38, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.text-light .block-inner .block-content *:after, .gsc-block-drupal.text-light .block-inner .block-content *:before, .gsc-block-drupal.text-light .block-inner .block-content div:after, .gsc-block-drupal.text-light .block-inner .block-content div:before {
  color: rgba(255, 255, 255, 0.2);
}
/* line 45, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.remove-margin-on {
  margin-bottom: 0 !important;
}
/* line 47, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.remove-margin-on .block {
  margin-bottom: 0 !important;
}
/* line 51, ../sass/template/elements/_drupal-block.scss */
.gsc-block-drupal.block-style-1 {
  padding: 40px 40px 50px;
  background: #80C051;
}
@media (max-width: 1199.98px) {
  /* line 51, ../sass/template/elements/_drupal-block.scss */
  .gsc-block-drupal.block-style-1 {
    padding: 50px 30px 60px;
  }
}

/* line 1, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax {
  float: left;
  width: 100%;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gsc-content-images-parallax:before, .gsc-content-images-parallax:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gsc-content-images-parallax:after {
  clear: both;
}
/* line 5, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax .images {
  width: 40%;
  position: relative;
}
@media (max-width: 767.98px) {
  /* line 5, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax .images {
    width: 100%;
    float: left;
  }
}
/* line 12, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax .images img {
  border: 2px solid #fff;
}
/* line 15, ../sass/template/elements/_content-images-parallax.scss */
.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);
}
/* line 18, ../sass/template/elements/_content-images-parallax.scss */
.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);
}
/* line 23, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax .content {
  width: 60%;
}
@media (max-width: 767.98px) {
  /* line 23, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax .content {
    width: 100%;
    float: left;
  }
}
/* line 30, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax .action {
  margin-top: 15px;
}
/* line 34, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.left .images {
  float: right;
}
/* line 37, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.left .content {
  float: left;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  /* line 37, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.left .content {
    padding-right: 0;
  }
}
/* line 46, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.right .images {
  float: left;
}
/* line 49, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.right .content {
  float: right;
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  /* line 49, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.right .content {
    padding-left: 0;
  }
}
/* line 57, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 {
  margin-bottom: 60px;
}
/* line 59, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 .images {
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  /* line 59, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v1 .images {
    max-width: 550px;
    float: none;
    margin: 0 auto;
  }
}
/* line 68, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 .content {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  /* line 68, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v1 .content {
    padding-top: 20px;
  }
}
/* line 74, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 .content .content-inner {
  display: inline-block;
  max-width: 480px;
  text-align: left;
}
/* line 79, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 .content .description {
  font-size: 16px;
  margin-top: 10px;
}
/* line 84, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 .content .sub-title span {
  text-transform: capitalize;
  background: #f7ae18;
  font-size: 11px;
  padding: 4px 10px;
  letter-spacing: 1.5px;
  color: #fff;
}
/* line 93, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 .content .title {
  font-size: 23px;
  position: relative;
  line-height: 42px;
  margin: 5px 0;
  color: #26263e;
  font-weight: 600;
  text-transform: capitalize;
}
/* line 101, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1 .content .title span {
  position: relative;
  z-index: 9;
}
/* line 109, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1.right .image-1 {
  position: relative;
  left: 30px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  /* line 109, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v1.right .image-1 {
    left: 0;
  }
}
/* line 117, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1.right .image-2 {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 9;
}
@media (max-width: 767.98px) {
  /* line 117, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v1.right .image-2 {
    top: -30px !important;
  }
}
/* line 128, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1.left .image-1 {
  position: relative;
  right: 30px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  /* line 128, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v1.left .image-1 {
    right: 0;
  }
}
/* line 136, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v1.left .image-2 {
  position: absolute;
  bottom: 150px;
  right: 0;
  z-index: 9;
}
@media (max-width: 767.98px) {
  /* line 136, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v1.left .image-2 {
    top: -30px !important;
  }
}
/* line 147, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 {
  margin-bottom: 30px;
}
/* line 149, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .images {
  position: relative;
  width: 52%;
}
/* line 152, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .images img {
  border: none;
}
@media (max-width: 575.98px) {
  /* line 149, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v2 .images {
    width: 100%;
  }
}
/* line 159, ../sass/template/elements/_content-images-parallax.scss */
.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) {
  /* line 159, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v2 .content {
    width: 100%;
  }
}
/* line 168, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .content .content-inner {
  display: inline-block;
  max-width: 480px;
  text-align: left;
}
/* line 173, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .content .description {
  font-size: 16px;
  margin-top: 10px;
}
/* line 178, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .content .sub-title span {
  text-transform: capitalize;
  background: #f7ae18;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 5px;
  letter-spacing: 1.5px;
  color: #fff;
}
/* line 188, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .content .title {
  font-size: 18px;
  position: relative;
  color: #26263e;
  line-height: 1.3;
  margin-bottom: 25px;
  text-transform: capitalize;
}
/* line 195, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .content .title span {
  position: relative;
  z-index: 9;
}
/* line 202, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .action a {
  font-size: 12px;
}
/* line 204, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2 .action a i {
  position: relative;
  top: 1px;
}
/* line 210, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2.right {
  padding-bottom: 60px;
}
@media (max-width: 575.98px) {
  /* line 210, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v2.right {
    padding-bottom: 0;
  }
}
/* line 215, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2.right .image-1 {
  position: relative;
  left: 0;
  top: 85px;
  z-index: 1;
  width: 50%;
}
/* line 222, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2.right .image-2 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  width: 50%;
}
/* line 230, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2.left {
  padding-top: 60px;
}
@media (max-width: 575.98px) {
  /* line 230, ../sass/template/elements/_content-images-parallax.scss */
  .gsc-content-images-parallax.style-v2.left {
    padding-top: 0;
  }
}
/* line 235, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2.left .image-1 {
  position: relative;
  left: 0;
  z-index: 1;
  width: 50%;
}
/* line 241, ../sass/template/elements/_content-images-parallax.scss */
.gsc-content-images-parallax.style-v2.left .image-2 {
  position: absolute;
  top: 85px;
  left: 50%;
  width: 50%;
  z-index: 9;
}

/* line 1, ../sass/template/elements/_video-box.scss */
.gsc-video-box {
  position: relative;
  margin: 0 auto;
}
/* line 4, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 {
  margin-bottom: 30px;
}
/* line 6, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 .video-inner {
  position: relative;
  width: 200px;
  float: right;
}
@media (max-width: 991.98px) {
  /* line 6, ../sass/template/elements/_video-box.scss */
  .gsc-video-box.style-1 .video-inner {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 15, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 .video-inner .image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
/* line 22, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 .video-inner .image .popup-video .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-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: 12;
  background: #f7ae18;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
}
/* line 42, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 .video-content {
  padding-right: 220px;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  /* line 42, ../sass/template/elements/_video-box.scss */
  .gsc-video-box.style-1 .video-content {
    padding-right: 0;
  }
}
/* line 48, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 .video-content .video-title {
  font-size: 16px;
}
/* line 50, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 .video-content .video-title a {
  color: #26263e;
  text-decoration: underline;
}
/* line 53, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1 .video-content .video-title a:hover {
  color: #f7ae18;
}
/* line 63, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-1:hover .video-inner .image .popup-video .icon {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 72, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-2 {
  margin-bottom: 30px;
}
/* line 75, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-2 .image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
/* line 82, ../sass/template/elements/_video-box.scss */
.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;
  -o-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: #f7ae18;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
/* line 101, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-2 .video-content .video-title {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
  position: relative;
  float: left;
  text-transform: capitalize;
}
/* line 108, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-2 .video-content .video-title a {
  color: #26263e;
  text-decoration: underline;
}
/* line 111, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-2 .video-content .video-title a:hover {
  color: #f7ae18;
}
/* line 117, ../sass/template/elements/_video-box.scss */
.gsc-video-box.style-2 .video-inner {
  position: relative;
}

/* line 2, ../sass/template/elements/_links.scss */
.gsc-links .content-inner {
  max-width: 1000px;
  margin: 0 auto 0;
  position: relative;
  top: 0;
}
/* line 7, ../sass/template/elements/_links.scss */
.gsc-links .content-inner .box-content {
  padding: 15px 5px;
}
/* line 9, ../sass/template/elements/_links.scss */
.gsc-links .content-inner .box-content a {
  text-align: center;
}
/* line 11, ../sass/template/elements/_links.scss */
.gsc-links .content-inner .box-content a span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 11px;
}
/* line 17, ../sass/template/elements/_links.scss */
.gsc-links .content-inner .box-content a span.icon {
  font-size: 24px;
}
/* line 21, ../sass/template/elements/_links.scss */
.gsc-links .content-inner .box-content a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #26263e;
}
/* line 25, ../sass/template/elements/_links.scss */
.gsc-links .content-inner .box-content a.o_active {
  color: #f7ae18;
}
/* line 31, ../sass/template/elements/_links.scss */
.gsc-links .btn-hidden-links {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 9;
  display: none;
  font-size: 32px;
  line-height: 1;
}
/* line 39, ../sass/template/elements/_links.scss */
.gsc-links .btn-hidden-links.hidden-menu {
  top: 26px;
}
/* line 41, ../sass/template/elements/_links.scss */
.gsc-links .btn-hidden-links.hidden-menu span:before {
  content: "\f20e";
}
/* line 46, ../sass/template/elements/_links.scss */
.gsc-links.stuck {
  background: #fff;
  margin-top: 0 !important;
  right: 0;
  left: auto;
}
@media (max-width: 1200px) {
  /* line 46, ../sass/template/elements/_links.scss */
  .gsc-links.stuck {
    padding-right: 70px;
  }
}
/* line 54, ../sass/template/elements/_links.scss */
.gsc-links.stuck .btn-hidden-links {
  display: block;
}
/* line 57, ../sass/template/elements/_links.scss */
.gsc-links.stuck.hidden-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  top: -120px;
}
/* line 61, ../sass/template/elements/_links.scss */
.gsc-links.stuck.hidden-menu .content-inner {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 64, ../sass/template/elements/_links.scss */
.gsc-links.stuck.hidden-menu .btn-hidden-links {
  position: fixed;
}
/* line 71, ../sass/template/elements/_links.scss */
.gsc-links:hover .box-content a {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 1, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content {
  background: #fff;
}
/* line 3, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .nav-tabs {
  text-align: center;
  margin-bottom: 0;
  border: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* line 10, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .nav-tabs > li {
  display: inline-block;
}
@media (max-width: 767.98px) {
  /* line 10, ../sass/template/elements/_tabs-content.scss */
  .gsc-tabs-content .nav-tabs > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 16, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .nav-tabs > li > a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 35px 50px;
  display: inline-block;
  background: #F3F5FA;
  border-right: 1px solid #fff;
}
@media (max-width: 991.98px) {
  /* line 16, ../sass/template/elements/_tabs-content.scss */
  .gsc-tabs-content .nav-tabs > li > a {
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  /* line 16, ../sass/template/elements/_tabs-content.scss */
  .gsc-tabs-content .nav-tabs > li > a {
    width: 100%;
  }
}
/* line 30, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .nav-tabs > li > a.active {
  background: #80C051;
  color: #fff;
  border-radius: 3px;
}
/* line 37, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .nav-tabs > li:first-child > a {
  border-left: 1px solid #fff;
}
/* line 43, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .tab-content {
  padding-top: 60px;
}
/* line 46, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .tab-content .tab-pane .images {
  float: left;
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  /* line 46, ../sass/template/elements/_tabs-content.scss */
  .gsc-tabs-content .tab-content .tab-pane .images {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
/* line 55, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .tab-content .tab-pane .images .content-inner {
  width: 100%;
  text-align: center;
}
/* line 58, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .tab-content .tab-pane .images .content-inner span {
  position: relative;
  display: inline-block;
}
/* line 64, ../sass/template/elements/_tabs-content.scss */
.gsc-tabs-content .tab-content .tab-pane .content-inner {
  float: left;
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  /* line 64, ../sass/template/elements/_tabs-content.scss */
  .gsc-tabs-content .tab-content .tab-pane .content-inner {
    width: 100%;
    padding-left: 0;
  }
}

/* line 3, ../sass/template/elements/_our-team.scss */
.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;
  -o-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);
}
/* line 13, ../sass/template/elements/_our-team.scss */
.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);
}
/* line 18, ../sass/template/elements/_our-team.scss */
.gsc-team .team-name {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
/* line 26, ../sass/template/elements/_our-team.scss */
.gsc-team .team-position {
  text-transform: capitalize;
  color: #f7ae18;
  font-weight: 400;
  font-size: 13px;
}
/* line 32, ../sass/template/elements/_our-team.scss */
.gsc-team .team-info {
  margin: 15px 0;
}
/* line 36, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal {
  margin-top: 50px;
}
/* line 38, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal .team-header {
  position: relative;
  overflow: hidden;
}
/* line 41, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal .team-header img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
}
/* line 45, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal .team-header .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
/* line 54, ../sass/template/elements/_our-team.scss */
.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;
}
/* line 65, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal .team-header .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  -o-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;
}
/* line 72, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal .team-header .social-list a:last-child {
  margin-right: 0;
}
/* line 75, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal .team-header .social-list a:hover {
  color: #f7ae18 !important;
}
/* line 81, ../sass/template/elements/_our-team.scss */
.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;
}
/* line 88, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #f7ae18;
  width: 45px;
  height: 1px;
  position: absolute;
}
/* line 98, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 103, ../sass/template/elements/_our-team.scss */
.gsc-team.team-horizontal:hover .team-header img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 109, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical {
  position: relative;
  margin: 0 0 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 767.98px) {
  /* line 109, ../sass/template/elements/_our-team.scss */
  .gsc-team.team-vertical {
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
/* line 117, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  top: 0;
  left: 0;
  z-index: 9;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 127, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-block-inner {
  position: relative;
  overflow: hidden;
}
/* line 131, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-image img {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 0;
}
/* line 137, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-content {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background: url("../images/bg-team.png") repeat center center transparent;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 10px solid #fff;
  z-index: 99;
}
/* line 147, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-content .content-inner {
  z-index: 11;
  position: relative;
  padding: 15px;
  text-align: center;
}
/* line 153, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #80C051;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 164, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-email {
  display: none;
}
/* line 167, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-name {
  font-weight: 700;
  color: #26263e;
  margin: 12px 0 2px;
  line-height: 24px;
  font-size: 18px;
}
/* line 174, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-name a:hover, .gsc-team.team-vertical .team-name a:focus, .gsc-team.team-vertical .team-name a:active {
  color: #fff;
}
/* line 179, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-job {
  font-weight: 300;
}
/* line 182, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-socials {
  position: relative;
  padding-bottom: 10px;
}
/* line 185, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-socials:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22.5px;
  z-index: 1;
}
/* line 195, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-socials > a {
  font-size: 18px;
  margin: 0 5px;
}
/* line 198, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical .team-socials > a:hover, .gsc-team.team-vertical .team-socials > a:focus, .gsc-team.team-vertical .team-socials > a:active {
  color: #fff;
}
/* line 203, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical:hover {
  -webkit-box-shadow: 2px 5px 15px 0px rgba(2, 40, 78, 0.18);
  box-shadow: 2px 5px 15px 0px rgba(2, 40, 78, 0.18);
}
/* line 205, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 208, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical:hover .team-image img {
  top: -20px;
}
/* line 211, ../sass/template/elements/_our-team.scss */
.gsc-team.team-vertical:hover .team-content {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
/* line 217, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle {
  margin-bottom: 30px;
  position: relative;
  background: none;
  -webkit-transition: all 0.35s;
  -o-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%;
}
/* line 223, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-header {
  overflow: hidden;
  position: relative;
}
/* line 226, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-header img {
  -webkit-transition: all 3s;
  -o-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%;
}
/* line 231, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-header .social-list {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
}
/* line 238, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-header .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  -o-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;
}
/* line 245, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-header .social-list a:last-child {
  margin-right: 0;
}
/* line 248, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-header .social-list a:hover {
  color: #f7ae18 !important;
}
/* line 254, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-name {
  padding: 0;
  color: #26263e;
}
/* line 258, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-position {
  color: #999;
  margin: 5px 0 0;
}
/* line 262, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-content {
  color: #999;
}
/* line 265, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  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%;
}
/* line 275, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .box-hover .team-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
}
/* line 283, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-body {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
}
/* line 286, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-body .content-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 289, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle .team-body .info {
  padding: 20px 15px;
  position: relative;
  margin-top: -35px;
  z-index: 9;
  background: #fff;
}
/* line 298, ../sass/template/elements/_our-team.scss */
.gsc-team.team-circle:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 1, ../sass/template/elements/_pricing.scss */
.pricing-table {
  position: relative;
  background-color: #fff;
  top: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid #F3F5FA;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  /* line 1, ../sass/template/elements/_pricing.scss */
  .pricing-table {
    margin-bottom: 35px;
  }
}
/* line 13, ../sass/template/elements/_pricing.scss */
.pricing-table ul li {
  list-style: none;
}
/* line 16, ../sass/template/elements/_pricing.scss */
.pricing-table .plan-name {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  padding: 15px 0 10px;
  text-align: center;
}
/* line 21, ../sass/template/elements/_pricing.scss */
.pricing-table .plan-name .title {
  font-weight: 500;
  color: #26263e;
  font-size: 20px;
}
/* line 27, ../sass/template/elements/_pricing.scss */
.pricing-table .content-wrap {
  max-width: 250px;
  margin: 0 auto;
}
/* line 30, ../sass/template/elements/_pricing.scss */
.pricing-table .content-wrap .plan-price {
  margin: 0 0 10px;
  padding: 0 0 30px;
  text-align: center;
  border-bottom: 2px solid #F3F5FA;
}
/* line 35, ../sass/template/elements/_pricing.scss */
.pricing-table .content-wrap .plan-price .price-value {
  display: inline-block;
}
/* line 37, ../sass/template/elements/_pricing.scss */
.pricing-table .content-wrap .plan-price .price-value .dollar {
  font-size: 28px;
  display: inline-block;
  position: relative;
  line-height: 34px;
  float: left;
  color: #26263e;
}
/* line 45, ../sass/template/elements/_pricing.scss */
.pricing-table .content-wrap .plan-price .price-value .value {
  font-size: 54px;
  display: inline-block;
  line-height: 50px;
  float: left;
  color: #26263e;
}
/* line 53, ../sass/template/elements/_pricing.scss */
.pricing-table .content-wrap .plan-price .interval {
  margin-top: 26px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  display: block;
  float: left;
}
/* line 64, ../sass/template/elements/_pricing.scss */
.pricing-table .plan-list {
  padding: 15px 0 0;
  text-align: center;
}
/* line 67, ../sass/template/elements/_pricing.scss */
.pricing-table .plan-list ul {
  padding: 0;
}
/* line 69, ../sass/template/elements/_pricing.scss */
.pricing-table .plan-list ul li {
  padding: 5px 0 5px;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  position: relative;
}
/* line 78, ../sass/template/elements/_pricing.scss */
.pricing-table .plan-signup {
  margin-top: 30px;
  text-align: center;
}
/* line 81, ../sass/template/elements/_pricing.scss */
.pricing-table .plan-signup a {
  text-align: center;
}
/* line 85, ../sass/template/elements/_pricing.scss */
.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);
}
/* line 88, ../sass/template/elements/_pricing.scss */
.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;
}

/* line 2, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .cbp-qtrotator {
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 7, ../sass/template/elements/_quotes-rotator.scss */
.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%;
}
/* line 16, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
  color: #26263e;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  /* line 16, ../sass/template/elements/_quotes-rotator.scss */
  .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
    font-size: 28px;
    line-height: 36px;
  }
}
/* line 28, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner {
  font-size: 14px;
  line-height: 30px;
}
/* line 34, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}
/* line 38, ../sass/template/elements/_quotes-rotator.scss */
.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;
}
/* line 46, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:before,
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}
/* line 52, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}
/* line 56, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .cbp-qtprogress {
  position: absolute;
  background: #f7ae18;
  height: 1px;
  width: 0%;
  top: 0;
  z-index: 1000;
}
/* line 65, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator .cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}
/* line 70, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator.text-light {
  color: #fff;
}
/* line 72, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 74, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-inner {
  color: #fff;
}
/* line 77, ../sass/template/elements/_quotes-rotator.scss */
.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-title {
  color: #fff;
}

/* line 1, ../sass/template/elements/_job-box.scss */
.gva-job-box {
  padding: 30px;
  border: 1px solid #dee2e6;
  background: #fff;
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
/* line 8, ../sass/template/elements/_job-box.scss */
.gva-job-box .logo-inner {
  width: 60px;
  text-align: center;
  display: table-cell;
}
/* line 13, ../sass/template/elements/_job-box.scss */
.gva-job-box .content-inner {
  display: table-cell;
  padding-left: 20px;
}
/* line 16, ../sass/template/elements/_job-box.scss */
.gva-job-box .content-inner .job-type {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #f7ae18;
}
/* line 23, ../sass/template/elements/_job-box.scss */
.gva-job-box .content-inner .box-title {
  margin-bottom: 10px;
}
/* line 25, ../sass/template/elements/_job-box.scss */
.gva-job-box .content-inner .box-title .title {
  font-size: 18px;
  font-weight: 600;
  color: #26263e;
  text-transform: capitalize;
}
/* line 33, ../sass/template/elements/_job-box.scss */
.gva-job-box .content-inner .information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 37, ../sass/template/elements/_job-box.scss */
.gva-job-box .content-inner .information ul li {
  position: relative;
  font-size: 14px;
}
/* line 40, ../sass/template/elements/_job-box.scss */
.gva-job-box .content-inner .information ul li i {
  color: #f7ae18;
  width: 20px;
  text-align: left;
  font-size: 14px;
}

/* line 1, ../sass/template/elements/_our-gallery.scss */
.gsc-our-gallery {
  margin-bottom: 30px;
}
/* line 4, ../sass/template/elements/_our-gallery.scss */
.gsc-our-gallery .item .box-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 35px 30px;
  background: #f7ae18;
  z-index: 9;
  max-width: 55%;
}
/* line 12, ../sass/template/elements/_our-gallery.scss */
.gsc-our-gallery .item .box-content .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  /* line 12, ../sass/template/elements/_our-gallery.scss */
  .gsc-our-gallery .item .box-content .title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 24, ../sass/template/elements/_our-gallery.scss */
.gsc-our-gallery .item .box-content .title:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #80C051;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 34, ../sass/template/elements/_our-gallery.scss */
.gsc-our-gallery .item .box-content .desc {
  color: #fff;
}
@media (max-width: 575.98px) {
  /* line 34, ../sass/template/elements/_our-gallery.scss */
  .gsc-our-gallery .item .box-content .desc {
    display: none;
  }
}
/* line 43, ../sass/template/elements/_our-gallery.scss */
.gsc-our-gallery .owl-nav .owl-prev {
  bottom: 15px;
  left: 15px;
}
/* line 47, ../sass/template/elements/_our-gallery.scss */
.gsc-our-gallery .owl-nav .owl-next {
  bottom: 15px;
  left: 60px;
  right: auto;
}

/* line 1, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover {
  background: #fff;
  padding: 50px;
  border: 2px solid #F3F5FA;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  /* line 1, ../sass/template/elements/_box-hover.scss */
  .gsc-box-hover {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  /* line 1, ../sass/template/elements/_box-hover.scss */
  .gsc-box-hover {
    min-height: 100px !important;
  }
}
/* line 15, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover .overlay-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
/* line 23, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover .content-frontend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 50px;
  transition: all 0.35s;
}
@media (max-width: 1199.98px) {
  /* line 23, ../sass/template/elements/_box-hover.scss */
  .gsc-box-hover .content-frontend {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  /* line 23, ../sass/template/elements/_box-hover.scss */
  .gsc-box-hover .content-frontend {
    opacity: 0;
    top: -250px;
  }
}
/* line 39, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover .content-frontend .icon {
  margin-bottom: 20px;
}
/* line 41, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover .content-frontend .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f7ae18;
  color: #fff;
  border-radius: 50%;
}
/* line 50, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover .content-frontend .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
/* line 56, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover .content-backend {
  opacity: 0;
  position: relative;
  top: 250px;
  transition: all 0.35s;
}
@media (max-width: 991.98px) {
  /* line 56, ../sass/template/elements/_box-hover.scss */
  .gsc-box-hover .content-backend {
    opacity: 1;
    top: 0;
  }
}
/* line 65, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover .content-backend .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}
/* line 73, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover:hover .content-frontend, .gsc-box-hover.highlight .content-frontend {
  opacity: 0;
  top: -250px;
}
/* line 77, ../sass/template/elements/_box-hover.scss */
.gsc-box-hover:hover .content-backend, .gsc-box-hover.highlight .content-backend {
  opacity: 1;
  top: 0;
}

/* line 2, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate .rotate-text {
  max-width: 900px;
}
/* line 4, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate .rotate-text .primary-text {
  font-size: 38px;
  font-weight: 600;
  color: #26263e;
  text-transform: capitalize;
}
/* line 10, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate .rotate-text .second-text {
  max-width: 690px;
  margin: 6px auto 0;
}
/* line 14, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate .rotate-text .link {
  margin-top: 20px;
}
/* line 19, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate.align-center .rotate-text {
  margin: 0 auto;
  text-align: center;
}
/* line 25, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate.align-left .rotate-text {
  float: left;
  text-align: left;
}
/* line 29, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate.align-left .primary-text {
  text-align: left;
}
/* line 32, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate.align-left .second-text {
  text-align: left;
}
/* line 35, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate.align-left .link {
  text-align: left;
}
/* line 41, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate.text-light .rotate-text .primary-text {
  color: #fff;
}
/* line 44, ../sass/template/elements/_text-rotate.scss */
.gsc-text-rotate.text-light .rotate-text .second-text {
  color: #fff;
}

/* line 1, ../sass/template/elements/_heading-block.scss */
.gsc-heading {
  padding: 0 0 45px;
  display: block;
  width: 100%;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gsc-heading:before, .gsc-heading:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gsc-heading:after {
  clear: both;
}
@media (max-width: 767.98px) {
  /* line 1, ../sass/template/elements/_heading-block.scss */
  .gsc-heading {
    padding: 0 0 30px;
  }
}
/* line 9, ../sass/template/elements/_heading-block.scss */
.gsc-heading .title {
  position: relative;
  margin: 0;
  line-height: 1.2;
  margin-top: 5px;
}
/* line 15, ../sass/template/elements/_heading-block.scss */
.gsc-heading .sub-title {
  color: #787887;
  font-size: 18px;
  font-weight: 400;
}
/* line 20, ../sass/template/elements/_heading-block.scss */
.gsc-heading .title-desc {
  clear: both;
  max-width: 700px;
  margin: 0 auto 0;
  margin-top: 40px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}
/* line 28, ../sass/template/elements/_heading-block.scss */
.gsc-heading .title-desc p {
  margin-bottom: 0;
}
/* line 32, ../sass/template/elements/_heading-block.scss */
.gsc-heading .heading-action {
  margin-top: 46px;
}
/* line 35, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-center {
  text-align: center;
}
/* line 38, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-left {
  text-align: left;
}
/* line 40, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-left .heading-line {
  float: left;
  clear: both;
}
/* line 44, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-left .title-desc {
  float: left;
}
/* line 47, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-left .title-icon {
  padding-left: 50px;
}
/* line 52, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-right .heading-line {
  float: right;
  clear: both;
}
/* line 57, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-right {
  text-align: right;
}
/* line 59, ../sass/template/elements/_heading-block.scss */
.gsc-heading.align-right .title-desc {
  float: right;
}
/* line 64, ../sass/template/elements/_heading-block.scss */
.gsc-heading.style-1 .title {
  font-size: 54px;
  position: relative;
  padding-bottom: 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  /* line 64, ../sass/template/elements/_heading-block.scss */
  .gsc-heading.style-1 .title {
    font-size: 36px;
  }
}
/* line 73, ../sass/template/elements/_heading-block.scss */
.gsc-heading.style-1 .title span span {
  color: #f7ae18;
}
/* line 79, ../sass/template/elements/_heading-block.scss */
.gsc-heading.style-2 {
  padding: 0 0 30px;
}
/* line 81, ../sass/template/elements/_heading-block.scss */
.gsc-heading.style-2 .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  /* line 81, ../sass/template/elements/_heading-block.scss */
  .gsc-heading.style-2 .title {
    font-size: 24px;
    line-height: 1.2;
  }
}
/* line 91, ../sass/template/elements/_heading-block.scss */
.gsc-heading.style-2 .heading-bottom .title-desc {
  margin-top: 20px;
  max-width: 100% !important;
}
/* line 99, ../sass/template/elements/_heading-block.scss */
.gsc-heading.text-light .title-sub {
  color: #fff;
}
/* line 102, ../sass/template/elements/_heading-block.scss */
.gsc-heading.text-light .title {
  color: #fff;
}
/* line 105, ../sass/template/elements/_heading-block.scss */
.gsc-heading.text-light .sub-title span {
  color: rgba(255, 255, 255, 0.9);
}
/* line 110, ../sass/template/elements/_heading-block.scss */
.gsc-heading.text-light.align-left-2 .heading-top:after {
  background: #fff;
}
/* line 115, ../sass/template/elements/_heading-block.scss */
.gsc-heading.text-light .title-desc {
  color: #F3F5FA;
}

/* line 1, ../sass/template/elements/_chart.scss */
.gsc-chart {
  text-align: center;
}
/* line 3, ../sass/template/elements/_chart.scss */
.gsc-chart .easyPieChart {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
}
/* line 9, ../sass/template/elements/_chart.scss */
.gsc-chart .easyPieChart:last-child {
  margin-right: 0;
}
/* line 12, ../sass/template/elements/_chart.scss */
.gsc-chart .easyPieChart span {
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #26263e;
}
/* line 19, ../sass/template/elements/_chart.scss */
.gsc-chart .easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 25, ../sass/template/elements/_chart.scss */
.gsc-chart .content {
  text-align: center;
}
/* line 27, ../sass/template/elements/_chart.scss */
.gsc-chart .content > div {
  display: block;
}
/* line 30, ../sass/template/elements/_chart.scss */
.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}
/* line 34, ../sass/template/elements/_chart.scss */
.gsc-chart .content .title {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #26263e;
}

/* line 1, ../sass/template/elements/_map.scss */
.gsc-map {
  position: relative;
}
/* line 3, ../sass/template/elements/_map.scss */
.gsc-map .content-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  max-width: 960px;
  width: 100%;
  padding: 50px 30px 30px;
  background: #fff;
  left: 50%;
  margin-left: -480px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 980px) {
  /* line 3, ../sass/template/elements/_map.scss */
  .gsc-map .content-inner {
    position: static;
    margin-left: 0;
    padding: 20px;
  }
}
/* line 21, ../sass/template/elements/_map.scss */
.gsc-map .content-inner.close-content {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 120px;
}
/* line 25, ../sass/template/elements/_map.scss */
.gsc-map .content-inner.close-content .link-open-content {
  display: block;
}
/* line 29, ../sass/template/elements/_map.scss */
.gsc-map .content-inner .content-inner-inner {
  max-width: 780px;
  margin: 0 auto;
}
/* line 32, ../sass/template/elements/_map.scss */
.gsc-map .content-inner .content-inner-inner .title {
  font-size: 42px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  /* line 32, ../sass/template/elements/_map.scss */
  .gsc-map .content-inner .content-inner-inner .title {
    font-size: 30px;
    margin-top: 20px;
  }
}
/* line 44, ../sass/template/elements/_map.scss */
.gsc-map .content-inner .link-close-content {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 980px) {
  /* line 44, ../sass/template/elements/_map.scss */
  .gsc-map .content-inner .link-close-content {
    display: none;
  }
}
/* line 55, ../sass/template/elements/_map.scss */
.gsc-map .link-open-content {
  width: 60px;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  z-index: 1;
  text-align: center;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  /* line 55, ../sass/template/elements/_map.scss */
  .gsc-map .link-open-content {
    display: none !important;
  }
}
/* line 68, ../sass/template/elements/_map.scss */
.gsc-map .link-open-content a {
  display: block;
  color: #fff;
  line-height: 36px;
  background: #f7ae18;
  font-size: 16px;
}
/* line 74, ../sass/template/elements/_map.scss */
.gsc-map .link-open-content a:hover {
  background: #bc8107;
  color: #fff;
}
/* line 80, ../sass/template/elements/_map.scss */
.gsc-map .info {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
/* line 84, ../sass/template/elements/_map.scss */
.gsc-map .info span.icon {
  font-size: 18px;
  top: 5px;
  left: 0;
  position: absolute;
  z-index: 1;
  color: #26263e;
}
/* line 93, ../sass/template/elements/_map.scss */
.gsc-map .phone {
  color: #f7ae18;
}
/* line 96, ../sass/template/elements/_map.scss */
.gsc-map .social-inline {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0;
}
/* line 101, ../sass/template/elements/_map.scss */
.gsc-map .social-inline > a {
  margin: 0 10px 0 0;
  font-size: 16px;
}

/* line 1, ../sass/template/elements/_quote.scss */
.gsc-quote {
  position: relative;
  padding-top: 125px;
}
/* line 4, ../sass/template/elements/_quote.scss */
.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;
}
/* line 13, ../sass/template/elements/_quote.scss */
.gsc-quote .content {
  line-height: 28px;
}
/* line 16, ../sass/template/elements/_quote.scss */
.gsc-quote .signature {
  margin-top: 60px;
}
/* line 19, ../sass/template/elements/_quote.scss */
.gsc-quote .position {
  margin-top: 25px;
}

/* line 24, ../sass/template/elements/_quote.scss */
.gsc-quote-text {
  position: relative;
  padding: 30px 30px 30px 70px;
  margin-bottom: 35px;
}
/* line 28, ../sass/template/elements/_quote.scss */
.gsc-quote-text .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1;
  font-size: 20px;
  color: #f7ae18;
}
/* line 36, ../sass/template/elements/_quote.scss */
.gsc-quote-text .content {
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}
/* line 41, ../sass/template/elements/_quote.scss */
.gsc-quote-text.has-border {
  border: 2px solid #dee2e6;
}

/* line 1, ../sass/template/elements/_box-color.scss */
.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: #f7ae18;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content {
  text-align: center;
}
/* line 11, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .content-inner {
  padding: 15px 30px 15px;
}
@media (max-width: 767.98px) {
  /* line 11, ../sass/template/elements/_box-color.scss */
  .gsc-box-color .box-content .content-inner {
    padding: 15px;
  }
}
/* line 17, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .box-title {
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
}
/* line 25, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .icon {
  font-size: 24px;
  margin-left: 10px;
}
/* line 29, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .content {
  font-size: 16px;
  line-height: 25px;
}
/* line 33, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .action {
  margin: 15px 0 0;
}
/* line 36, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .link {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  -o-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;
}
/* line 48, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .link .text {
  position: relative;
  z-index: 9;
}
/* line 52, ../sass/template/elements/_box-color.scss */
.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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 62, ../sass/template/elements/_box-color.scss */
.gsc-box-color .box-content .link:hover .background {
  background: rgba(0, 0, 0, 0.5);
}
/* line 69, ../sass/template/elements/_box-color.scss */
.gsc-box-color.text-white .box-title, .gsc-box-color.text-white .content, .gsc-box-color.text-white .link {
  color: #fff;
}

/* line 4, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-bottom: 0;
}
/* line 10, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs > li a {
  display: block;
}
/* line 15, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
  border: 1px solid #dee2e6;
}
/* line 17, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  background: #fff;
  padding: 30px;
}
/* line 23, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical {
  display: flex;
  flex-wrap: wrap;
}
/* line 26, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  width: 25%;
  float: left;
  flex: 0 0 25%;
  max-width: 50%;
  background: #fff;
  border: 1px solid #dee2e6;
  border-right: 0;
}
/* line 34, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {
  display: block;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  padding-top: 24px;
}
/* line 39, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
  width: 100%;
  display: block;
}
/* line 43, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
  margin-bottom: 0;
  border: none;
}
/* line 49, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
  width: 75%;
  float: left;
  width: 75%;
  float: left;
  flex: 0 0 75%;
  max-width: 75%;
}
/* line 56, ../sass/template/elements/_tabs.scss */
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
  background: #fff;
  padding: 30px;
  border: 1px solid #dee2e6;
}

/* line 1, ../sass/template/elements/_button.scss */
.gsc-button {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}
/* line 10, ../sass/template/elements/_button.scss */
.gsc-button.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 13, ../sass/template/elements/_button.scss */
.gsc-button.radius-5x {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
/* line 16, ../sass/template/elements/_button.scss */
.gsc-button.mini {
  font-size: 10px;
  padding: 3px 10px;
}
/* line 20, ../sass/template/elements/_button.scss */
.gsc-button.small {
  font-size: 10px;
  padding: 8px 15px;
}
/* line 24, ../sass/template/elements/_button.scss */
.gsc-button.medium {
  font-size: 12px;
  padding: 12px 35px;
}
/* line 28, ../sass/template/elements/_button.scss */
.gsc-button.large {
  font-size: 14px;
  padding: 18px 60px;
}
/* line 32, ../sass/template/elements/_button.scss */
.gsc-button.extra-large {
  font-size: 14px;
  padding: 20px 60px;
}

/* line 1, ../sass/template/elements/_our-partners.scss */
.gsc-our-partners {
  margin-bottom: 45px;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gsc-our-partners:before, .gsc-our-partners:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gsc-our-partners:after {
  clear: both;
}
/* line 4, ../sass/template/elements/_our-partners.scss */
.gsc-our-partners .image {
  width: 35%;
  float: left;
}
@media (max-width: 500px) {
  /* line 4, ../sass/template/elements/_our-partners.scss */
  .gsc-our-partners .image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
/* line 13, ../sass/template/elements/_our-partners.scss */
.gsc-our-partners .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 500px) {
  /* line 13, ../sass/template/elements/_our-partners.scss */
  .gsc-our-partners .content-inner {
    width: 100%;
    padding-left: 0;
  }
}
/* line 21, ../sass/template/elements/_our-partners.scss */
.gsc-our-partners .content-inner .title {
  font-size: 18px;
  color: #26263e;
  font-weight: 600;
}
/* line 26, ../sass/template/elements/_our-partners.scss */
.gsc-our-partners .content-inner .info {
  font-size: 14px;
  padding: 5px 0 12px;
  font-weight: 500;
  color: #26263e;
}
/* line 31, ../sass/template/elements/_our-partners.scss */
.gsc-our-partners .content-inner .info .category {
  color: #f7ae18;
}

@media (max-width: 991.98px) {
  /* line 1, ../sass/template/elements/_image-content.scss */
  .gsc-image {
    margin-bottom: 30px;
  }
}

/* line 7, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v1 {
  background: #fff;
  display: table;
  border-radius: 3px;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 15, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v1 .box-image {
  width: 145px;
  display: table-cell;
}
/* line 19, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v1 .box-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 22, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v1 .box-content .title {
  padding: 30px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
/* line 30, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}
/* line 37, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 .image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
/* line 42, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 .box-content {
  background: #fff;
  padding: 30px 0 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 50, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 .box-content .title {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 38px;
}
/* line 55, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 .box-content .desc {
  font-size: 16px;
  margin-top: 30px;
}
/* line 59, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 .box-content .box-action {
  margin-top: 26px;
}
/* line 61, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 .box-content .box-action a {
  font-size: 16px;
  font-weight: 500;
  color: #787887;
}
/* line 65, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v2 .box-content .box-action a:hover {
  color: #f7ae18;
  text-decoration: underline;
}
/* line 73, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v3 {
  max-width: 600px;
  margin: 0 auto 20px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
/* line 79, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v3 .image {
  position: relative;
  text-align: center;
}
/* line 83, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v3 .box-content {
  padding: 30px;
  background: #f7ae18;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 11;
  border-radius: 6px;
  max-width: 250px;
  width: 100%;
}
@media (max-width: 767.98px) {
  /* line 83, ../sass/template/elements/_image-content.scss */
  .gsc-image-content.skin-v3 .box-content {
    position: relative;
    max-width: 100%;
    margin-top: 10px;
  }
}
/* line 98, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v3 .box-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
/* line 102, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v3 .box-content .title a {
  color: #fff;
}
/* line 104, ../sass/template/elements/_image-content.scss */
.gsc-image-content.skin-v3 .box-content .title a:hover {
  text-decoration: underline;
}

/* line 1, ../sass/template/elements/_service-carousel.scss */
.gsc-service-carousel {
  text-align: center;
}
/* line 4, ../sass/template/elements/_service-carousel.scss */
.gsc-service-carousel .item .content-inner {
  border: 1px solid #dee2e6;
  background: #fff;
  text-align: center;
  min-height: 170px;
  padding: 20px 30px 0;
  margin-bottom: 30px;
  margin-top: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 13, ../sass/template/elements/_service-carousel.scss */
.gsc-service-carousel .item .content-inner .icon i {
  font-size: 38px;
  color: #f7ae18;
  line-height: 60px;
}
/* line 18, ../sass/template/elements/_service-carousel.scss */
.gsc-service-carousel .item .content-inner .title {
  margin-top: 10px;
}
/* line 20, ../sass/template/elements/_service-carousel.scss */
.gsc-service-carousel .item .content-inner .title a {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-block;
}
/* line 28, ../sass/template/elements/_service-carousel.scss */
.gsc-service-carousel .item .content-inner:hover, .gsc-service-carousel .item .content-inner:focus, .gsc-service-carousel .item .content-inner:active {
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-color: transparent;
}
/* line 35, ../sass/template/elements/_service-carousel.scss */
.gsc-service-carousel .read-more {
  margin-top: 30px;
}

/* line 1, ../sass/template/elements/_box-download.scss */
.gsc-box-download {
  background: #f7ae18;
  color: #fff;
  padding: 30px;
  margin: 20px 0;
}
/* line 7, ../sass/template/elements/_box-download.scss */
.gsc-box-download .info .title {
  font-size: 18px;
}
/* line 10, ../sass/template/elements/_box-download.scss */
.gsc-box-download .info .desc {
  font-size: 12px;
  line-height: 24px;
}
/* line 16, ../sass/template/elements/_box-download.scss */
.gsc-box-download .box-files a {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  color: #26263e;
  font-weight: 700;
  font-size: 13px;
  background: #fff;
  padding: 15px;
  width: 100%;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gsc-box-download.horizontal:before, .gsc-box-download.horizontal:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gsc-box-download.horizontal:after {
  clear: both;
}
/* line 30, ../sass/template/elements/_box-download.scss */
.gsc-box-download.horizontal .info {
  width: 70%;
  float: left;
}
@media (max-width: 575.98px) {
  /* line 30, ../sass/template/elements/_box-download.scss */
  .gsc-box-download.horizontal .info {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 38, ../sass/template/elements/_box-download.scss */
.gsc-box-download.horizontal .box-files {
  width: 30%;
  float: left;
}
@media (max-width: 575.98px) {
  /* line 38, ../sass/template/elements/_box-download.scss */
  .gsc-box-download.horizontal .box-files {
    width: 100%;
  }
}

/* line 2, ../sass/template/elements/_socials.scss */
.gsc-socials.style-1 {
  text-align: right;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.gsc-socials.style-1:before, .gsc-socials.style-1:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.gsc-socials.style-1:after {
  clear: both;
}
/* line 5, ../sass/template/elements/_socials.scss */
.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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 16, ../sass/template/elements/_socials.scss */
.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);
}
/* line 21, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 {
  margin-bottom: 30px;
}
/* line 23, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a {
  color: #787887;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-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;
}
/* line 29, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a:last-child {
  margin-right: 0;
}
/* line 32, ../sass/template/elements/_socials.scss */
.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);
}
/* line 35, ../sass/template/elements/_socials.scss */
.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;
}
/* line 44, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-facebook-square, .gsc-socials.style-2 a i.fa-facebook {
  background: #3b5998;
}
/* line 47, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-twitter, .gsc-socials.style-2 a i.fa-twitter-square {
  background: #4099ff;
}
/* line 50, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-skype {
  background: #12a5f4;
}
/* line 53, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-dribbble {
  background: #ea4c89;
}
/* line 56, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-linkedin-square, .gsc-socials.style-2 a i.fa-linkedin {
  background: #0e76a8;
}
/* line 59, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-apple {
  background: #f2f2f2;
}
/* line 62, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i[class*="fa-pinterest"] {
  background: #c92228;
}
/* line 65, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-google-plus-square, .gsc-socials.style-2 a i.fa-google-plus {
  background: #d34836;
}
/* line 68, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-youtube-square, .gsc-socials.style-2 a i.fa-youtube {
  background: #c4302b;
}
/* line 71, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-vimeo-square, .gsc-socials.style-2 a i.fa-vimeo {
  background: #4ebbff;
}
/* line 74, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-tumblr-square, .gsc-socials.style-2 a i.fa-tumblr {
  background: #35465c;
}
/* line 77, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-xing-square, .gsc-socials.style-2 a i.fa-xing {
  background: #126567;
}
/* line 80, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-instagram {
  background: #e8e2d9;
}
/* line 83, ../sass/template/elements/_socials.scss */
.gsc-socials.style-2 a i.fa-behance {
  background: #0075FF;
}

/* line 2, ../sass/template/elements/_instagram.scss */
.gsc-instagram .title {
  color: #242527;
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}
/* line 8, ../sass/template/elements/_instagram.scss */
.gsc-instagram .title a {
  color: #f7ae18;
  border-bottom: 1px solid #f7ae18;
}
/* line 11, ../sass/template/elements/_instagram.scss */
.gsc-instagram .title a:hover, .gsc-instagram .title a:focus, .gsc-instagram .title a:active {
  color: #26263e;
}
/* line 17, ../sass/template/elements/_instagram.scss */
.gsc-instagram.style-2 .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 20, ../sass/template/elements/_instagram.scss */
.gsc-instagram.style-2 .owl-carousel .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1, ../sass/template/elements/_progress-work.scss */
.gsc-progress-box {
  border: 1px solid #dee2e6;
  padding: 60px 60px 46px;
  position: relative;
  text-align: center;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  /* line 1, ../sass/template/elements/_progress-work.scss */
  .gsc-progress-box {
    padding: 35px 30px 35px;
  }
}
/* line 10, ../sass/template/elements/_progress-work.scss */
.gsc-progress-box .icon-box {
  width: 40px;
  height: 40px;
  background: #F3F5FA;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #f7ae18;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 11;
  font-size: 12px;
}
/* line 24, ../sass/template/elements/_progress-work.scss */
.gsc-progress-box .title {
  font-size: 22px;
  margin: 35px 0;
  font-weight: 500;
}
/* line 29, ../sass/template/elements/_progress-work.scss */
.gsc-progress-box .heading-box {
  line-height: 1;
}
/* line 31, ../sass/template/elements/_progress-work.scss */
.gsc-progress-box .heading-box .step-number {
  font-size: 100px;
  color: #f7ae18;
  font-weight: 300;
  display: inline-block;
  line-height: 76px;
}

/* line 1, ../sass/template/_effect.scss */
#gva-preloader {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 9, ../sass/template/_effect.scss */
.cssload-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
/* line 17, ../sass/template/_effect.scss */
.cssload-container .wait-text {
  text-align: center;
  padding-bottom: 15px;
  color: #26263e;
}

/* line 24, ../sass/template/_effect.scss */
.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);
}

/* line 45, ../sass/template/_effect.scss */
.cssload-container .cssload-moon {
  border-bottom: 26px solid #f7ae18;
  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 {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/* line 104, ../sass/template/_effect.scss */
.blur {
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -webkit-filter: url(#blur-filter);
  filter: url(#blur-filter);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* line 111, ../sass/template/_effect.scss */
.blur-svg {
  display: none;
}

/* line 115, ../sass/template/_effect.scss */
.hover-in {
  transition: .3s ease-out;
}

/* line 118, ../sass/template/_effect.scss */
.hover-out {
  transition: .3s ease-in;
}

@media (max-width: 991.98px) {
  /* line 2, ../sass/template/_responsive.scss */
  .area-main-menu {
    min-height: 60px;
  }

  /* line 5, ../sass/template/_responsive.scss */
  .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%);
  }
  /* line 25, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile.show-view {
    -webkit-transition: all 0.35s;
    -o-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);
  }
  /* line 32, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .after-offcanvas {
    display: block !important;
    visibility: visible !important;
  }
  /* line 35, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .after-offcanvas .block {
    float: left;
    width: 100%;
  }
  /* line 40, ../sass/template/_responsive.scss */
  .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;
  }
  /* line 49, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .close-offcanvas span {
    font-size: 24px;
  }
  /* line 52, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .close-offcanvas:hover {
    cursor: pointer;
    color: #f7ae18;
  }
  /* line 57, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .block {
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
  }
  /* line 14, ../sass/mixins/mixins/_clearfix.scss */
  .gva-offcanvas-mobile .block .block-content:before, .gva-offcanvas-mobile .block .block-content:after {
    content: " ";
    display: table;
  }
  /* line 19, ../sass/mixins/mixins/_clearfix.scss */
  .gva-offcanvas-mobile .block .block-content:after {
    clear: both;
  }
  /* line 65, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu {
    padding: 10px 0 0;
    width: 100% !important;
    background: none !important;
  }
  /* line 69, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li {
    list-style: none;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    padding-top: 2px !important;
    border-bottom: 1px solid #dee2e6;
  }
  /* line 78, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:last-child {
    border-bottom: none;
  }
  /* line 81, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li:before {
    content: none;
    display: none;
  }
  /* line 85, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 13px;
    padding: 0 !important;
    font-weight: 600;
    color: #26263e !important;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  /* line 95, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:before {
    content: none;
    display: none;
  }
  /* line 99, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {
    color: #f7ae18 !important;
    background: none !important;
  }
  /* line 105, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {
    display: none;
  }
  /* line 108, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu {
    padding-left: 20px !important;
    margin-bottom: 10px;
  }
  /* line 111, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu .icaret {
    display: none;
  }
  /* line 114, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
    font-size: 14px;
    line-height: 24px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    color: #6e6c6c !important;
  }
  /* line 120, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
    color: #f7ae18 !important;
  }
  /* line 124, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu ul.sub-menu {
    display: block !important;
  }
  /* line 130, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li {
    width: 100% !important;
    float: none !important;
    display: block;
    padding: 0;
  }
  /* line 135, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li > a {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 14px;
  }
  /* line 143, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li.block-image {
    display: none;
  }
  /* line 151, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
    position: relative;
    display: block;
  }
  /* line 154, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
    color: #f7ae18;
  }
  /* line 157, ../sass/template/_responsive.scss */
  .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;
  }
  /* line 165, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
    content: '\f077';
  }
  /* line 169, ../sass/template/_responsive.scss */
  .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%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 179, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
    display: none;
  }
  /* line 184, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
    -webkit-transition: none;
    -o-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;
  }
  /* line 196, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
    content: none;
  }
  /* line 200, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  /* line 205, ../sass/template/_responsive.scss */
  .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;
  }
  /* line 208, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
    text-indent: 0;
  }
  /* line 214, ../sass/template/_responsive.scss */
  .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);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 221, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
    display: none;
  }
}
/* line 230, ../sass/template/_responsive.scss */
.menu-bar {
  height: 32px;
  width: 36px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 10px;
  margin-top: -16px;
}
/* line 238, ../sass/template/_responsive.scss */
.menu-bar:hover {
  -webkit-box-shadow: 0, 0, 10px, 0.3;
  box-shadow: 0, 0, 10px, 0.3;
}
/* line 241, ../sass/template/_responsive.scss */
.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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 251, ../sass/template/_responsive.scss */
.menu-bar span.one {
  top: 6px;
}
/* line 254, ../sass/template/_responsive.scss */
.menu-bar span.two {
  top: 0;
  bottom: 0;
}
/* line 258, ../sass/template/_responsive.scss */
.menu-bar span.three {
  bottom: 6px;
}
/* line 266, ../sass/template/_responsive.scss */
.menu-bar.show-view span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 269, ../sass/template/_responsive.scss */
.menu-bar.show-view span.one, .menu-bar.show-view span.three {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 274, ../sass/template/_responsive.scss */
.menu-bar.show-view span.three {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 480px) {
  /* line 282, ../sass/template/_responsive.scss */
  .col-xs-6 {
    width: 100% !important;
  }
}
/* line 2, ../sass/template/_team.scss */
.team-block.team-v1 {
  max-width: 500px;
  margin: 0 auto 30px;
}
/* line 5, ../sass/template/_team.scss */
.team-block.team-v1 .team-image {
  position: relative;
  text-align: center;
  transition: all 0.35s;
}
/* line 9, ../sass/template/_team.scss */
.team-block.team-v1 .team-image .socials-team {
  z-index: 9;
  width: auto;
  padding: 8px 0;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  opacity: 0;
}
/* line 24, ../sass/template/_team.scss */
.team-block.team-v1 .team-image .socials-team a {
  text-align: center;
  color: #26263e;
  font-size: 14px;
  margin: 0 1px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
/* line 34, ../sass/template/_team.scss */
.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 {
  background: #DDE3F3;
  color: #26263e;
}
/* line 41, ../sass/template/_team.scss */
.team-block.team-v1 .team-content {
  text-align: center;
  position: relative;
  top: 0;
  transition: all 0.35s;
  padding-top: 20px;
}
/* line 47, ../sass/template/_team.scss */
.team-block.team-v1 .team-content .team-name {
  font-weight: 500;
  color: #26263e;
  line-height: 22px;
  font-size: 18px;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.35s;
}
/* line 55, ../sass/template/_team.scss */
.team-block.team-v1 .team-content .team-name a {
  color: #26263e;
}
/* line 57, ../sass/template/_team.scss */
.team-block.team-v1 .team-content .team-name a:hover {
  color: #f7ae18;
}
/* line 62, ../sass/template/_team.scss */
.team-block.team-v1 .team-content .team-job {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  text-transform: capitalize;
  margin-top: 2px;
}
/* line 71, ../sass/template/_team.scss */
.team-block.team-v1:hover .team-image {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* line 73, ../sass/template/_team.scss */
.team-block.team-v1:hover .team-image .socials-team {
  opacity: 1;
}
/* line 79, ../sass/template/_team.scss */
.team-block.team-v2 {
  padding: 30px;
  background: #fff;
  border: 1px solid #dee2e6;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  /* line 79, ../sass/template/_team.scss */
  .team-block.team-v2 {
    padding: 20px;
  }
}
/* line 92, ../sass/template/_team.scss */
.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;
}
/* line 100, ../sass/template/_team.scss */
.team-block.team-v2 .team-image .item-image {
  position: relative;
}
/* line 102, ../sass/template/_team.scss */
.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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 115, ../sass/template/_team.scss */
.team-block.team-v2 .team-content {
  background: transparent;
  position: relative;
  text-align: center;
}
/* line 119, ../sass/template/_team.scss */
.team-block.team-v2 .team-content .socials-team {
  text-align: center;
  margin: 6px 0 8px;
}
/* line 122, ../sass/template/_team.scss */
.team-block.team-v2 .team-content .socials-team > a {
  font-size: 14px;
  color: #787887;
  display: inline-block;
  margin: 0 6px;
}
/* line 127, ../sass/template/_team.scss */
.team-block.team-v2 .team-content .socials-team > a:hover {
  color: #f7ae18;
}
/* line 132, ../sass/template/_team.scss */
.team-block.team-v2 .team-content .team-name {
  font-weight: 500;
  color: #26263e;
  line-height: 24px;
  font-size: 18px;
  position: relative;
}
/* line 139, ../sass/template/_team.scss */
.team-block.team-v2 .team-content .team-job {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
/* line 145, ../sass/template/_team.scss */
.team-block.team-v2 .team-skills {
  margin-top: 10px;
}
/* line 147, ../sass/template/_team.scss */
.team-block.team-v2 .team-skills .progress-label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px !important;
}
/* line 152, ../sass/template/_team.scss */
.team-block.team-v2 .team-skills .progress {
  margin-bottom: 11px !important;
  height: 2px !important;
}
/* line 155, ../sass/template/_team.scss */
.team-block.team-v2 .team-skills .progress .progress-bar span {
  top: -4px !important;
}
/* line 158, ../sass/template/_team.scss */
.team-block.team-v2 .team-skills .progress .percentage {
  font-size: 11px !important;
  top: -22px;
}
/* line 167, ../sass/template/_team.scss */
.team-block.team-v2:hover .team-image .item-image:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 171, ../sass/template/_team.scss */
.team-block.team-v2:hover .team-image .socials-team {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 10px;
}
@media (max-width: 991.98px) {
  /* line 178, ../sass/template/_team.scss */
  .team-block.team-v3 {
    max-width: 300px;
    margin: 0 auto;
  }
}
/* line 183, ../sass/template/_team.scss */
.team-block.team-v3 .team-block-inner {
  text-align: center;
}
/* line 185, ../sass/template/_team.scss */
.team-block.team-v3 .team-block-inner .team-image {
  position: relative;
  text-align: center;
  max-width: 220px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
/* line 193, ../sass/template/_team.scss */
.team-block.team-v3 .team-block-inner .team-image .field--name-field-team-image a {
  display: block;
}
/* line 195, ../sass/template/_team.scss */
.team-block.team-v3 .team-block-inner .team-image .field--name-field-team-image a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.36);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 209, ../sass/template/_team.scss */
.team-block.team-v3 .team-block-inner .team-content {
  padding: 10px 0 0;
}
/* line 213, ../sass/template/_team.scss */
.team-block.team-v3 .team-name {
  font-weight: 500;
  color: #26263e;
  line-height: 24px;
  font-size: 18px;
  position: relative;
}
/* line 220, ../sass/template/_team.scss */
.team-block.team-v3 .team-job {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
/* line 225, ../sass/template/_team.scss */
.team-block.team-v3 .team-socials {
  text-align: center;
}
/* line 227, ../sass/template/_team.scss */
.team-block.team-v3 .team-socials > a {
  font-size: 14px;
  color: #787887;
  display: inline-block;
  margin: 0 6px;
}
/* line 232, ../sass/template/_team.scss */
.team-block.team-v3 .team-socials > a:hover {
  color: #f7ae18;
}
/* line 240, ../sass/template/_team.scss */
.team-block.team-v3:hover .team-image .field--name-field-team-image a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 244, ../sass/template/_team.scss */
.team-block.team-v3:hover .team-image .socials {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 253, ../sass/template/_team.scss */
.team-carousel .team-block {
  margin-bottom: 10px;
}

/* line 259, ../sass/template/_team.scss */
.owl-carousel .team-block {
  margin-bottom: 10px;
}

/* line 266, ../sass/template/_team.scss */
.team-list .team-block .team-image {
  width: 35%;
  float: left;
}
/* line 270, ../sass/template/_team.scss */
.team-list .team-block .team-content {
  padding-left: 30px;
  width: 65%;
  float: left;
}
/* line 274, ../sass/template/_team.scss */
.team-list .team-block .team-content .team-body {
  display: block !important;
  visibility: visible !important;
  padding: 10px 0;
}

/* line 284, ../sass/template/_team.scss */
.team-grid .team-block {
  margin-bottom: 45px;
}

/* line 2, ../sass/template/_event.scss */
.event-block .event-image {
  position: relative;
  overflow: hidden;
}
/* line 5, ../sass/template/_event.scss */
.event-block .event-image .date {
  position: absolute;
  top: 15px;
  right: 10px;
  overflow: hidden;
  padding: 5px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
/* line 14, ../sass/template/_event.scss */
.event-block .event-image .date .day {
  font-size: 30px;
  text-transform: uppercase;
  color: #f7ae18;
  display: block;
  font-weight: 700;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  line-height: 1;
}
/* line 23, ../sass/template/_event.scss */
.event-block .event-image .date .month {
  font-size: 12px;
  font-weight: 700;
  color: #26263e;
  display: block;
  text-transform: uppercase;
}
/* line 30, ../sass/template/_event.scss */
.event-block .event-image .date .icon {
  margin-right: 5px;
}
/* line 35, ../sass/template/_event.scss */
.event-block .event-content {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #dee2e6;
  border-top: 0;
  min-height: 185px;
}
/* line 42, ../sass/template/_event.scss */
.event-block .event-content .event-info .title {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
/* line 49, ../sass/template/_event.scss */
.event-block .event-content .event-info .event-meta {
  font-size: 13px;
  color: #80C051;
}
/* line 53, ../sass/template/_event.scss */
.event-block .event-content .event-info .body {
  margin-top: 10px;
  line-height: 28px;
}

/* line 61, ../sass/template/_event.scss */
.event-block-2 {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dee2e6;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.event-block-2:before, .event-block-2:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.event-block-2:after {
  clear: both;
}
@media (max-width: 575.98px) {
  /* line 61, ../sass/template/_event.scss */
  .event-block-2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/* line 70, ../sass/template/_event.scss */
.event-block-2 .content-inner {
  padding-left: 320px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  /* line 70, ../sass/template/_event.scss */
  .event-block-2 .content-inner {
    padding-left: 310px;
  }
}
@media (max-width: 767.98px) {
  /* line 70, ../sass/template/_event.scss */
  .event-block-2 .content-inner {
    padding-left: 220px;
  }
}
@media (max-width: 650px) {
  /* line 70, ../sass/template/_event.scss */
  .event-block-2 .content-inner {
    padding-left: 0;
  }
}
/* line 83, ../sass/template/_event.scss */
.event-block-2 .content-inner .event-content-inner {
  position: relative;
}
/* line 85, ../sass/template/_event.scss */
.event-block-2 .content-inner .event-content-inner .event-content {
  padding-left: 90px;
}
@media (max-width: 991.98px) {
  /* line 85, ../sass/template/_event.scss */
  .event-block-2 .content-inner .event-content-inner .event-content {
    padding-left: 0;
  }
}
/* line 93, ../sass/template/_event.scss */
.event-block-2 .post-title {
  font-size: 20px;
}
/* line 96, ../sass/template/_event.scss */
.event-block-2 .event-image {
  width: 320px;
  float: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  /* line 96, ../sass/template/_event.scss */
  .event-block-2 .event-image {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  /* line 96, ../sass/template/_event.scss */
  .event-block-2 .event-image {
    width: 200px;
  }
}
@media (max-width: 650px) {
  /* line 96, ../sass/template/_event.scss */
  .event-block-2 .event-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 111, ../sass/template/_event.scss */
.event-block-2 .event-image .event-date {
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
  line-height: 1.1;
  padding-top: 15px;
  position: absolute;
  background: #fff;
  top: 50%;
  right: -60px;
  margin-top: -60px;
}
@media (max-width: 991.98px) {
  /* line 111, ../sass/template/_event.scss */
  .event-block-2 .event-image .event-date {
    top: 10px;
    right: 10px;
    margin-top: 0;
    padding-top: 10px;
    width: 90px;
    height: 90px;
  }
}
/* line 130, ../sass/template/_event.scss */
.event-block-2 .event-image .event-date .date {
  font-size: 55px;
  font-weight: 700;
  color: #f7ae18;
  display: block;
}
@media (max-width: 991.98px) {
  /* line 130, ../sass/template/_event.scss */
  .event-block-2 .event-image .event-date .date {
    font-size: 45px;
  }
}
/* line 139, ../sass/template/_event.scss */
.event-block-2 .event-image .event-date .month {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #26263e;
}
/* line 147, ../sass/template/_event.scss */
.event-block-2 .event-meta {
  font-size: 15px;
  margin-top: 5px;
  line-height: 22px;
}
/* line 152, ../sass/template/_event.scss */
.event-block-2 .event-line {
  width: 50px;
  height: 2px;
  background: #f7ae18;
  margin: 15px 0 15px;
}
@media (max-width: 991.98px) {
  /* line 158, ../sass/template/_event.scss */
  .event-block-2 .post-title {
    margin-top: 0;
    font-size: 18px;
  }
}

/* line 166, ../sass/template/_event.scss */
.event-list-item .event-date {
  display: inline-block;
  background: #f7ae18;
  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;
}
/* line 176, ../sass/template/_event.scss */
.event-list-item .event-title {
  margin-top: 5px;
}
/* line 178, ../sass/template/_event.scss */
.event-list-item .event-title a {
  font-size: 20px;
  color: #26263e;
  font-weight: 700;
}
/* line 184, ../sass/template/_event.scss */
.event-list-item .event-body {
  color: #232526;
}
/* line 186, ../sass/template/_event.scss */
.event-list-item .event-body p {
  margin-bottom: 0;
}

/* line 196, ../sass/template/_event.scss */
.events-list .view-content-wrap .item:last-child .event-block-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/* line 207, ../sass/template/_event.scss */
.event-block-list .event-date {
  width: 110px;
  height: auto;
  float: left;
  background: #f7ae18;
  color: #fff;
  padding: 12px 10px;
}
/* line 213, ../sass/template/_event.scss */
.event-block-list .event-date span {
  display: block;
}
/* line 215, ../sass/template/_event.scss */
.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;
}
/* line 225, ../sass/template/_event.scss */
.event-block-list .event-title a {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
/* line 232, ../sass/template/_event.scss */
.event-block-list .event-address {
  font-size: 14px;
}
/* line 234, ../sass/template/_event.scss */
.event-block-list .event-address i {
  font-size: 16px;
  color: #f7ae18;
}
/* line 239, ../sass/template/_event.scss */
.event-block-list .event-content {
  padding-left: 125px;
}

/* line 244, ../sass/template/_event.scss */
.event-full {
  margin-bottom: 30px;
}
/* line 246, ../sass/template/_event.scss */
.event-full .event-info {
  background: #F3F5FA;
  padding: 20px;
  font-size: 16px;
}
/* line 251, ../sass/template/_event.scss */
.event-full .event-info .date > *, .event-full .event-info .address > * {
  float: left;
}
/* line 254, ../sass/template/_event.scss */
.event-full .event-info .date i, .event-full .event-info .address i {
  margin-right: 10px;
  margin-top: 6px;
}

/* line 1, ../sass/template/_portfolio.scss */
.portfolio-filter {
  margin-bottom: 20px;
}
/* line 3, ../sass/template/_portfolio.scss */
.portfolio-filter ul.nav-tabs {
  padding: 5px 0;
  border-bottom: none;
  justify-content: center;
}
/* line 7, ../sass/template/_portfolio.scss */
.portfolio-filter ul.nav-tabs > li {
  display: inline-block;
}
/* line 9, ../sass/template/_portfolio.scss */
.portfolio-filter ul.nav-tabs > li > a {
  background: none;
  font-weight: 600;
  color: #5a5a5a;
  margin-right: 10px;
  padding: 8px 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  background: #F3F5FA;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 3px;
}
@media (max-width: 1199.98px) {
  /* line 9, ../sass/template/_portfolio.scss */
  .portfolio-filter ul.nav-tabs > li > a {
    padding: 8px 20px;
  }
}
/* line 27, ../sass/template/_portfolio.scss */
.portfolio-filter ul.nav-tabs > li > a:hover {
  border-color: #f7ae18;
}
/* line 30, ../sass/template/_portfolio.scss */
.portfolio-filter ul.nav-tabs > li > a.active {
  border-color: #f7ae18;
  background: #f7ae18;
  color: #fff;
}

/* line 40, ../sass/template/_portfolio.scss */
.gva-portfolio-items {
  float: left;
  width: 100%;
}
/* line 43, ../sass/template/_portfolio.scss */
.gva-portfolio-items .view-portfolio {
  width: 100%;
}

/* line 48, ../sass/template/_portfolio.scss */
.portfolio-v1 {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: none;
}
/* line 54, ../sass/template/_portfolio.scss */
.portfolio-v1 .portfolio-content {
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
}
/* line 57, ../sass/template/_portfolio.scss */
.portfolio-v1 .portfolio-content .portfolio-overlay {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-radius: 6px;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s;
}
/* line 70, ../sass/template/_portfolio.scss */
.portfolio-v1 .portfolio-images {
  position: relative;
  text-align: center;
  transition: all 0.35s;
  border-radius: 6px;
  overflow: hidden;
}
/* line 76, ../sass/template/_portfolio.scss */
.portfolio-v1 .portfolio-images .image-popup {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 40px;
  height: 40px;
  background: #F3F5FA;
  line-height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-top: 30px;
  border-radius: 50%;
  font-size: 13px;
}
/* line 90, ../sass/template/_portfolio.scss */
.portfolio-v1 .portfolio-images .image-popup:hover {
  color: #fff;
  background: #f7ae18;
}
/* line 95, ../sass/template/_portfolio.scss */
.portfolio-v1 .portfolio-images .link {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  width: 40px;
  height: 40px;
  background: #F3F5FA;
  line-height: 40px;
  position: absolute;
  top: 90px;
  right: 40px;
  z-index: 99;
  text-align: center;
  margin-top: 45px;
  border-radius: 50%;
  font-size: 13px;
}
/* line 109, ../sass/template/_portfolio.scss */
.portfolio-v1 .portfolio-images .link:hover {
  color: #fff;
  background: #f7ae18;
}
/* line 115, ../sass/template/_portfolio.scss */
.portfolio-v1 .content-inner {
  text-align: left;
  padding: 30px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 12;
}
/* line 123, ../sass/template/_portfolio.scss */
.portfolio-v1 .content-inner .title {
  transition: all 0.3s ease-out 0.05s;
  margin-top: 5px;
  opacity: 0;
  top: 30px;
  position: relative;
}
/* line 129, ../sass/template/_portfolio.scss */
.portfolio-v1 .content-inner .title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
/* line 137, ../sass/template/_portfolio.scss */
.portfolio-v1 .content-inner .category {
  transition: all 0.2s ease-out 0.08s;
  line-height: 1.1;
  margin-bottom: 5px;
  opacity: 0;
  top: 30px;
  position: relative;
}
/* line 144, ../sass/template/_portfolio.scss */
.portfolio-v1 .content-inner .category a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #787887;
}
/* line 149, ../sass/template/_portfolio.scss */
.portfolio-v1 .content-inner .category a:hover, .portfolio-v1 .content-inner .category a:focus, .portfolio-v1 .content-inner .category a:active {
  color: #f7ae18;
}
/* line 156, ../sass/template/_portfolio.scss */
.portfolio-v1:hover .portfolio-overlay, .portfolio-v1:active .portfolio-overlay, .portfolio-v1:focus .portfolio-overlay {
  opacity: 1;
}
/* line 160, ../sass/template/_portfolio.scss */
.portfolio-v1:hover .content-inner .title, .portfolio-v1:active .content-inner .title, .portfolio-v1:focus .content-inner .title {
  opacity: 1;
  top: 0;
}
/* line 164, ../sass/template/_portfolio.scss */
.portfolio-v1:hover .content-inner .category, .portfolio-v1:active .content-inner .category, .portfolio-v1:focus .content-inner .category {
  opacity: 1;
  top: 0;
}
/* line 169, ../sass/template/_portfolio.scss */
.portfolio-v1:hover .portfolio-images, .portfolio-v1:active .portfolio-images, .portfolio-v1:focus .portfolio-images {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* line 171, ../sass/template/_portfolio.scss */
.portfolio-v1:hover .portfolio-images .image-popup, .portfolio-v1:active .portfolio-images .image-popup, .portfolio-v1:focus .portfolio-images .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
/* line 175, ../sass/template/_portfolio.scss */
.portfolio-v1:hover .portfolio-images a.link, .portfolio-v1:active .portfolio-images a.link, .portfolio-v1:focus .portfolio-images a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
/* line 181, ../sass/template/_portfolio.scss */
.portfolio-v1 ul {
  list-style: none;
  padding: 0;
}

/* line 187, ../sass/template/_portfolio.scss */
.portfolio-v2 {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: none;
}
/* line 193, ../sass/template/_portfolio.scss */
.portfolio-v2 .portfolio-content {
  position: relative;
}
/* line 196, ../sass/template/_portfolio.scss */
.portfolio-v2 .portfolio-images {
  position: relative;
  text-align: center;
  border-radius: 6px;
  transition: all 0.35s;
}
/* line 201, ../sass/template/_portfolio.scss */
.portfolio-v2 .portfolio-images .portfolio-overlay {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-radius: 6px;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s;
}
/* line 213, ../sass/template/_portfolio.scss */
.portfolio-v2 .portfolio-images .image-popup {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 42px;
}
/* line 226, ../sass/template/_portfolio.scss */
.portfolio-v2 .portfolio-images .image-popup:hover {
  color: #f7ae18;
}
/* line 231, ../sass/template/_portfolio.scss */
.portfolio-v2 .content-inner {
  text-align: center;
  padding: 25px 0 10px;
}
/* line 234, ../sass/template/_portfolio.scss */
.portfolio-v2 .content-inner .title {
  position: relative;
}
/* line 236, ../sass/template/_portfolio.scss */
.portfolio-v2 .content-inner .title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
/* line 244, ../sass/template/_portfolio.scss */
.portfolio-v2 .content-inner .category {
  line-height: 1.1;
  margin-top: 6px;
  position: relative;
}
/* line 248, ../sass/template/_portfolio.scss */
.portfolio-v2 .content-inner .category a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #787887;
}
/* line 253, ../sass/template/_portfolio.scss */
.portfolio-v2 .content-inner .category a:hover, .portfolio-v2 .content-inner .category a:focus, .portfolio-v2 .content-inner .category a:active {
  color: #f7ae18;
}
/* line 260, ../sass/template/_portfolio.scss */
.portfolio-v2:hover .portfolio-overlay, .portfolio-v2:active .portfolio-overlay, .portfolio-v2:focus .portfolio-overlay {
  opacity: 1;
}
/* line 263, ../sass/template/_portfolio.scss */
.portfolio-v2:hover .portfolio-images, .portfolio-v2:active .portfolio-images, .portfolio-v2:focus .portfolio-images {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* line 265, ../sass/template/_portfolio.scss */
.portfolio-v2:hover .portfolio-images .image-popup, .portfolio-v2:active .portfolio-images .image-popup, .portfolio-v2:focus .portfolio-images .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 270, ../sass/template/_portfolio.scss */
.portfolio-v2 ul {
  list-style: none;
  padding: 0;
}

/* line 277, ../sass/template/_portfolio.scss */
.owl-carousel .portfolio-v1, .owl-carousel .portfolio-v2 {
  margin-bottom: 20px;
}

/* line 282, ../sass/template/_portfolio.scss */
.portfolio-carousel-single {
  max-width: 1080px;
  margin: 0 auto;
}
/* line 285, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item {
  overflow: hidden;
}
/* line 287, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images {
  text-align: center;
}
/* line 289, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images img {
  max-width: 780px;
  position: relative;
  z-index: 9;
}
/* line 294, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images .image-popup {
  position: absolute;
  left: 50%;
  z-index: 99;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  line-height: 32px;
  text-align: center;
  background: #26263e;
  color: #fff;
}
/* line 304, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images .image-popup:hover {
  background: #39395e;
}
/* line 308, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images .read-more {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
  width: 300px;
  text-align: right;
}
/* line 315, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images .read-more a {
  font-weight: 600;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  padding-right: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #26263e;
}
/* line 321, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images .read-more a:hover {
  color: #f7ae18;
}
/* line 325, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .images .read-more:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #f7ae18;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
/* line 336, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content {
  position: absolute;
  top: 100px;
  left: 50px;
  z-index: 11;
}
@media (max-width: 991.98px) {
  /* line 336, ../sass/template/_portfolio.scss */
  .portfolio-carousel-single .portfolio-item .portfolio-content {
    left: 30px;
  }
}
/* line 344, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content:after {
  content: "";
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  width: 1px;
  height: 0;
  background: #f7ae18;
  position: absolute;
  top: -110px;
  left: 0;
}
/* line 353, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .category {
  margin-bottom: 5px;
}
/* line 355, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .category a {
  text-transform: capitalize;
  color: #26263e;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 4px;
}
/* line 364, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .category a:hover {
  color: #f7ae18;
}
/* line 369, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .title {
  background: #f7ae18;
  padding: 25px 30px 0;
  max-width: 410px;
  border-radius: 6px 6px 0 0;
}
/* line 374, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .title a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
/* line 378, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .title a:hover {
  color: draken(#fff, 15%);
}
/* line 383, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .desc {
  background: #f7ae18;
  padding: 6px 30px 30px;
  color: #fff;
  max-width: 410px;
  border-radius: 0 0 6px 6px;
}
/* line 390, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .category {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-transform: translate(0, -70%);
  -moz-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  -o-transform: translate(0, -70%);
  transform: translate(0, -70%);
  ms-transform: translate(0, -70%);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 404, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .title {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  ms-transform: translate(0, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 418, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .portfolio-content .desc {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  transform: translate(0, -30%);
  ms-transform: translate(0, -30%);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 433, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .portfolio-item .image-popup {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
  bottom: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 445, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content:after {
  height: 100px;
}
/* line 448, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .category, .portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .title, .portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .desc {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  ms-transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 458, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .active-effect .image-popup {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 20px;
}
/* line 463, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .active-effect .portfolio-item .images .read-more a {
  padding-right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 467, ../sass/template/_portfolio.scss */
.portfolio-carousel-single .active-effect .portfolio-item .images .read-more:after {
  width: 300px;
}

/* line 1, ../sass/template/_testimonial.scss */
.testimonial-node-1 {
  background: #fff;
  border-radius: 4px;
  padding: 55px 30px 60px;
  transition: all 0.35s;
  border: 2px solid #F3F5FA;
  border-radius: 4px;
  margin: 0 0 10px;
}
/* line 9, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content {
  position: relative;
  max-width: 260px;
  margin: 0 auto;
}
/* line 13, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content .quote {
  position: relative;
  font-size: 18px;
  line-height: 34px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.testimonial-node-1 .testimonial-content .quote:before, .testimonial-node-1 .testimonial-content .quote:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.testimonial-node-1 .testimonial-content .quote:after {
  clear: both;
}
/* line 22, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content .info {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
/* line 14, ../sass/mixins/mixins/_clearfix.scss */
.testimonial-node-1 .testimonial-content .info:before, .testimonial-node-1 .testimonial-content .info:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/mixins/mixins/_clearfix.scss */
.testimonial-node-1 .testimonial-content .info:after {
  clear: both;
}
/* line 27, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content .info .left {
  width: 60px;
  float: left;
}
/* line 31, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content .info .left .avatar img {
  border: 1px solid #dee2e6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: auto;
}
/* line 39, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content .info .right {
  padding-left: 60px;
}
/* line 41, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content .info .right .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #f7ae18;
  text-transform: capitalize;
}
/* line 48, ../sass/template/_testimonial.scss */
.testimonial-node-1 .testimonial-content .info .right .job {
  color: #26263e;
  font-size: 14px;
  line-height: 1.1;
}
/* line 56, ../sass/template/_testimonial.scss */
.testimonial-node-1:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
/* line 59, ../sass/template/_testimonial.scss */
.testimonial-node-1:hover .testimonial-content:after {
  background: #80C051;
  color: #fff;
}

/* line 68, ../sass/template/_testimonial.scss */
.testimonial-node-2 .testimonial-content {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}
/* line 72, ../sass/template/_testimonial.scss */
.testimonial-node-2 .testimonial-content .avatar {
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}
/* line 78, ../sass/template/_testimonial.scss */
.testimonial-node-2 .testimonial-content .quote {
  position: relative;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  color: #26263e;
  padding: 40px 0 35px;
}
@media (max-width: 991.98px) {
  /* line 78, ../sass/template/_testimonial.scss */
  .testimonial-node-2 .testimonial-content .quote {
    font-size: 20px;
    line-height: 38px;
  }
}
/* line 90, ../sass/template/_testimonial.scss */
.testimonial-node-2 .testimonial-content .info {
  position: relative;
}
/* line 92, ../sass/template/_testimonial.scss */
.testimonial-node-2 .testimonial-content .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #f7ae18;
  text-transform: capitalize;
}
/* line 98, ../sass/template/_testimonial.scss */
.testimonial-node-2 .testimonial-content .info .line {
  display: inline-block;
  margin: 0 6px;
}
/* line 102, ../sass/template/_testimonial.scss */
.testimonial-node-2 .testimonial-content .info .job {
  text-transform: capitalize;
}

/* line 1, ../sass/template/_services.scss */
.service-block-1 {
  background: #fff;
  -webkit-box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.04);
  box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.04);
  margin-bottom: 30px;
}
/* line 5, ../sass/template/_services.scss */
.service-block-1 .service-images {
  position: relative;
}
/* line 7, ../sass/template/_services.scss */
.service-block-1 .service-images:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
/* line 18, ../sass/template/_services.scss */
.service-block-1 .service-images .image-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  z-index: 11;
  background: #fff;
  text-align: center;
  line-height: 38px;
  color: #26263e;
  opacity: 0;
}
/* line 31, ../sass/template/_services.scss */
.service-block-1 .service-images .image-popup:hover {
  color: #fff;
  background: #f7ae18;
}
/* line 37, ../sass/template/_services.scss */
.service-block-1 .service-content {
  position: relative;
  padding: 40px 30px 30px;
  border: 1px solid #dee2e6;
}
@media (max-width: 991.98px) {
  /* line 37, ../sass/template/_services.scss */
  .service-block-1 .service-content {
    padding: 40px 20px 20px;
  }
}
/* line 44, ../sass/template/_services.scss */
.service-block-1 .service-content .service-icon {
  font-size: 20px;
  width: 100px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: 0;
  text-align: center;
  padding-top: 6px;
  line-height: 50px;
  z-index: 11;
  color: #f7ae18;
  font-size: 28px;
}
/* line 56, ../sass/template/_services.scss */
.service-block-1 .service-content .service-icon img {
  max-width: 36px;
}
/* line 59, ../sass/template/_services.scss */
.service-block-1 .service-content .service-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
}
/* line 69, ../sass/template/_services.scss */
.service-block-1 .service-content .title {
  font-size: 20px;
  margin: 5px 0 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  /* line 69, ../sass/template/_services.scss */
  .service-block-1 .service-content .title {
    font-size: 16px;
  }
}
/* line 78, ../sass/template/_services.scss */
.service-block-1 .desc {
  margin-bottom: 15px;
}
/* line 83, ../sass/template/_services.scss */
.service-block-1:hover .service-images:after {
  opacity: 1;
}
/* line 86, ../sass/template/_services.scss */
.service-block-1:hover .service-images .image-popup {
  opacity: 1;
}

/* line 93, ../sass/template/_services.scss */
.service-block-2 {
  margin-bottom: 30px;
}
/* line 95, ../sass/template/_services.scss */
.service-block-2 .service-content {
  padding: 50px 30px 0;
  text-align: center;
  position: relative;
  background: #fff;
  transition: all 0.35s;
}
@media (max-width: 1199.98px) {
  /* line 95, ../sass/template/_services.scss */
  .service-block-2 .service-content {
    padding: 30px;
  }
}
/* line 104, ../sass/template/_services.scss */
.service-block-2 .service-content .title {
  font-size: 18px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  /* line 104, ../sass/template/_services.scss */
  .service-block-2 .service-content .title {
    font-size: 16px;
  }
}
/* line 111, ../sass/template/_services.scss */
.service-block-2 .service-content .service-icon {
  margin-bottom: 65px;
  position: relative;
  display: inline-block;
}
/* line 115, ../sass/template/_services.scss */
.service-block-2 .service-content .service-icon .icon {
  color: #fff;
  font-size: 42px;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
  width: 100px;
  height: 100px;
  background: #f7ae18;
  border-radius: 50%;
  line-height: 100px;
  top: 0;
}
/* line 127, ../sass/template/_services.scss */
.service-block-2 .service-content .service-icon:after {
  content: '';
  width: 76px;
  height: 8px;
  background: url(../images/icon-shadow.png) no-repeat center center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -38px;
  z-index: 1;
}
/* line 138, ../sass/template/_services.scss */
.service-block-2 .service-content .desc {
  margin-bottom: 45px;
}
/* line 141, ../sass/template/_services.scss */
.service-block-2 .service-content .service-readmore {
  border-top: 1px solid #dee2e6;
  padding: 15px 0;
}
/* line 144, ../sass/template/_services.scss */
.service-block-2 .service-content .service-readmore a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #f7ae18;
}
/* line 150, ../sass/template/_services.scss */
.service-block-2 .service-content .service-readmore a:hover {
  text-decoration: underline;
}
/* line 157, ../sass/template/_services.scss */
.service-block-2:hover .service-content {
  background: #80C051;
  color: #fff;
}
/* line 160, ../sass/template/_services.scss */
.service-block-2:hover .service-content a {
  color: #fff;
}
/* line 162, ../sass/template/_services.scss */
.service-block-2:hover .service-content a:hover {
  text-decoration: underline;
}
/* line 167, ../sass/template/_services.scss */
.service-block-2:hover .service-content .service-icon .icon {
  top: -10px;
  background: #fff;
  color: #80C051;
}
/* line 173, ../sass/template/_services.scss */
.service-block-2:hover .service-content .service-readmore {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 181, ../sass/template/_services.scss */
.owl-carousel .service-block-1, .owl-carousel .service-block-2 {
  margin-bottom: 0;
}

/* line 187, ../sass/template/_services.scss */
.services-grid .gva-view-grid-inner {
  margin: 0 !important;
}
/* line 190, ../sass/template/_services.scss */
.services-grid .gva-view-grid-inner > .item-columns .service-block {
  margin-bottom: 30px;
}
/* line 192, ../sass/template/_services.scss */
.services-grid .gva-view-grid-inner > .item-columns .service-block .service-block-content {
  background: #fff;
  padding: 35px 30px;
  min-height: 255px;
  position: relative;
  border: 1px solid #dee2e6;
}

/* line 205, ../sass/template/_services.scss */
.service-block-singe .service-images-inner {
  position: relative;
}
/* line 208, ../sass/template/_services.scss */
.service-block-singe .post-content {
  padding-top: 40px;
  position: relative;
}
/* line 211, ../sass/template/_services.scss */
.service-block-singe .post-content .service-icon {
  font-size: 22px;
  width: 100px;
  height: 48px;
  position: absolute;
  top: -25px;
  left: 0;
  text-align: center;
  padding-top: 6px;
  line-height: 48px;
}
/* line 220, ../sass/template/_services.scss */
.service-block-singe .post-content .service-icon > div {
  position: relative;
  z-index: 2;
}
/* line 223, ../sass/template/_services.scss */
.service-block-singe .post-content .service-icon > div img {
  max-width: 40px;
}
/* line 227, ../sass/template/_services.scss */
.service-block-singe .post-content .service-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
}
/* line 237, ../sass/template/_services.scss */
.service-block-singe .post-content .post-title {
  margin-bottom: 15px;
  font-size: 30px;
}
@media (max-width: 991.98px) {
  /* line 237, ../sass/template/_services.scss */
  .service-block-singe .post-content .post-title {
    font-size: 24px;
  }
}

/* line 247, ../sass/template/_services.scss */
body.path-services .body-page {
  background: #F3F3F6;
}

/* line 1, ../sass/template/_theme-settings.scss */
.colorpicker {
  z-index: 9999999 !important;
}

/* line 5, ../sass/template/_theme-settings.scss */
.permission-save-hidden #gavias_customize_save {
  display: none !important;
}

/* line 9, ../sass/template/_theme-settings.scss */
.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;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 400px;
  z-index: 999;
}
/* line 20, ../sass/template/_theme-settings.scss */
.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%;
}
/* line 30, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.active {
  right: 0 !important;
}
/* line 33, ../sass/template/_theme-settings.scss */
.gavias-skins-panel #gavias_profile_customize_name option {
  color: #26263e;
}
/* line 36, ../sass/template/_theme-settings.scss */
.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: #f7ae18;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
/* line 47, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .control-panel:hover {
  cursor: pointer;
}
/* line 52, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content {
  padding-bottom: 20px;
  overflow: hidden;
}
/* line 55, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content:last-child {
  padding-bottom: 0;
}
/* line 58, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #26263e;
  margin-bottom: 10px;
}
/* line 67, ../sass/template/_theme-settings.scss */
.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;
}
/* line 74, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color:hover {
  cursor: pointer;
}
/* line 77, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.default {
  background: #78aa2e;
}
/* line 80, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.blue {
  background: #50AF4D;
}
/* line 83, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.brown {
  background: #684035;
}
/* line 86, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.green {
  background: #009673;
}
/* line 89, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.lilac {
  background: #8F6684;
}
/* line 92, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.lime_green {
  background: #8CCA4F;
}
/* line 95, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.orange {
  background: #F86923;
}
/* line 98, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.pink {
  background: #D91897;
}
/* line 101, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.purple {
  background: #9854B3;
}
/* line 104, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.red {
  background: #E43844;
}
/* line 107, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.turquoise {
  background: #1CCDCA;
}
/* line 110, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
  background: #178E94;
}
/* line 113, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.violet_red {
  background: #F3605D;
}
/* line 116, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
  background: #973A4B;
}
/* line 119, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.yellow {
  background: #ecc311;
}
/* line 122, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .item-color.active {
  border-color: #26263e;
}
/* line 127, ../sass/template/_theme-settings.scss */
.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;
}
/* line 136, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .layout:hover {
  cursor: pointer;
}
/* line 139, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .layout.active {
  background-color: #f7ae18;
  color: #fff;
}
/* line 143, ../sass/template/_theme-settings.scss */
.gavias-skins-panel .panel-skins-content .layout:last-child {
  margin-right: 0;
}
/* line 148, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.gavias-skin-demo {
  top: 200px;
  bottom: auto !important;
  padding: 20px !important;
  width: 260px !important;
  right: -263px !important;
}
/* line 154, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.gavias-skin-demo .control-panel {
  top: 75px !important;
}
/* line 157, ../sass/template/_theme-settings.scss */
.gavias-skins-panel.gavias-skin-demo.active {
  right: 0 !important;
}

/* line 164, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel {
  padding: 0 !important;
}
/* line 166, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel .panel-heading .panel-title > a {
  padding: 10px !important;
  border: 1px solid #dee2e6 !important;
}
/* line 169, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel .panel-heading .panel-title > a:after {
  display: none !important;
}
/* line 173, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .panel .panel-body {
  padding: 15px !important;
}
/* line 178, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group {
  position: relative;
  float: left;
  width: 100%;
}
/* line 182, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group label {
  width: 100%;
  float: left;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #26263e;
}
/* line 190, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group input {
  width: calc(100% - 150px);
  float: left;
}
/* line 194, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group select {
  width: 100%;
}
/* line 197, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector {
  width: calc(100% - 150px);
  position: relative;
}
/* line 200, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector input {
  width: 100% !important;
}
/* line 203, ../sass/template/_theme-settings.scss */
#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;
}
/* line 211, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
  width: 30px;
  height: 20px;
  display: inline-block;
}
/* line 216, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector .remove {
  width: 34px;
  height: 34px;
  color: #26263e;
  position: absolute;
  top: 3px;
  right: 25px;
  line-height: 34px;
  text-align: center;
  z-index: 99;
}
/* line 225, ../sass/template/_theme-settings.scss */
#customize-gavias-preivew .form-group .colorselector .remove:hover {
  cursor: pointer;
}

/* line 233, ../sass/template/_theme-settings.scss */
.gavias_customize_form .card {
  margin-bottom: 15px;
}
/* line 236, ../sass/template/_theme-settings.scss */
.gavias_customize_form .card .card-header a {
  font-weight: 600;
}
/* line 241, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 245, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input {
  width: 28%;
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 10px !important;
}
/* line 252, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input#gavias_customize_save {
  background: #28a745;
}
/* line 255, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input#gavias_customize_preview {
  background: #17a2b8;
}
/* line 258, ../sass/template/_theme-settings.scss */
.gavias_customize_form .form-group.action input#gavias_customize_reset {
  background: #ffc107;
}

/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../custom_fonts//dosis-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../custom_fonts/dosis-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../custom_fonts/dosis-v16-latin-regular.woff2") format("woff2"), url("../custom_fonts/dosis-v16-latin-regular.woff") format("woff"), url("../custom_fonts/dosis-v16-latin-regular.ttf") format("truetype"), url("../custom_fonts/dosis-v16-latin-regular.svg#Dosis") format("svg");
  /* Legacy iOS */
}
/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url("../custom_fonts/muli-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../custom_fonts/muli-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../custom_fonts/muli-v19-latin-regular.woff2") format("woff2"), url("../custom_fonts/muli-v19-latin-regular.woff") format("woff"), url("../custom_fonts/muli-v19-latin-regular.ttf") format("truetype"), url("../custom_fonts/muli-v19-latin-regular.svg#Muli") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Telenor';
  font-display: swap;
  src: url("../custom_fonts/Telenor.otf") format("opentype");
}
@font-face {
  font-family: 'Telenor Light';
  font-display: swap;
  src: url("../custom_fonts/TelenorLight.otf") format("opentype");
}
@font-face {
  font-family: 'Telenor Bold';
  font-display: swap;
  src: url("../custom_fonts/Telenor-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'Telenor Medium';
  font-display: swap;
  src: url("../custom_fonts/Telenor-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../css/font-awesome/webfonts/fa-regular-400.eot");
  src: url("../css/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../css/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("../css/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../css/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
/* line 80, ../sass/template/_custom.scss */
body {
  font-family: 'Muli ', sans-serif;
  color: #2e3140 !important;
}

/* line 85, ../sass/template/_custom.scss */
h1,
h2,
h3 {
  font-family: 'Dosis', sans-serif;
}

/* line 91, ../sass/template/_custom.scss */
h2 {
  font-size: 32px;
}

/* line 95, ../sass/template/_custom.scss */
.sidebar {
  margin-bottom: 50px;
}
/* line 98, ../sass/template/_custom.scss */
.sidebar .block {
  border: 2px solid #fff;
  border: none;
}

/* line 105, ../sass/template/_custom.scss */
.sidebar-contact-form .col-xl-4 {
  flex: none;
  width: 100%;
  max-width: 100%;
}
/* line 111, ../sass/template/_custom.scss */
.sidebar-contact-form .block-title {
  text-transform: uppercase;
}
/* line 116, ../sass/template/_custom.scss */
.sidebar-contact-form .form-item textarea,
.sidebar-contact-form .form-item input {
  background: #fff;
}
/* line 119, ../sass/template/_custom.scss */
.sidebar-contact-form .form-item textarea:hover,
.sidebar-contact-form .form-item input:hover {
  box-shadow: 0 0 8px #787887;
}
@media (max-width: 767px) {
  /* line 125, ../sass/template/_custom.scss */
  .sidebar-contact-form .button {
    line-height: 44px;
  }
}

/* line 133, ../sass/template/_custom.scss */
#block-webform-3 .form-actions {
  text-align: center;
  padding: 0;
}
/* line 136, ../sass/template/_custom.scss */
#block-webform-3 .form-actions .button {
  font-size: 18px;
}
@media (max-width: 1199px) {
  /* line 136, ../sass/template/_custom.scss */
  #block-webform-3 .form-actions .button {
    font-size: 17px;
  }
}

/* line 148, ../sass/template/_custom.scss */
.webform-submission-form .form-actions {
  text-align: center;
}
/* line 153, ../sass/template/_custom.scss */
.webform-submission-form .required.error:focus:invalid {
  background: #fff;
  border-color: #E1464E;
  box-shadow: 0 0 3px #E1464E;
}
/* line 161, ../sass/template/_custom.scss */
.webform-submission-form .form-item label.error {
  padding: 5px 15px;
  border-radius: 6px;
  margin-bottom: 0;
  margin-top: 9px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 177, ../sass/template/_custom.scss */
.webform-submission-form .form-item-message div label.error {
  margin-top: 0 !important;
}

/* line 184, ../sass/template/_custom.scss */
.help .messages__wrapper {
  border: none;
  background: none;
}

/* line 190, ../sass/template/_custom.scss */
.messages__wrapper {
  font-family: 'Muli ', sans-serif;
  margin: 0 auto;
  border-radius: 6px;
  border-radius: 0;
  padding: 0;
}
/* line 197, ../sass/template/_custom.scss */
.messages__wrapper .messages:first-child {
  margin-top: 0;
}
/* line 201, ../sass/template/_custom.scss */
.messages__wrapper .messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
/* line 208, ../sass/template/_custom.scss */
.messages__wrapper .messages--status {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 214, ../sass/template/_custom.scss */
.messages__wrapper .messages--error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 221, ../sass/template/_custom.scss */
#block-customstatusmessages {
  margin: 0;
}

/* line 226, ../sass/template/_custom.scss */
.intro_wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Muli ', sans-serif;
}
/* line 232, ../sass/template/_custom.scss */
.intro_wrap div {
  margin-bottom: 10px;
}
/* line 236, ../sass/template/_custom.scss */
.intro_wrap .asterisk_rule {
  margin-left: -15px;
  color: #f4b812;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  min-width: 130px;
}
@media (max-width: 767px) {
  /* line 236, ../sass/template/_custom.scss */
  .intro_wrap .asterisk_rule {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  /* line 236, ../sass/template/_custom.scss */
  .intro_wrap .asterisk_rule {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  /* line 236, ../sass/template/_custom.scss */
  .intro_wrap .asterisk_rule {
    font-size: 36px;
  }
}
/* line 258, ../sass/template/_custom.scss */
.intro_wrap .intro_main .asterisk_rule {
  width: 55px;
  font-size: 74px;
  padding-left: 7px;
}
/* line 264, ../sass/template/_custom.scss */
.intro_wrap .bracket_left {
  position: relative;
  display: inline-block;
  color: #e1e1e1;
  font-size: 125px;
  font-weight: normal;
}
/* line 272, ../sass/template/_custom.scss */
.intro_wrap .desc {
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  top: 12px;
  width: 62%;
  line-height: 1.4;
}
/* line 283, ../sass/template/_custom.scss */
.intro_wrap .intro_main .desc {
  width: 63%;
  font-size: 20px;
}
/* line 288, ../sass/template/_custom.scss */
.intro_wrap .bracket_right {
  position: relative;
  display: inline-block;
  width: 0;
  color: #e1e1e1;
  font-size: 125px;
  font-weight: normal;
}
/* line 297, ../sass/template/_custom.scss */
.intro_wrap .intro_main .bracket_right {
  margin-left: 13px;
  font-weight: 400;
  margin: 0;
  font-size: 180px;
}
/* line 304, ../sass/template/_custom.scss */
.intro_wrap .intro_main .bracket_left {
  font-weight: 400;
  font-size: 180px;
}
/* line 310, ../sass/template/_custom.scss */
.intro_wrap .intro_after .asterisk_rule {
  padding-right: 20px;
}
/* line 316, ../sass/template/_custom.scss */
.intro_wrap .intro_focus .php,
.intro_wrap .intro_focus .drup,
.intro_wrap .intro_focus .js-dev,
.intro_wrap .intro_focus .mob-dev {
  font-weight: 700;
  color: #f4b812;
}
/* line 323, ../sass/template/_custom.scss */
.intro_wrap .intro_focus .asterisk_rule {
  padding-right: 15px;
}

@media (min-width: 1264px) and (max-width: 1340px) {
  /* line 330, ../sass/template/_custom.scss */
  .intro_wrap .desc {
    width: 100%;
  }
}
@media (max-width: 1340px) {
  /* line 337, ../sass/template/_custom.scss */
  .intro_wrap .asterisk_rule {
    float: none;
    display: block;
  }
  /* line 341, ../sass/template/_custom.scss */
  .intro_wrap .desc {
    line-height: 36px;
    width: 100%;
  }
  /* line 350, ../sass/template/_custom.scss */
  .intro_wrap .intro_main .bracket_left,
  .intro_wrap .intro_main .bracket_right,
  .intro_wrap .intro_before .bracket_left,
  .intro_wrap .intro_before .bracket_right,
  .intro_wrap .intro_active .bracket_left,
  .intro_wrap .intro_active .bracket_right,
  .intro_wrap .intro_focus .bracket_left,
  .intro_wrap .intro_focus .bracket_right,
  .intro_wrap .intro_after .bracket_left,
  .intro_wrap .intro_after .bracket_right {
    display: none;
  }
  /* line 354, ../sass/template/_custom.scss */
  .intro_wrap .intro_main .desc::before,
  .intro_wrap .intro_before .desc::before,
  .intro_wrap .intro_active .desc::before,
  .intro_wrap .intro_focus .desc::before,
  .intro_wrap .intro_after .desc::before {
    color: #e9e9ea;
    content: "{";
    font-size: 35px;
    font-weight: 700;
    padding: 0 5px 0 0;
    color: #d9d9dc;
  }
  /* line 363, ../sass/template/_custom.scss */
  .intro_wrap .intro_main .desc::after,
  .intro_wrap .intro_before .desc::after,
  .intro_wrap .intro_active .desc::after,
  .intro_wrap .intro_focus .desc::after,
  .intro_wrap .intro_after .desc::after {
    color: #e9e9ea;
    content: "}";
    font-size: 35px;
    font-weight: 700;
    color: #d9d9dc;
  }

  /* line 374, ../sass/template/_custom.scss */
  .align-self-center {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 380, ../sass/template/_custom.scss */
  .align-self-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 385, ../sass/template/_custom.scss */
  .frontpage .fsize-36 {
    font-size: 24px !important;
  }

  /* line 390, ../sass/template/_custom.scss */
  .intro_wrap .intro_main .desc {
    font-size: 16px;
  }
}
/* line 399, ../sass/template/_custom.scss */
.node-detail .about-content {
  padding-top: 0;
}
/* line 401, ../sass/template/_custom.scss */
.node-detail .about-content .post-meta,
.node-detail .about-content .post-title {
  display: none;
}
@media (max-width: 991px) {
  /* line 398, ../sass/template/_custom.scss */
  .node-detail {
    padding-bottom: 0;
  }
}

/* line 413, ../sass/template/_custom.scss */
.about-page-wrapper .about_wrapper {
  line-height: 27px;
  font-style: normal;
  font-size: 18px;
  letter-spacing: -0.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 413, ../sass/template/_custom.scss */
  .about-page-wrapper .about_wrapper {
    font-size: 17px;
  }
}
/* line 424, ../sass/template/_custom.scss */
.about-page-wrapper .about_wrapper .about-aside-title {
  font-weight: bold;
}
@media (max-width: 991px) {
  /* line 424, ../sass/template/_custom.scss */
  .about-page-wrapper .about_wrapper .about-aside-title {
    padding-top: 20px;
  }
}
/* line 431, ../sass/template/_custom.scss */
.about-page-wrapper .about_wrapper h2 {
  color: #f4b812;
  text-shadow: 0.5px 0 0;
  margin-bottom: 30px;
  font-size: 32px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.011em;
  font-size: 40px;
}
@media (max-width: 991px) {
  /* line 431, ../sass/template/_custom.scss */
  .about-page-wrapper .about_wrapper h2 {
    margin-top: 0 !important;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  /* line 431, ../sass/template/_custom.scss */
  .about-page-wrapper .about_wrapper h2 {
    text-align: center;
    font-size: 31px;
  }
}
/* line 453, ../sass/template/_custom.scss */
.about-page-wrapper .about_wrapper .wrapper {
  display: flex;
}
@media (max-width: 991px) {
  /* line 453, ../sass/template/_custom.scss */
  .about-page-wrapper .about_wrapper .wrapper {
    flex-direction: column;
  }
}
/* line 460, ../sass/template/_custom.scss */
.about-page-wrapper .about_wrapper .left {
  border-right: 1px solid #525151;
  padding-left: 0;
}
/* line 463, ../sass/template/_custom.scss */
.about-page-wrapper .about_wrapper .left img {
  display: block;
  max-width: 100%;
  float: left;
  margin-right: 35px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  /* line 463, ../sass/template/_custom.scss */
  .about-page-wrapper .about_wrapper .left img {
    width: 100%;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  /* line 478, ../sass/template/_custom.scss */
  .about-page-wrapper .about_wrapper .col-md-6 {
    padding: 0;
    border-right: none;
    width: 100%;
    max-width: 100%;
  }
}
/* line 486, ../sass/template/_custom.scss */
.about-page-wrapper .about_wrapper .right {
  display: block;
  padding-right: 0;
}
/* line 492, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform {
  max-width: 900px;
  margin: 0 auto 50px;
  padding-bottom: 70px;
}
/* line 497, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform textarea,
.about-page-wrapper #block-gavias-elix-webform input {
  background: #f1f1f1;
}
/* line 500, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform textarea:hover,
.about-page-wrapper #block-gavias-elix-webform input:hover {
  box-shadow: 0 0 8px #787887;
}
/* line 505, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform input.button {
  background: #f4b812;
  line-height: 44px;
  font-size: 17px;
  border: none;
}
@media (min-width: 768px) {
  /* line 505, ../sass/template/_custom.scss */
  .about-page-wrapper #block-gavias-elix-webform input.button {
    font-size: 18px;
    line-height: 52px;
  }
}
/* line 516, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform input.button:hover {
  background: #bc8107;
}
/* line 521, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform .captcha img {
  border-radius: 8px;
  box-shadow: 0 0 8px #787887;
}
/* line 526, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform .row {
  display: block;
  max-width: 900px;
  margin: 0;
}
/* line 531, ../sass/template/_custom.scss */
.about-page-wrapper #block-gavias-elix-webform .row .form-item.col-xl-4 {
  width: 100%;
  max-width: 100%;
}
/* line 538, ../sass/template/_custom.scss */
.about-page-wrapper .captcha {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
/* line 544, ../sass/template/_custom.scss */
.about-page-wrapper .captcha img {
  max-height: 80px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 551, ../sass/template/_custom.scss */
.about-page-wrapper .captcha .form-item {
  margin: auto;
  margin-bottom: 15px;
}
/* line 554, ../sass/template/_custom.scss */
.about-page-wrapper .captcha .form-item label {
  margin: 0;
}

/* line 561, ../sass/template/_custom.scss */
#block-gavias-elix-tellusaboutyourproject {
  margin-bottom: 40px;
}
/* line 563, ../sass/template/_custom.scss */
#block-gavias-elix-tellusaboutyourproject .field {
  line-height: 27px;
  font-style: normal;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 563, ../sass/template/_custom.scss */
  #block-gavias-elix-tellusaboutyourproject .field {
    font-size: 17px;
  }
}
/* line 574, ../sass/template/_custom.scss */
#block-gavias-elix-tellusaboutyourproject h3 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.2;
  font-size: 30px;
  text-align: center;
  padding: 0;
  margin: 20px 0 15px 0;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #f4b812;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 574, ../sass/template/_custom.scss */
  #block-gavias-elix-tellusaboutyourproject h3 {
    font-size: 24px;
  }
}
/* line 597, ../sass/template/_custom.scss */
#block-gavias-elix-tellusaboutyourproject h3 span {
  color: #505050;
  color: #f4b812;
  font-weight: 600;
}
/* line 604, ../sass/template/_custom.scss */
#block-gavias-elix-tellusaboutyourproject .separator {
  width: 60px;
  height: 5px;
  margin: 20px auto;
  display: block;
  border-radius: 10px;
  background-color: #e4e8ed;
}
/* line 613, ../sass/template/_custom.scss */
#block-gavias-elix-tellusaboutyourproject .button {
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 613, ../sass/template/_custom.scss */
  #block-gavias-elix-tellusaboutyourproject .button {
    line-height: 44px;
  }
}

/* line 625, ../sass/template/_custom.scss */
.block-views-blocktools-of-trade-block-1 {
  border: none !important;
  background: #f1f1f1;
}
/* line 629, ../sass/template/_custom.scss */
.block-views-blocktools-of-trade-block-1 .block-title {
  text-transform: uppercase;
}
/* line 634, ../sass/template/_custom.scss */
.block-views-blocktools-of-trade-block-1 .views-field-name a,
.block-views-blocktools-of-trade-block-1 .views-field-name div {
  padding-left: 15px;
  color: #191919;
  display: inline-block;
  letter-spacing: -.004em;
  line-height: 1.58;
  font-size: 18px;
}
@media (max-width: 1199px) {
  /* line 634, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 .views-field-name a,
  .block-views-blocktools-of-trade-block-1 .views-field-name div {
    font-size: 17px;
  }
}
@media (max-width: 349px) {
  /* line 634, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 .views-field-name a,
  .block-views-blocktools-of-trade-block-1 .views-field-name div {
    padding-left: 30px;
  }
}
/* line 653, ../sass/template/_custom.scss */
.block-views-blocktools-of-trade-block-1 .views-field-name a:focus, .block-views-blocktools-of-trade-block-1 .views-field-name a:active, .block-views-blocktools-of-trade-block-1 .views-field-name a:hover {
  color: #f7ae18;
}
/* line 662, ../sass/template/_custom.scss */
.block-views-blocktools-of-trade-block-1 .views-field-field-image img {
  margin: 15px 0 15px 35px;
}
@media (max-width: 349px) {
  /* line 662, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 .views-field-field-image img {
    margin-left: 25px;
  }
}
/* line 671, ../sass/template/_custom.scss */
.block-views-blocktools-of-trade-block-1 table,
.block-views-blocktools-of-trade-block-1 tr,
.block-views-blocktools-of-trade-block-1 td {
  border: none;
}
@media (min-width: 350px) and (max-width: 991px) {
  /* line 678, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 .block-title {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 684, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 .views-field-name div,
  .block-views-blocktools-of-trade-block-1 .views-field-name a {
    padding: 0;
    padding-top: 10px;
  }
  /* line 691, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 .views-field-field-image img {
    margin: 0;
  }
  /* line 695, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 table {
    margin: 0;
  }
  /* line 699, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 704, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 tbody tr {
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    padding-bottom: 15px;
    flex: 1 1 0;
  }
  /* line 712, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 tbody tr:first-child td a img {
    margin-top: 18px;
  }
  /* line 719, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 tbody td {
    text-align: center;
    height: 60px;
    width: 85px;
  }
}
@media (max-width: 389px) {
  /* line 729, ../sass/template/_custom.scss */
  .block-views-blocktools-of-trade-block-1 .block-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* line 739, ../sass/template/_custom.scss */
.contact-info-long h3 {
  font-size: 21px;
}
/* line 744, ../sass/template/_custom.scss */
.contact-info-long .address .icon {
  width: 22px;
  float: left;
  display: block;
  margin-top: 1px;
}
/* line 751, ../sass/template/_custom.scss */
.contact-info-long .address .text {
  padding-left: 28px;
  display: block;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 751, ../sass/template/_custom.scss */
  .contact-info-long .address .text {
    font-size: 17px;
  }
}
/* line 766, ../sass/template/_custom.scss */
.contact-info-long .email-link .icon {
  width: 22px;
  float: left;
  display: block;
  margin-top: 1px;
}
/* line 773, ../sass/template/_custom.scss */
.contact-info-long .email-link .email_spam {
  padding-left: 28px;
  display: block;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 773, ../sass/template/_custom.scss */
  .contact-info-long .email-link .email_spam {
    font-size: 17px;
  }
}

/* line 789, ../sass/template/_custom.scss */
.social-media-links--platforms.horizontal .block-title {
  font-size: 21px;
}
/* line 793, ../sass/template/_custom.scss */
.social-media-links--platforms.horizontal li {
  font-size: 13px;
}

/* line 799, ../sass/template/_custom.scss */
body.path-services .body-page {
  background: #fff;
}
/* line 802, ../sass/template/_custom.scss */
body.path-services .body-page .slika img {
  width: 100%;
}

/* line 812, ../sass/template/_custom.scss */
.node--type-services .sidebar-contact-form,
.path-services .sidebar-contact-form {
  background: #f1f1f1;
}
/* line 816, ../sass/template/_custom.scss */
.node--type-services .block .block-title,
.path-services .block .block-title {
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 24px;
}
/* line 822, ../sass/template/_custom.scss */
.node--type-services .views-view-grid .views-row,
.path-services .views-view-grid .views-row {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 826, ../sass/template/_custom.scss */
  .node--type-services .views-view-grid .views-row:last-child,
  .path-services .views-view-grid .views-row:last-child {
    padding-bottom: 0;
  }
}
/* line 833, ../sass/template/_custom.scss */
.node--type-services .view-page header,
.node--type-services .view-page p,
.path-services .view-page header,
.path-services .view-page p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 833, ../sass/template/_custom.scss */
  .node--type-services .view-page header,
  .node--type-services .view-page p,
  .path-services .view-page header,
  .path-services .view-page p {
    font-size: 17px;
  }
}
/* line 845, ../sass/template/_custom.scss */
.node--type-services .view-page header a,
.node--type-services .view-page p a,
.path-services .view-page header a,
.path-services .view-page p a {
  font-weight: bold;
}
/* line 850, ../sass/template/_custom.scss */
.node--type-services .view-page header,
.path-services .view-page header {
  padding-bottom: 30px;
  font-weight: bold;
}
/* line 855, ../sass/template/_custom.scss */
.node--type-services .view-page .views-field-title,
.path-services .view-page .views-field-title {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
/* line 860, ../sass/template/_custom.scss */
.node--type-services .view-page .views-field-title h2,
.path-services .view-page .views-field-title h2 {
  text-align: left;
  position: relative;
  font-weight: 600 !important;
  color: #f4b812;
  text-shadow: 0.5px 0 0;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 36px;
}
@media (max-width: 767px) {
  /* line 860, ../sass/template/_custom.scss */
  .node--type-services .view-page .views-field-title h2,
  .path-services .view-page .views-field-title h2 {
    font-size: 30px;
  }
}
/* line 879, ../sass/template/_custom.scss */
.node--type-services .view-page .views-field-field-image-services,
.path-services .view-page .views-field-field-image-services {
  width: 25%;
  float: left;
}
/* line 883, ../sass/template/_custom.scss */
.node--type-services .view-page .views-field-field-image-services .slika,
.path-services .view-page .views-field-field-image-services .slika {
  max-width: 100%;
  padding-left: 0;
}
@media (max-width: 475px) {
  /* line 883, ../sass/template/_custom.scss */
  .node--type-services .view-page .views-field-field-image-services .slika,
  .path-services .view-page .views-field-field-image-services .slika {
    padding: 0;
    text-align: center;
  }
}
/* line 893, ../sass/template/_custom.scss */
.node--type-services .view-page div > .text,
.path-services .view-page div > .text {
  float: left;
  width: 75%;
  padding: 0;
}
/* line 898, ../sass/template/_custom.scss */
.node--type-services .view-page div > .text a,
.path-services .view-page div > .text a {
  color: #f4b812;
}
@media (max-width: 475px) {
  /* line 898, ../sass/template/_custom.scss */
  .node--type-services .view-page div > .text a,
  .path-services .view-page div > .text a {
    text-align: end;
    display: block;
  }
}
/* line 908, ../sass/template/_custom.scss */
.node--type-services .view-page div > .text,
.path-services .view-page div > .text {
  max-width: 100%;
}
/* line 912, ../sass/template/_custom.scss */
.node--type-services .view-page .views-col,
.path-services .view-page .views-col {
  margin-bottom: 0;
}
/* line 916, ../sass/template/_custom.scss */
.node--type-services .view-page .views-more-link::after,
.path-services .view-page .views-more-link::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
}
/* line 927, ../sass/template/_custom.scss */
.node--type-services #block-contactinfo-3,
.node--type-services .block-social-media-links,
.path-services #block-contactinfo-3,
.path-services .block-social-media-links {
  background: #fff;
  border: none;
  background: #f1f1f1;
}
@media (max-width: 991px) {
  /* line 935, ../sass/template/_custom.scss */
  .node--type-services .sidebar-inner > div,
  .path-services .sidebar-inner > div {
    display: flex;
    flex-direction: column;
  }
  /* line 939, ../sass/template/_custom.scss */
  .node--type-services .sidebar-inner > div #block-contactinfo-3,
  .node--type-services .sidebar-inner > div .block-social-media-links,
  .path-services .sidebar-inner > div #block-contactinfo-3,
  .path-services .sidebar-inner > div .block-social-media-links {
    display: none;
  }
  /* line 944, ../sass/template/_custom.scss */
  .node--type-services .sidebar-inner > div #block-webform-3,
  .path-services .sidebar-inner > div #block-webform-3 {
    order: 1;
  }
  /* line 947, ../sass/template/_custom.scss */
  .node--type-services .sidebar-inner > div #block-webform-3 .block-title,
  .node--type-services .sidebar-inner > div #block-webform-3 .form-actions,
  .path-services .sidebar-inner > div #block-webform-3 .block-title,
  .path-services .sidebar-inner > div #block-webform-3 .form-actions {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 958, ../sass/template/_custom.scss */
  .node--type-services #block-contactinfo-3,
  .node--type-services .main .block-social-media-links,
  .path-services #block-contactinfo-3,
  .path-services .main .block-social-media-links {
    display: none;
  }
}
@media (max-width: 475px) {
  /* line 966, ../sass/template/_custom.scss */
  .node--type-services .views-view-grid .views-col,
  .path-services .views-view-grid .views-col {
    display: flex;
    flex-direction: column;
  }
  /* line 973, ../sass/template/_custom.scss */
  .node--type-services .view-page div > .text,
  .node--type-services .view-page .views-field-field-image-services,
  .path-services .view-page div > .text,
  .path-services .view-page .views-field-field-image-services {
    width: 100%;
  }
  /* line 978, ../sass/template/_custom.scss */
  .node--type-services .view-page div > .text,
  .path-services .view-page div > .text {
    margin-top: 20px;
  }
}

/* line 988, ../sass/template/_custom.scss */
.path-clients .item-image {
  text-align: center;
}
/* line 991, ../sass/template/_custom.scss */
.path-clients .body-page {
  background: #d1d1d1;
}
/* line 994, ../sass/template/_custom.scss */
.path-clients .main {
  padding-top: 20px;
}
/* line 997, ../sass/template/_custom.scss */
.path-clients .main .content-main-inner {
  padding: 0 40px;
}
@media (max-width: 991px) {
  /* line 997, ../sass/template/_custom.scss */
  .path-clients .main .content-main-inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 1005, ../sass/template/_custom.scss */
  .path-clients .main .content-main-inner .views-view-grid .views-row {
    display: block;
  }
}
/* line 1011, ../sass/template/_custom.scss */
.path-clients .main .views-view-grid .views-col {
  display: block;
  margin-bottom: 20px;
  min-height: 150px;
  padding: 0;
  width: 50% !important;
  overflow: hidden;
  position: relative;
}
/* line 1020, ../sass/template/_custom.scss */
.path-clients .main .views-view-grid .views-col > div {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 1031, ../sass/template/_custom.scss */
.path-clients .main .views-view-grid .views-col img {
  padding: 15px 30px;
  width: 100%;
}
@media (max-width: 576px) {
  /* line 1031, ../sass/template/_custom.scss */
  .path-clients .main .views-view-grid .views-col img {
    max-width: 125px;
    max-height: 125px;
    padding: 0;
  }
}
@media (max-width: 380px) {
  /* line 1031, ../sass/template/_custom.scss */
  .path-clients .main .views-view-grid .views-col img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 280px) {
  /* line 1031, ../sass/template/_custom.scss */
  .path-clients .main .views-view-grid .views-col img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media (max-width: 576px) {
  /* line 1053, ../sass/template/_custom.scss */
  .path-clients .main .container-bg {
    width: 80%;
  }
}

/* line 1064, ../sass/template/_custom.scss */
.node--type-webform .location-info-block {
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 1064, ../sass/template/_custom.scss */
  .node--type-webform .location-info-block {
    font-size: 17px;
  }
}
/* line 1073, ../sass/template/_custom.scss */
.node--type-webform .messages__wrapper {
  font-family: 'Muli ', sans-serif;
  margin: 18px auto 0 auto;
  border-radius: 6px;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1073, ../sass/template/_custom.scss */
  .node--type-webform .messages__wrapper {
    margin: 0 auto;
  }
}
/* line 1086, ../sass/template/_custom.scss */
.node--type-webform .messages__wrapper .messages:first-child {
  margin-top: 0;
}
/* line 1090, ../sass/template/_custom.scss */
.node--type-webform .messages__wrapper .messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
/* line 1097, ../sass/template/_custom.scss */
.node--type-webform .messages__wrapper .messages--status {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 1103, ../sass/template/_custom.scss */
.node--type-webform .messages__wrapper .messages--error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 1110, ../sass/template/_custom.scss */
.node--type-webform .contact-social .gsc-socials.style-2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 1110, ../sass/template/_custom.scss */
  .node--type-webform .contact-social .gsc-socials.style-2 {
    margin-bottom: 10px;
  }
}
/* line 1119, ../sass/template/_custom.scss */
.node--type-webform .location-info-block p strong {
  display: block;
}
/* line 1123, ../sass/template/_custom.scss */
.node--type-webform .location-info-block p:last-child strong {
  display: inline-block;
}
/* line 1129, ../sass/template/_custom.scss */
.node--type-webform .contact-form-section .fsize-34 {
  font-size: 42px !important;
  line-height: 1.12;
  letter-spacing: -.022em !important;
}
/* line 1137, ../sass/template/_custom.scss */
.node--type-webform .contact-form-section .form-actions .button {
  font-size: 18px;
}
@media (max-width: 767px) {
  /* line 1137, ../sass/template/_custom.scss */
  .node--type-webform .contact-form-section .form-actions .button {
    line-height: 44px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  /* line 1149, ../sass/template/_custom.scss */
  .node--type-webform .gsc-heading .title {
    font-size: 28px !important;
  }
  /* line 1153, ../sass/template/_custom.scss */
  .node--type-webform .form-actions {
    text-align: center;
  }
  /* line 1158, ../sass/template/_custom.scss */
  .node--type-webform .contact-form-section .title.fsize-34 {
    font-size: 38px !important;
  }
  /* line 1163, ../sass/template/_custom.scss */
  .node--type-webform .location-block-wrapper {
    padding-top: 60px !important;
  }
}
@media (max-width: 767px) {
  /* line 1170, ../sass/template/_custom.scss */
  .node--type-webform .contact-form-section .title.fsize-34 {
    font-size: 34px !important;
  }
  /* line 1175, ../sass/template/_custom.scss */
  .node--type-webform .gsc-heading .title {
    font-size: 24px !important;
  }
  /* line 1179, ../sass/template/_custom.scss */
  .node--type-webform .location-info-block {
    padding-bottom: 15px;
  }
  /* line 1183, ../sass/template/_custom.scss */
  .node--type-webform .gsc-socials.style-2 {
    margin-bottom: 0;
  }
  /* line 1187, ../sass/template/_custom.scss */
  .node--type-webform .contact-social {
    padding-top: 0 !important;
  }
}
/* line 1192, ../sass/template/_custom.scss */
.node--type-webform .gsc-socials.style-2 a {
  font-size: 35px;
}
/* line 1195, ../sass/template/_custom.scss */
.node--type-webform .gsc-socials.style-2 a:focus, .node--type-webform .gsc-socials.style-2 a:active, .node--type-webform .gsc-socials.style-2 a:hover {
  color: #f7ae18;
}
/* line 1202, ../sass/template/_custom.scss */
.node--type-webform .location-map {
  padding: 0;
}
/* line 1206, ../sass/template/_custom.scss */
.node--type-webform .location-map .field--name-body iframe {
  width: 100%;
}
/* line 1217, ../sass/template/_custom.scss */
.node--type-webform .webform-submission-form .form-item textarea,
.node--type-webform .webform-submission-form .form-item input {
  background: #f1f1f1;
}
/* line 1221, ../sass/template/_custom.scss */
.node--type-webform .webform-submission-form .form-item textarea:hover,
.node--type-webform .webform-submission-form .form-item input:hover {
  box-shadow: 0 0 8px #787887;
}
/* line 1228, ../sass/template/_custom.scss */
.node--type-webform .email-link {
  color: #2e3140;
}
/* line 1230, ../sass/template/_custom.scss */
.node--type-webform .email-link .email_spam:hover {
  color: #f4b812;
}
/* line 1235, ../sass/template/_custom.scss */
.node--type-webform .gsc-heading.style-1 .title {
  text-shadow: 0.5px 0 0;
}

/* line 1241, ../sass/template/_custom.scss */
.node-404-content,
.node-403-content {
  padding: 120px 0 100px 0;
}
@media screen and (min-width: 768px) {
  /* line 1241, ../sass/template/_custom.scss */
  .node-404-content,
  .node-403-content {
    padding: 140px 0 140px 0;
  }
}
/* line 1247, ../sass/template/_custom.scss */
.node-404-content h1, .node-404-content h2, .node-404-content p,
.node-403-content h1,
.node-403-content h2,
.node-403-content p {
  font-family: 'Telenor', sans-serif;
  color: #f4b812;
  text-align: center;
}
/* line 1252, ../sass/template/_custom.scss */
.node-404-content h1,
.node-403-content h1 {
  font-size: 200px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 40px !important;
  letter-spacing: 18px;
}
@media screen and (max-width: 991px) {
  /* line 1252, ../sass/template/_custom.scss */
  .node-404-content h1,
  .node-403-content h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1252, ../sass/template/_custom.scss */
  .node-404-content h1,
  .node-403-content h1 {
    font-size: 90px;
    margin-top: 32px !important;
  }
}
/* line 1266, ../sass/template/_custom.scss */
.node-404-content h2,
.node-403-content h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  /* line 1266, ../sass/template/_custom.scss */
  .node-404-content h2,
  .node-403-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1266, ../sass/template/_custom.scss */
  .node-404-content h2,
  .node-403-content h2 {
    font-size: 18px;
  }
}
/* line 1280, ../sass/template/_custom.scss */
.node-404-content p,
.node-403-content p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 1280, ../sass/template/_custom.scss */
  .node-404-content p,
  .node-403-content p {
    font-size: 16px;
  }
}
/* line 1287, ../sass/template/_custom.scss */
.node-404-content img,
.node-403-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 1297, ../sass/template/_custom.scss */
.node--type-projekat img {
  border-radius: 3px;
  width: 100%;
}
/* line 1302, ../sass/template/_custom.scss */
.node--type-projekat .slick-prev,
.node--type-projekat .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  color: #fff;
  top: 218px;
  top: 22%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1302, ../sass/template/_custom.scss */
  .node--type-projekat .slick-prev,
  .node--type-projekat .slick-next {
    top: 170px;
    top: 22%;
  }
}
@media (max-width: 767px) {
  /* line 1302, ../sass/template/_custom.scss */
  .node--type-projekat .slick-prev,
  .node--type-projekat .slick-next {
    top: 155px;
    top: 16%;
  }
}
@media (max-width: 528px) {
  /* line 1302, ../sass/template/_custom.scss */
  .node--type-projekat .slick-prev,
  .node--type-projekat .slick-next {
    top: 14%;
  }
}
@media (max-width: 424px) {
  /* line 1302, ../sass/template/_custom.scss */
  .node--type-projekat .slick-prev,
  .node--type-projekat .slick-next {
    width: 22%;
    top: 12%;
  }
}
@media (max-width: 330px) {
  /* line 1302, ../sass/template/_custom.scss */
  .node--type-projekat .slick-prev,
  .node--type-projekat .slick-next {
    top: 9%;
  }
}
/* line 1349, ../sass/template/_custom.scss */
.node--type-projekat .slick-prev::before {
  content: url("../images/arrowleft.png");
  width: 45px;
  height: 65px;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 1349, ../sass/template/_custom.scss */
  .node--type-projekat .slick-prev::before {
    content: url("../images/left_arrow_small.png");
    height: 50px;
  }
}
/* line 1361, ../sass/template/_custom.scss */
.node--type-projekat .slick-next {
  right: 0;
  left: auto;
}
/* line 1367, ../sass/template/_custom.scss */
.node--type-projekat .slick-next::before {
  content: url("../images/arrowright.png");
  width: 45px;
  height: 65px;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 1367, ../sass/template/_custom.scss */
  .node--type-projekat .slick-next::before {
    content: url("../images/arrow_right_small.png");
    height: 50px;
  }
}
/* line 1379, ../sass/template/_custom.scss */
.node--type-projekat .slick-dots {
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
}
/* line 1387, ../sass/template/_custom.scss */
.node--type-projekat .slick-dots li button {
  border: 1px solid #ADADAD;
  text-indent: -9999px;
  background-color: transparent;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  padding: 4px;
}
/* line 1397, ../sass/template/_custom.scss */
.node--type-projekat .slick-dots li {
  width: 12px;
  height: 12px;
}
/* line 1402, ../sass/template/_custom.scss */
.node--type-projekat .slick-dots .slick-active {
  background: #f4b812;
  border-radius: 10px;
}
/* line 1407, ../sass/template/_custom.scss */
.node--type-projekat .slick-dots .slick-dots li button::before {
  font-size: 50px;
}
/* line 1412, ../sass/template/_custom.scss */
.node--type-projekat p {
  font-style: normal;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 991px) {
  /* line 1412, ../sass/template/_custom.scss */
  .node--type-projekat p {
    font-size: 17px;
  }
}
/* line 1423, ../sass/template/_custom.scss */
.node--type-projekat .field-about-title {
  border: medium none;
  color: #f4b812;
  font-family: 'Dosis', sans-serif;
  text-shadow: 0.5px 0 0;
  font-weight: 700;
  left: 0;
  text-align: left;
  margin-top: 0;
  position: relative;
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 32px;
  font-style: normal;
}
@media (max-width: 991px) {
  /* line 1423, ../sass/template/_custom.scss */
  .node--type-projekat .field-about-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 1423, ../sass/template/_custom.scss */
  .node--type-projekat .field-about-title {
    font-size: 28px;
  }
}
@media (max-width: 475px) {
  /* line 1423, ../sass/template/_custom.scss */
  .node--type-projekat .field-about-title {
    font-size: 26px;
  }
}
/* line 1451, ../sass/template/_custom.scss */
.node--type-projekat .project-body {
  padding-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  /* line 1451, ../sass/template/_custom.scss */
  .node--type-projekat .project-body {
    margin-top: 60px;
  }
}
/* line 1460, ../sass/template/_custom.scss */
.node--type-projekat .field--name-field-dev-time,
.node--type-projekat .field--name-field-linktoproject {
  padding-bottom: 30px;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 991px) {
  /* line 1460, ../sass/template/_custom.scss */
  .node--type-projekat .field--name-field-dev-time,
  .node--type-projekat .field--name-field-linktoproject {
    font-size: 17px;
  }
}
/* line 1471, ../sass/template/_custom.scss */
.node--type-projekat .field--name-field-dev-time p,
.node--type-projekat .field--name-field-linktoproject p {
  margin-bottom: 7px;
}
/* line 1475, ../sass/template/_custom.scss */
.node--type-projekat .field--name-field-dev-time a,
.node--type-projekat .field--name-field-linktoproject a {
  line-height: 27px;
  font-style: normal;
  font-size: 17px;
  font-weight: bold;
  color: #787887;
  background: #e9e9ea;
  display: block;
  text-align: center;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 991px) {
  /* line 1475, ../sass/template/_custom.scss */
  .node--type-projekat .field--name-field-dev-time a,
  .node--type-projekat .field--name-field-linktoproject a {
    padding: 7px 18px;
    font-size: 17px;
  }
}
/* line 1495, ../sass/template/_custom.scss */
.node--type-projekat .field--name-field-dev-time a:focus, .node--type-projekat .field--name-field-dev-time a:active, .node--type-projekat .field--name-field-dev-time a:hover,
.node--type-projekat .field--name-field-linktoproject a:focus,
.node--type-projekat .field--name-field-linktoproject a:active,
.node--type-projekat .field--name-field-linktoproject a:hover {
  color: #f4b812;
}
/* line 1504, ../sass/template/_custom.scss */
.node--type-projekat .field--name-field-linktoproject p {
  padding-bottom: 8px;
}
/* line 1508, ../sass/template/_custom.scss */
.node--type-projekat .field--name-field-linktoproject a:focus,
.node--type-projekat .field--name-field-linktoproject a:hover {
  color: #fff;
  background: #f4b812;
}
/* line 1515, ../sass/template/_custom.scss */
.node--type-projekat .field--name-field-dev-time {
  padding-right: 30px;
  padding-bottom: 30px;
}
/* line 1521, ../sass/template/_custom.scss */
.node--type-projekat .block-views-blockproject-type-block-1 {
  border-color: #e9e9ea;
  padding-top: 0;
}
/* line 1525, ../sass/template/_custom.scss */
.node--type-projekat .block-views-blockproject-type-block-1 .block-title {
  border: medium none;
  color: #f4b812;
  text-shadow: 0.5px 0 0;
  font-weight: 700;
  left: 0;
  font-size: 32px;
  text-align: left;
  margin-top: 0;
  position: relative;
  line-height: 1.12;
  letter-spacing: -.011em;
}
/* line 1534, ../sass/template/_custom.scss */
.node--type-projekat .block-views-blockproject-type-block-1 .block-title span {
  text-shadow: 0.5px 0 0;
}
@media (max-width: 991px) {
  /* line 1525, ../sass/template/_custom.scss */
  .node--type-projekat .block-views-blockproject-type-block-1 .block-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 1525, ../sass/template/_custom.scss */
  .node--type-projekat .block-views-blockproject-type-block-1 .block-title {
    font-size: 28px;
  }
}
@media (max-width: 475px) {
  /* line 1525, ../sass/template/_custom.scss */
  .node--type-projekat .block-views-blockproject-type-block-1 .block-title {
    font-size: 26px;
  }
}
/* line 1557, ../sass/template/_custom.scss */
.node--type-projekat .block-views-blockproject-type-block-1 a {
  text-align: start !important;
  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: 600;
  text-transform: capitalize;
  position: relative;
  background: #f1f1f1;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 10px 18px;
  background: #e9e9ea;
  color: #787887;
  line-height: 27px;
  font-style: normal;
  font-size: 15px;
  text-align: right;
  letter-spacing: -.011em;
  font-weight: 600;
}
@media (max-width: 991px) {
  /* line 1557, ../sass/template/_custom.scss */
  .node--type-projekat .block-views-blockproject-type-block-1 a {
    padding: 7px 18px;
    font-size: 14px;
  }
}
/* line 1589, ../sass/template/_custom.scss */
.node--type-projekat .block-views-blockproject-type-block-1 a:hover {
  background: #f4b812;
  color: #fff;
}
@media (max-width: 991px) {
  /* line 1595, ../sass/template/_custom.scss */
  .node--type-projekat .item-list ul li.view-list-item {
    margin: 0;
  }
}
/* line 1601, ../sass/template/_custom.scss */
.node--type-projekat .flippy {
  border-top: 3px solid #dee2e6;
  border-bottom: 3px solid #dee2e6;
  padding: 30px 0;
  margin: 50px 0;
  border-color: #e9e9ea;
  padding-bottom: 12px;
}
@media (max-width: 338px) {
  /* line 1601, ../sass/template/_custom.scss */
  .node--type-projekat .flippy {
    padding-bottom: 62px;
  }
}
/* line 1614, ../sass/template/_custom.scss */
.node--type-projekat .flippy span {
  display: inline-block;
}
/* line 1618, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-next,
.node--type-projekat .flippy .flippy-previous {
  display: inline-block;
  font-size: 17px;
}
/* line 1623, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-next a,
.node--type-projekat .flippy .flippy-previous a {
  letter-spacing: -.011em;
}
/* line 1628, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-previous {
  margin-right: 30px;
}
/* line 1632, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-next {
  float: right;
}
/* line 1635, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-next span {
  margin-left: 15px;
}
/* line 1639, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-next .textinproj {
  position: relative;
  top: -13px;
}
@media (max-width: 512px) {
  /* line 1639, ../sass/template/_custom.scss */
  .node--type-projekat .flippy .flippy-next .textinproj {
    width: 92px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: -5px;
    font-size: 16px;
  }
}
/* line 1658, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-previous span {
  margin-right: 15px;
}
/* line 1662, ../sass/template/_custom.scss */
.node--type-projekat .flippy .flippy-previous .textinproj {
  position: relative;
  top: -13px;
}
@media (max-width: 512px) {
  /* line 1662, ../sass/template/_custom.scss */
  .node--type-projekat .flippy .flippy-previous .textinproj {
    width: 127px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: -5px;
    font-size: 16px;
  }
}
/* line 1680, ../sass/template/_custom.scss */
.node--type-projekat .flippy .glyphicon-chevron-right::before {
  content: "";
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/bootarrows.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0.9;
  display: block;
  height: 37px;
  width: 22px;
}
/* line 1695, ../sass/template/_custom.scss */
.node--type-projekat .flippy .glyphicon-chevron-left::before {
  content: "";
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/bootarrows.png");
  background-origin: padding-box;
  background-position: -21px 0;
  background-repeat: no-repeat;
  opacity: 0.9;
  display: block;
  height: 37px;
  width: 22px;
}
@media (max-width: 991px) {
  /* line 1712, ../sass/template/_custom.scss */
  .node--type-projekat .main-content {
    order: 1;
  }
  /* line 1716, ../sass/template/_custom.scss */
  .node--type-projekat .sidebar-right {
    order: 0;
    margin-bottom: 10px;
  }
  /* line 1720, ../sass/template/_custom.scss */
  .node--type-projekat .sidebar-right .block-views-blockproject-type-block-1 {
    padding: 15px;
    border: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 1733, ../sass/template/_custom.scss */
  .node--type-projekat .flippy .flippy-next span {
    margin-left: 0;
  }
  /* line 1737, ../sass/template/_custom.scss */
  .node--type-projekat .flippy .flippy-previous span {
    margin-right: 0;
  }
}

/* line 1747, ../sass/template/_custom.scss */
.path-taxonomy .feed-icon {
  display: none;
}
/* line 1752, ../sass/template/_custom.scss */
.path-taxonomy header .views-view-grid {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 1757, ../sass/template/_custom.scss */
.path-taxonomy header .views-view-grid a,
.path-taxonomy header header a,
.path-taxonomy header .header-custom-view a {
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  background: #e9e9ea;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 2px;
  padding: 10px 18px;
  text-align: center;
  margin-left: 0;
  letter-spacing: -.011em;
  color: #787887;
}
@media (max-width: 1199px) {
  /* line 1757, ../sass/template/_custom.scss */
  .path-taxonomy header .views-view-grid a,
  .path-taxonomy header header a,
  .path-taxonomy header .header-custom-view a {
    margin: 0;
    font-size: 14px;
  }
}
/* line 1783, ../sass/template/_custom.scss */
.path-taxonomy header .views-view-grid a:focus, .path-taxonomy header .views-view-grid a:active, .path-taxonomy header .views-view-grid a:hover,
.path-taxonomy header header a:focus,
.path-taxonomy header header a:active,
.path-taxonomy header header a:hover,
.path-taxonomy header .header-custom-view a:focus,
.path-taxonomy header .header-custom-view a:active,
.path-taxonomy header .header-custom-view a:hover {
  color: #fff;
  background: #f4b812;
}
@media (max-width: 422px) {
  /* line 1792, ../sass/template/_custom.scss */
  .path-taxonomy header .views-view-grid a {
    width: 100%;
    line-height: 1;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 18px;
    padding-top: 18px;
  }
}
/* line 1803, ../sass/template/_custom.scss */
.path-taxonomy header header,
.path-taxonomy header .header-custom-view {
  float: left;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 1199px) {
  /* line 1803, ../sass/template/_custom.scss */
  .path-taxonomy header header,
  .path-taxonomy header .header-custom-view {
    margin-left: 90px;
    margin-right: 30px;
  }
}
/* line 1814, ../sass/template/_custom.scss */
.path-taxonomy header header a,
.path-taxonomy header .header-custom-view a {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 1803, ../sass/template/_custom.scss */
  .path-taxonomy header header,
  .path-taxonomy header .header-custom-view {
    text-align: start;
    margin: 0;
  }
}
/* line 1824, ../sass/template/_custom.scss */
.path-taxonomy header .col-lg-4 {
  flex: unset;
  width: unset !important;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 1824, ../sass/template/_custom.scss */
  .path-taxonomy header .col-lg-4 {
    width: 50% !important;
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* line 1838, ../sass/template/_custom.scss */
.path-taxonomy .views-field-title {
  display: block;
}
@media (max-width: 575px) {
  /* line 1845, ../sass/template/_custom.scss */
  .path-taxonomy .view-page > .views-view-grid .views-col {
    max-width: 100% !important;
    width: 100% !important;
  }
  /* line 1850, ../sass/template/_custom.scss */
  .path-taxonomy .view-page > .views-view-grid .project-pro-slika img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  /* line 1859, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 {
    margin: 0 15px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  /* line 1864, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 header {
    margin: 0 !important;
  }
}
/* line 1869, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .views-view-grid a,
.path-projects .block-views-blockproject-types-block-1 header a,
.path-projects .block-views-blockproject-types-block-1 .header-custom-view a {
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  background: #e9e9ea;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 2px;
  padding: 10px 18px;
  text-align: center;
  margin-left: 0;
  letter-spacing: -.011em;
  color: #676974;
}
@media (max-width: 1199px) {
  /* line 1869, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 .views-view-grid a,
  .path-projects .block-views-blockproject-types-block-1 header a,
  .path-projects .block-views-blockproject-types-block-1 .header-custom-view a {
    margin: 0;
    font-size: 14px;
  }
}
/* line 1895, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .views-view-grid a:focus, .path-projects .block-views-blockproject-types-block-1 .views-view-grid a:active, .path-projects .block-views-blockproject-types-block-1 .views-view-grid a:hover,
.path-projects .block-views-blockproject-types-block-1 header a:focus,
.path-projects .block-views-blockproject-types-block-1 header a:active,
.path-projects .block-views-blockproject-types-block-1 header a:hover,
.path-projects .block-views-blockproject-types-block-1 .header-custom-view a:focus,
.path-projects .block-views-blockproject-types-block-1 .header-custom-view a:active,
.path-projects .block-views-blockproject-types-block-1 .header-custom-view a:hover {
  color: #fff;
  background: #f4b812;
}
@media (max-width: 422px) {
  /* line 1904, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 .views-view-grid a {
    width: 100%;
    line-height: 1;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 18px;
  }
}
/* line 1914, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 header,
.path-projects .block-views-blockproject-types-block-1 .header-custom-view {
  float: left;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 1199px) {
  /* line 1914, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 header,
  .path-projects .block-views-blockproject-types-block-1 .header-custom-view {
    margin-left: 90px;
    margin-right: 15px;
  }
}
/* line 1925, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 header a,
.path-projects .block-views-blockproject-types-block-1 .header-custom-view a {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 1914, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 header,
  .path-projects .block-views-blockproject-types-block-1 .header-custom-view {
    float: none;
    text-align: start;
  }
}
/* line 1935, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .col-lg-4 {
  flex: unset;
  width: unset !important;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  /* line 1935, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 .col-lg-4 {
    width: 50% !important;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 575px) {
  /* line 1952, ../sass/template/_custom.scss */
  .path-projects .view-page .views-col {
    max-width: 100% !important;
    width: 100% !important;
  }
  /* line 1957, ../sass/template/_custom.scss */
  .path-projects .view-page .project-pro-slika img {
    width: 100%;
  }
}

/* line 1966, ../sass/template/_custom.scss */
.view-page .views-col {
  margin-bottom: 30px;
}
/* line 1970, ../sass/template/_custom.scss */
.view-page .project-pro-slika img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* line 1977, ../sass/template/_custom.scss */
.view-page .views-field-title {
  text-align: center;
  padding: 25px 0 10px;
  font-family: 'Dosis', sans-serif;
  padding-top: 0;
}
/* line 1983, ../sass/template/_custom.scss */
.view-page .views-field-title a {
  display: block;
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 23px;
  text-shadow: 0.5px 0 0;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  background: #e9e9ea;
  padding: 12px 8px;
  color: #2e3140;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 991px) {
  /* line 1983, ../sass/template/_custom.scss */
  .view-page .views-field-title a {
    font-size: 21px;
  }
}
@media (max-width: 475px) {
  /* line 1983, ../sass/template/_custom.scss */
  .view-page .views-field-title a {
    font-size: 20px;
  }
}
@media (max-width: 300px) {
  /* line 1983, ../sass/template/_custom.scss */
  .view-page .views-field-title a {
    padding: 8px;
  }
}
/* line 2011, ../sass/template/_custom.scss */
.view-page .views-field-title a:focus, .view-page .views-field-title a:active, .view-page .views-field-title a:hover {
  background: #f7ae18;
  color: #fff;
}

/* line 2023, ../sass/template/_custom.scss */
.path-taxonomy .col-xl-8 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 2031, ../sass/template/_custom.scss */
.path-blogs table,
.path-blogs table > tbody > tr > td {
  border-color: transparent;
}
@media (max-width: 767px) {
  /* line 2031, ../sass/template/_custom.scss */
  .path-blogs table,
  .path-blogs table > tbody > tr > td {
    padding-bottom: 0;
  }
}
/* line 2042, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .line {
  display: block;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e9e9ea;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}
/* line 2052, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .single-blog-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  /* line 2052, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .single-blog-wrapper {
    display: block;
  }
}
/* line 2060, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  /* line 2060, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .blog-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  /* line 2060, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .blog-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 2060, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .blog-title {
    padding-bottom: 0;
    font-size: 26px;
    padding: 8px;
  }
}
/* line 2078, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-title a {
  text-align: left;
  position: relative;
  font-weight: 600 !important;
  color: #f4b812;
  text-shadow: 0.5px 0 0;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 2089, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-img {
  width: 30%;
  display: inline-block;
  flex: 1;
}
/* line 2094, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-img img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  /* line 2089, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .blog-img {
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 2102, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .blog-img img {
    width: 100%;
  }
}
/* line 2108, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body {
  width: 65%;
  display: inline-block;
  float: right;
  margin-left: 5%;
  flex: 2;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 2108, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .blog-body {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  /* line 2108, ../sass/template/_custom.scss */
  .path-blogs .views-field-nothing .single-blog .blog-body {
    width: 100%;
  }
}
/* line 2126, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body li,
.path-blogs .views-field-nothing .single-blog .blog-body p {
  margin: 0;
}
/* line 2130, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body li .blog-link,
.path-blogs .views-field-nothing .single-blog .blog-body p .blog-link {
  display: block;
  text-align: end;
}
/* line 2134, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body li .blog-link a,
.path-blogs .views-field-nothing .single-blog .blog-body p .blog-link a {
  color: #f4b812 !important;
  font-weight: 600 !important;
  font-style: normal;
}
/* line 2139, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body li .blog-link a:after,
.path-blogs .views-field-nothing .single-blog .blog-body p .blog-link a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
}
/* line 2150, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body li .line,
.path-blogs .views-field-nothing .single-blog .blog-body p .line {
  display: block;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}
/* line 2161, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body .blog-link {
  display: block;
  text-align: end;
}
/* line 2164, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body .blog-link a {
  color: #f4b812 !important;
  font-weight: 600 !important;
  font-style: normal;
}
/* line 2169, ../sass/template/_custom.scss */
.path-blogs .views-field-nothing .single-blog .blog-body .blog-link a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
}
/* line 2184, ../sass/template/_custom.scss */
.path-blogs tr:first-child .views-field-nothing .single-blog .line.top {
  display: none;
}
/* line 2188, ../sass/template/_custom.scss */
.path-blogs .body-page {
  background: #fff;
}
/* line 2193, ../sass/template/_custom.scss */
.path-blogs .view-page .views-col .blogs-title {
  border: medium none;
  color: #f4b812;
  font-weight: 500;
  left: 0;
  margin-top: 0;
  padding: 15px 0 0 0;
  position: relative;
  line-height: 34px;
  font-size: 34px;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  /* line 2193, ../sass/template/_custom.scss */
  .path-blogs .view-page .views-col .blogs-title {
    font-size: 30px;
  }
}
/* line 2207, ../sass/template/_custom.scss */
.path-blogs .view-page .views-col .blogs-title a {
  color: #f4b812;
}
/* line 2212, ../sass/template/_custom.scss */
.path-blogs .view-page .views-col .slika,
.path-blogs .view-page .views-col .text {
  padding-left: 0;
  float: left;
}
/* line 2217, ../sass/template/_custom.scss */
.path-blogs .view-page .views-col .slika a:hover,
.path-blogs .view-page .views-col .text a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  /* line 2222, ../sass/template/_custom.scss */
  .path-blogs .view-page .views-col .slika {
    margin-bottom: 15px;
    padding: 0;
  }
}
/* line 2229, ../sass/template/_custom.scss */
.path-blogs .view-page .views-col .link-to-blog a {
  color: #787887;
  font-weight: 500;
}
/* line 2233, ../sass/template/_custom.scss */
.path-blogs .view-page .views-col .link-to-blog a:focus, .path-blogs .view-page .views-col .link-to-blog a:active, .path-blogs .view-page .views-col .link-to-blog a:hover {
  color: #f4b812;
}
/* line 2240, ../sass/template/_custom.scss */
.path-blogs .view-page .views-col p {
  line-height: 27px;
  font-style: normal;
  font-size: 16px;
}
/* line 2247, ../sass/template/_custom.scss */
.path-blogs .sidebar-contact-form {
  background: #f1f1f1;
}
/* line 2251, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3,
.path-blogs .block-social-media-links,
.path-blogs .block-views-blockservices-sidebar-block-1 {
  background: #f1f1f1;
}
/* line 2256, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 .sidebar-service-text,
.path-blogs .block-social-media-links .sidebar-service-text,
.path-blogs .block-views-blockservices-sidebar-block-1 .sidebar-service-text {
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 2256, ../sass/template/_custom.scss */
  .path-blogs #block-contactinfo-3 .sidebar-service-text,
  .path-blogs .block-social-media-links .sidebar-service-text,
  .path-blogs .block-views-blockservices-sidebar-block-1 .sidebar-service-text {
    font-size: 17px;
  }
}
/* line 2266, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 .views-field-title,
.path-blogs .block-social-media-links .views-field-title,
.path-blogs .block-views-blockservices-sidebar-block-1 .views-field-title {
  font-size: 18px;
  display: block;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
}
/* line 2275, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 h3,
.path-blogs .block-social-media-links h3,
.path-blogs .block-views-blockservices-sidebar-block-1 h3 {
  text-transform: uppercase;
}
/* line 2279, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 .views-row,
.path-blogs .block-social-media-links .views-row,
.path-blogs .block-views-blockservices-sidebar-block-1 .views-row {
  padding-bottom: 15px;
}
/* line 2282, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 .views-row .views-field-body,
.path-blogs .block-social-media-links .views-row .views-field-body,
.path-blogs .block-views-blockservices-sidebar-block-1 .views-row .views-field-body {
  padding-top: 15px;
}
/* line 2286, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 .views-row .views-field-title,
.path-blogs .block-social-media-links .views-row .views-field-title,
.path-blogs .block-views-blockservices-sidebar-block-1 .views-row .views-field-title {
  padding-left: 20px;
  display: flex;
  align-items: center;
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 22px;
}
/* line 2296, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 footer,
.path-blogs .block-social-media-links footer,
.path-blogs .block-views-blockservices-sidebar-block-1 footer {
  text-align: center;
}
/* line 2299, ../sass/template/_custom.scss */
.path-blogs #block-contactinfo-3 footer a,
.path-blogs .block-social-media-links footer a,
.path-blogs .block-views-blockservices-sidebar-block-1 footer a {
  background: #f4b812;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 18px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  line-height: 52px;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}
@media (max-width: 1199px) {
  /* line 2299, ../sass/template/_custom.scss */
  .path-blogs #block-contactinfo-3 footer a,
  .path-blogs .block-social-media-links footer a,
  .path-blogs .block-views-blockservices-sidebar-block-1 footer a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  /* line 2299, ../sass/template/_custom.scss */
  .path-blogs #block-contactinfo-3 footer a,
  .path-blogs .block-social-media-links footer a,
  .path-blogs .block-views-blockservices-sidebar-block-1 footer a {
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  /* line 2333, ../sass/template/_custom.scss */
  .path-blogs #block-contactinfo-3 .col-1,
  .path-blogs .block-social-media-links .col-1,
  .path-blogs .block-views-blockservices-sidebar-block-1 .col-1 {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  /* line 2340, ../sass/template/_custom.scss */
  .path-blogs .sidebar-inner > div {
    display: flex;
    flex-direction: column;
  }
  /* line 2344, ../sass/template/_custom.scss */
  .path-blogs .sidebar-inner > div #block-contactinfo-3,
  .path-blogs .sidebar-inner > div .block-social-media-links {
    display: none;
  }
  /* line 2349, ../sass/template/_custom.scss */
  .path-blogs .sidebar-inner > div #block-webform-3 {
    order: 1;
  }
  /* line 2351, ../sass/template/_custom.scss */
  .path-blogs .sidebar-inner > div #block-webform-3 .block-title,
  .path-blogs .sidebar-inner > div #block-webform-3 .form-actions {
    text-align: center;
  }
  /* line 2359, ../sass/template/_custom.scss */
  .path-blogs .block-views-blockservices-sidebar-block-1 .block-title {
    text-align: center;
  }
}
/* line 2366, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"] {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}
/* line 2372, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"] caption {
  order: 0;
  padding: 0;
}
/* line 2376, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"] caption .blog-title {
  padding-bottom: 20px;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 34px;
}
@media (max-width: 991px) {
  /* line 2376, ../sass/template/_custom.scss */
  .path-blogs .view-page table[class*="cols-"] caption .blog-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  /* line 2376, ../sass/template/_custom.scss */
  .path-blogs .view-page table[class*="cols-"] caption .blog-title {
    font-size: 29px;
    padding: 8px;
    margin-bottom: 20px;
  }
}
/* line 2394, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"] caption .blog-title a {
  text-align: left;
  position: relative;
  font-weight: 600 !important;
  color: #f4b812;
  text-shadow: 0.5px 0 0;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 2408, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"] tbody tr .slika {
  max-width: 33.33333%;
  width: 33.33333%;
  position: relative;
  padding: 0;
}
/* line 2413, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"] tbody tr .slika img {
  border-radius: 3px;
}
@media (max-width: 767px) {
  /* line 2408, ../sass/template/_custom.scss */
  .path-blogs .view-page table[class*="cols-"] tbody tr .slika {
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
}
/* line 2424, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"] tbody tr .slika > div {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  /* line 2424, ../sass/template/_custom.scss */
  .path-blogs .view-page table[class*="cols-"] tbody tr .slika > div {
    position: relative;
  }
  /* line 2431, ../sass/template/_custom.scss */
  .path-blogs .view-page table[class*="cols-"] tbody tr .slika > div img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 2407, ../sass/template/_custom.scss */
  .path-blogs .view-page table[class*="cols-"] tbody tr {
    display: flex;
    flex-direction: column;
  }
}
/* line 2444, ../sass/template/_custom.scss */
.path-blogs .view-page table[class*="cols-"]:last-child {
  border-bottom: none;
}
/* line 2451, ../sass/template/_custom.scss */
.path-blogs .block .block-title {
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 24px;
}
/* line 2458, ../sass/template/_custom.scss */
.path-blogs .block-views-blockservices-sidebar-block-1 .views-field-field-image-services img {
  width: auto;
}

/* line 2468, ../sass/template/_custom.scss */
.node--type-blogs article.node--type-blogs {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 2468, ../sass/template/_custom.scss */
  .node--type-blogs article.node--type-blogs {
    width: 100%;
  }
}
/* line 2477, ../sass/template/_custom.scss */
.node--type-blogs #page-main-content {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
/* line 2483, ../sass/template/_custom.scss */
.node--type-blogs .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
  font-size: 44px;
}
@media (max-width: 991px) {
  /* line 2483, ../sass/template/_custom.scss */
  .node--type-blogs .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  /* line 2483, ../sass/template/_custom.scss */
  .node--type-blogs .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    font-size: 32px;
  }
}
@media (max-width: 475px) {
  /* line 2483, ../sass/template/_custom.scss */
  .node--type-blogs .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    font-size: 30px;
  }
}
/* line 2509, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-field-blog-image img {
  float: left;
  border-radius: 3px;
  margin: 0 25px 25px 0;
}
@media (max-width: 767px) {
  /* line 2509, ../sass/template/_custom.scss */
  .node--type-blogs .content-main .field--name-field-blog-image img {
    margin-right: 0;
    width: 100%;
  }
}
/* line 2521, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body {
  padding-bottom: 40px;
  padding-bottom: 80px;
}
/* line 2525, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body ul li {
  font-size: 16px;
}
/* line 2530, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body p {
  line-height: 27px;
  font-size: 16px;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 2530, ../sass/template/_custom.scss */
  .node--type-blogs .content-main .field--name-body p {
    font-size: 17px;
  }
}
/* line 2544, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body p span strong {
  display: inline;
  color: #2e3140;
}
/* line 2550, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body p u strong {
  display: inline;
}
/* line 2554, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body p span {
  color: #f4b812;
}
/* line 2559, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}
/* line 2578, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body a {
  color: #f4b812;
}
/* line 2582, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body .caption {
  display: block;
  text-align: center;
  font-family: courier new, Courier, monospace;
  font-weight: 700;
  margin-top: 10px;
}
/* line 2591, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body .rteright {
  text-align: right;
}
/* line 2595, ../sass/template/_custom.scss */
.node--type-blogs .content-main .field--name-body .row {
  display: block;
}
/* line 2600, ../sass/template/_custom.scss */
.node--type-blogs .content-main blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #fff;
  font-size: 16px;
  font-weight: 600;
}
/* line 2612, ../sass/template/_custom.scss */
.node--type-blogs code {
  font-size: 14px !important;
}
/* line 2616, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter {
  background-color: #1b2426 !important;
  border: 1px solid rgba(249, 211, 0, 0.5) !important;
  border-radius: 3px;
  width: 100%;
  margin-left: 0 !important;
  color: #bbb;
  padding: 10px 0;
  font-size: 14px;
}
/* line 2631, ../sass/template/_custom.scss */
.node--type-blogs div.geshifilter {
  display: block;
  padding: 0.5em;
  margin: 0.5em;
  margin-left: 0.5em;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #222;
  line-height: 1.3;
  overflow: auto;
  font-size: 16px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 2631, ../sass/template/_custom.scss */
  .node--type-blogs div.geshifilter {
    font-size: 15px;
  }
}
/* line 2652, ../sass/template/_custom.scss */
.node--type-blogs .javascript.geshifilter-javascript {
  line-height: 1.3;
  overflow: auto;
  font-family: monospace;
}
/* line 2657, ../sass/template/_custom.scss */
.node--type-blogs .javascript.geshifilter-javascript li {
  font-family: monospace;
  font-weight: normal;
}
/* line 2664, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript ol {
  color: #f4b812;
}
/* line 2668, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .de1 span {
  color: #5ba1cf;
}
/* line 2672, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .kw1 {
  color: #B000FF !important;
}
/* line 2676, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .me1 {
  color: #66FF66 !important;
}
/* line 2680, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .nu0 {
  color: #CC0000 !important;
}
/* line 2684, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .br0 {
  color: #009900 !important;
}
/* line 2689, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .co1 {
  color: #006600 !important;
  font-style: italic;
}
/* line 2695, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .kw5 {
  color: #FF0000 !important;
}
/* line 2700, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .kw2 {
  color: #FF3366 !important;
}
/* line 2705, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-javascript .es0 {
  color: #87CEFA !important;
  font-weight: bold;
}
/* line 2711, ../sass/template/_custom.scss */
.node--type-blogs .php.geshifilter-php {
  display: block;
  line-height: 1.3;
  overflow: auto;
  font-family: monospace;
}
/* line 2719, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php ol {
  color: #f4b812;
  list-style-position: outside;
  list-style-type: decimal;
  line-height: 1.3;
  margin: 0;
}
/* line 2726, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php ol li {
  font-family: monospace;
  font-weight: normal;
}
/* line 2732, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .de1 {
  color: #bbb;
  font-family: monospace;
  font-weight: normal;
  font-style: normal;
}
/* line 2738, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .de1 span {
  color: #5ba1cf;
}
/* line 2742, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .de1 a span {
  color: #24c924;
}
/* line 2747, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .sy0,
.node--type-blogs .geshifilter-php .co4 {
  color: #009933 !important;
  font-style: italic;
}
/* line 2754, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .nu0 {
  color: #cc66cc !important;
}
/* line 2759, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .re0 {
  color: #87CEFA !important;
}
/* line 2763, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .kw1 {
  color: #b1b100 !important;
}
/* line 2768, ../sass/template/_custom.scss */
.node--type-blogs .geshifilter-php .st_h {
  color: #f4b812 !important;
}
@media (max-width: 991px) {
  /* line 2777, ../sass/template/_custom.scss */
  .node--type-blogs #block-contactinfo-3,
  .node--type-blogs .main .block-social-media-links {
    display: none;
  }
}
/* line 2785, ../sass/template/_custom.scss */
.node--type-blogs pre.language-javascript,
.node--type-blogs pre.language-php,
.node--type-blogs pre.language-css,
.node--type-blogs pre.language-markup {
  background: black !important;
}
/* line 2790, ../sass/template/_custom.scss */
.node--type-blogs pre.language-javascript code,
.node--type-blogs pre.language-php code,
.node--type-blogs pre.language-css code,
.node--type-blogs pre.language-markup code {
  font-size: 16px !important;
}

/* line 2798, ../sass/template/_custom.scss */
.gsc-heading.style-1 .title {
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1.2px;
  color: #f4b812 !important;
}
@media (max-width: 991px) {
  /* line 2798, ../sass/template/_custom.scss */
  .gsc-heading.style-1 .title {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  /* line 2798, ../sass/template/_custom.scss */
  .gsc-heading.style-1 .title {
    font-size: 36px !important;
  }
}

/* line 2820, ../sass/template/_custom.scss */
.company-values-block .gsc-heading.style-1 .title,
.frontpage-form .gsc-heading.style-1 .title,
.work-showcases .gsc-heading.style-1 .title {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  /* line 2820, ../sass/template/_custom.scss */
  .company-values-block .gsc-heading.style-1 .title,
  .frontpage-form .gsc-heading.style-1 .title,
  .work-showcases .gsc-heading.style-1 .title {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  /* line 2820, ../sass/template/_custom.scss */
  .company-values-block .gsc-heading.style-1 .title,
  .frontpage-form .gsc-heading.style-1 .title,
  .work-showcases .gsc-heading.style-1 .title {
    font-size: 32px !important;
  }
}

/* line 2836, ../sass/template/_custom.scss */
.frontpage .messages__wrapper {
  max-width: 1200px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  /* line 2836, ../sass/template/_custom.scss */
  .frontpage .messages__wrapper {
    max-width: 992px;
  }
}
@media (max-width: 991px) {
  /* line 2836, ../sass/template/_custom.scss */
  .frontpage .messages__wrapper {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  /* line 2836, ../sass/template/_custom.scss */
  .frontpage .messages__wrapper {
    max-width: 540px;
  }
}
/* line 2856, ../sass/template/_custom.scss */
.frontpage .homepage-tools-of-trade .bb-inner {
  padding-top: 70px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 991px) {
  /* line 2856, ../sass/template/_custom.scss */
  .frontpage .homepage-tools-of-trade .bb-inner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
/* line 2866, ../sass/template/_custom.scss */
.frontpage .homepage-tools-of-trade .sub-title {
  color: #f4b812 !important;
  font-size: 54px !important;
}
@media (max-width: 991px) {
  /* line 2866, ../sass/template/_custom.scss */
  .frontpage .homepage-tools-of-trade .sub-title {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  /* line 2866, ../sass/template/_custom.scss */
  .frontpage .homepage-tools-of-trade .sub-title {
    font-size: 36px !important;
  }
}
/* line 2880, ../sass/template/_custom.scss */
.frontpage .homepage-tools-of-trade .media {
  min-height: unset;
}
/* line 2888, ../sass/template/_custom.scss */
.frontpage .clients-wrapper .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* line 2896, ../sass/template/_custom.scss */
.frontpage-form-section {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 2896, ../sass/template/_custom.scss */
  .frontpage-form-section {
    max-width: 100%;
  }
}

/* line 2906, ../sass/template/_custom.scss */
.captcha img {
  display: block;
  margin: 0 auto;
  width: auto;
}
/* line 2912, ../sass/template/_custom.scss */
.captcha .form-item label {
  text-align: center;
  color: #787887;
}
/* line 2918, ../sass/template/_custom.scss */
.captcha .description {
  text-align: center;
  font-size: 14px;
  display: none;
}
/* line 2924, ../sass/template/_custom.scss */
.captcha .reload-captcha-wrapper {
  font-size: 0;
}

/* line 2932, ../sass/template/_custom.scss */
.node--type-webform .captcha img {
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  padding: 4px 20px;
}

/* line 2942, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .header-custom-view {
  margin: 0;
  padding: 0;
  margin: 6px 6px 0 6px;
}
/* line 2947, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .header-custom-view a {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  /* line 2947, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 .header-custom-view a {
    padding: 7px 18px;
  }
}
@media (max-width: 1199px) {
  /* line 2942, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 .header-custom-view {
    float: left;
  }
}
/* line 2960, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .view-content-wrap .item {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  background: #e9e9ea;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 2px;
  padding: 0;
  text-align: center;
  margin-left: 0;
  letter-spacing: -.011em;
  font-size: 15px;
  color: #787887;
  color: #676974;
  margin: 6px;
}
/* line 2983, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .view-content-wrap .item a {
  color: #676974;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
}
@media (max-width: 767px) {
  /* line 2983, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 .view-content-wrap .item a {
    padding: 7px 18px;
  }
}
/* line 2993, ../sass/template/_custom.scss */
.path-projects .block-views-blockproject-types-block-1 .view-content-wrap .item a:hover {
  color: #fff;
  background-color: #f4b812;
}
@media (max-width: 1199px) {
  /* line 2960, ../sass/template/_custom.scss */
  .path-projects .block-views-blockproject-types-block-1 .view-content-wrap .item {
    font-size: 14px;
  }
}

/* line 3008, ../sass/template/_custom.scss */
.path-taxonomy .view-page header {
  margin-bottom: 30px;
}
/* line 3012, ../sass/template/_custom.scss */
.path-taxonomy .view-page header .gva-view .header-custom-view {
  margin: 0;
  padding: 0;
  margin: 6px 6px 0 6px;
}
/* line 3017, ../sass/template/_custom.scss */
.path-taxonomy .view-page header .gva-view .header-custom-view a {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  /* line 3017, ../sass/template/_custom.scss */
  .path-taxonomy .view-page header .gva-view .header-custom-view a {
    padding: 7px 18px;
  }
}
@media (max-width: 1199px) {
  /* line 3012, ../sass/template/_custom.scss */
  .path-taxonomy .view-page header .gva-view .header-custom-view {
    float: left;
  }
}
/* line 3031, ../sass/template/_custom.scss */
.path-taxonomy .view-page header .gva-view .view-content-wrap .item {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  background: #e9e9ea;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 2px;
  padding: 0;
  text-align: center;
  margin-left: 0;
  letter-spacing: -.011em;
  font-size: 15px;
  color: #787887;
  color: #676974;
  margin: 6px;
}
/* line 3054, ../sass/template/_custom.scss */
.path-taxonomy .view-page header .gva-view .view-content-wrap .item a {
  color: #676974;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
}
@media (max-width: 767px) {
  /* line 3054, ../sass/template/_custom.scss */
  .path-taxonomy .view-page header .gva-view .view-content-wrap .item a {
    padding: 7px 18px;
  }
}
/* line 3064, ../sass/template/_custom.scss */
.path-taxonomy .view-page header .gva-view .view-content-wrap .item a:hover {
  color: #fff;
  background-color: #f4b812;
}
@media (max-width: 1199px) {
  /* line 3031, ../sass/template/_custom.scss */
  .path-taxonomy .view-page header .gva-view .view-content-wrap .item {
    font-size: 14px;
  }
}

/* line 3081, ../sass/template/_custom.scss */
.page-user-pass .custom-block-pass .custom-desc {
  font-weight: bold;
}
/* line 3084, ../sass/template/_custom.scss */
.page-user-pass .custom-block-pass p {
  margin: 0;
}

/* line 3090, ../sass/template/_custom.scss */
.heading-content .title,
.heading-content .sub-title {
  word-wrap: break-word;
}

/* line 1, ../sass/template/_custom_homepage.scss */
span.part1 {
  font-family: 'Telenor', sans-serif;
}

/* line 6, ../sass/template/_custom_homepage.scss */
span.part2 {
  font-weight: lighter !important;
  color: #222222;
}

/* line 13, ../sass/template/_custom_homepage.scss */
.milestone-block.position-without-icon.custom-fact .symbol {
  font-size: 30px;
}
@media (min-width: 992px) {
  /* line 13, ../sass/template/_custom_homepage.scss */
  .milestone-block.position-without-icon.custom-fact .symbol {
    font-size: 40px;
  }
}

/* line 24, ../sass/template/_custom_homepage.scss */
#hp-slider-bg-wrapper {
  display: none;
}

@media (max-width: 991px) {
  /* line 28, ../sass/template/_custom_homepage.scss */
  .container.header-content-layout {
    max-width: 100%;
  }
}

/* line 35, ../sass/template/_custom_homepage.scss */
header.header-v2 {
  margin: 0;
}
/* line 38, ../sass/template/_custom_homepage.scss */
header.header-v2 #menu-bar span {
  background: #2e3140;
}

/* line 43, ../sass/template/_custom_homepage.scss */
header.header-v2 .header-main-inner .site-branding-logo img {
  display: block;
}

/* line 47, ../sass/template/_custom_homepage.scss */
.tp-loader.spinner0 {
  background-image: url("../images/fermi_logo.png");
  box-shadow: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  /* line 47, ../sass/template/_custom_homepage.scss */
  .tp-loader.spinner0 {
    background-image: url("images/logo-spiner.webp");
    background-size: 120px 88px;
    width: 120px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 47%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

/* line 68, ../sass/template/_custom_homepage.scss */
.text-gray {
  color: #2e3140 !important;
}

/* line 72, ../sass/template/_custom_homepage.scss */
.frontpage .quick-side-icon {
  right: 60px;
}

@media (min-width: 992px) {
  /* line 77, ../sass/template/_custom_homepage.scss */
  .quick-side-icon {
    display: none !important;
  }

  /* line 81, ../sass/template/_custom_homepage.scss */
  .frontpage .quick-side-icon {
    display: block !important;
  }
}
/* line 88, ../sass/template/_custom_homepage.scss */
.site-branding-logo.custom-wizard {
  padding-bottom: 0;
}

/* line 98, ../sass/template/_custom_homepage.scss */
.frontpage .media {
  min-height: 125px;
  justify-content: center;
}
/* line 103, ../sass/template/_custom_homepage.scss */
.frontpage .media--loading::before {
  border-radius: 50%;
  background-color: #f4b812;
  border: 3px solid white;
  margin: auto;
  text-align: center;
  width: 40px;
  max-width: 40px;
  height: 40px;
  margin-bottom: 50px;
  margin: 0;
}
/* line 118, ../sass/template/_custom_homepage.scss */
.frontpage .our-testimonials-block .field--name-field-image {
  text-align: center;
}
/* line 122, ../sass/template/_custom_homepage.scss */
.frontpage .our-testimonials-block img {
  vertical-align: bottom;
}
/* line 129, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases .views-field-field-project-image img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 135, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-image-bg {
    display: none;
  }
}
/* line 140, ../sass/template/_custom_homepage.scss */
.frontpage .our-story-image-bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
/* line 154, ../sass/template/_custom_homepage.scss */
.frontpage .gsc-heading.style-1 .title {
  line-height: 1.12;
  letter-spacing: -.011em;
}
@media (max-width: 1199px) {
  /* line 154, ../sass/template/_custom_homepage.scss */
  .frontpage .gsc-heading.style-1 .title {
    font-size: 50px !important;
  }
}
@media (max-width: 991px) {
  /* line 154, ../sass/template/_custom_homepage.scss */
  .frontpage .gsc-heading.style-1 .title {
    font-size: 46px !important;
  }
}
@media (max-width: 767px) {
  /* line 154, ../sass/template/_custom_homepage.scss */
  .frontpage .gsc-heading.style-1 .title {
    font-size: 38px !important;
  }
}
@media (max-width: 475px) {
  /* line 154, ../sass/template/_custom_homepage.scss */
  .frontpage .gsc-heading.style-1 .title {
    font-size: 36px !important;
  }
}
/* line 175, ../sass/template/_custom_homepage.scss */
.frontpage .call-to-action-btn a {
  border-radius: 22px !important;
  width: 360px !important;
  height: 44px;
  font-size: 16px !important;
  line-height: 44px !important;
  text-align: center;
  font-family: 'Telenor Bold', sans-serif;
}
@media (max-width: 991px) {
  /* line 175, ../sass/template/_custom_homepage.scss */
  .frontpage .call-to-action-btn a {
    width: 310px !important;
    height: 40px;
    line-height: 40px !important;
  }
}
@media (max-width: 767px) {
  /* line 175, ../sass/template/_custom_homepage.scss */
  .frontpage .call-to-action-btn a {
    width: 260px !important;
    font-size: 13px !important;
    height: 38px;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  /* line 201, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .bg-size-cover {
    background-image: unset !important;
  }
}

/* line 210, ../sass/template/_custom_homepage.scss */
.gsc-heading .sub-title {
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1.2px;
  font-size: 28px !important;
  line-height: 1.12;
  letter-spacing: -.011em;
}
@media (max-width: 767px) {
  /* line 210, ../sass/template/_custom_homepage.scss */
  .gsc-heading .sub-title {
    font-size: 24px !important;
  }
}

/* line 223, ../sass/template/_custom_homepage.scss */
.title-company {
  color: #f4b812;
}

@media (max-width: 777px) {
  /* line 230, ../sass/template/_custom_homepage.scss */
  .title-company,
  .title-company.new-line {
    display: block;
  }
}
/* line 240, ../sass/template/_custom_homepage.scss */
.frontpage-main-title {
  color: #2e3140 !important;
  font-weight: unset !important;
  font-family: 'Telenor Medium', sans-serif;
  background: #fff;
  border-radius: 4px;
  padding: 20px !important;
}
@media (max-width: 991px) {
  /* line 240, ../sass/template/_custom_homepage.scss */
  .frontpage-main-title {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  /* line 240, ../sass/template/_custom_homepage.scss */
  .frontpage-main-title {
    padding: 10px !important;
  }
}

/* line 259, ../sass/template/_custom_homepage.scss */
.title-slider {
  color: #2e3140 !important;
  font-weight: unset !important;
  font-family: 'Telenor Medium', sans-serif;
}

/* line 267, ../sass/template/_custom_homepage.scss */
header.header-v2 .header-main-inner .branding {
  width: 260px;
}
/* line 270, ../sass/template/_custom_homepage.scss */
header.header-v2 .header-main-inner .branding .site-branding-logo {
  padding-top: 17px;
}
@media (max-width: 1199px) {
  /* line 267, ../sass/template/_custom_homepage.scss */
  header.header-v2 .header-main-inner .branding {
    width: 200px;
  }
}
@media (max-width: 767px) {
  /* line 267, ../sass/template/_custom_homepage.scss */
  header.header-v2 .header-main-inner .branding {
    width: 220px;
  }
}
@media (max-width: 350px) {
  /* line 267, ../sass/template/_custom_homepage.scss */
  header.header-v2 .header-main-inner .branding {
    width: 190px;
  }
}

@media (min-width: 992px) {
  /* line 289, ../sass/template/_custom_homepage.scss */
  .navigation .gva_menu > li > a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  /* line 289, ../sass/template/_custom_homepage.scss */
  .navigation .gva_menu > li > a {
    font-size: 18px;
  }
}

/* line 299, ../sass/template/_custom_homepage.scss */
.navigation .gva_menu > li {
  padding-bottom: 0;
  padding: 30px 9px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 299, ../sass/template/_custom_homepage.scss */
  .navigation .gva_menu > li {
    padding: 30px 6px;
    padding-bottom: 0;
  }
  /* line 308, ../sass/template/_custom_homepage.scss */
  .navigation .gva_menu > li a {
    font-size: 16px;
  }
}

@media (max-width: 777px) {
  /* line 318, ../sass/template/_custom_homepage.scss */
  .frontpage .frontpage-main-title {
    font-size: 17px !important;
  }
}
@media (max-width: 380px) {
  /* line 318, ../sass/template/_custom_homepage.scss */
  .frontpage .frontpage-main-title {
    font-size: 15px !important;
  }
}

@media (max-width: 777px) {
  /* line 332, ../sass/template/_custom_homepage.scss */
  .frontpage .title-slider {
    font-size: 17px !important;
  }
}
@media (max-width: 380px) {
  /* line 332, ../sass/template/_custom_homepage.scss */
  .frontpage .title-slider {
    font-size: 15px !important;
  }
}

/* line 342, ../sass/template/_custom_homepage.scss */
.gavias_sliderlayer .slide-style-5 {
  border-bottom: 1px solid #2e3140;
}

/* line 349, ../sass/template/_custom_homepage.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
  font-family: 'Dosis', sans-serif;
  color: #2e3140;
  font-size: 54px;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  /* line 349, ../sass/template/_custom_homepage.scss */
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  /* line 349, ../sass/template/_custom_homepage.scss */
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 349, ../sass/template/_custom_homepage.scss */
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    line-height: 1.5;
    font-size: 38px;
  }
}
/* line 369, ../sass/template/_custom_homepage.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
  color: #2e3140;
  padding-right: 12px;
  font-size: 18px;
  color: #75777d;
}
@media (max-width: 767px) {
  /* line 369, ../sass/template/_custom_homepage.scss */
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
    font-size: 16px;
  }
}
/* line 381, ../sass/template/_custom_homepage.scss */
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
  margin-bottom: 15px;
}

/* line 390, ../sass/template/_custom_homepage.scss */
.gva-quick-side .quick-side-close {
  background: #f1f1f1;
}
/* line 395, ../sass/template/_custom_homepage.scss */
.gva-quick-side .webform-submission-form .form-item {
  margin-bottom: 10px;
}
/* line 398, ../sass/template/_custom_homepage.scss */
.gva-quick-side .webform-submission-form .form-item textarea,
.gva-quick-side .webform-submission-form .form-item input {
  background: #f1f1f1;
  line-height: 40px;
}
/* line 403, ../sass/template/_custom_homepage.scss */
.gva-quick-side .webform-submission-form .form-item textarea:hover,
.gva-quick-side .webform-submission-form .form-item input:hover {
  box-shadow: 0px 0 8px #787887;
}
/* line 410, ../sass/template/_custom_homepage.scss */
.gva-quick-side .content-inner ul {
  display: flex;
}
/* line 413, ../sass/template/_custom_homepage.scss */
.gva-quick-side .content-inner ul li {
  width: auto;
}
/* line 419, ../sass/template/_custom_homepage.scss */
.gva-quick-side .quick-side-contact-form .block-title {
  text-transform: uppercase;
}
/* line 423, ../sass/template/_custom_homepage.scss */
.gva-quick-side .quick-side-contact-form .webform-actions {
  text-align: center;
}
/* line 427, ../sass/template/_custom_homepage.scss */
.gva-quick-side .quick-side-contact-form .button {
  line-height: 44px;
}
/* line 431, ../sass/template/_custom_homepage.scss */
.gva-quick-side .quick-side-contact-form .col-xl-4 {
  flex: none;
  width: 100%;
  max-width: 100%;
}
/* line 438, ../sass/template/_custom_homepage.scss */
.gva-quick-side #block-contactinfo-2 {
  padding: 0;
  margin-bottom: 15px;
}

/* line 444, ../sass/template/_custom_homepage.scss */
.gva-quick-side.open {
  padding-top: 30px;
}
/* line 447, ../sass/template/_custom_homepage.scss */
.gva-quick-side.open .block .block-title {
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 24px;
}

/* line 460, ../sass/template/_custom_homepage.scss */
.mobile-block .contact-info-long h3,
.mobile-block .block-title {
  font-size: 20px;
  text-transform: uppercase;
}

/* line 469, ../sass/template/_custom_homepage.scss */
header.header-v2 .stuck {
  background: #f1f1f1 !important;
  background: #fff !important;
  transition: 2s ease;
  transition: unset;
}
/* line 477, ../sass/template/_custom_homepage.scss */
header.header-v2 .header-main {
  transition: unset;
  transition: 2s ease;
  opacity: 1;
}
/* line 485, ../sass/template/_custom_homepage.scss */
header.header-v2 .navigation .gva_menu .sub-menu > li > a,
header.header-v2 .main-menu-inner .navigation .gva_menu > li > a,
header.header-v2 .quick-side-icon .icon a {
  color: #2e3140;
}
/* line 490, ../sass/template/_custom_homepage.scss */
header.header-v2 .navigation .gva_menu .sub-menu > li > a span.qicon,
header.header-v2 .main-menu-inner .navigation .gva_menu > li > a span.qicon,
header.header-v2 .quick-side-icon .icon a span.qicon {
  font-weight: bold;
}
/* line 495, ../sass/template/_custom_homepage.scss */
header.header-v2 .navigation .gva_menu .sub-menu > li > a {
  border-bottom: 1px solid transparent;
  display: table;
  font-size: 16px;
}
/* line 502, ../sass/template/_custom_homepage.scss */
header.header-v2 .navigation .gva_menu .sub-menu > li > a:hover {
  color: #f4b812;
  border-bottom: 1px solid;
  display: table;
}

/* line 510, ../sass/template/_custom_homepage.scss */
header.header-default .stuck,
.gsc-icon-box-style.style-1 {
  background: #f1f1f1;
  background: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 519, ../sass/template/_custom_homepage.scss */
  .navigation .gva_menu > li > a {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 528, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile {
    transition: all .35s;
  }
  /* line 531, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile .close-offcanvas.hidden {
    display: none !important;
  }
  /* line 536, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
    font-size: 17px;
  }
  /* line 539, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
    width: 17px;
    right: 4px;
  }
  /* line 545, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
    font-size: 17px;
    color: #2e3140 !important;
  }
  /* line 550, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile .gva-navigation .button {
    font-size: 17px;
  }
  /* line 555, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile .block .block-title {
    font-size: 22px;
  }

  /* line 564, ../sass/template/_custom_homepage.scss */
  .gva-quick-side .block .block-title,
  .block-views-blockservices-sidebar-block-1 .block-title,
  .sidebar-contact-form .block-title,
  .block-views-blocktools-of-trade-block-1 .block-title {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  /* line 573, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile {
    max-width: 320px;
  }
}
@media (max-width: 375px) {
  /* line 580, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile {
    max-width: 300px;
  }
}
@media (max-width: 350px) {
  /* line 587, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile {
    max-width: 280px;
  }
}
@media (max-width: 325px) {
  /* line 594, ../sass/template/_custom_homepage.scss */
  .gva-offcanvas-mobile {
    max-width: 240px;
  }
}
/* line 603, ../sass/template/_custom_homepage.scss */
.gva-offcanvas-mobile .block {
  border-bottom: none;
}
/* line 607, ../sass/template/_custom_homepage.scss */
.gva-offcanvas-mobile .block-webform {
  padding-top: 0;
}
/* line 611, ../sass/template/_custom_homepage.scss */
.gva-offcanvas-mobile #block-gavias-elix-contactinfo {
  margin-top: 15px;
}
/* line 617, ../sass/template/_custom_homepage.scss */
.gva-offcanvas-mobile .form-item input,
.gva-offcanvas-mobile .form-item textarea {
  background: #f1f1f1;
}
/* line 621, ../sass/template/_custom_homepage.scss */
.gva-offcanvas-mobile .form-item input:hover,
.gva-offcanvas-mobile .form-item textarea:hover {
  box-shadow: 0 0 8px #787887;
}
/* line 627, ../sass/template/_custom_homepage.scss */
.gva-offcanvas-mobile .block-social-media-links {
  padding-top: 0;
  background: none;
}

/* line 635, ../sass/template/_custom_homepage.scss */
.homepage-tools-of-trade .views-field-field-image {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 642, ../sass/template/_custom_homepage.scss */
.homepage-tools-of-trade .views-field-name {
  line-height: 1.12;
  letter-spacing: -.011em;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
  padding-top: 12px;
}

/* line 653, ../sass/template/_custom_homepage.scss */
.homepage-about-block {
  padding-top: 30px;
  padding-bottom: 0;
}
/* line 657, ../sass/template/_custom_homepage.scss */
.homepage-about-block .btn-theme {
  font-size: 18px;
}
@media (max-width: 767px) {
  /* line 657, ../sass/template/_custom_homepage.scss */
  .homepage-about-block .btn-theme {
    line-height: 44px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  /* line 653, ../sass/template/_custom_homepage.scss */
  .homepage-about-block {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 674, ../sass/template/_custom_homepage.scss */
  .homepage-about-block .sub-title,
  .homepage-about-block .title {
    text-align: center;
  }
  /* line 679, ../sass/template/_custom_homepage.scss */
  .homepage-about-block .heading-action {
    margin: 0;
    text-align: center;
  }
  /* line 684, ../sass/template/_custom_homepage.scss */
  .homepage-about-block .btn-theme {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  /* line 689, ../sass/template/_custom_homepage.scss */
  .homepage-about-block .widget.gsc-heading {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  /* line 719, ../sass/template/_custom_homepage.scss */
  .company-values-block .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 725, ../sass/template/_custom_homepage.scss */
.company-values-block .homepage-menu-sidebar {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  /* line 725, ../sass/template/_custom_homepage.scss */
  .company-values-block .homepage-menu-sidebar {
    padding-top: 140px;
  }
}
/* line 734, ../sass/template/_custom_homepage.scss */
.company-values-block .homepage-menu-sidebar .widget.gsc-icon-box {
  border-right: 14px solid #f4b812;
}
/* line 738, ../sass/template/_custom_homepage.scss */
.company-values-block .homepage-menu-sidebar .widget.gsc-icon-box:hover {
  background: #fff !important;
  border-right: 14px solid #fff;
  cursor: pointer;
}
/* line 744, ../sass/template/_custom_homepage.scss */
.company-values-block .homepage-menu-sidebar .widget.gsc-icon-box a {
  color: #fff;
}
/* line 747, ../sass/template/_custom_homepage.scss */
.company-values-block .homepage-menu-sidebar .widget.gsc-icon-box a:hover {
  color: #2e3140;
}
/* line 752, ../sass/template/_custom_homepage.scss */
.company-values-block .homepage-menu-sidebar .widget.gsc-icon-box .a-sidebar {
  color: #2e3140 !important;
}
@media (max-width: 1199px) {
  /* line 734, ../sass/template/_custom_homepage.scss */
  .company-values-block .homepage-menu-sidebar .widget.gsc-icon-box {
    padding: 5px 10px;
  }
  /* line 759, ../sass/template/_custom_homepage.scss */
  .company-values-block .homepage-menu-sidebar .widget.gsc-icon-box .title {
    padding: 15px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 767, ../sass/template/_custom_homepage.scss */
  .company-values-block .homepage-menu-sidebar .widget.gsc-icon-box .title {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  /* line 725, ../sass/template/_custom_homepage.scss */
  .company-values-block .homepage-menu-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 781, ../sass/template/_custom_homepage.scss */
.company-values-block .gsc-image-content.skin-v1 {
  display: flex;
  height: 124px;
  margin: 50px 0 10px 0;
}
@media (max-width: 991px) {
  /* line 781, ../sass/template/_custom_homepage.scss */
  .company-values-block .gsc-image-content.skin-v1 {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 790, ../sass/template/_custom_homepage.scss */
  .company-values-block .gsc-image-content.skin-v1:first-of-type {
    margin-top: 10px;
  }
}
/* line 795, ../sass/template/_custom_homepage.scss */
.company-values-block .gsc-image-content.skin-v1 .box-image {
  padding-left: 18px;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 160px;
}
/* line 804, ../sass/template/_custom_homepage.scss */
.company-values-block .gsc-image-content.skin-v1 .box-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 5px;
  border-radius: 8px;
}
/* line 814, ../sass/template/_custom_homepage.scss */
.company-values-block .gsc-image-content.skin-v1 .box-content {
  flex: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 820, ../sass/template/_custom_homepage.scss */
.company-values-block .gsc-image-content.skin-v1 .box-content h4 {
  margin: 0;
  padding: 0 15px;
}

/* line 831, ../sass/template/_custom_homepage.scss */
.company-values-heading {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 835, ../sass/template/_custom_homepage.scss */
  .company-values-heading .widget {
    padding: 0;
  }
}

/* line 845, ../sass/template/_custom_homepage.scss */
.company-values-section .highlight_content .desc {
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 991px) {
  /* line 845, ../sass/template/_custom_homepage.scss */
  .company-values-section .highlight_content .desc {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  /* line 841, ../sass/template/_custom_homepage.scss */
  .company-values-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  /* line 861, ../sass/template/_custom_homepage.scss */
  .company-values-section .gsc-icon-box.top-left {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 868, ../sass/template/_custom_homepage.scss */
  .company-values-section .gsc-icon-box.top-left {
    max-width: 100%;
  }
}

/* line 876, ../sass/template/_custom_homepage.scss */
#footer {
  font-size: 15px;
  background: #f1f1f1;
  position: relative;
}
/* line 882, ../sass/template/_custom_homepage.scss */
#footer .navigation .menu-item a {
  font-weight: 600;
}
/* line 886, ../sass/template/_custom_homepage.scss */
#footer a {
  color: #2e3140 !important;
  font-weight: 500;
}
/* line 890, ../sass/template/_custom_homepage.scss */
#footer a:hover {
  color: #f4b812 !important;
  text-decoration: none;
}
/* line 896, ../sass/template/_custom_homepage.scss */
#footer .footer-first {
  margin-bottom: 0;
}
/* line 899, ../sass/template/_custom_homepage.scss */
#footer .footer-first .block {
  margin-bottom: 0;
}
/* line 903, ../sass/template/_custom_homepage.scss */
#footer .footer-first .field--name-field-image img {
  width: auto;
}
/* line 909, ../sass/template/_custom_homepage.scss */
#footer .footer-second {
  margin-bottom: 0;
}
/* line 914, ../sass/template/_custom_homepage.scss */
#footer .footer-third #block-gavias-elix-companyinfo {
  margin-bottom: 0;
}
/* line 915, ../sass/template/_custom_homepage.scss */
#footer .footer-third #block-gavias-elix-companyinfo .field--name-body {
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 915, ../sass/template/_custom_homepage.scss */
  #footer .footer-third #block-gavias-elix-companyinfo .field--name-body {
    font-size: 17px;
  }
}
/* line 930, ../sass/template/_custom_homepage.scss */
#footer .copyright {
  background: #f1f1f1;
  border-top-width: 1px;
  border-top-style: solid;
  color: #2e3140;
}
/* line 936, ../sass/template/_custom_homepage.scss */
#footer .copyright .copyright-inner {
  font-size: 14px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 991px) {
  /* line 936, ../sass/template/_custom_homepage.scss */
  #footer .copyright .copyright-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 949, ../sass/template/_custom_homepage.scss */
#footer .copyright .block {
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 949, ../sass/template/_custom_homepage.scss */
  #footer .copyright .block {
    display: block;
    text-align: center;
  }
}
/* line 960, ../sass/template/_custom_homepage.scss */
#footer .copyright #block-gavias-elix-copyright .field--name-body div {
  line-height: 32px;
  font-size: 14px;
}
@media (max-width: 792px) {
  /* line 960, ../sass/template/_custom_homepage.scss */
  #footer .copyright #block-gavias-elix-copyright .field--name-body div {
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  /* line 958, ../sass/template/_custom_homepage.scss */
  #footer .copyright #block-gavias-elix-copyright {
    padding-bottom: 10px;
  }
}
/* line 978, ../sass/template/_custom_homepage.scss */
#footer .footer-center {
  padding: 60px 0 40px;
}
@media (max-width: 768px) {
  /* line 978, ../sass/template/_custom_homepage.scss */
  #footer .footer-center {
    padding: 0;
  }
}
/* line 988, ../sass/template/_custom_homepage.scss */
#footer .footer-second ul {
  width: 50%;
  margin: auto;
}
@media (max-width: 991px) {
  /* line 988, ../sass/template/_custom_homepage.scss */
  #footer .footer-second ul {
    width: 100%;
  }
}
@media (min-width: 585px) and (max-width: 767px) {
  /* line 988, ../sass/template/_custom_homepage.scss */
  #footer .footer-second ul {
    display: flex;
  }
  /* line 999, ../sass/template/_custom_homepage.scss */
  #footer .footer-second ul li {
    margin: 0 auto;
    padding: 0 !important;
  }
  /* line 1003, ../sass/template/_custom_homepage.scss */
  #footer .footer-second ul li:first-of-type {
    margin-left: 0;
  }
}
/* line 1012, ../sass/template/_custom_homepage.scss */
#footer .block-social-media {
  float: right;
}
/* line 1014, ../sass/template/_custom_homepage.scss */
#footer .block-social-media .block-title,
#footer .block-social-media .block-content {
  display: inline-block;
}
/* line 1019, ../sass/template/_custom_homepage.scss */
#footer .block-social-media .block-title {
  margin: 0;
  padding-right: 15px;
  padding-bottom: 5px;
}
/* line 1024, ../sass/template/_custom_homepage.scss */
#footer .block-social-media .block-title span {
  color: #2e3140 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 1032, ../sass/template/_custom_homepage.scss */
#footer .block-social-media .social-media-sharing .share img {
  width: 22px;
}
@media (max-width: 991px) {
  /* line 1012, ../sass/template/_custom_homepage.scss */
  #footer .block-social-media {
    float: none;
  }
}
/* line 1044, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 {
  flex: 0 0 33%;
  max-width: 33%;
}
/* line 1049, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 #block-gavias-elix-socialmedialinks-2 ul.inline > li {
  font-size: 13px;
}
/* line 1052, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 #block-gavias-elix-socialmedialinks-2 ul.inline > li a:hover {
  color: #f4b812;
}
/* line 1057, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 #block-gavias-elix-socialmedialinks-2 li:first-child {
  margin: 0;
  padding-left: 0;
}
/* line 1063, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 .icon {
  color: #2e3140;
  width: 22px;
  float: left;
  display: block;
  margin-top: 1px;
}
/* line 1073, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 .text {
  padding-left: 28px;
  display: block;
}
/* line 1077, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 .text:hover {
  text-decoration: none;
  color: #f4b812;
}
/* line 1083, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 .address {
  text-decoration: none;
}
/* line 1086, ../sass/template/_custom_homepage.scss */
#footer .col-xl-3 .address:hover {
  color: #2e3140;
}
@media (max-width: 768px) {
  /* line 1044, ../sass/template/_custom_homepage.scss */
  #footer .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1095, ../sass/template/_custom_homepage.scss */
  #footer .col-xl-3 #block-gavias-elix-companyinfo {
    display: inline-block;
  }
  /* line 1098, ../sass/template/_custom_homepage.scss */
  #footer .col-xl-3 #block-gavias-elix-companyinfo .field {
    padding-left: 30px;
  }
  /* line 1105, ../sass/template/_custom_homepage.scss */
  #footer .col-xl-3 #block-gavias-elix-socialmedialinks-2 .social-media-links--platforms {
    padding-left: 30px;
  }
}
/* line 1114, ../sass/template/_custom_homepage.scss */
#footer .navigation .gva_menu > li {
  display: block;
  padding: 8px 0;
  font-size: 18px;
}
@media (max-width: 1199px) {
  /* line 1114, ../sass/template/_custom_homepage.scss */
  #footer .navigation .gva_menu > li {
    font-size: 17px;
  }
}
/* line 1123, ../sass/template/_custom_homepage.scss */
#footer .navigation .gva_menu > li:hover {
  -webkit-filter: brightness(115%);
  transition: all .2s, .5s;
}
/* line 1129, ../sass/template/_custom_homepage.scss */
#footer .to-top {
  width: 60px;
  top: -30px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  background-color: #ffffff;
  line-height: 60px;
  font-size: 24px;
  position: absolute;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  z-index: 10;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  color: #2e3140;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: -25px;
}
/* line 1152, ../sass/template/_custom_homepage.scss */
#footer .to-top:hover {
  background: #e9e9ea;
}

/* line 1160, ../sass/template/_custom_homepage.scss */
#block-footersecond.footer-administrative-menu {
  margin-top: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1163, ../sass/template/_custom_homepage.scss */
  #block-footersecond.footer-administrative-menu .block-content .gva_menu {
    padding-left: 0;
  }
}
/* line 1168, ../sass/template/_custom_homepage.scss */
#block-footersecond.footer-administrative-menu .block-content .gva_menu .menu-item {
  padding: 0;
  padding-bottom: 8px;
}
/* line 1172, ../sass/template/_custom_homepage.scss */
#block-footersecond.footer-administrative-menu .block-content .gva_menu .menu-item a {
  font-size: 14px;
}

/* line 1179, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about,
.custom-wizard-cta,
.custom-wizard-hp {
  visibility: hidden;
}

/* line 1189, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about,
.custom-wizard-cta,
.custom-wizard-hp {
  display: inline-block;
  background-color: transparent;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  top: 23px;
  right: 20px;
  left: unset;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1750px) {
  /* line 1189, ../sass/template/_custom_homepage.scss */
  .custom-wizard-cta-about,
  .custom-wizard-cta,
  .custom-wizard-hp {
    top: unset;
    right: unset;
    bottom: 12px;
    left: 70px;
  }
}
@media (max-width: 991px) {
  /* line 1189, ../sass/template/_custom_homepage.scss */
  .custom-wizard-cta-about,
  .custom-wizard-cta,
  .custom-wizard-hp {
    right: 30px;
    left: unset;
  }
}
/* line 1234, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about > a,
.custom-wizard-cta > a,
.custom-wizard-hp > a {
  background: #f4b812;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  left: -46px;
  top: -3px;
}
/* line 1248, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about > a svg,
.custom-wizard-cta > a svg,
.custom-wizard-hp > a svg {
  font-size: 25px;
  color: white;
  font-weight: lighter;
}
/* line 1255, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about p,
.custom-wizard-cta p,
.custom-wizard-hp p {
  display: flex;
  height: 36px;
  background: #f4b812;
  align-items: center;
  padding: 0 20px;
  padding-right: 30px;
  margin: auto;
  color: white;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border: 2px solid white;
}
/* line 1268, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about p a,
.custom-wizard-cta p a,
.custom-wizard-hp p a {
  color: white;
  font-weight: bold;
}
@media (max-width: 991px) {
  /* line 1268, ../sass/template/_custom_homepage.scss */
  .custom-wizard-cta-about p a,
  .custom-wizard-cta p a,
  .custom-wizard-hp p a {
    font-weight: normal;
  }
}

/* line 1280, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about:hover,
.custom-wizard-cta:hover,
.custom-wizard-hp:hover {
  cursor: pointer;
}

/* line 1287, ../sass/template/_custom_homepage.scss */
.custom-wizard-cta-about.show,
.custom-wizard-cta.show,
.custom-wizard-hp.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 2s linear;
}

@media (max-width: 350px) {
  /* line 1301, ../sass/template/_custom_homepage.scss */
  .custom-wizard-cta-about,
  .custom-wizard-cta,
  .custom-wizard-hp {
    right: 15px;
  }
  /* line 1306, ../sass/template/_custom_homepage.scss */
  .custom-wizard-cta-about p,
  .custom-wizard-cta p,
  .custom-wizard-hp p {
    padding-right: 20px;
    padding-left: 15px;
  }
}
/* line 1313, ../sass/template/_custom_homepage.scss */
#btn-to-top {
  display: inline-block;
  background-color: #f4b812;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  bottom: 12px;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  /* line 1313, ../sass/template/_custom_homepage.scss */
  #btn-to-top {
    display: none;
  }
}
/* line 1342, ../sass/template/_custom_homepage.scss */
#btn-to-top svg {
  color: white;
  font-size: 23px;
}

/* line 1348, ../sass/template/_custom_homepage.scss */
#btn-to-top:hover {
  cursor: pointer;
}

/* line 1352, ../sass/template/_custom_homepage.scss */
#btn-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* line 1361, ../sass/template/_custom_homepage.scss */
.frontpage .gavias_sliderlayer .slide-style-1 {
  font-family: 'Telenor Light', sans-serif;
  color: #2e3140 !important;
}
/* line 1368, ../sass/template/_custom_homepage.scss */
.frontpage .gavias_sliderlayer .tp-bullets {
  margin-left: unset;
}
/* line 1371, ../sass/template/_custom_homepage.scss */
.frontpage .gavias_sliderlayer .tp-bullets .tp-bullet {
  box-shadow: 0px 0 2px;
  border-radius: 3px;
  width: 25px;
  height: 7px;
}
@media (max-width: 991px) {
  /* line 1371, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tp-bullets .tp-bullet {
    width: 20px;
    height: 3px;
  }
}
/* line 1387, ../sass/template/_custom_homepage.scss */
.frontpage .gavias_sliderlayer .tparrows {
  background: none !important;
  color: white !important;
  width: 80px;
  height: 80px;
}
@media (max-width: 1260px) {
  /* line 1387, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tparrows {
    top: 80% !important;
  }
}
@media (max-width: 767px) {
  /* line 1387, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tparrows {
    top: 88% !important;
  }
}
/* line 1404, ../sass/template/_custom_homepage.scss */
.frontpage .gavias_sliderlayer .tp-leftarrow.tparrows:before {
  color: white !important;
  content: url("images/arrow-left-shadow-big.webp");
  z-index: 10;
}
/* line 1412, ../sass/template/_custom_homepage.scss */
.frontpage .gavias_sliderlayer .tp-rightarrow.tparrows:before {
  color: white !important;
  content: url("images/arrow-right-shadow-big.webp");
  z-index: 10;
}
@media (max-width: 991px) {
  /* line 1423, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tparrows {
    background: none !important;
    color: white !important;
    width: 43px;
    height: 43px;
  }
  /* line 1433, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tp-leftarrow.tparrows:before {
    color: white !important;
    content: url("../images/arrow-left-shadow.png");
    z-index: 10;
  }
  /* line 1441, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tp-rightarrow.tparrows:before {
    color: white !important;
    content: url("../images/arrow-right-shadow.png");
    z-index: 10;
  }
}
@media (max-width: 767px) {
  /* line 1451, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tparrows {
    width: 35px;
    height: 35px;
  }
  /* line 1458, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tp-leftarrow.tparrows:before {
    color: white !important;
    content: url("../images/arrow-left-shadow-small.png");
    z-index: 10;
  }
  /* line 1466, ../sass/template/_custom_homepage.scss */
  .frontpage .gavias_sliderlayer .tp-rightarrow.tparrows:before {
    color: white !important;
    content: url("../images/arrow-right-shadow-small.png");
    z-index: 10;
  }
}
/* line 1478, ../sass/template/_custom_homepage.scss */
.frontpage .milestone-block.position-without-icon .milestone-text {
  color: #2e3140;
  letter-spacing: -.004em;
  line-height: 1.58;
}
/* line 1484, ../sass/template/_custom_homepage.scss */
.frontpage .milestone-block.position-without-icon .milestone-number {
  font-size: 45px;
}
@media (max-width: 991px) {
  /* line 1484, ../sass/template/_custom_homepage.scss */
  .frontpage .milestone-block.position-without-icon .milestone-number {
    font-size: 36px;
  }
}
/* line 1493, ../sass/template/_custom_homepage.scss */
.frontpage .text-black {
  color: #2e3140 !important;
}
/* line 1497, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section {
  padding-top: 40px;
}
/* line 1500, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .service-box-home img {
  height: 114.2px;
}
@media (max-width: 1199px) {
  /* line 1500, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .service-box-home img {
    height: 85.65px;
  }
}
/* line 1510, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .gsc-icon-box-style.style-1 .box-title {
  font-size: 21px;
}
@media (max-width: 767px) {
  /* line 1510, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .gsc-icon-box-style.style-1 .box-title {
    font-size: 22px;
  }
}
/* line 1518, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .bb-inner.padding-small {
  padding-top: 0;
  padding-bottom: 20px;
}
/* line 1523, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .gsc-icon-box-style.style-1 {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
/* line 1526, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .gsc-icon-box-style.style-1 .arrow {
  border: 2px solid #f1f1f1;
  background-color: #ffffff;
}
/* line 1530, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .gsc-icon-box-style.style-1 .arrow:hover {
  background: #f7ae18;
  color: #ffffff;
}
/* line 1537, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .gsc-icon-box-style.style-1:hover .arrow {
  background: #f4b812;
  color: #fff;
}
/* line 1542, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .heading-content h2 {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  /* line 1548, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    background: white;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 95%;
    margin: auto;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  /* line 1566, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 1573, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col {
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 4px;
    transition: all .35s;
    border: 1px solid transparent;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 23%;
    max-width: 23%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    background: white;
    text-align: center;
    margin-right: 2.66%;
  }
  /* line 1593, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col:last-of-type {
    margin-right: 0;
  }
  /* line 1597, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col .arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #f7ae18;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -18px;
    z-index: 11;
    background: #f6f7fb;
    border: 2px solid #f1f1f1;
    background-color: #fff;
  }
  /* line 1614, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col .arrow:hover {
    background-color: #f4b812;
  }
  /* line 1617, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col .arrow:hover .arrow-r::after {
    border-color: white;
  }
  /* line 1622, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col .arrow .arrow-r {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    transform: rotate(315deg);
  }
  /* line 1632, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col .arrow .arrow-r::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
    border-color: #f4b812;
  }
  /* line 1650, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col .views-field-title {
    margin-top: 35px;
    color: #2e3140;
    font-size: 21px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
  }
  /* line 1659, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col .views-field-title a:hover {
    background-color: transparent;
    outline: 0 !important;
    color: #f7ae18;
    text-decoration: none;
  }
}
/* line 1677, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .main-services-block .views-view-grid .views-col {
  text-align: center;
  padding: 15px;
}
/* line 1681, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .main-services-block .views-view-grid .views-col .views-field-title {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.2;
}
/* line 1686, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .main-services-block .views-view-grid .views-col .views-field-title a {
  padding: 10px;
}
/* line 1689, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .main-services-block .views-view-grid .views-col .views-field-title a:hover {
  background: #f7ae18;
  color: #ffffff;
}
/* line 1696, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section .main-services-block .views-view-grid .views-col .views-field-title .hp-service-title {
  padding: 10px;
  margin: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 1706, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row {
    display: block;
  }
  /* line 1709, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-row .views-col {
    width: 50% !important;
  }
}
@media (max-width: 370px) {
  /* line 1717, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .main-services-block .views-view-grid .views-col {
    height: 170px;
  }
}
@media (max-width: 991px) {
  /* line 1734, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section .bb-inner.padding-small {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 1746, ../sass/template/_custom_homepage.scss */
  .frontpage .our-services-section {
    padding-top: 25px;
  }
  /* line 1750, ../sass/template/_custom_homepage.scss */
  .frontpage .number-facts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 1757, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section {
  visibility: hidden;
}
/* line 1761, ../sass/template/_custom_homepage.scss */
.frontpage .our-services-section.show {
  visibility: visible;
}
/* line 1767, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases .sub-title {
  color: #191919 !important;
}
/* line 1771, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases .item-image {
  text-align: center;
}
/* line 1774, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases .item-image img {
  border-radius: 3px;
}
/* line 1779, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases footer {
  text-align: center;
  margin-top: 30px;
}
/* line 1783, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases footer a {
  background: #fff;
  color: #2e3140;
  overflow: hidden;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 18px;
  font-weight: 600;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  line-height: 52px;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
}
@media (max-width: 991px) {
  /* line 1783, ../sass/template/_custom_homepage.scss */
  .frontpage .work-showcases footer a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  /* line 1783, ../sass/template/_custom_homepage.scss */
  .frontpage .work-showcases footer a {
    line-height: 44px;
  }
}
/* line 1815, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases footer a:hover {
  color: #2e3140;
  background: #f1f1f1;
}
/* line 1824, ../sass/template/_custom_homepage.scss */
.frontpage .frontpage-form {
  padding-bottom: 20px;
}
/* line 1827, ../sass/template/_custom_homepage.scss */
.frontpage .frontpage-form .button {
  color: #2e3140;
  background: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  /* line 1827, ../sass/template/_custom_homepage.scss */
  .frontpage .frontpage-form .button {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  /* line 1827, ../sass/template/_custom_homepage.scss */
  .frontpage .frontpage-form .button {
    line-height: 44px;
  }
}
/* line 1841, ../sass/template/_custom_homepage.scss */
.frontpage .frontpage-form .button:hover {
  color: #2e3140;
  background: #f1f1f1;
}
/* line 1851, ../sass/template/_custom_homepage.scss */
.frontpage .frontpage-form .webform-submission-form .form-item textarea,
.frontpage .frontpage-form .webform-submission-form .form-item input {
  background: #fff;
}
/* line 1855, ../sass/template/_custom_homepage.scss */
.frontpage .frontpage-form .webform-submission-form .form-item textarea:hover,
.frontpage .frontpage-form .webform-submission-form .form-item input:hover {
  box-shadow: 0 0 8px #787887;
}
/* line 1862, ../sass/template/_custom_homepage.scss */
.frontpage .frontpage-form .webform-fullwidth .form-actions {
  text-align: center;
}
/* line 1866, ../sass/template/_custom_homepage.scss */
.frontpage .frontpage-form .captcha .form-item label {
  color: #2e3140;
}
@media (max-width: 991px) {
  /* line 1871, ../sass/template/_custom_homepage.scss */
  .frontpage .column-style-1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 1871, ../sass/template/_custom_homepage.scss */
  .frontpage .column-style-1 {
    padding: 0;
  }
}
/* line 1882, ../sass/template/_custom_homepage.scss */
.frontpage .testimonial-node-2 .testimonial-content .info .title {
  font-size: 22px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 1882, ../sass/template/_custom_homepage.scss */
  .frontpage .testimonial-node-2 .testimonial-content .info .title {
    font-size: 20px;
  }
}
/* line 1892, ../sass/template/_custom_homepage.scss */
.frontpage .testimonial-node-2 .testimonial-content .quote {
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 18px;
  letter-spacing: -.004em;
  line-height: 1.58;
}
@media (max-width: 1199px) {
  /* line 1892, ../sass/template/_custom_homepage.scss */
  .frontpage .testimonial-node-2 .testimonial-content .quote {
    font-size: 17px;
  }
}
/* line 1907, ../sass/template/_custom_homepage.scss */
.frontpage .work-showcases .gva-view-grid .item-columns {
  padding-bottom: 20px;
}
/* line 1915, ../sass/template/_custom_homepage.scss */
.frontpage .clients-block .item-image {
  height: 170px;
  width: 230px;
  position: relative;
}
@media (max-width: 599px) {
  /* line 1915, ../sass/template/_custom_homepage.scss */
  .frontpage .clients-block .item-image {
    width: 100%;
  }
}
/* line 1925, ../sass/template/_custom_homepage.scss */
.frontpage .clients-block .item-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
}
/* line 1941, ../sass/template/_custom_homepage.scss */
.frontpage .clients-block .views-field-field-logo .field-content {
  height: 170px;
  width: 230px;
  position: relative;
}
/* line 1946, ../sass/template/_custom_homepage.scss */
.frontpage .clients-block .views-field-field-logo .field-content img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
}
/* line 1964, ../sass/template/_custom_homepage.scss */
.frontpage .clients-block .views-field-field-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1972, ../sass/template/_custom_homepage.scss */
.frontpage .clients-block.border-bottom {
  border-bottom: none !important;
}

/* line 1980, ../sass/template/_custom_homepage.scss */
#breadcrumb-custom-img-wrapper {
  display: block;
}
/* line 1983, ../sass/template/_custom_homepage.scss */
#breadcrumb-custom-img-wrapper .child-img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 1990, ../sass/template/_custom_homepage.scss */
#breadcrumb-custom-img-wrapper .child-img img {
  width: 100%;
  height: 100%;
}

/* line 1998, ../sass/template/_custom_homepage.scss */
.breadcrumb-style.gva-parallax-background {
  height: 330px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 1998, ../sass/template/_custom_homepage.scss */
  .breadcrumb-style.gva-parallax-background {
    height: 345px;
  }
}
@media (min-width: 992px) {
  /* line 1998, ../sass/template/_custom_homepage.scss */
  .breadcrumb-style.gva-parallax-background {
    height: 505px;
  }
}
/* line 2012, ../sass/template/_custom_homepage.scss */
.breadcrumb-style.gva-parallax-background .container {
  position: absolute;
}

@media (max-width: 767px) {
  /* line 2019, ../sass/template/_custom_homepage.scss */
  .logged-in.frontpage .our-story-image-bg {
    display: none;
  }
}
/* line 2024, ../sass/template/_custom_homepage.scss */
.logged-in.frontpage .our-story-image-bg #block-footerlogo-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
}
/* line 2030, ../sass/template/_custom_homepage.scss */
.logged-in.frontpage .our-story-image-bg #block-footerlogo-2 .block-content {
  flex-shrink: 0;
}
/* line 2035, ../sass/template/_custom_homepage.scss */
.logged-in.frontpage .our-story-image-bg img {
  position: unset;
  transform: unset;
}

@media (min-width: 768px) {
  /* line 2044, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 2047, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:first-of-type {
    max-width: 100%;
    width: 100%;
  }
  /* line 2051, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
  /* line 2054, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  /* line 2059, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    /* <!-- For widget link hovering --> */
  }
  /* line 2066, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner a .widget .title {
    transition: color 0.3s ease;
  }
  /* line 2069, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner a:hover .widget .title {
    color: #26263e !important;
    transform: ease;
  }
  /* line 2073, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner .gsc-block-drupal {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  /* line 2078, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner .gsc-block-drupal #block-footerlogo-2 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  /* line 2083, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner .gsc-block-drupal #block-footerlogo-2 .content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  /* line 2088, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner .gsc-block-drupal #block-footerlogo-2 .content .blazy {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  /* line 2093, ../sass/template/_custom_homepage.scss */
  .frontpage .our-story-custom-block .row .gsc-column:nth-child(2) .bg-size-cover .column-content-inner .gsc-block-drupal #block-footerlogo-2 .content .blazy div {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

/* line 2112, ../sass/template/_custom_homepage.scss */
#block-gaviassliderlayerslidermain--2 .content.block-content > .gavias_sliderlayer.rev_slider_wrapper.fullwidthbanner-container {
  height: auto !important;
}
