demo@charset "UTF-8";
/*------------------------------------*
    @BASE #PAGE
\*------------------------------------*/
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  background-color: #fff;
  color: #999;
  min-width: 320px;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
/*------------------------------------*
    @BASE #TYPE
\*------------------------------------*/
h1, .h1 {
  font-size: 4.2rem;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
}
h2, .h2 {
  font-size: 3.9rem;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #333;
}
h3, .h3 {
  font-size: 3rem;
  font-weight: 600;
}
h4, .h4 {
  font-size: 2.3rem;
  margin-bottom: 10px !important;
  font-weight: 600;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}
dl dd {
  margin-bottom: 0;
}
p,
ul,
ol,
dl,
pre,
blockquote {
  margin-bottom: 30px;
}
img:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
pre:last-child,
blockquote:last-child {
  margin-bottom: 3px;
}
hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid #eee;
  height: 1px;
  margin: 30px 0;
}
/*------------------------------------*
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* removing outline in Mozilla */
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
/*------------------------------------*
    @OBJECTS #BUTTONS
\*------------------------------------*/
button {
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
button, button:focus, button:active {
  outline: none !important;
}
button:not(.btn), button:focus:not(.btn), button:active:not(.btn) {
  border: none;
}
*[class*="btn-"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: "Hind", sans-serif;
  text-align: center;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 0;
  border: none;
  padding: 0 20px;
}
*[class*="btn-"], *[class*="btn-"]:hover, *[class*="btn-"]:active, *[class*="btn-"]:focus {
  text-decoration: none;
}
/*------------------------------------*
    @OBJECTS #TABLES
\*------------------------------------*/
table,
.table {
  width: 100%;
}
table th,
.table th {
  font-weight: normal;
}
/*------------------------------------*
    @OBJECTS #FORMS
\*------------------------------------*/
.form-control {
  vertical-align: middle;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
textarea.form-control {
  padding: 10px 15px;
  resize: none;
  min-height: 150px;
  line-height: 1.5;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*------------------------------------*
    @OBJECTS #ICONS
\*------------------------------------*/
.icon {
  fill: currentColor;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn .icon:last-child {
  margin-left: 10px;
}
.btn .icon:first-child {
  margin-right: 10px;
}
/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*------------------------------------*
	@COMPONENTS #LAYOUT
\*------------------------------------*/
.menu-on {
  overflow-y: hidden !important;
}
.page {
  background-color: #f3f3f3;
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.container {
 
}
.row--alt {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row--alt > * {
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row--alt > *:not(:last-child) {
  margin-bottom: 10px;
}
.row--alt::before, .row--alt::after {
  display: none;
}
/*------------------------------------*
	@COMPONENTS #FORMS
\*------------------------------------*/
form .btn {
  font-family: "Hind", sans-serif;
}
.form-group {
  margin-bottom: 30px;
}
.form-wrap {
  padding-top: 25px;
}
.form-wrap > *:last-child {
  margin-top: 10px;
}
.form-control {
  color: #333;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0 15px 0;
  height: 50px;
  border: none;
  border-bottom: 1px solid #e0e0e0 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*PLACEHOLDER*/
}
.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #333 !important;
}
@media (max-width: 560px) {
  .form-control {
    padding: 10px;
    height: 40px;
  }
}
.form-control::-webkit-input-placeholder {
  color: #999;
  font-family: "Hind", sans-serif;
}
.form-control::-moz-placeholder {
  color: #999;
  font-family: "Hind", sans-serif;
}
.form-control:-ms-input-placeholder {
  color: #999;
  font-family: "Hind", sans-serif;
}
/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
      padding: 15px 0px;
}
.header__logo {
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 820px) {
  .header__logo {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    height: 50px;
    padding-left: 10px;
  }
}
@media (max-width: 785px) {
  .header__logo {
    margin-right: 5px;
  }
}
/*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  padding-top: 60px;
  
  background-color: #333;
  color: #fff;
}
.footer::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-bottom.png);
	position:relative;
	display:block;
	top:-106px;
	}
@media (max-width: 560px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer__content {
    text-align: center;
  }
}
.footer__title {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 24px;
  margin-bottom: 20px;
}
.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__button span {
  margin-left: 10px;
  text-align: left;
}
.footer__button small {
  opacity: 0.5;
  color: #ffffff;
  font-family: "Hind Condensed";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .footer__button {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}
.footer__menu li {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.footer__menu li a {
  color: #fff;
  font-family: "Hind Condensed";
  opacity: 0.5;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: none;
}
.footer__menu li:not(:last-child) {
  margin-right: 20px;
}
.footer__menu li:hover {
  opacity: 0.5;
}
@media (max-width: 992px) {
  .footer__menu li {
    font-size: 14px;
  }
  .footer__menu li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__menu li {
    margin-right: 0 !important;
  }
}
/*------------------------------------*
	@COMPONENTS #MENU
\*------------------------------------*/
/* MENU */
/* .menunav{position:absolute;height:16px;width:auto;left:20px;top:40px;z-index:85;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
.menunav.sticky{top:13px;left:70px;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
*/

#sticky-header{
width: 100vw !important;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
 .main-nav{
	width: 100% !important;
}
#main-menu{
	width: 100% !important;
}

.custom-button{
padding:5px 8px !important;
}
.header-logo{
height:40px !important;
}
 .sm-buz li {
     float: none !important;
}
}
@media (min-width: 2160px) and (max-width: 1620px) and (orientation: landscape) {
  
 .main-nav{
	width: 100% !important;
}
#main-menu{
	width: 100% !important;
}

.custom-button{
padding:5px 8px !important;
}
.header-logo{
height:40px !important;
}
 .sm-buz li {
     float: none !important;
}
}
.menunav {
  width: auto;
  position: relative;
  float: left;
  z-index: 9998;
}
.menunav {
  margin-left: auto;
}
@media (max-width: 768px) {
  .menunav {
    position: static;
  }
}
.main-nav {
  background: #fff;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .main-nav {
    border-radius: 0px;
  }
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Hind', sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
#main-menu {
  clear: both;
}
@media (min-width: 769px) {
  #main-menu {
    float: left;
    clear: none;
  }
}
/* Mobile menu toggle button */
.header-menu-row {
  position: relative;
}
.main-menu-btn {
  margin: 6px 10px;
  position: absolute;
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media  (max-width: 1024px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: -45px ;
    left: -20px ;
    margin-left: 10px;
  }
  .img-responsive{
  margin-left: 10px
  }
    .sm-buz li {
     float: none;
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
   
}
}
@media  (min-width: 768px) and (max-width: 1200px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: 0;
    left: -130px ;
    margin-left: 10px;
  }
  .img-responsive{
  margin-left: 10px
  }
.sm-buz li {
     float: none;
}
body
{
    max-width: 100% !important;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x:hidden;
}
}
.menu-on .main-menu-btn {
  top: 10px !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 1200px){
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
.main-nav {
  background: transparent !important;
}
#main-menu {
  z-index: 10;
}
#main-menu li:not(:last-child) {
  margin-right: 30px;
}
#main-menu li a {
  color: #2878B6;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-bottom: none !important;
}
#main-menu li a:hover {
  opacity: 0.5;
}
#main-menu li a .sub-arrow {
  display: none;
}
#main-menu li ul {
  border: 1px solid #bbbbbb;
  padding: 5px 0;
  background: #fff;
  background-color: white;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}
#main-menu li ul li {
  width: 100%;
}
#main-menu li ul li a {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
#main-menu li ul li a::after {
  content : "";
  position: absolute;
  left    : 10px;
  bottom  : 15px;
  height  : 3px;
  width   : 17px;
  border-bottom: 3px solid #eaeaea;
}
#main-menu li ul::before {
  -webkit-box-shadow: #999;
          box-shadow: #999;
}
#main-menu .has-submenu {
  position: relative;
  margin-right: 10px;
}
#main-menu .has-submenu::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 17px;
  right: -15px;
}
@media (max-width: 992px) {
  #main-menu li a {
    font-size: 16px;
  }
  #main-menu li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  #main-menu li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  #main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding-top: 30%;
    overflow: scroll;
  }
  #main-menu li:first-child {
    margin-right: 0 !important;
  }
  #main-menu li:first-child ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    background-color: transparent !important;
    border: 1px solid #999 !important;
  }
  #main-menu li:first-child ul li {
    background-color: transparent !important;
    margin-bottom: 0px;
  }
  #main-menu li {
    text-align: center !important;
    margin-right: 0 !important;
    border: none !important;
    margin-bottom: 10px;
    display: block;
  }
  #main-menu li a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none !important;
  }
}
/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title {
  font-family: "Hind", sans-serif;
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .title {
    font-size: 38px;
  }
}
@media (max-width: 560px) {
  .title {
    font-size: 28px;
  }
}
.subtitle {
  color: #fff;
  font-family: "Hind Condensed";
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .subtitle {
    font-size: 18px;
  }
}
.title--dark {
  color: #333;
  font-weight: 700;
  margin-bottom: 50px !important;
}
.text {
  font-family: Hind;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .text {
    font-size: 14px;
  }
}
/*------------------------------------*
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  font-family: "Hind", sans-serif;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn:hover {
  border: none !important;
}
@media (max-width: 560px) {
  .btn {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.btn-warning {
  background-color: #d1be71;
  color: #fff;
}
.btn-warning:hover {
  background-color: #c5ac4a !important;
}
.btn-secondary {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #f3eff2;
  color: #333;
}
.btn-secondary:hover {
  background-color: #ddd2da !important;
}
.btn--sm {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--lg {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*------------------------------------*
	@COMPONENTS #SOCIALS
\*------------------------------------*/
.socials {
  margin-bottom: 35px;
}
.socials a {
  color: #fff;
  opacity: 0.5;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
}
.socials a:not(:last-child) {
  margin-right: 20px;
}
.socials a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .socials {
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------------------------------*
	@COMPONENTS #ADDRESS
\*------------------------------------*/
address {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.footer address {
  opacity: 0.5;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .footer address {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  address {
    line-height: 1.2;
  }
}
/*------------------------------------*
	@COMPONENTS #COPYRIGHT
\*------------------------------------*/
.copyright {
  color: #fff;
  font-family: "Hind", sans-serif;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .copyright {
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  margin-top: -120px;
  position: relative;
  min-height: 56.25vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
  background-color: rgba(225, 225, 225, 0.2);
}
@media (max-width: 1200px) {
  .hero {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 300px;
  }
}
.hero--sm {
  min-height: 500px;
}
@media (max-width: 768px) {
  .hero--sm {
    min-height: 300px;
  }
}
.hero__img {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .hero__img {
    height: 300px;
  }
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .hero__video {
    margin-bottom: 0px;
  }
}
/*------------------------------------*
	@COMPONENTS #SECTION
\*------------------------------------*/
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--cover {
  padding-top: 120px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--cover .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Playfair Display";
}
.section--cover .text {
  max-width: 770px;
  text-align: center;
  font-family: "Hind Condensed";
  font-weight: 700;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 65px;
}
@media (max-width: 560px) {
  .section--cover .text {
    font-size: 16px;
  }
}
/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  background-color: #5B0000;
  -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-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 270px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  margin-right: 30px;
  z-index: 900;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
@media (min-width: 993px) {
  .sidemenu {
    margin-bottom: 0;
  }
}
.sidemenu a {
  color: #fff;
  font-family: "Hind Condensed";
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none !important;
  position: relative;
}
.sidemenu a:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidemenu a:hover {
  opacity: .5;
}
.sidemenu br:last-child {
  display: none;
}
@media (min-width: 993px) {
  .sidemenu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 992px) {
  .sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 15px;
    width: 100%;
    margin-top: -50px;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 10px 20px;
    margin-right: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .sidemenu br:last-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .sidemenu {
    padding: 20px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin-right: 20px;
    margin-bottom: 0 !important;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
}
.menu-on .sidemenu {
  z-index: 0;
}
/*------------------------------------*
	@COMPONENTS #CONTENT
\*------------------------------------*/
.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: -50px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .content-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .content-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 99;
  width: 100%;
}
.content__item {
  background-color: #fff;
  padding: 40px;
  color: #333;
}
.content__item:not(:last-child) {
  margin-bottom: 50px;
}
.content__item .title {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .content__item .title {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .content__item .title {
    font-size: 28px;
    text-align: left;
  }
}
.content__item .title--alt {
  text-align: left;
  margin-bottom: 20px;
}
.content__item .subtitle {
  color: #999;
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.content__item .subtitle::before {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}
@media (max-width: 560px) {
  .content__item .subtitle {
    text-align: left;
  }
  .content__item .subtitle::before {
    left: 60px;
  }
}
.content__item article {
  margin-bottom: 40px;
}
.content__item article .text {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.content__item article .text:not(:last-child) {
  margin-bottom: 30px;
}
.content__item article .text strong {
  font-family: Hind;
  font-weight: 700;
}
@media (max-width: 560px) {
  .content__item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .content__item article {
    margin-bottom: 20px;
  }
  .content__item .text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .content__item:last-child {
    margin-bottom: 40px;
  }
}
/*------------------------------------*
	@COMPONENTS #LIST
\*------------------------------------*/
.list {
  padding-left: 70px;
  margin-bottom: 60px;
}
.list li {
  list-style: none;
  position: relative;
  color: #333;
  font-family: "Hind";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.list li::before {
  content: '\f6f7';
  font-family: "Font Awesome 5 Pro Light";
  font-size: 12px;
  font-weight: 300;
  color: #d1be71;
  position: absolute;
  top: 6px;
  left: -35px;
}
.list li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 560px) {
  .list {
    padding-left: 40px;
    margin-bottom: 40px;
  }
  .list li {
    font-size: 14px;
    line-height: 1.5;
  }
  .list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .list li::before {
    top: 3px;
    left: -30px;
  }
}
/*------------------------------------*
	@COMPONENTS #BOX
\*------------------------------------*/
.box-wrap {
  padding-top: 20px;
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.box:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .box {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.box--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.box--left .box__img {
  right: -40px;
}
.box--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box--right .box__img {
  left: -40px;
}
@media (max-width: 440px) {
  .box--right .box__content {
    text-align: left;
  }
}
.box__title {
  color: #333;
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.box__text {
  color: #333;
  font-family: "Hind";
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 560px) {
  .box__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.box__img {
  max-width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1200px) {
  .box__img {
    position: static;
  }
}
.box__content {
  max-width: 430px;
}
@media (max-width: 1200px) {
  .box__content {
    max-width: 100%;
    padding: 20px 0px !important;
  }
}
@media (max-width: 560px) {
  .box__content {
    padding: 20px;
  }
}
/*------------------------------------*
	@TRUMPS #COLORS
\*------------------------------------*/
.color-primary {
  color: #999 !important;
}
.color-alt {
  color: #333 !important;
}
/*------------------------------------*
	@TRUMPS #HELPERS
\*------------------------------------*/
.clean {
  margin: 0;
  padding: 0;
}
.no-transition,
.no-transition * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}
.nowrap {
  white-space: nowrap;
}
/*------------------------------------*
	@TRUMPS #LAYOUT
\*------------------------------------*/
.spaced1x {
  margin-bottom: 10px !important;
}
.spaced2x {
  margin-bottom: 20px !important;
}
.spaced3x {
  margin-bottom: 30px !important;
}
.spaced4x {
  margin-bottom: 40px !important;
}
.spaced5x {
  margin-bottom: 50px !important;
}
.spaced6x {
  margin-bottom: 60px !important;
}
.spaced7x {
  margin-bottom: 70px !important;
}
.spaced8x {
  margin-bottom: 80px !important;
}
.spaced9x {
  margin-bottom: 90px !important;
}
.spaced10x {
  margin-bottom: 100px !important;
}
/*------------------------------------*\
	@COMPONENTS #TESTIMONIALS
\*------------------------------------*/
.testimonials {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  overflow: hidden;
    height: 250px;
}
@media (max-width: 768px) {
  .testimonials {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.testimonials__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
@media (max-width: 560px) {
  .testimonials__content {
    margin-bottom: 0;
  }
}
.testimonials__text, .testimonials__title {
 color:#000;
}
.testimonials__title {
 font-weight:600;
}
@media (max-width: 768px) {
  .testimonials__text {
   
  }
}
@media (max-width: 560px) {
  .testimonials__text {
    
  }
}
.testimonials__carousel {
  position: relative;
}
.testimonials__carousel .slick-arrow {
  background-color: transparent;
  font-size: 36px;
  color: #000;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: 1;
  text-decoration: none;
}
.testimonials__carousel .slick-arrow--prev {
  left: -50px;
}
.testimonials__carousel .slick-arrow--next {
  right: -50px;
}
@media (max-width: 992px) {
  .testimonials__carousel .slick-arrow--prev {
    left: -20px;
  }
  .testimonials__carousel .slick-arrow--next {
    right: -20px;
  }
}
@media (max-width: 560px) {
  .testimonials__carousel .slick-arrow--prev {
    left: -10px;
  }
  .testimonials__carousel .slick-arrow--next {
    right: -10px;
  }
}
/*------------------------------------*
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
     * Don?t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
/* CUSTOMIZE PHOTO GALLERY */
#wc_photo_title {
display: none;
}
/* CUSTOM BUTTON */
a.custom-button {
	background:#2878B6;
	background-color:#2878B6;	
	border:1px solid #2878B6;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Hind, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:8px 20px;
	text-decoration:none;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	    margin: 2px;
}
a.custom-button:hover {
	background:#fff;
	background-color:#fff;
	color:#2878B6;
	text-decoration:none;
}
.header__content {padding-top:8px;}
.header__button {padding-top:8px;}
.full-header-home {
	background: url(../images/sitepicts/hero-homepage.jpg);
	background-size: cover;
    height: 600px;
    background-position: bottom;}
	
	
/* HERO SECTION */
.hero-text, .hero-text-intro, .hero-text-title {color:#fff;}
.hero-text {padding: 20% 0;}	
.hero-text-intro {font-size:1.2em;}
.hero-text-title {}
.hero-text-button {margin-top:20px;}
.hero-text-dark, .hero-text-intro-dark, .hero-text-title-dark {color:#000;}
a.custom-button-hero {
	background:#fff;
	width:300px;
	padding:10px;
	color:#333;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	}
a.custom-button-hero:hover {
	background:#2878B6;
	background-color:#2878B6;			
	color:#fff;
	}
	
	
.parallax {
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
	
/* SECTIONS */
.no-before::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: '.' !important;
	position:relative;
	color: rgba(255,255,255,0.1);
	top:0px !important;
	    padding-top: 50px;
	}
.fifty {max-width:800px;margin:20px auto;}
.yellow {
	background: rgb(252,202,74);
	background: linear-gradient(rgba(255,255,255,1), rgba(252,202,74,1) );
	margin-bottom: -20px;
	} 
	
.home-image{
	background-image:  url(../images/sitepicts/design2020/yellow-computer-background.png);
	background-size: contain;
    background-position-x: 140%;
    background-repeat: no-repeat;
	}
		
.yellow::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-top.png);
	position:relative;
	display:block;
	top:-46px;
	}
.yellow::after {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-bottom.png);
	position:relative;
	display:block;
	bottom:-46px;
	  /*margin-bottom: -20px; */
	}
.yellow-hr {width:80%;max-width:300px;border: 1px solid #CCC;margin:auto;margin-bottom:10px;}
.yellow-text {color:#000;margin-bottom:20px;}
a.custom-button-yellow {
	background:#333;
	width:300px;
	padding:10px;
	color:#fff;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
a.custom-button-yellow:hover {
	background:#2878B6;
	background-color:#2878B6;			
	color:#fff;
	}
.bluetop {	
	background: linear-gradient(0deg, rgba(18,53,80,1) 0%, rgba(40,116,176,1) 50%, rgba(18,53,80,1) 100%);
	} 	
.bluetop-overlay {	
	background-image: url('../images/sitepicts/design2020/Gradient-Hexagon.svg');;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	} 	
.club-software-inner {
	background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(89,141,179,0.5) 61%, rgba(35,101,150,1) 100%);
}
.club-software {
	background: #EBEBEB;
	background-image: url('../images/sitepicts/design2020/bg-clubsoftware.jpg') !important;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 200px !important;
}
.bcm-header {
	background: #E9EBED;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(89,141,179,0.5) 61%, rgba(35,101,150,1) 100%), url('../images/sitepicts/design2020/hero-bcm.jpg') !important;
	background-size: contain !important;
	background-repeat:no-repeat;
    background-position: right !important;
}
.bluetop::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-top-blue.png);
	position:relative;
	display:block;
	top:-46px;
	}
.bluetop::after {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-bottom-blue-whbee.png);
	position:relative;
	display:block;
	bottom:-26px;
	    margin-bottom: -20px;
	}
.bluetop-hr {width:50%;border: 1px solid #CCC;margin:auto;margin-bottom:10px;}
.bluetop-text {color:#000;margin-bottom:20px;}
a.custom-button-bluetop{
	background:#fff;
	width:300px;
	padding:10px;
	color:#000;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
a.custom-button-bluetop:hover {
	background:#2878B6;
	background-color:#2878B6;			
	color:#fff;
	}
.bluetop h3, .bluetop h4, .bluetop div {color:#fff;}
.blue-section {
	background: rgb(18,53,80);
	background: linear-gradient(0deg, rgba(18,53,80,1) 0%, rgba(40,116,176,1) 50%, rgba(18,53,80,1) 100%);
	padding-bottom:100px;
	background-repeat:repeat;
	}
.blue-section-overlay {
	background-image: url(../images/sitepicts/design2020/Honey_Comb_Background_Overlay.svg);
	background-repeat:repeat;
    background-size: cover;
	}
.blue-section h2, .blue-section h3, .blue-section h4, .blue-section div {color:#fff;}
.blue-hr {width:80%;max-width:300px;border: 1px solid #667C9E ;margin:15px 0;}
.blue-inside {padding-top: 120px;max-width:600px;margin:20px auto;padding-bottom:70px;}
.blue-section .container {margin-bottom:10px;}

.services-header {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/bg-services.jpg');
	padding-bottom:100px;
	background-size:cover;
	}
.services-header-text {width:auto; max-width: 600px;color:#fff;padding: 10% 0;}
.services-header-intro, .services-header-title {color:#fff;}
.services-section {
	background:linear-gradient(0deg, rgba(255,255,255,1.0) 0%, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0) 100%);
	position:relative;
	top: -75px;
	margin-bottom: -75px;
}
.services-section .row {padding:0 0 0 0;}
.services-section .container {padding:0;}
.services-section-img {}
.services-section h4, .services-section h3  {color:#2878B6;}
.services-section div {color:#000;padding:20px 10px;min-height: 120px;}
a.services-section-button{
	background:#82BA32;
	width:100%;
	max-width:200px;
	padding:10px;
	color:#fff;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
a.services-section-button:hover {
	background:#2878B6;
	background-color:#2878B6;			
	color:#fff;
	}
.consulting-header {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/hero-system-consulting.jpg');
	padding-bottom:0px;
	background-size:cover;
	}
.intelligence-header {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/hero-business-intelligence.jpg');
	padding-bottom:0px;
	background-size:cover;
	}
a.yellow-gradient-button{
	background: linear-gradient(0deg, rgba(223,176,31,1.0) 0%, rgba(255,255,255,1.0) 100%);
	width:100%;
	max-width:300px;
	padding:10px;
	color:#000;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
a.yellow-gradient-button:hover {
	background:#E9B01F;
	background-color:#E9B01F;			
	color:#000;
	}
.yacht-section {
	background-image: linear-gradient(0deg, rgba(18,53,80,0.1) 0%, rgba(40,116,176,0.9) 40%, rgba(18,53,80,0.1) 100%), url('../images/sitepicts/design2020/yacht-bg.jpg');
	padding-bottom:100px;
	background-size:auto;
	background-position: center;
	background-repeat:no-repeat;
	}
.yacht-section h2, .yacht-section h3, .yacht-section h4, .yacht-section div {color:#fff;}
.yacht-inside {padding-top: 120px;margin:20px auto;padding-bottom:70px;}
.custom-button-trans {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.2);
	font-size: 1.3em;
	font-weight:600;
	padding:10px;
	color:#fff;	
	text-decoration:none;
	cursor:pointer;	
	display: block;
    text-align: center;
	margin:auto;
	transition: transform .2s; /* Animation */
  width: 100%;
  height: auto;
	}
.custom-button-trans:hover {
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.3);		
	transform: scale(1.2);
	}
a.custom-button-yacht {
	background:#fff;
	width:300px;
	padding:15px;
	color:#333;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
a.custom-button-yacht:hover {
	background:#2878B6;
	background-color:#2878B6;			
	color:#fff;
	}
	
a.custom-button-demo {
	background:#2878B6;
	width:300px;
	padding:15px;
	color:#fff;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
a.custom-button-demo:hover {
	background:#fff;
	background-color:#fff;			
	color:#2878B6;
	}
	
	
.case-section {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url(../images/sitepicts/design2020/bg-casestudy.jpg) !important;
	padding-bottom:100px;
	background-size:cover;
	}
	
	
.faq-section {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%), url('../images/sitepicts/design2020/Honey_Comb_Background_Overlay.svg');
	}
.faq-section-overlay {
	background-image:  url('../images/sitepicts/design2020/Honey_Comb_Background_Overlay.svg');
	}
	
.faq-section h2, .faq-section h3, .faq-section h4, .faq-section div {color:#000;}
.faq-inside {padding-top: 120px;margin:0px auto;padding-bottom:70px;}
.footer-elements div {font-size:0.8em;color:#CCC;}
.footer-bottom {background:#444;color:#CCC;font-size:0.8em;margin:auto;width:100%;padding:20px;} 
.demo-section {
	background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
	padding: 5%;
	padding-bottom:1px;
	}
.demo-section-gutter-line {border-right: 2px solid #dcdcdc;}
.demo-section h2, .demo-section h3, .demo-section h4, .demo-section div {color:#000;}
.demo-hr {width:50%;border: 1px solid #667C9E ;margin:15px 0;}
.demo-inside {padding-top: 120px;max-width:600px;margin:20px auto;padding-bottom:70px;}
.demo-section .container {margin-bottom:100px;}
.explore-section {
	background:#fff;
	}
.explore-section h4 {color:#2878B6;}
.explore-section div {color:#000;padding:20px 0;}
.explore-section-img {min-height: 270px;}
.white {
	background: rgb(255,255,255);
	} 	
.white::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-top.png);
	position:relative;
	display:block;
	top:-46px;
	}
.white::after {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-bottom.png);
	position:relative;
	display:block;
	bottom:-34px;
	    margin-bottom: -20px;
	}
.white-hr {width:50%;border: 1px solid #CCC;margin:auto;margin-bottom:10px;}
.white-text, .white h4, .white div {color:#000;margin-bottom:20px;}
a.custom-button-white {
	background:#333;
	width:300px;
	padding:10px;
	color:#fff;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
a.custom-button-white:hover {
	background:#2878B6;
	background-color:#2878B6;			
	color:#fff;
	}
.home-section {padding-top:100px;}
.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	
	max-width: 350px;
}
.accordion-item {
	border-bottom: 1px dotted #e5e5e5;
}
/* Thumb */
.accordion-thumb {
	margin: 0;
	padding: .8rem 0;
	cursor: pointer;
	
	}
	
.accordion-thumb::before {
		content: '';
		display: inline-block;
		height: 14px;
		width: 14px;
		margin-right: 1rem;
		margin-left: .5rem;
		vertical-align: middle;
		border-right: 1px solid;
		border-bottom: 1px solid;
		transform: rotate(-45deg);
		transition: transform .2s ease-out;
		float:right;
		margin-top: .5rem;
	}
.accordion-panel {
	margin: 0;
	padding-bottom: .8rem;
	display: none;
	color:#fff !important;
}
.accordion-item.is-active {
	color: #6bbf2e;
	}
.accordion-item.is-active .accordion-thumb::before {
		transform: rotate(45deg);
	}
.iconbox {display:block;height:85px;width:auto;margin-bottom:10px;}
.iconbox img {max-height:85px;}
@media (max-width: 600px) {
	.img-large {max-width: 60%; margin: auto; }
	.home-section {padding-top:0px;}
	a.custom-button-hero, a.custom-button-yacht,  a.custom-button-yellow {width:90%;}
	a.custom-button-trans {width:70%;margin-bottom:5px;}
	
	.main-menu-btn {
    top: -50px;
    left: 0px;
	}
	.header-logo {margin-left:50px;}
	
}
@media (min-width: 1301px) {
    span.button-icon {display:none}
    span.button-text {display:block}
}
@media (max-width: 1300px) {
    span.button-icon {display:block}
    span.button-text {display:none}
	
	a.custom-button {
	background:none;
	background-color:none;	
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#2878B6;
	font-family:Hind, sans-serif;
	font-size: 25px;
    font-weight: normal;
    padding: 15px 10px 0px 10px;
	text-decoration:none;
	box-shadow: none;
	}
	a.custom-button:hover {
		background:none;
		background-color:none;
		color:#2878B6;
		text-decoration:none;
	}
	
}  
/*------------------------------------*\
	@COMPONENTS #FEATURES
\*------------------------------------*/
.features {text-align: left;	margin:auto}
.features-box {background: rgba(22,102,163,0.95); padding:40px 15px;}
.features-box h3 {}
.features-box h3::after {
	content: '';
	display:block;
	position:relative;
	width:50%;
	border-bottom: 3px solid #fff;
	padding-top:5px;
	}
@media (max-width: 768px) {
  .features {
    padding-top: 60px;
    padding-bottom: 30px;
	
  }
  .demo-section {padding: 0px !important;
  }
}
.features-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 560px) {
  .features-content {
    margin-bottom: 0;
  }
}
.features-text, .features-title {
 color:#fff;
}
.features-title {
 font-weight:600;
}
@media (max-width: 768px) {
  .features-text { }
  
  .ls-slide div {width:100% !important;margin-left:0% !important;}
  .ls-slide hs {}
}
@media (max-width: 560px) {
  .features-text {
    
  }
}
.features-carousel {
  position: relative;
}
.ls-thumbnail-wrapper {background:#fff;border-bottom:1px solid #eaeaea;padding:5px;}
.ls-inner {max-width:1170px;margin:auto;}
/* ----- standard headers ----- */
.full-header {
	background-size: cover;
    height: 500px;
    background-position: bottom;}
.full-header-whybuz {
	background-image: linear-gradient(to bottom, rgba(18,53,80,0.6), rgba(40,116,176,0.1)), url('../images/sitepicts/design2020/hero-whybuz.jpg');
}
.full-header-text, .full-header-text-intro, .full-header-text-title {color:#fff;}
.full-header-text {padding: 10% 0;}	
.full-header-text-intro {font-size:1.2em;padding-bottom:10px;}
.full-header-text-title {padding-bottom:10px;}
.full-header-text-button {margin-top:20px;}
.full-header-para {max-width:50%;}
@media (max-width: 560px) {
  .full-header-text, .services-header-text {padding: 25% 0 20px 0;}
  .services-header {margin-top:10px;}
  .consulting-header {margin-top: 10px;}
  .intelligence-header {margin-top: 10px; background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/hero-business-intelligence.jpg');}
  .training-header {background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/training-hero.jpg');}
  .support-header {margin-top: 10px;}
  .cloud-header {margin-top: 10px;}
}
.text-black {color:#000;}
.img-medium {max-width: 40%; }
.blue-section-after {padding-bottom: 0px !important;}
.blue-section-after::after {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/hex-bottom-blue.png);
	position:relative;
	display:block;
	bottom:-46px;
	margin-bottom: -20px;
	
	}
.yellow-after::after {    bottom: -34px !important;}
.orange-section {
	background: #FBF3DD;
	padding-bottom:100px;
	padding: 20px 0 40px 0;
	}
.orange-section h2, .orange-section h3, .orange-section h4, .orange-section div {color:#2A79B6;}
.orange-section div {color:#000;}
a.gold-button {
	background:#E9B01F;
	background-color:#E9B01F;	
	border:1px solid #E9B01F#2878B6;
	display:inline-block;
	width:300px;
	margin: auto;
	color:#000;
	
	font-weight:bold;
	text-align:center;
	padding:10px;
	text-decoration:none;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
a.gold-button:hover {
	background:#fff;
	background-color:#fff;
	color:#2878B6;
	text-decoration:none;
}
.pricing-tables {
	background-image: linear-gradient(0deg, rgba(31,60,87,1.0) 0%, rgba(51,125,184,1) 100%);
	padding-bottom:0px;
	background-size:cover;
	padding: 3% 0;
	}
.pricing-tables h1 {color:#fff; font-size:2.3em;} 
.pricing-tables  {color:#fff;}
section{
  width: 100%;
  
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 140px 0;
}
.card{
  position: relative;
  height: auto;
  background: linear-gradient(0deg, rgba(31,60,87,1.0) 0%, rgba(51,125,184,1) 100%);
  border-radius: 0px;
  margin: 0 auto;  
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
  -webkit-transition: .5s;
  transition: .5s;
}
.card-blue-outline {border:1px solid #59ABEB;}
.card-green-outline {border:1px solid #82BA31;}
.card-gold-outline {border:1px solid #E8B020;}
.card-blue {
  background: linear-gradient(0deg, rgba(31,60,87,1.0) 0%, rgba(51,125,184,1) 100%);
  padding:  50px 20px 30px 20px;
  position: relative;
}
.card:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.col-sm-4:nth-child(1) .card ,
.col-sm-4:nth-child(1) .card .title .fa{
  background: linear-gradient(0deg, rgba(31,60,87,1.0) 0%, rgba(51,125,184,1) 100%);
}
.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa{
  background: linear-gradient(0deg, rgba(31,60,87,1.0) 0%, rgba(51,125,184,1) 100%);
}
.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa{
  background: linear-gradient(0deg, rgba(31,60,87,1.0) 0%, rgba(51,125,184,1) 100%);
}
.price, .price-option{
  position: relative;
  z-index: 2;
}
.price-option ul {
  margin: 10px;
  padding: 0;
}
.price-option ul li {
list-style: none;
color: #fff;
}
a.price-button {
  position: relative;
  z-index: 2;
  background: #fff;
  color : #fff;
  width: 70%;
  padding: 5px 0px;
  font-size:0.8em;
  display: block;
  text-align: center;
  margin: auto;
}
a.price-button-blue {background:#59ABEB;}
a.price-button-green {background:#82BA31;}
a.price-button-gold {background:#E8B020;}
a.price-button:hover{text-decoration: none;}
.web-column::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/Blue-Hexagon-Bee.png);
	position:relative;
	display:block;
	top: -46px;
    margin-bottom: -95px;
    z-index: 100;
	}
	
.core-column::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/Green-Hexagon-Bee.png);
	position:relative;
	display:block;
	top: -46px;
    margin-bottom: -95px;
    z-index: 100;
	}
.prem-column::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/Yellow-Hexagon-Bee.png);
	position:relative;
	display:block;
	top: -46px;
    margin-bottom: -95px;
    z-index: 100;
	}
	
.price-title h2 {text-transform:uppercase; color:#fff; font-size: 1.5em; padding:15px 0px;}
.price-blue-border {border-bottom: 1px solid #59ABEB;}
.price-green-border {border-bottom: 1px solid #82BA31;}
.price-gold-border {border-bottom: 1px solid #E8B020;}
.price h4 {font-size:2.0em; color:#59ABEB;margin: 0;padding: 20px 0 ;}
.price-month {font-size: 0.5em; color:#CCC;}
.price-desc {padding:20px 20px;padding:15px 0px;margin:0 0 20px 0;}
.price-option {margin:0 0 20px 0;}
.price-option, .price-option ul li {text-align:left;font-size:0.9em;}
.price-option h4 {text-align:left;font-size:1.1em;}
.gray-section {background:#F4F4F4;}
.gray-section h2, .gray-section h3, .gray-section h4, .gray-section div {color:#000;}
.gray-inside {padding-top: 120px;margin:20px auto;padding-bottom:70px;}
.gray-section-before::before {
	width:100%;
	margin:auto;
	text-align: center;
	content: url(../images/sitepicts/design2020/gray-hexagon.png);
	position:relative;
	display:block;
	top:-46px;
	}
.yellow-fix::after {
	bottom:-30px;
	}
		   
.contact {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(89,141,179,0.5) 61%, rgba(35,101,150,1) 100%), url('../images/sitepicts/design2020/hero-contact.jpg') !important;
	background-size:cover;
}
.contact-box-outer {width:85%;background:#fff;border-left:15px solid #EBF6FF; border-right:15px solid #EBF6FF;padding:30px;margin:auto;}
.contact-box-outer h4, .contact-box-outer div {text-align:center;}
.hs-input {width:100%; border:1px solid #eaeaea;padding:10px;font-size:16px;margin:2px;}
.hs-form-required {display:none;}
.hs-form-field {margin:0px;}
.hs-fieldtype-checkbox {margin-top:20px;}
.inputs-list {list-style:none;}
input.hs-input[type=checkbox] {width: auto;
    margin-right: 5px;
    top: 3px;
    position: relative;}
.hs-error-msg {color:#900;}
.hs-button {
	background:#2878B6;
	border:none;
	width:300px;
	padding:10px;
	color:#fff;	
	text-decoration:none;
	cursor:pointer;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	display: block;
    text-align: center;
	margin:auto;
	}
.hs-button:hover {
	background:#333;
	background-color:#333;			
	color:#fff;
	}  
	
.training-header {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/training-hero.jpg');
	padding-bottom:0px;
	background-size:cover;
	}
.no-after::after {
	width:100%;
	margin:auto;
	text-align: center;
	content: '.' !important;
	position:relative;
	color: rgba(255,255,255,0.1);
	bottom:0px !important;
	    padding-bottom: 50px;
	} 
	
.support-header {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/support-maintenance-hero.jpg');
	padding-bottom:0px;
	background-size:cover;
	}
	
.support-callout {
	padding-bottom: 50px;
    background-image: url('../images/sitepicts/design2020/black-bee.png');
    background-position: center 50px;
    background-repeat: no-repeat;
} 
.cloud-header {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(24,70,106,0.8) 50%, rgba(24,70,106,0.8) 100%), url('../images/sitepicts/design2020/cloud-hosting-hero.jpg');
	padding-bottom:0px;
	background-size:cover;
	} 
	
.icon-box {height:60px;}          

.full-header-community {
	background-image: linear-gradient(to bottom, rgba(18,53,80,0.6), rgba(40,116,176,0.1)), url('../images/sitepicts/design2020/hero-community.jpg');
}   

#clientList li {display:none; list-style:none; padding-bottom:20px;}
a.client-link {font-size: 0.8em;text-decoration:none; color:#000;font-weight:bold;}   

.submitted-message {padding:50px 0px;}  


#sticky-header {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  align-items: center;
  background: #F3F3F3;

}

.sticky-wrapper {
  max-width: 1400px;
  margin: auto;
  }

.sticky {
  padding: 15px 0 15px 0;
  
}

.sticky + .main{
  padding-top: 60px;
}      


#sticky-header {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  align-items: center;
  background: #F3F3F3;

}

.sticky-wrapper {
  max-width: 1400px;
  margin: auto;
  }

.sticky {
  padding: 15px 0 15px 0;
  
}

.sticky + .main{
  padding-top: 60px;
}    

 .mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){ .mobileShow { display: inline;}}
   
.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 1024px){  .mobileHide { display: none;}}
   
  @media only screen 
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  

  }
  
 }

@media only screen and (max-width: 600px) { 
.training-header {
	background-image: opacity: 1;
	
	} 
}  
/* Accordion */

.accordion-collapse { border: none; }
.accordion-button:not(.collapsed) { background-color: transparent; border: none; box-shadow: none; color: #fff; font: 700 24px/25px Hind; text-align: left; }
.accordion-button { background: transparent; border: none; color: #fff; font: 700 24px/25px Hind; text-align: left; padding: 1rem 0rem }
.accordion-body { padding: .5rem 0rem; }
.accordion-body hr { background-color: #fff; }
.accordion-button::after { background-image: url("../images/arrow.png"); height: 42px; width: 33px; }
.accordion-button:not(.collapsed)::after { background-image: url("https://buzsoftware.com/images/sitepicts/design2020/arrow.png"); transform: rotate(90deg); height: 33px; width: 42px;}
             
.aos-animate {margin-bottom:20px;}
                     