@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #163b5f;
  --secondary: #f8b330;
  --gray: #555;
  --darkgray: #222;
  --textcolor: #333;
  --body: #fff;
}

:root .dark {
  --darkblue: #042444;
  --textcolor: #fff;
  --body: #163b5f;
}

body, html {
  font-size: 18px;
  line-height: 1.6em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--textcolor);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: var(--body);
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
  overflow-x: hidden;
}

.main-hide {
  overflow-x: unset;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* overflow-x: hidden; */
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1340px;
  z-index: 1;
}

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

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

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col50 {
  width: 50%;
}

.col60 {
  width: 60%;
}

.col33 {
  width: 33.33%;
}

.col25 {
  width: 25%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 70px;
}

.spaceTop {
  position: relative;
  padding-top: 70px;
}

.uppercase {
  text-transform: uppercase;
}

.accordion-item .accordion-panel.expanded-panel {
  border: 1px solid #d2d2d2;
  padding: 0.5rem 0.5rem 0.5rem 1.8rem;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 11;
  top: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: var(--primary);
}

.header.home {
  z-index: 0;
}

.page-loaded .header.home {
  z-index: 11;
  opacity: 1;
}

.page-loaded .header {
  opacity: 1;
}

.logo {
  position: relative;
  width: 260px;
  padding: 20px 50px 20px 0;
}

.logo img {
  width: 100%;
}

.herobanner {
  width: 100%;
  position: relative;
  background-color: var(--primary);
  color: #fff;
  padding: 30px 0 50px 0;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
}

.heroBoxes {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3%;
}

.herobanner.editor .secTitle h2 {
  color: #fff;
  line-height: 1.1;
  font-size: 2em;
}

.herobanner.editor .secTitle h2 span {
  color: var(--secondary);
  display: block;
  font-size: 150%;
  margin: auto;
  margin-bottom: 15px;
}

.herobanner.editor .btn a {
  background-color: var(--secondary);
  color: var(--primary);
}

.herobanner.editor .btn a:hover:before {
  background-color: #fff;
}

.floatBtn {
  background-color: var(--secondary);
  position: absolute;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  font-size: 0.85em;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 4px;
  right: -1px;
  top: 20%;
  border-radius: 5px 5px 0 0;
  transform: translate3d(0, -100%, 0) rotate(-90deg);
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  white-space: nowrap;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.editor .floatBtn a:hover, .floatBtn:hover {
  color: var(--primary);
}

.floatBtn:hover {
  background-color: #fff;
}

.secTitle {
  z-index: 3;
  position: relative;
}

.editor .secTitle h2 {
  font-size: 2.3em;
  color: var(--primary);
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
}

.dltheme .icon span {
  color: #fff !important;
}

.topright .icon {
  margin-right: 20px;
  margin-left: 10px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.topright .icon:last-child {
  margin-right: 0px;
}

.topright a>img, .topright .icon>svg {
  width: 28px;
  height: 28px;
}

.topright .icon span {
  position: absolute;
  top: 102%;
  color: #fff;
  padding: 4px 10px 6px 10px;
  line-height: 1;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s;
  left: -34px;
  right: 0;
  font-size: 0.7em;
  width: 100px;
  text-align: center;
}

.topright .icon:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.topright .btn a {
  background-color: #eee;
  color: var(--primary);
  padding: 5px 12px;
  cursor: pointer;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
}

/* ~~~~~~~~~~~~~~ */
.serviceWraper {
  margin-top: 70px;
  padding-bottom: 70px;
}

.features .imageBox {
  position: relative;
  margin-top: 50px;
  margin-left: 50px;
  overflow: hidden;
  visibility: hidden;
}

.isView .imageBox {
  visibility: visible;
}

.isView .imgAni {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  transform-origin: center center;
  transform: scale(1);
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.features:after {
  content: "";
  background-color: var(--secondary);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 120px;
  z-index: -1;
  width: 48%;
}

.featureWrap .features:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.serviceWraper .features .imageBox, .featureWrap .features:nth-child(2n) .imageBox {
  margin-top: 50px;
  margin-right: 50px;
  margin-left: inherit;
}

.serviceWraper .features:after, .featureWrap .features:nth-child(2n):after {
  left: 52%;
}

.features .text {
  position: relative;
}

.features .text:after {
  content: "";
  position: absolute;
  background-image: url(http://www.beehively.com/beehively-icon.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center right;
  opacity: 0.1;
  left: 0;
  bottom: 5%;
  top: 5%;
  right: 0;
  z-index: -1;
}

.features .col40>div>*, .testimonials>article {
  visibility: hidden;
}

.features.isView .col40>div>*, .testimonials>article.isView {
  visibility: visible;
  animation: 0.75s ease-in-out 1 normal both running;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
.bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonialsWrap {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: var(--primary);
}

.testimonialsWrap.editor .secTitle h2 {
  color: #fff;
}

.testimonialsWrap .text {
  padding-bottom: 25px;
  color: #fff;
}

.testimonialsWrap .testimonials {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.testimonials>article {
  background-color: #fff;
  text-align: left;
  border-radius: 10px;
  box-shadow: -7px 7px 7px 1px rgb(13 52 79 / 7%);
  padding: 30px;
  border: 1px solid #eee;
}

.testimonialsWrap .quotes {
  color: var(--secondary);
}

.testimonialsWrap .author strong {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  line-height: 1;
}

.testimonialsWrap .author span {
  position: relative;
  margin-left: 10px;
  color: var(--gray);
  font-size: 0.9em;
}

/* ~~~~~~~~~~~~~~ */
.footer {
  position: relative;
  width: 100%;
  background-color: rgb(22 59 95 / 3%);
}

.footer>.container:before {
  content: "";
  position: absolute;
  background-image: url(http://www.beehively.com/beehively-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  left: 0;
  bottom: 5%;
  top: 5%;
  right: 0;
  z-index: -1;
}

.footer>div {
  padding: 20px 0;
}

.footer.editor h3 {
  color: var(--primary);
  font-size: 1.25em;
}

.footer .col60 {
  width: 70%;
}

.footer .col40 {
  width: 30%;
}

.footer .col60>div:last-child {
  margin-left: 7%;
}

.footer .fttInfo {
  width: 24%;
}

.footer .ftNav>div {
  margin-top: 30px;
  font-size: 0.9em;
}

.footer .ftNav>div strong {
  text-transform: uppercase;
  font-size: 1em;
}

.footer .contactInfo {
  margin-bottom: 20px;
}

.footer.editor .contactInfo i {
  font-size: 12px;
  margin-right: 12px;
  display: inline-block;
  line-height: 1;
  color: currentColor;
  border-right: 1px solid #7ba5aa;
  padding-right: 12px;
}

.footer.editor .col13 h3 span {
  display: block;
}

.footer.editor a {
  color: var(--primary);
}

.footer.editor a:hover {
  color: var(--secondary);
}

.footer.editor .ft-navigation h4 {
  margin-top: 0;
}

.footer.editor ul li {
  margin-right: 0;
}

.editor .ftmenu li ul {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.copyright {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 20px;
  padding-top: 10px;
}

.copyright span {
  padding: 0 10px;
  opacity: 0.7;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 30px;
}

.editor h2 {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--primary);
}

.editor h3 {
  font-size: 1.5em;
  margin: 15px 0;
}

.editor h4 {
  font-size: 1.3em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.2em;
  margin: 15px 0;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

.editor ul, .editor ol {
  margin: 15px 0 15px 5px;
}

.editor ul li, .editor ol li {
  margin-bottom: 8px;
  list-style-type: disc;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.editor ol li {
  list-style-type: decimal;
}

.editor ol ul {
  margin-top: 10px;
}

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #057682;
  color: #fff;
  font-weight: 500;
  border: 1px solid #a0bdbf;
}

.editor table td {
  padding: 5px;
  border: 1px solid #a0bdc0;
}

.editor table tr:nth-child(2n + 1) td {
  background-color: #f1fdfb;
}

.editor table td.bnone {
  border: none;
}

.editor table a {
  word-break: break-word;
}

.editor a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
}

.editor a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.editor .content a {
  text-decoration: underline;
  font-size: 1.05em;
  font-weight: 500;
}

.editor table th a {
  color: #cbdbe6;
}

.editor table th a:hover {
  color: #fff;
}

.editor p:not(:last-child) {
  margin-bottom: 15px;
}

.editor hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #5399a1;
}

.fulltable {
  width: 100%;
}

.editor .btn a, .btn a {
  display: inline-block;
  background-color: var(--primary);
  color: #fff;
  padding: 7px 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  overflow: hidden;
}

.editor .btn.bigbtn a {
  padding: 12px 20px;
  font-size: 1.2em;
}

.editor .btn a:before, .btn a:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  transform-origin: 51%;
}

.editor .btn a:hover:before, .btn a:hover:before {
  background-color: var(--primary);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.editor .btn a:hover:before, .btn a:hover:before {
  background-color: var(--secondary);
}

.editor .bigBtn a {
  padding: 15px 20px;
  font-size: 1.3em;
}

.editor .leftimg {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 30%;
  position: relative;
  z-index: 3;
}

.editor .rightimg {
  float: right;
  margin: 10px 0px 20px 40px;
  max-width: 30%;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.editor h2.title {
  font-size: 2em;
  color: var(--primary);
  position: relative;
  margin-top: 10px;
}

.bannerInn {
  background-color: #e3ecf3;
}

.shapeTop {
  fill: #e3ecf3;
  margin-top: -10px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shapeTop svg {
  width: 100%;
  height: 70px;
}

.pagetitle {
  line-height: 1;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  max-width: 1100px;
}

.editor .pagetitle h1 {
  margin: 0;
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 700;
  position: relative;
  color: var(--primary);
}

/* ~~~~~~~~~~~~~~~~~ */
.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

/* ~~~~~~~~~~~~ */
.scportfolio {
  padding-bottom: 120px;
}

.scportfolio .splide__arrows {
  position: absolute;
  bottom: -50px;
  margin: 0 0 0 auto;
  width: 150px;
  left: 0;
  right: 0;
}

.scportfolio .splide__arrow {
  width: 4em;
  height: 4em;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
}

.scportfolio .splide__arrow svg {
  height: 1.7em;
  width: 1.7em;
}

.scportfolio .col12>div {
  padding: 20px;
  background-color: #fff;
}

.scportfolio .siteItem {
  position: relative;
}

.scportfolio .siteItem:after {
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  opacity: 0.2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.scportfolio .siteText {
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
  width: calc(100% - 100px);
  padding: 20px;
  margin-top: -90px;
  position: relative;
  z-index: 2;
  max-width: 450px;
}

.scportfolio .mobilesite {
  opacity: 1;
  width: 35%;
  height: 100%;
  position: absolute;
  top: 30%;
  right: 10px;
  -webkit-transition: 0.9s all ease;
  -moz-transition: 0.9s all ease;
  transition: 0.9s all ease;
  text-decoration: none;
  color: #565656;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
}

.scportfolio .mobilesite .ssimg {
  position: absolute;
  top: 6.5%;
  left: 0;
  z-index: 1;
  margin: 0px 0 0px 7.3%;
  height: 415px;
  display: block;
  width: calc(100% - 15%);
  overflow: hidden;
}

.scportfolio .mobilesite>div small {
  display: block;
  font-size: 7px;
  padding-left: 4px;
  padding-right: 10px;
  line-height: 1;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scportfolio .my-carousel-progress {
  background: #ccc;
  margin-top: 40px;
  height: 2px;
  position: relative;
}

.scportfolio .my-carousel-progress-bar {
  background: var(--secondary);
  height: 4px;
  transition: width 400ms ease;
  width: 0;
  margin-top: -1px;
  position: absolute;
}

.mobileFrame {
  background-image: url(http://www.beehively.com/mobile-placeholder1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

/* ~~~~~~~~ portfolio-page ~~~~~~~~ */
.portfoliopg .row {
  margin: 0 -20px;
}

.portfolio-box a {
  position: relative;
  display: block;
  height: 350px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  width: calc(33.33% - 40px);
  margin: 20px;
}

.portfolio-box.mob-view a::after {
  content: "";
  background-color: rgb(22 59 95 / 25%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.portfolio-box.mob-view a {
  box-shadow: unset;
}

.portfolio-box a .web-img {
  object-fit: cover;
  width: 100%;
  transform: translateY(0);
  transition: 2s ease-out;
}

.portfolio-box a .mob-img {
  position: absolute;
  top: 25%;
  right: 2%;
  z-index: 1;
  text-align: right;
  transform: translateY(100%);
  -webkit-transition: 0.9s all ease;
  -moz-transition: 0.9s all ease;
  transition: 0.9s all ease;
  width: 250px;
}

.portfolio-box .mob-img.mob-case {
  height: 100%;
  padding: 35px 20px 0 20px;
}

.portfolio-box .mob-img.mob-case img {
  border-radius: 5px;
}

.portfolio-box a .mob-img-show {
  transform: translateY(0);
}

.portfolio-box a:hover .web-img {
  object-fit: cover;
  transform: translateY(calc(-100% + 350px));
  transition: 6s ease-out;
  cursor: pointer;
}

.portfolio-box a {
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.portfolio-box a div {
  position: absolute;
  display: block;
  padding: 10px;
  padding-right: 35px;
  background: var(--primary);
  border-radius: 7px;
  bottom: 2%;
  width: 94%;
  left: 3%;
  color: #fff;
  display: none;
  z-index: 9;
}

.portfolio-box.mob-view a div {
  width: 50%;
}

.portfolio-box a div:hover {
  color: #fff;
  cursor: pointer;
}

.portfolio-box a:hover div {
  display: block;
}

.portfolio-box a div img {
  width: 18px;
  height: 18px;
  /* filter: invert(); */
  position: absolute;
  top: 16px;
  right: 10px;
}

.editor .portfolio-box a div p {
  margin-bottom: 0;
}

.port-school-text p {
  font-size: 1.5em;
  line-height: 1.4em;
}

.port-page-header {
  padding: 40px;
  position: relative;
  background-color: #e3ecf3;
}

.port-page-header h1 {
  max-width: 980px;
  color: var(--primary);
  line-height: 1.2em;
  margin: 0 auto;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
}

.portfolio-main-page section {
  padding: 40px 20px;
  padding-top: 60px;
  overflow: hidden;
}

.portfolio-main-page section:nth-child(even) {
  /* background-color: #f5f5f5; */
  background-color: rgb(4 36 68 / 20%);
}

.portfolio-main-page h1 {
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  color: var(--primary);
  font-size: 2.4em;
  margin-bottom: 30px;
}

.portfolio-main-page h1::before {
  content: "";
  position: absolute;
  background-color: var(--secondary);
  width: 40px;
  height: 5px;
  bottom: 0;
}

.portfolio-text {
  padding-left: 40px;
}

/* .portfolio-text h2 {
font-size: 1.8em;
line-height: 1.3em;
font-weight: 700;
text-transform: capitalize;
margin-top: 0;
color: var(--darkgray);
} */
.portfolio-img {
  position: relative;
  margin-right: 20px;
}

.portfolio-main-page section:nth-child(even) .portfolio-img {
  margin-left: 20px;
  margin-right: 0;
}

.portfolio-img .port-site-img {
  display: inline-block;
  height: 580px;
  overflow: hidden;
}

.portfolio-img .port-site-img img {
  object-position: top;
  width: 100%;
  object-fit: cover;
  padding-right: 120px;
  transform: translateY(0);
  transition: 2s ease-out;
}

.portfolio-img .port-site-img:hover img {
  transform: translateY(calc(-100% + 580px));
  transition: 12s ease-out;
  cursor: pointer;
}

.portfolio-main-page section:nth-child(even) .portfolio-img .port-site-img img {
  padding: 0 0 0 120px;
}

.portfolio-img .port-mob-img {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 320px;
  height: 90%;
  padding: 45px 22px 0px 22px;
}

.portfolio-main-page section:nth-child(even) .portfolio-img .port-mob-img {
  right: auto;
  left: 0;
}

.portfolio-img .port-mob-img img {
  border-radius: 5px;
}

.portfolio-main-page section:nth-child(even) .col40 {
  order: 1;
}

.portfolio-main-page section:nth-child(even) .col60 {
  order: 2;
}

.transform-text-wrap {
  background-color: #e3ecf3;
}

.transform-text-wrap h1 {
  max-width: 1020px;
  margin: 0 auto;
  color: var(--primary);
  font-weight: 700;
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.sch-list-wrap {
  margin: 0 -15px;
}

.sch-list-wrap .col33 {
  color: var(--darkgray);
  margin: 0 15px;
  width: calc(33.33% - 30px);
  padding: 15px 20px;
  background-color: #fff6e4;
  border-radius: 10px;
}

.sch-list-wrap .col33:nth-child(even) {
  background-color: #e3ecf3;
}

.sch-list-wrap h3 {
  margin-top: 0;
  color: var(--primary);
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.3em;
  text-transform: capitalize;
}

.sch-list-wrap h3::after {
  content: "";
  position: absolute;
  background-color: var(--secondary);
  width: 40px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.schl-web-wrap .web-img {
  height: 480px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.schl-web-wrap .mob-img.mob-case {
  height: 70%;
  padding: 36px 22px 0 22px;
  width: 44%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.schl-web-wrap .mob-img.mob-case img {
  border-radius: 5px;
}

.schl-web-wrap {
  position: relative;
  padding-bottom: 40px;
}

.schl-web-wrap .schl-text {
  width: calc(100% - 44%);
  background-color: #fff;
  padding-left: 15px;
}

.schl-web-wrap .schl-text h3 {
  min-height: 58px;
  color: var(--primary);
}

.schl-form-sect {
  padding: 40px;
  text-align: center;
  position: relative;
}

.schl-form-sect:after {
  content: "";
  position: absolute;
  background-color: #e3ecf3;
  top: 0;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  z-index: -1;
}

.schl-form-sect h1 {
  /* color: var(--primary); */
  font-weight: 700;
}

.schl-form-sect h2 {
  color: var(--primary);
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3em;
}

.schl-form-sect p {
  font-size: 1.3em;
  line-height: 1.4em;
  max-width: 1080px;
  margin: 0 auto;
}

.whatnext+.schl-form-sect h2 {
  margin-top: 0;
}

.support_ttl_wrap.text-center {
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.storypg .col40 {
  position: relative;
}

.storypg .story-text {
  position: absolute;
  color: var(--darkgray);
  background-color: #fffcf6;
  right: -80px;
  width: 100%;
  padding: 40px 30px;
  bottom: -20px;
  z-index: 1;
}

.storypg .story-wrap:nth-child(even) .story-text {
  right: auto;
  left: -80px;
}

.storypg .story-text h2 {
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  position: relative;
  margin-top: 0;
  padding: 0 54px 15px 0;
}

.storypg .story-text h2::after {
  content: "";
  position: absolute;
  background-color: var(--secondary);
  width: 60px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.storypg .story-text p {
  font-size: 1.1em;
  line-height: 1.2em;
}

.storypg .story-wrap:nth-child(even) .col40 {
  order: 2;
}

.storypg .story-wrap:nth-child(even) .col60 {
  order: 1;
}

.scportfolio .portfolioWrap .siteItem:after {
  content: unset;
}

.check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-group label {
  position: relative;
  cursor: pointer;
}

.check-group label:before {
  content: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid var(--primary);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
}

.check-group input:checked+label::before {
  background-color: var(--primary);
}

.check-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* .mockup_ttl_wrap {
max-width: 1020px;
margin: 0 auto;
} */
.accordion .accordion-header-button {
  font-size: 1.1em;
}

.com_faq {
  padding-top: 20px;
  padding-bottom: 40px;
}

.bee-chat .col33:nth-child(even) {
  position: relative;
}

.bee-chat .col33:nth-child(even)::after {
  content: "";
  position: absolute;
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/888/files/96928/cdn_url.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: -10px;
  bottom: -15px;
}

.abtboxesWrap {
  position: relative;
  padding: 50px 0 10px 0;
}

.abtboxesWrap .row>article {
  padding: 40px;
}

.abtboxesWrap .row .imageBg {
  position: relative;
  padding-right: 100px;
}

.abtboxesWrap .row .beeImg {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 0;
  bottom: 0;
}

.abtboxesWrap>section:last-child .beeImg {
  left: 0;
}

.abtboxesWrap .row .imageBg>img {
  border: 15px solid #fff;
}

.abtboxesWrap .row .imageBg:after {
  position: absolute;
  content: "";
  background-color: rgb(4 36 68 / 30%);
  top: 0;
  left: -100vw;
  right: 40%;
  bottom: 0;
  z-index: -1;
}

.abtboxesWrap .row.row-reverse .imageBg {
  padding-left: 100px;
  padding-right: 0px;
}

.abtboxesWrap .row.row-reverse .imageBg:after {
  left: 40%;
  right: -100vw;
  background-color: rgb(248 179 48 / 50%);
}

.editor .abtboxesWrap h2 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2em;
}

.editor .abtboxesWrap p {
  font-size: 1.2em;
  line-height: 1.4em;
}

.seoBox {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1140px;
  margin: auto;
  font-size: 1.1em;
}

.editor .seoBox h2 {
  font-size: 1.7em;
}

.seoBox2Wrap .row {
  position: relative;
  z-index: 3;
  margin-top: 80px;
}

.seoBox2Wrap .shapeTop {
  fill: #fff;
  width: 100%;
  top: 0;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.seoboxBG, .editor .seoboxBG h2 {
  color: #fff;
}

.seoBox2Wrap .contentBox {
  position: relative;
  z-index: 4;
}

.seoBox2Wrap .contentBox:before {
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: -100vh;
  right: -100vh;
  z-index: -1;
  background-image: url(http://www.beehively.com/cuve.svg);
}

.seoBox2Wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vh;
  right: -100vh;
  z-index: -3;
  background-color: var(--primary);
}

.editor .seoBox2Wrap .contentText ul li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  background-image: url(http://www.beehively.com/bullet-icon.svg);
  background-repeat: no-repeat;
  color: #fff;
  background-size: 30px;
  background-position: left 6px;
  left: -25px;
  padding-left: 50px;
}

.editor .seoBox2Wrap .contentText ul li strong {
  display: block;
  font-size: 1.2em;
  margin-bottom: 7px;
}

.about_wrap::before {
  content: "";
  position: absolute;
  background-image: url("https://app.beehively.com/beehively/cms/admin/sites/888/files/96936/cdn_url.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100px;
  height: 100px;
  left: -20px;
  top: -20px;
}

.about_wrap h2 {
  margin: 15px 0 10px;
  display: inline-block;
}

.about_wrap .last_bee_about img {
  width: 70px;
}

.communicate_img {
  margin: 40px 0;
  padding: 30px;
  background-color: rgb(4 36 68 / 23%);
}

.communicate_img .com_img {
  padding: 20px;
  background-color: #fff;
  margin: 15px 10px;
}

.communicate_img .com_img img {
  width: 100%;
}

.redesign_points .row {
  margin: 0 -15px;
}

.redesign_points .col50 {
  padding: 15px;
}

.redesign_box {
  position: relative;
  cursor: pointer;
}

.redesign_box .imageBg::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(22 59 95 / 75%));
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.redesign_box .redesign_ttl {
  position: absolute;
  bottom: 0;
  padding: 0px 20px 15px;
  color: #fff;
  width: 100%;
}

.redesign_box .redesign_ttl span {
  display: flex;
  align-items: center;
}

.redesign_box .redesign_ttl span i {
  font-size: 0.6em;
  display: inline-flex;
  margin-left: 12px;
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

.editor .redesign_ttl h3, .editor .redesign_text h1 {
  font-size: 2em;
  margin: 0;
  margin-bottom: 8px;
  line-height: 1.2em;
  letter-spacing: 0.8px;
}

.editor .redesign_text h1 {
  margin-bottom: 20px;
}

.editor .redesign_text p {
  font-size: 1.2em;
}

.redesign_box .redesign_text {
  background-color: var(--primary);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.redesign_box:hover .redesign_text {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.redesign_box .imageBg {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.redesign_box:hover .imageBg {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.redesign_box>div {
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -ms-transition: none;
}

.redesign_box:hover>div {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  -ms-transition: none;
}

.redesign_reasons .row {
  margin: 0 -15px;
}

.redesign_reasons .epic_text_wrap {
  cursor: pointer;
  position: relative;
  border: 3px solid #e3ecf3;
  padding: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 0px #eee;
  -moz-box-shadow: inset 0px 0px 0px 0px #eee;
  box-shadow: inset 0px 0px 0px 0px #eee;
  margin: 15px;
  width: calc(25% - 30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary);
  background-color: #fff;
}

.redesign_reasons .epic_text_wrap:nth-child(even) {
  border-color: #fef0d6;
}

.redesign_reasons .epic_text_wrap p {
  color: var(--darkgray);
}

.redesign_reasons .epic_text_wrap:hover {
  border-color: var(--primary);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--primary);
  box-shadow: inset 0px 0px 0px 2px var(--primary);
  background-color: #e3ecf3;
}

.redesign_reasons .epic_text_wrap:nth-child(even):hover {
  border-color: var(--secondary);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--secondary);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--secondary);
  box-shadow: inset 0px 0px 0px 2px var(--secondary);
  background-color: #fef0d6;
}

.editor .epic_text_wrap h3 {
  line-height: 1.2em;
  margin: 0 0 10px 0;
  font-size: 1.4em;
}

.redesign_reasons h2.epic_ttl_redesign {
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0;
  padding-bottom: 30px;
}

/* **~~~~~~~~~~~~~~~ */
.aplusWrap .aplusHeader {
  line-height: 1;
  padding-bottom: 30px;
  letter-spacing: 2px;
  font-size: 1.1em;
}

.aplusWrap .aplusHeader>p:first-child {
  margin-bottom: 10px;
}

.aplusWrap .aplusHeader h2 {
  font-size: 4.3em;
  line-height: 1;
  margin: 0;
}

.aplusWrap .aplusHeader .cursive {
  font-family: "Parisienne", cursive;
  font-size: 3em;
}

.aplusWrap .aplusHeader .bigfont {
  text-transform: uppercase;
}

.aplusWrap .aplusBoxes .col12 {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff6e4;
  border-radius: 10px;
  padding: 20px;
  width: 49%;
}

.aplusWrap .aplusBoxes .col12 .rightimg {
  max-width: 400px;
}

.aplusWrap .aplusBoxes .col12 h3, .aplusWrap .aplusBoxes .col12 h4 {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
}

.aplusWrap .aplusBoxes .col12.infobox {
  background-color: #e3ecf3;
}

.aplusWrap .aplusBoxes .col12.infobox .flex img {
  display: inline-block !important;
  margin-right: 20px !important;
  max-width: 90px !important;
}

.aplusWrap .aplusBoxes .col12.infobox .flex {
  font-size: 1.2em;
}

.aplusWrap .aplusBoxes .col12.infobox .flex>p {
  margin-bottom: 0;
}

.aplusWrap .aplusBoxes .col12.infobox .flex strong {
  display: block;
  font-size: 2em;
  margin-bottom: 7px;
  font-family: "Parisienne", cursive;
}

.aplusWrap .col13.partnerBox {
  font-size: 1.2em;
  text-align: center;
  background-color: var(--primary);
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
}

.aplusWrap .col13.partnerBox strong {
  display: block;
  font-family: "Parisienne", cursive;
  text-transform: lowercase;
  font-size: 3em;
  line-height: 1;
}

/* Navigation */
.nav {
  margin: 0 0 0 auto;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  position: relative;
  margin-right: 25px;
}

/* .menu>li:not(:last-child) {
margin-right: 24px;
} */
.menu li a {
  color: var(--darkgray);
}

.menu>li>a {
  position: relative;
  line-height: 46px;
  color: var(--body);
  text-transform: uppercase;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: var(--secondary);
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  bottom: 0px;
  opacity: 1;
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: var(--body);
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li:last-child>ul {
  right: 0;
  left: inherit;
}

/* .menu>li.active>a, .menu>li:hover>a {
color: var(--secondary);
} */
.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  color: var(--textcolor);
  font-size: 0.95em;
}

.menu>li.active>a, .menu>li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--secondary);
  background-color: transparent;
}

#menu-trigger, .mobile {
  display: none;
}

.mobile.info-details i {
  font-size: 12px;
  display: inline-block;
  color: var(--secondary);
}

.mobile.info-details {
  margin-top: 15px;
  padding: 15px;
}

.mobile.info-details a, .mobile.info-details span {
  padding-left: 10px;
}

.mobile.info-details .col12 {
  width: 100%;
  margin-bottom: 10px;
}

/* ~~~~~~~~~ Application Newsletter pages ~~~~~~~~~~~~ */
.newsletterWrap {
  padding-top: 20px;
}

.newsletterWrap>div:not(:nth-child(3n)) {
  margin-right: 1.5%;
}

.newsletterWrap>div {
  width: 32.33%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
}

.newsletterWrap>div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(136, 113, 85, 0.93);
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.newsletterWrap .web-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  z-index: 2;
  padding: 40px;
}

.editor .newsletterWrap h3 {
  font-size: 1.2em;
}

.newsletterWrap .web-info .text {
  left: -50%;
  position: absolute;
  width: 50%;
  padding-left: 20px;
  padding-right: 10px;
  z-index: 3;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.newsletterWrap>div:hover .web-info, .newsletterWrap>div:hover:after, .newsletterWrap>div.getActive .web-info, .newsletterWrap>div.getActive:after {
  opacity: 1;
}

.newsletterWrap a.mobilesite {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: 10px;
  transform: translateY(100%);
  -webkit-transition: 0.9s all ease;
  -moz-transition: 0.9s all ease;
  transition: 0.9s all ease;
  text-decoration: none;
  color: #565656;
}

.newsletterWrap>div:hover a.mobilesite, .newsletterWrap>div.getActive a.mobilesite {
  transform: translateY(0);
}

.newsletterWrap>div:hover .text, .newsletterWrap>div.getActive .text {
  left: 0;
}

.newsletterWrap a.mobilesite .ssimg {
  position: absolute;
  top: 10.2%;
  left: 0;
  z-index: 1;
  margin: 0px 0 0px 6.7%;
  height: 350px;
  display: block;
  width: calc(100% - 13.2%);
}

.newsletterWrap>div a.mobilesite>div small {
  display: block;
  font-size: 7px;
  padding-left: 4px;
  padding-right: 10px;
  line-height: 1;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* tips_page */
.directioncolumn {
  flex-direction: column;
  -ms-flex-direction: column;
}

.tips_page .row {
  margin: 0 -30px;
}

.tips_page .tips_col_wrap {
  width: calc(50% - 60px);
  margin: 30px;
}

.tips_col_wrap .tips_img img {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tips_col_wrap:hover .tips_img img {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  background-color: #e3ecf3;
}

.tips_col_wrap:hover:nth-child(even) .tips_img img {
  background-color: #fef0d6;
}

.tips_col_wrap .tips_text {
  cursor: pointer;
  position: relative;
  border: 3px solid #e3ecf3;
  padding: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 0px #eee;
  -moz-box-shadow: inset 0px 0px 0px 0px #eee;
  box-shadow: inset 0px 0px 0px 0px #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary);
  background-color: #fff;
  margin-top: 60px;
}

.tips_col_wrap:nth-child(even) .tips_text {
  order: 1;
  margin-top: 0;
  margin-bottom: 60px;
  border-color: #fef0d6;
}

.tips_col_wrap:hover .tips_text {
  border-color: var(--primary);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--primary);
  box-shadow: inset 0px 0px 0px 2px var(--primary);
  background-color: #e3ecf3;
}

.tips_col_wrap:hover:nth-child(even) .tips_text {
  border-color: var(--secondary);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--secondary);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--secondary);
  box-shadow: inset 0px 0px 0px 2px var(--secondary);
  background-color: #fef0d6;
}

.tips_col_wrap .tips_text::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #e3ecf3;
  left: 45%;
  top: -28px;
  transform: rotate(90deg);
}

.tips_col_wrap:nth-child(even) .tips_text::before {
  bottom: -28px;
  top: auto;
  background-color: #fef0d6;
}

.tips_col_wrap:hover .tips_text::before {
  background-color: var(--primary);
}

.tips_col_wrap:hover:nth-child(even) .tips_text::before {
  background-color: var(--secondary);
}

.tips_col_wrap .tips_text h3 {
  margin: 0 0 10px 0;
  line-height: 1.3em;
  font-size: 1.6em;
}

.tips_col_wrap:hover .tips_text h3 {
  color: var(--primary);
}

.tips_page .tips_col_wrap:nth-child(even) .tips_img {
  order: 2;
}

.tips_col_wrap .tips_text .btn a {
  margin-top: 0;
}

/* top-things */
.top-things .row {
  margin: 0 -40px;
}

.top-things .thingwrap {
  padding: 40px;
  position: relative;
}

.top-things .thingwrap:nth-child(even) {
  margin-top: 100px;
}

.top-things .thingwrap h1 {
  font-size: 8em;
  color: var(--secondary);
  font-weight: 800;
  margin: 0;
  line-height: 100px;
  left: 12px;
  top: 8px;
  position: absolute;
  background-color: rgb(255 255 255 / 80%);
  padding: 10px 20px 20px 10px;
  border-bottom-right-radius: 30px;
}

.top-things .thingwrap:hover h1 {
  color: var(--primary);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.top-things .thingwrap h2 {
  font-size: 1.7em;
  position: relative;
  padding-left: 45px;
  text-transform: capitalize;
}

.top-things .thingwrap:hover h2 {
  color: var(--secondary);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.top-things .thingwrap h2 i {
  font-size: 0.65em;
  position: absolute;
  left: 0;
  top: -6px;
  font-weight: normal;
}

.top-things .thingwrap p {
  font-size: 1.2em;
  line-height: 1.5em;
}

/* elea page */
.inner-sub-ttl-wrap.mediumwrap.text-center {
  margin: 0 auto;
  font-size: 1.6em;
  padding-bottom: 20px;
}

.elea_pg .row {
  padding: 20px;
  margin-top: 30px;
  align-items: center;
  position: relative;
}

.elea_pg .row::before {
  content: " ";
  position: absolute;
  width: calc(100% - 150px);
  height: 100%;
  border: 1px solid;
  border-color: var(--primary);
  border-radius: 10px;
  left: 150px;
  top: 0;
  z-index: -1;
}

.elea_20 {
  width: 25%;
  text-transform: uppercase;
  padding: 10px 10px 10px 0;
  background-color: #fff;
  text-align: center;
}

.elea_20_text {
  width: calc(75% - 15px);
  margin-left: 15px;
}

.elea_20 h1 {
  font-size: 4em;
  color: var(--primary);
  margin-bottom: 0;
}

.elea_20 h5 {
  margin: 0;
}

.elea_form h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0 0 30px;
}

/* elea page */

/* lightdark page */
.lightdark_top p {
  color: var(--primary);
  font-size: 2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.lightdark_top p span {
  color: var(--secondary);
  margin-right: 10px;
}

.lightdark_top p img {
  width: 40px;
  margin-left: 10px;
  border-radius: 50%;
}

.lightdark_top>.row>.col12 {
  padding: 5px;
  background-color: #fff;
}

.whydarklight-img {
  position: relative;
}

.whydarklight-img::before {
  content: "";
  position: absolute;
  border: 4px solid var(--secondary);
  width: 100%;
  height: 100%;
  left: 20px;
  bottom: -20px;
}

.whydarklight .row:nth-child(even) .whydarklight-img::before {
  left: auto;
  right: 20px;
}

.whydarklight .row:nth-child(even) .col12 {
  order: 2;
}

.whydarklight .row:nth-child(even) .col12.whydark-content {
  order: 1;
}

.whydarklight h2, .getstart h2 {
  font-size: 1.8em;
}

.next-content {
  background-color: #fff5e3;
  padding: 60px 30px;
  border-right: 0;
  margin-left: 80px;
  color: var(--darkgray);
}

.editor .next-content h2 {
  margin-top: 0;
}

/* ~~~~~~~~~~~~~~~~~~ */
.contentBox1 h2 strong {
  font-weight: 800;
  color: var(--secondary);
  font-size: 1.3em;
}

.contentBox1 h3 {
  color: var(--primary);
  margin-top: 30px;
}

.contentBox2>article {
  position: relative;
  padding: 40px 0;
}

.editor .contentBox2 ul li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  background-image: url(http://www.beehively.com/bullet-icon-dark.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 3px;
  left: -25px;
  padding-left: 50px;
}

.dark .editor .contentBox2 ul li {
  background-image: url(http://www.beehively.com/bullet-icon.svg);
}

.editor .contentBox2 ul li strong {
  display: block;
  font-size: 1.2em;
  margin-bottom: 7px;
}

.content2img {
  position: relative;
}

.content2img::before {
  content: "";
  position: absolute;
  background-color: var(--secondary);
  width: 100%;
  height: 100%;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}

.offerBox {
  color: var(--darkgray);
  padding: 40px;
  margin: 25px auto 60px;
  border-radius: 40px;
  background-color: var(--secondary);
  font-size: 1.2em;
}

.referralBox.schl-form-sect {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.editor .referralBox.schl-form-sect ul, .editor .referralBox.schl-form-sect ol {
  font-size: 1.2em;
}

.referralBox.schl-form-sect p {
  max-width: inherit;
}

.pad-tb35 {
  padding: 35px 0;
}

.rpboxesWrap>article img {
  border-radius: 10px;
}

.rpboxesWrap>article header {
  position: relative;
  background-color: var(--body);
  min-height: 200px;
  color: var(--textcolor);
  margin: -60px 15px 0 15px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.1);
}

.editor .rpboxesWrap>article header h3 {
  margin-top: 0;
}

.rpboxesWrap>article header .itemNo {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 6.5em;
  font-weight: 700;
  color: var(--gray);
  display: inline-block;
  line-height: 1;
  padding: 10px;
  z-index: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-fill-color: #8d8a8a00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(189, 189, 189, 0.35);
}

.upgrade-text-today {
  padding: 30px 0;
}

.yearendBox {
  padding: 20px 40px;
  background-color: #fff5e2;
  margin: 20px auto;
}

.dark .yearendBox p, .dark .editor .yearendBox h2 {
  color: var(--darkblue);
}

.yearendBox h2 strong {
  color: var(--secondary);
  display: block;
  font-weight: 800;
  font-size: 1.2em;
  margin-top: 5px;
}

.content4Sect {
  padding: 40px 0;
}

.content4Sect ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.content4Sect ul li {
  border: 2px solid var(--primary);
  border-radius: 10px;
  list-style: unset;
  width: calc(33.33% - 30px);
  margin: 10px 15px;
}

.dark .content4Sect ul li {
  border-color: #375776;
}

.content4Sect ul li p {
  padding: 12px;
}

.content4Sect ul li p:first-child {
  background-color: var(--primary);
  color: var(--body);
  font-size: 1.2em;
  margin: 0;
  border-radius: 8px 8px 0 0;
}

.dark .content4Sect ul li p:first-child {
  background-color: var(--darkblue);
  color: #fff;
}

.content5opp {
  position: relative;
}

.content5opp div {
  position: relative;
  z-index: 1;
}

.content5opp img {
  width: 80px;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
}

.content5opp h2, .content4opp h2 {
  margin-top: 0;
}

.content6Box {
  padding: 40px 0 10px 0;
}

.content6Box p {
  font-size: 1.5em;
  padding-bottom: 15px;
}

.note {
  font-size: 0.8em;
}

/* free redesign */
.advantageBox h2 {
  text-align: center;
}

.advantageBox ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.advantageBox ul li {
  width: calc(25% - 30px);
  margin: 15px;
  border: 2px solid var(--primary);
  border-left-width: 8px;
  border-radius: 10px;
  padding: 15px 15px 30px 15px;
  list-style: unset;
  position: relative;
}

.dark .advantageBox ul li {
  border-color: #375776;
}

.advantageBox ul li p:first-child {
  font-size: 1.2em;
  color: var(--primary);
}

.dark .advantageBox ul li p:first-child {
  color: #fff;
}

.advantageBox ul li span {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #fff6e4;
  color: var(--primary);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark .advantageBox ul li span {
  background-color: #375776;
  color: #fff;
}

.howWorkttl {
  margin-bottom: 15px;
}

.free-design-start {
  padding-top: 40px;
}

/* event-conference-page */
.eventWrap .eventBoxes {
  padding: 40px 20px;
  margin: 20px 0;
  background-color: #e3ecf3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.eventWrap .eventBoxes:hover {
  background-color: var(--primary);
  color: var(--body);
}

.eventPg .eventImg {
  margin: 30px 0;
  padding: 30px;
  background-color: #e3ecf3;
}

.eventPg .eventImg img {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.event-presentation {
  margin-bottom: 30px;
}

.event-presentation iframe {
  width: 100%;
  padding: 20px;
  background-color: #e3ecf3;
  height: 580px;
}

.dark .editor .eventWrap .eventBoxes {
  text-decoration: none;
  color: var(--primary);
}

.dark .editor .eventWrap .eventBoxes:hover {
  background-color: var(--darkblue);
  color: var(--textcolor);
}

/* event-conference-page */
.stepsBoxes {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(184px, 1fr));
}

.editor .stepsBoxes>* {
  background-color: #163b5f;
  padding: 15px;
  margin-bottom: 0 !important;
  color: #fff;
}

.editor .stepsBoxes>* strong {
  font-size: 1.1em;
}

.editor .stepsBoxes>*:nth-child(2) {
  background-color: #90ADD8;
}

.editor .stepsBoxes>*:nth-child(3) {
  background-color: #BE8600;
}

.editor .stepsBoxes>*:nth-child(4) {
  background-color: #683E00;
}

.editor .stepsBoxes>*:nth-child(5) {
  background-color: #001C3C;
}

/* general inquire page */
.inquireSect .row {
  align-items: flex-start;
  position: relative;
}

.inquireSect .inquireText {
  padding: 40px;
  top: 0;
  left: 0;
  position: sticky;
  width: 46%;
}

.inquireSect .inquireText h2 {
  font-size: 2em;
  line-height: 1.3em;
}

.inquireSect .inquireForm {
  width: calc(100% - 50%);
  padding: 15px 40px;
}

.appWrap {
  gap: 5%;
}

.appWrap>* {
  flex-basis: 0;
  flex-grow: 1;
}

/* android user page */
.stepWrap article {
  position: relative;
  padding: 30px 30px 30px 0;
  margin: 30px 0;
  align-items: start;
}

.stepWrap article::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  left: 10%;
  top: 0;
  background-color: #e3ecf3;
  border-radius: 5px;
  z-index: -1;
}

.stepWrap .steps {
  padding: 30px 15px;
  background-color: var(--secondary);
  border-radius: 5px;
  margin: 0;
  font-size: 1.4em;
  width: 160px;
  text-align: center;
}

.stepWrap .iosSteps {
  background-color: var(--primary);
  color: var(--body);
}

.stepWrap article div {
  width: calc(100% - 200px);
}

.stepWrap article div p a {
  margin-top: 0;
}

.stepWrap a {
  word-break: break-word;
}

.stepWrap ol ul li {
  list-style-type: square;
}

/* ~~~~~~~~~~~~~~ */
@media screen and (max-width:1320px) {
  .schl-web-wrap .web-img {
    height: 440px;
  }

  .schl-web-wrap .mob-img.mob-case {
    height: 65%;
    width: 46%;
  }

  .schl-web-wrap .schl-text {
    width: calc(100% - 46%);
    padding-left: 8px;
  }

  .inquireSect .inquireText {
    width: 48%;
  }
}

@media screen and (max-width:1190px) {
  .editor .secTitle h2 {
    font-size: 1.8em;
  }

  .footer .col13.fttInfo {
    width: 100%;
  }

  .menu>li:not(:last-child) {
    margin-right: 14px;
  }

  .portfolio-img .port-mob-img {
    width: 300px;
  }

  .port-page-header h1 {
    font-size: 2em;
  }

  .portfolio-main-page h1 {
    font-size: 2.2em;
  }

  .portfolio-main-page section {
    padding: 35px 0;
    padding-top: 50px;
  }

  .portfolio-text {
    padding-left: 20px;
  }

  .sch-list-wrap {
    margin: 0 -10px;
  }

  .sch-list-wrap .col33 {
    margin: 0 10px;
    width: calc(33.33% - 20px);
    padding: 15px;
  }

  .sch-list-wrap h3 {
    padding-bottom: 8px;
    font-size: 1.3em;
  }

  .schl-web-wrap .web-img {
    height: 400px;
  }

  .schl-web-wrap .mob-img.mob-case {
    height: 55%;
    width: 48%;
  }

  .schl-web-wrap .schl-text {
    width: calc(100% - 48%);
  }

  .schl-web-wrap .schl-text h3 {
    font-size: 1.2em;
  }

  .storypg .story-text p {
    font-size: 1.1em;
  }

  .storypg .story-text {
    padding: 14px;
  }

  .schl-form-sect h2 {
    font-size: 1.5em;
  }

  .storypg .story-text h2 {
    font-size: 2.5em;
  }

  .editor .pagetitle h1 {
    font-size: 2em;
  }

  .editor .redesign_ttl h3, .editor .redesign_text h1 {
    font-size: 1.4em;
    letter-spacing: 0.5px;
  }

  .schl-form-sect h1 {
    font-size: 2em;
  }

  .editor .redesign_text p {
    font-size: 1em;
  }

  .redesign_reasons .row {
    margin: 0 -12px;
  }

  .redesign_reasons .epic_text_wrap {
    padding: 12px;
    width: calc(33.33% - 24px);
    margin: 15px 12px;
  }

  .redesign_reasons h2.epic_ttl_redesign {
    font-size: 1.5em;
    padding-bottom: 20px;
  }

  .tips_page .row {
    margin: 0 -20px;
  }

  .tips_page .tips_col_wrap {
    width: calc(50% - 40px);
    margin: 20px;
  }

  .tips_col_wrap .tips_text {
    padding: 15px;
  }

  .tips_col_wrap .tips_text h3 {
    margin: 0 0 8px 0;
    line-height: 1.2em;
    font-size: 1.4em;
  }

  .top-things .row {
    margin: 0 -20px;
  }

  .top-things .thingwrap {
    padding: 20px;
  }

  .top-things .thingwrap h2 {
    font-size: 1.5em;
  }

  .top-things .thingwrap:nth-child(even) {
    margin-top: 60px;
  }

  .top-things .thingwrap h1 {
    font-size: 7em;
    top: -10px;
    left: -10px;
  }

  /* elea page */
  .elea_20 {
    padding: 10px 20px 10px 0;
  }

  .elea_20 h1 {
    font-size: 3em;
  }

  .elea_20 h5 {
    font-size: 1.1em;
  }

  .elea_pg .row::before {
    width: calc(100% - 120px);
    left: 120px;
  }

  /* elea page */
  .next-content {
    padding: 40px 20px;
    margin-left: 15px;
  }

  .advantageBox ul li p:first-child {
    font-size: 1.1em;
  }

  .content5opp img {
    width: 70px;
  }

  /* event-conference-page */
  .eventWrap .eventBoxes {
    padding: 30px 10px;
    margin: 15px 0;
  }

  .event-presentation iframe {
    height: 500px;
  }

  /* event-conference-page */

  /* general inquire page */
  .inquireSect .inquireText h2 {
    font-size: 1.6em;
  }

  .inquireSect .inquireText img {
    max-width: 340px !important;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 40px);
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .testimonialsWrap {
    padding: 50px 0;
  }

  .testimonialsWrap .testimonials {
    position: relative;
    z-index: 3;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }

  .footer .col13 {
    width: 40%;
  }

  .herobanner {
    padding: 20px 0;
  }

  .heroBoxes {
    grid-template-columns: 100%;
    text-align: center;
    gap: 10px;
  }

  .heroBoxes>div:first-child {
    order: 1;
  }

  .heroBoxes img {
    max-width: 80%;
    margin: auto;
  }

  .floatBtn {
    position: fixed;
    right: 50%;
    top: inherit;
    bottom: 0;
    transform: translateX(50%);
  }

  .features:after {
    top: 20px;
    left: 20px;
    bottom: 50%;
  }

  .featureWrap .features:nth-child(2n):after {
    bottom: 50%;
    left: 50%;
  }

  .features .text {
    margin-top: 40px;
  }

  .scportfolio {
    padding-bottom: 100px;
  }

  .scportfolio .splide__arrows {
    margin: 0 auto;
  }

  .pagetitle {
    padding: 40px 0;
  }

  .abtboxesWrap .col50 {
    width: 100%;
  }

  .footer .col60, .footer .col40 {
    width: 100%;
    max-width: inherit;
  }

  .footer .col60>div:last-child {
    margin-left: 0;
  }

  .footer .col60>div, .footer .col40>div {
    width: 48%;
  }

  /* ~~~~~~~~~~~~~~ */
  .topright {
    margin-right: 60px;
  }

  .nav {
    display: none;
    top: 0;
    right: 0;
    height: 100vh;
    position: fixed;
    padding-top: 50px;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
    bottom: inherit;
    overflow-y: auto;
    margin: auto;
  }

  .menu, .nav.showMobiNav, .nav.showMobiNav .mobile {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgb(117 117 117 / 40%);
  }

  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .menu li a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: var(--darkgray);
    background-color: transparent;
  }

  .menu>li>a:after {
    display: none;
  }

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

  .menu li ul li a {
    padding: 6px 0px 6px 6px;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a {
    color: var(--secondary);
    background-color: transparent;
  }

  .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover, .menu>li:hover>a {
    color: #222;
  }

  .menu>li.active>a, .menu li.active li.active li.active>a, .menu li.active li.active>a {
    color: var(--secondary);
    background-color: var(--primary);
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: absolute;
    right: 10px;
    z-index: 11;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 5px;
  }

  #menu-trigger.showMobiNav {
    position: fixed;
    top: 7px;
    background-color: #fff;
  }

  .menuDimmer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
  }

  .menuDimmed {
    overflow: hidden;
  }

  .menuDimmed .header .theme {
    display: none;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
    background-color: var(--primary);
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
    background-color: var(--primary);
  }

  .portfolio-box a {
    width: calc(50% - 40px);
  }

  .portfolio-main-page h1 {
    font-size: 2.2em;
  }

  .portfolio-img .port-site-img {
    height: 480px;
  }

  .portfolio-img .port-site-img img {
    padding-right: 80px;
  }

  .portfolio-main-page section:nth-child(even) .portfolio-img .port-site-img img {
    padding: 0 0 0 80px;
  }

  .portfolio-img .port-mob-img {
    width: 280px;
  }

  .portfolio-text {
    padding: 0 10px;
  }

  .transform-text-wrap p {
    font-size: 1em;
    max-width: 90%;
  }

  .sch-list-wrap .col33 {
    margin: 0 8px;
    width: calc(33.33% - 16px);
    padding: 12px;
  }

  .sch-list-wrap h3 {
    padding-bottom: 6px;
    font-size: 1.1em;
  }

  .storypg .story-text p {
    font-size: 1em;
  }

  .storypg .story-text {
    padding: 12px;
  }

  .editor .pagetitle h1 {
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .transform-text-wrap h1 {
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0 15px;
  }

  .newsletterWrap>div {
    width: 49%;
  }

  .newsletterWrap>div:not(:nth-child(3n)) {
    margin-right: inherit;
  }

  .newsletterWrap>div:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .top-things .row {
    margin: 0 -15px;
  }

  .top-things .thingwrap {
    padding: 15px;
  }

  .top-things .thingwrap h2 {
    font-size: 1.3em;
    padding-left: 30px;
    margin: 10px 0;
  }

  .top-things .thingwrap h2 i {
    top: 0;
  }

  .top-things .thingwrap h1 {
    font-size: 6em;
    line-height: 70px;
  }

  .top-things .thingwrap:nth-child(even) {
    margin-top: 50px;
  }

  /* elea page */
  .elea_20 {
    width: auto;
    padding: 5px 15px 30px;
  }

  .elea_20_text {
    width: 100%;
  }

  .elea_pg .row {
    padding: 15px;
    margin-top: 20px;
  }

  .elea_pg .row::before {
    width: 100%;
    left: 0;
    top: 40px;
    height: calc(100% - 40px);
  }

  .elea_20 h1 {
    font-size: 2.5em;
  }

  .elea_20 h5 {
    font-size: 1em;
  }

  /* elea page */
  .next-content {
    padding: 20px 15px;
    margin-left: 10px;
  }

  .contentBox1 h2 strong, .yearendBox h2 strong {
    font-size: 1.1em;
  }

  .yearendBox h2 {
    margin-bottom: 5px;
  }

  .advantageBox ul li {
    width: calc(50% - 30px);
  }

  /* event-conference-page */
  .event-presentation iframe {
    height: 380px;
  }

  /* general inquiry page */
  .inquireSect .inquireText {
    width: 100%;
    margin-bottom: 0;
    min-height: auto;
    position: relative;
    padding: 30px 10px;
  }

  .inquireSect .inquireForm {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width:767px) {
  h1 {
    font-size: 1.8em;
  }

  .mainWrap {
    padding-top: 0;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .content {
    padding-top: 20px;
  }

  .col12, .col23, .col13, .col40, .col60, .col33, .col50, .aplusWrap .aplusBoxes .col12 {
    width: 100%;
  }

  .col12+.col12 {
    margin-top: 20px;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .editor table td a {
    word-break: break-word;
  }

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }

  .footer.editor .col13 h3 span {
    display: inline-block;
  }

  .features .count {
    right: 20px;
    bottom: 0;
    top: inherit;
  }

  .featureWrap .features:nth-child(2n) .count {
    left: inherit;
    right: 20px;
  }

  .features .text {
    padding: 20px;
  }

  .pagetitle {
    text-align: center;
  }

  .pagetitle .largerText {
    display: none;
  }

  .abtboxesWrap .row .imageBg {
    padding-right: 40px;
  }

  .abtboxesWrap .row.row-reverse .imageBg {
    padding-left: 40px;
  }

  .abtboxesWrap .row>article {
    padding: 20px;
  }

  .abtboxesWrap .row .beeImg {
    width: 120px;
    height: 120px;
  }

  .scportfolio {
    padding-bottom: 100px;
  }

  .portfoliopg .row {
    margin: 0;
  }

  .portfolio-box a {
    width: 100%;
    margin: 15px 0;
  }

  .check-group input:checked+label:after {
    top: 5px;
  }

  .port-page-header {
    padding: 30px 15px;
  }

  .port-page-header h1, .herobanner.editor .secTitle h2 {
    font-size: 1.6em;
  }

  .portfolio-img .port-site-img img {
    padding-right: 40px;
  }

  .portfolio-main-page section:nth-child(even) .portfolio-img .port-site-img img {
    padding: 0 0 0 40px;
  }

  .portfolio-main-page section {
    padding-top: 30px;
  }

  .portfolio-img .port-site-img {
    height: 400px;
  }

  .portfolio-main-page section .col60 {
    order: 2;
  }

  .portfolio-main-page section .col40 {
    order: 1;
  }

  .portfolio-img {
    padding-top: 30px;
  }

  .portfolio-img .port-mob-img {
    width: 200px;
    padding: 30px 18px 0px 18px;
  }

  .sch-list-wrap .col33 {
    margin: 10px 5px;
    width: 100%;
    padding: 12px;
  }

  .shapeTop svg {
    height: 40px;
  }

  .sch-list-wrap h3 {
    font-size: 1.4em;
  }

  .schl-web-wrap .web-img {
    height: 275px;
  }

  .storypg .story-text {
    right: auto;
    bottom: auto;
    position: relative;
  }

  .storypg .story-wrap:nth-child(even) .story-text {
    left: auto;
  }

  .storypg .story-wrap:nth-child(even) .col40 {
    order: 1;
  }

  .storypg .story-wrap:nth-child(even) .col60 {
    order: 2;
  }

  .schl-form-sect {
    padding: 20px 10px;
  }

  .schl-form-sect h2 {
    font-size: 1.2em;
  }

  .bee-chat .col33:nth-child(even)::after {
    width: 80px;
    height: 80px;
    right: 0;
    bottom: -35px;
  }

  .bee_wrap h2::before {
    width: 65px;
    height: 65px;
    left: 0;
    top: -60px;
    background-position: left;
  }

  .bee_wrap p::after {
    width: 80px;
    height: 80px;
    right: -15px;
    bottom: -45px;
    z-index: 1;
  }

  .editor h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.5em;
  }

  .communicate_img {
    margin: 30px 0;
    padding: 10px 15px;
  }

  .communicate_img .com_img {
    padding: 15px;
    margin: 10px 0;
  }

  .com_faq {
    padding: 10px 0;
  }

  .storypg .story-text h2 {
    font-size: 2.2em;
    padding: 0 80px 15px 0;
  }

  .schl-form-sect h1 {
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 10px;
  }

  .editor .abtboxesWrap h3 {
    font-size: 1.6em;
  }

  .redesign_reasons .row {
    margin: 0;
  }

  .redesign_reasons .epic_text_wrap {
    width: 100%;
    margin: 15px 0;
  }

  .newsletterWrap>div, .newsletterWrap>div img {
    width: 100%;
  }

  .tips_page .row {
    margin: 0;
  }

  .tips_page .tips_col_wrap {
    width: 100%;
    margin: 15px 0;
  }

  .tips_page .tips_col_wrap:nth-child(even) .tips_img {
    order: 1;
  }

  .tips_col_wrap:nth-child(even) .tips_text {
    order: 2;
  }

  .tips_col_wrap .tips_text, .tips_col_wrap:nth-child(even) .tips_text {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 10px;
  }

  .tips_col_wrap .tips_text::before, .tips_col_wrap:nth-child(even) .tips_text::before {
    width: 30px;
    top: -18px;
    bottom: auto;
  }

  .tips_col_wrap .tips_text h3 {
    font-size: 1.3em;
  }

  .tips_col_wrap .tips_text p {
    line-height: 1.5em;
  }

  .features:after {
    top: 20px;
    left: 0;
    bottom: 62%;
    width: 80%;
  }

  .featureWrap .features:nth-child(2n):after {
    bottom: 62%;
    left: 20%;
  }

  .features .text {
    margin-top: 20px;
    padding: 0;
  }

  .features .imageBox {
    margin-left: 30px;
  }

  .featureWrap .features:nth-child(2n) .imageBox {
    margin-right: 30px;
  }

  .top-things .thingwrap:nth-child(even) {
    margin-top: 0;
    padding: 20px 15px;
  }

  .top-things .thingwrap h1 {
    left: 0;
    padding: 6px 12px 12px 6px;
    border-radius: 20px;
  }

  .whydarklight .row:nth-child(even) .col12, .whydarklight .row:nth-child(even) .col12.whydark-content {
    order: unset;
  }

  .whydarklight {
    margin-bottom: 0;
  }

  .whydarklight .row:nth-child(even) .whydarklight-img::before {
    right: auto;
  }

  .whydarklight-img::before, .whydarklight .row:nth-child(even) .whydarklight-img::before {
    left: -10px;
    bottom: -10px;
  }

  .bigfont {
    font-size: 1em;
  }

  .next-content {
    padding: 15px;
    margin: 0 0 10px 0;
  }

  .content2img::before {
    left: -10px;
    bottom: -10px;
  }

  .content4Sect ul {
    margin: 0;
  }

  .content4Sect ul li {
    width: 100%;
    margin: 10px 0;
  }

  .content5opp img {
    width: 60px;
    opacity: 0.5;
  }

  .yearendBox {
    padding: 15px 20px;
    margin: 30px 0 auto;
  }

  .contentBox2>article {
    padding: 0;
  }

  .offerBox {
    padding: 20px;
    margin: 40px auto;
    font-size: 1em;
  }

  .upgrade-text-today {
    padding-bottom: 0;
  }

  .topright .icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .topright .btn a {
    margin-right: 10px;
  }

  .content4Sect ul li p:first-child {
    font-size: 1.1em;
  }

  .contentBox1 {
    padding-bottom: 30px;
  }

  .content6Box p {
    padding-bottom: 0;
  }

  .content6Box {
    padding: 30px 0 0;
  }

  .content4Sect {
    padding: 30px 0;
  }

  .advantageBox ul {
    margin: 0;
  }

  .advantageBox ul li {
    width: 100%;
    margin: 10px 0;
  }

  .advantageBox ul li span {
    bottom: -8px;
    right: -8px;
    width: 40px;
    height: 40px;
    font-size: 1.3em;
  }

  .howWorkttl h2 {
    margin-top: 0;
  }

  .free-design-start {
    padding-top: 20px;
  }

  /* event-conference-page */
  .eventWrap .eventBoxes {
    padding: 30px 8px;
    margin: 8px 0;
    width: 48%;
  }

  .eventPg .eventImg {
    margin: 20px 0;
    padding: 20px;
  }

  .event-presentation iframe {
    height: 100%;
  }

  .stepWrap article {
    padding: 0 15px 15px;
    flex-wrap: wrap;
    text-align: center;
  }

  .stepWrap article::before {
    width: 100%;
    left: 0;
  }

  .stepWrap .steps {
    padding: 10px 5px;
    font-size: 1.1em;
    width: 70px;
    margin: -10px auto 0;
  }

  .stepWrap article div {
    width: 100%;
  }

  .stepWrap article ul, .stepWrap article ol {
    text-align: left;
  }

  /* event-conference-page */
}

@media screen and (max-width:690px) {
  .header {
    padding-bottom: 15px;
  }

  .logo {
    padding: 20px;
  }

  .header .container, .topright .btnBox {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .topright {
    width: 100%;
  }

  .footer .contactInfo {
    display: block;
  }

  .footer .col60>div {
    width: 100%;
  }

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

@media screen and (max-width:479px) {
  body, html {
    font-size: 15px;
  }

  .herobanner.editor .secTitle h2 span {
    font-size: 120%;
  }
}

@media print {
  body {
    /* font: 13pt Georgia, "Times New Roman", Times, serif; */
    line-height: 1.3;
    background: #fff;
    color: #000;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
  }

  a, blockquote, table, pre {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  a:link, a:visited, a {
    color: #520;
    font-weight: bold;
    text-decoration: underline;
  }

  .footer {
    page-break-before: always;
  }

  .logo {
    width: 90px;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.45);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.45);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-10px);
  }

  60% {
    transform: translateX(-5px);
  }
}

@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

/* ~~~~~~ theme ~~~~~~~~~~~ */
.dark .testimonials>article, .dark .elea_20 {
  background-color: var(--body);
}

.dark .footer {
  border-top: 1px solid;
  border-color: #3f658b;
}

.dark .editor .pagetitle h1, .dark .editor .secTitle h2, .dark .editor h2, .dark .editor a, .dark .testimonialsWrap .author span, .dark .footer.editor h3, .dark .footer, .dark .footer.editor a, .dark .portfolio-main-page h1, .dark .elea_20 h1, .dark .menu li a, .dark .contentBox1 h3 {
  color: var(--textcolor);
}

.dark .editor.content a {
  text-decoration: underline;
}

.dark .storypg .story-text h2, .dark .editor .next-content h2 {
  color: var(--primary);
}

.dark .header, .dark .herobanner, .dark .bannerInn, .dark .testimonialsWrap, .dark .seoBox2Wrap:after, .dark .schl-form-sect:after, .dark .redesign_box .redesign_text {
  background-color: var(--darkblue);
}

.dark .header {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
}

.dark .shapeTop {
  fill: var(--darkblue);
}

.dark .expanded.accordion-header-button, .dark .accordion-header-button:hover {
  background-color: var(--darkblue) !important;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.dark .accordion-item .accordion-panel.expanded-panel {
  border: none !important;
}

.dark .editor .btn a, .dark .btn a {
  background-color: var(--textcolor);
  color: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
}

.footer.editor a:hover {
  color: var(--secondary);
}

.dark .portfolioWrap .splide__slide, .dark .menu li .droparrow:after, .dark .menu li .droparrow:before {
  background-color: var(--textcolor);
}

.dark .abtboxesWrap .row.row-reverse .imageBg:after {
  opacity: 1;
}

.dark .lightdark_top p {
  color: #3f658b;
}

.dark .seoBox2Wrap .contentBox:before {
  background-image: url(http://www.beehively.com/darkcuve.svg);
}

.dark .elea_pg .row::before {
  border-color: var(--gray);
}

.dark .nav {
  background-color: var(--darkblue);
}