* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  color: #0E0E0E;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2rem 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: normal;
}

h1 {
  font-size: 26px;
}

h2 {
  color: #052237;
  font-size: 34px;
}

h2.home-box-top {
  color: #052237;
  font-size: 27px;
}

h3 {
  color: #333333;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h4 {
}

h5 {
}

h6 {
}

hr.wide-pad {
  width: 100%;
  height: 1px;
  margin: 20px auto 40px auto;
  background: #D5D5D5;
  border: 0 none;
}

a {
  color: #168DBF;
  text-decoration: none;
  transition: all ease-in-out 0.12s;
}

a:hover {
  color: #003160;
  text-decoration: none;
}

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

ul, ol {
}

ul li,
ol li {
  margin: 0px 0px 7px 0px;
}

embed, iframe, object {
  max-width: 100%;
}

#wrapper {
  background: #FFFFFF;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0px;
  background: rgba(255, 255, 255) !important;
  z-index: 99;
  transition: all ease-in-out 0.12s;
}

#header-left {
  float: left;
}

#header-logo {
  max-width: 150px;
  font-size: 0;
}

#header-logo a {
  display: block;
}

#header-logo a img {
  display: block;
  height: auto;
  max-width: 100%;
}

#header-right {
  position: relative;
  float: right;
}

#navigation,
#phone-number,
#header-buttons {
  display: inline-block;
  vertical-align: middle;
}

#navigation {
  margin-right: 40px;
}

#phone-number {
  color: #333333;
  font-family: 'Roboto Condensed', serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#icon-lite {
  color: #999999;
}

#phone-number a,
#phone-number a:hover {
  color: #333333;
}

#phone-number a i {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

#header.sticky {
  padding: 16px 0px;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

#header.sticky #header-logo,
#header.sticky #header-logo img {
  max-width: auto;
  height: 40px;
}

#header.sticky #header-right {
  position: relative;
  padding-right: 0px;
}

#header.sticky #navigation {
  display: inline-block;
  margin: 0px 30px 0px 0px;
  vertical-align: middle;
}

#header.sticky #navigation-main ul li > a {
  font-size: 15px;
  line-height: 40px;
}

#header.sticky #phone-number {
  display: inline-block;
  position: relative;
  top: 0px;
  width: auto;
  height: auto;
  font-size: 17px;
  line-height: 40px;
  vertical-align: middle;
  background: none;
}

#header.sticky #phone-number p {
  margin: 0px;
}

#header.sticky #phone-number i {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}

#header.sticky #header-buttons a {
  font-size: 16px;
}

#content {
}

#footer {
  padding: 40px 0px 80px 0px;
  color: #FFFFFF;
  font-size: 14px;
  background: #193563;
}

#footer ul {
  padding: 0px;
  list-style-type: none;
}

#footer ul li {
  margin: 0px;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  color: #CCCCCC;
}

#footer span.powered-by,
#footer span.powered-by a,
#footer span.powered-by a:hover {
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  z-index: 99;
}

#back-to-top::after {
  display: block;
  margin: -1px 0px 0px 0px;
}

#back-to-top:hover {
  opacity: 1 !important;
}

#back-to-top-link {
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #000000;
  border-radius: 6px;
  cursor: pointer;
}

.clear-floats::before,
.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

/* Layout Classes */

.div-outer {
  width: 1600px;
  margin: 0px auto;
  text-align: left;
}

.div-inner {
  box-sizing: border-box;
}

.curve::before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  top: -58px;
  width: 100%;
  height: 58px;
  /* background: url('/images/top-curve-bg.png') center center repeat-x; */
  z-index: 2;
}

.curve-reverse::before {
  /* background: url('/images/top-curve-reverse-bg.png') center center repeat-x; */
}

/*.curve::after {
  content: "";
  display: block;
  position: relative;
  height: 58px;
}*/

.straight {
  padding: 58px 0px !important;
}

/* Home Styles */

#home-slider {
  background: #002E64;
}

#home-slider,
#home-slider-items,
.slide,
.slide-image {
  width: 100%;
  height: 100vh;
}

#home-slider {
  position: relative;
}

#home-slider-items {
  overflow: hidden;
}

.slide {
  position: relative;
}

.slide-image {
  position: absolute;
  text-align: center;
  overflow: hidden;
}

.slide-image img,
.slide-image video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: cover;
  z-index: 1;
}

.slide-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  z-index: 3;
}

.slide-content-outer {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.slide-content-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
}

.slide-content-main {
  text-align: left;
}

.slide-title {
}

.slide-title h1 {
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
}

.slide-subtitle {
}

.slide-subtitle h2 {
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  h1.typewriter,
  h2.typewriter {
    font-size: 44px;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid white; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: auto; /* Adjust as needed */
    animation:
      typing 3.5s steps(40, end),
      blink-caret .75s step-end 5;
    animation-fill-mode: forwards;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
  }

  h1.typewriter {
  }

  h2.typewriter {
    animation-delay: 3.5s;
    visibility: hidden;
  }

  @keyframes typing {
    from { width: 0; visibility: visible; }
    to { width: 100%; visibility: visible; }
  }

  @keyframes blink-caret {
    0% { border-color: transparent; }
    50% { border-color: white; }
    100% { border-color: transparent; }
  }
}

.slide-text {
  margin: 30px 0px;
  font-size: 26px;
  color: #FFFFFF;
}

.slide-link {
}

.slide-link a {
}

.slide-link a:hover {
}

.slide-content-image {
  text-align: right;
}

.slide-content-image img {
  width: auto !important;
}

#home-slider-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#home-slider-navigation.disabled {
  display: none;
}

#home-slider-navigation .owl-prev,
#home-slider-navigation .owl-next {
  position: absolute;
  background: none;
  border: 0px;
  cursor: pointer;
  z-index: 9;
}

#home-slider-navigation .owl-prev::after,
#home-slider-navigation .owl-next::after {
  display: block;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  background: #00B5A8;
  border-radius: 50%;
}

#home-slider-navigation .owl-prev {
  left: 25px;
}

#home-slider-navigation .owl-prev::after {
  content: "\f053";
}

#home-slider-navigation .owl-next {
  right: 25px;
}

#home-slider-navigation .owl-next::after {
  content: "\f054";
}

#home-slider-navigation-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#home-slider-navigation-dots.disabled {
  display: none;
}

#home-slider-navigation-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 0px 2px;
  background: #CCCCCC;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
}

#home-slider-navigation-dots .owl-dot.active {
  background: #555555;
}

#home-boxes {
  position: relative;
  padding: 0px 0px 75px 0px;
  background: #f5f5f5;
}

#home-boxes.curve::before {
  position: absolute;
  top: 58px;
}

#home-boxes.curve::after {
  display: none;
}

#home-boxes-outer {
  position: relative;
  margin-top: -110px;
  z-index: 2;
}

#home-boxes-inner {
}

.flex-box {
  position: relative;
  height: 100%;
}

.flex-box-grey {
  position: relative;
  height: 100%;
  border: #e9e9e9 1px solid;
  padding: 0 25px 0px 25px;
  background: #ffffff;
  border-radius: 5px;
  text-align:left;
}

.flex-box-padding {
  padding: 40px 60px 0px 60px;
}

.flex-box-shadow {
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 0px rgba(135, 135, 135, 0.25);
  border-radius: 0px;
}

.flex-box-button {
  padding-bottom: 140px !important;
}

.flex-box-button-bottom {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
}

.flex-box-button-grey {
  padding-bottom: 140px !important;
  padding-left: 25px;
}

.flex-box-button-bottom-grey {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 100%;
}

.flex-box-arrow {
  padding-bottom: 140px !important;
}

.flex-box-arrow-bottom {
  font-size:34px;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%
}

#home-clients {
  padding: 75px 0px;
  background: #F0F0F0;
}

#home-clients-outer {
}

#home-clients-inner {
}

/*@media (min-width: 769px) {
  #home-clients .flex-row {
    gap: 30px !important;
  }

  #home-clients .flex-row .flex-column {
    width: 100% !important;
    margin: 0px !important;
  }
}*/

.client-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .client-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

.client-box {
  display: block;
  position: relative;
  color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.client-box-dark {
  color: #000000;
}

.client-box:hover {
  color: #FFFFFF !important;
}

.client-box > * {
  transition: all ease-in-out 0.4s;
}

.client-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  /*height: auto;*/
  object-fit: cover;
  transform: scale(100%);
}

.client-box .client-box-text {
  display: table;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 40px;
  background: rgba(0, 0, 0, 0) !important;
}

.client-box .client-box-text-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.client-box:hover img {
  transform: scale(120%);
}

.client-box:hover .client-box-text {
  top: 0;
  background: rgba(22, 141, 191, 0.9) !important;
}

.client-box .client-box-heading {
  display: block;
  font-size: 30px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .client-box .client-box-text {
    top: auto;
    bottom: 0;
    color: #FFFFFF !important;
    background: rgba(22, 141, 191, 0.9) !important;
  }
}

#home-marketing {
  padding: 75px 0px;
  background: #FFFFFF;
}

#home-marketing-outer {
}

#home-marketing-inner {
}

#home-development {
  padding: 75px 0px;
  color: #FFFFFF !important;
  background: #8D476B;
}

#home-development-outer {
}

#home-development-inner {
}

.service-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.service-column {
  height: 100%;
}

.service-box {
  position: relative;
  height: 100%;
  padding: 30px 35px 100px 35px;
  border: 1px solid #E6E6E6;
  border-radius: 11px;
}

.service-box h3 {
}

.service-box h3 img,
.service-box h3 span {
  display: inline-block;
  vertical-align: middle;
}

.service-box h3 img {
  margin: 0 20px 0 0;
}

.service-box-button {
  position: absolute;
  bottom: 30px;
  left: 35px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .service-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .service-box-button {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .service-boxes {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-box h3 img,
  .service-box h3 span {
    display: block;
    margin: auto;
  }
}

#home-reviews {
  padding: 75px 0px;
  background: #FFFFFF;
}

#home-reviews-outer {
}

#home-reviews-inner {
}

.review-box {
  margin: 0px 0px 60px 0px;
}

.review-box:last-child {
  margin: 0px;
}

.review-box-stars {
  color: #F8B805;
  font-size: 24px;
}

#home-audit {
  padding: 75px 0px;
  color: #FFFFFF !important;
  background: #02548B;
}

#home-audit-outer {
}

#home-audit-inner {
}

#home-contact {
  padding: 150px 0px 125px 0px;
  background: url('/images/home/home-contact-bg.jpg') center top no-repeat;
}

#home-contact-outer {
}

#home-contact-inner {
  text-align: center;
}

#home-contact-main {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: left;
}

/* Interior Styles */

body.body-interior #header {
}

body.body-interior #content {
}

#content-main-top-wrapper {
  height: 558px;
  /*padding: 112px 0px;*/
  /*background: rgba(0, 49, 96, 1) url('/images/slides/slide-build-your-brand.jpg') center bottom no-repeat;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#content-main-top {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
}

#content-main-top-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#content-main-top-heading-outer {
  display: table;
  /*width: 100%;*/
  height: 100%;
  text-align: center;
}

#content-main-top-heading-inner {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#content-main-top-heading-text {
  width: 100%;
  max-width: 880px;
  padding: 70px 0px 0px 0px;
}

#content-main-top-heading-text h1 {
  margin: 0 0 1rem 0;
  color: #168DBF;
  font-size: 32px;
}

#content-main-top-heading-text p {
  margin: 0px auto;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.4;
  background: transparent !important;
}

#content-main-top-heading-text h1.interior-small {
  margin: 15px 0px 0px 0px;
  color: #052237;
  font-size: 30px;
}

#content-main-top-heading-text p.interior-small {
  margin: 0px 0px 0px 0px;
  color: #454545;
  font-size: 22px;
  line-height: 1.4;
  background: transparent !important;
}

#content-main-top-heading-text h1.interior-small-light {
  margin: 15px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 46px;
}

#content-main-top-heading-text p.interior-small-light {
  margin: 0px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4;
  background: transparent !important;
}

#content-main-top-heading-text .action-top {
  margin: 30px 0px 0px 0px;
}

#content-main-bottom {
  padding: 0px;
}

#content-main-bottom-outer {
}

#content-main-bottom-inner {
}

.content-main-bottom-dark {
  background: #F2F2F2 !important;
}

.content-section {
  padding: 70px 0px;
}

.section-pad-small {
  padding: 40px 0px;
}

.section-pad-large {
  padding: 100px 0px;
}

.section-pad-none {
  padding: 0px;
}

.section-blue-light {
  color: #FFFFFF !important;
  background: #168DBF !important;
}

.section-grey-light {
  background: #F2F2F2 !important;
}

.section-orange {
  background: #CA5F00 !important;
  color: #FFFFFF !important;
}

.section-light-blue {
  background: #CFE5FD !important;
  color: #232323 !important;
}

/* Clients by Industry Styles */

.industry-heading {
  font-size: 21px;
  margin: 50px 0px 10px 0px;
  color: #193563;;
  border: #EFEFEF 1px solid;
  padding: 15px 15px;
}

.industry-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .industry-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 568px) {
  .industry-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.industry-column {
}

.industry-box {
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;*/
  height: 100%;
  padding: 15px;
  text-align: center;
  border: 1px solid #EFEFEF;
}

.industry-box img {
  display: block;
  max-width: 270px;
  margin: auto;
}

.industry-box h3 {
  margin: 0px 0px 20px 0px;
  font-size: 17px;
}

.industry-box p {
  margin: 0px;
  font-size: 14px;
}

/* Digital Marketing Styles */

.marketing-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 25px 0px;
}

@media only screen and (max-width: 768px) {
  .marketing-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.marketing-box {
  position: relative;
  height: 100%;
  padding: 25px;
  text-align: left;
  background: #FFFFFF;
  border-radius: 10px;
}

.marketing-box-content {
  height: 100%;
  padding-bottom: 80px;
}

.marketing-box-content h3 {
  margin: 0px;
  font-size: 20px;
}

.marketing-box-content p {
}

.marketing-pricing-wrapper {
  margin: auto;
  text-align: center;
}

.marketing-pricing {
  display: inline-block;
}

.marketing-pricing-buttons {
  display: flex;
  padding: 3px;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
}

.marketing-pricing-note {
  font-style: italic;
}

.marketing-note-blue {
  color: #0082B9;
}

.marketing-note-orange {
  color: #DF5900;
}

.marketing-pricing-target {
  text-align: center;
}

.marketing-price {
  font-size: 38px;
}

.marketing-features {
  list-style: none;
  padding: 0px 0px 0px 30px;
}

.marketing-features li {
  position: relative;
  font-style: italic;
}

.marketing-features li::before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: -25px;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  color: #31F2AC;
}

.marketing-box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px;
}

.marketing-button {
  display: block;
  padding: 10px 15px;
  color: #4C4C4C;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.marketing-button-blue {
  color: #FFFFFF;
  background: #0082B9;
}

.marketing-button-blue:hover {
  color: #FFFFFF;
}

.marketing-button-orange {
  color: #FFFFFF;
  background: #DF5900;
}

.marketing-button-orange:hover {
  color: #FFFFFF;
}

/* Flex Image/Text Styles */

.flex-row-free {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 30px;
  justify-content: space-between;
}

.flex-row-free .flex-column-free {
	padding: 0.5rem;
}

.flex-row-free .flex-column-free-text {
	width: 100%;
}

/* Flex Box Clickable Styles */

.flex-box-clickable {
  display: block;
  padding: 35px;
  height: 100%;
  color: #FFFFFF !important;
  background: #171B25;
  border-radius: 6px;
  transition: all .4s ease-in-out;
}

.flex-box-clickable:hover {
  color: #FFFFFF !important;
  background: #0473BB;
}

.flex-box-clickable-alt {
  background: #0473BB;
}

.flex-box-clickable-alt:hover {
  background: #171B25;
}

.flex-box-clickable-title {
  display: block;
  margin: 0 0 15px 0;
  color: #FFFFFF !important;
  font-size: 24px;
  font-weight: 600;
}

.flex-box-clickable-white {
  display: block;
  padding: 35px;
  height: 100%;
  color: #232323 !important;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #E1E1E1;
  transition: all .4s ease-in-out;
}

.flex-box-clickable-white:hover {
  color: #232323 !important;
  background: #F5F5F5;
}

.flex-box-clickable-grey {
  display: block;
  padding: 35px;
  height: 100%;
  color: #232323 !important;
  background: #F5F5F5;
  border-radius: 6px;
  border: 1px solid #E1E1E1;
  transition: all .4s ease-in-out;
}

.flex-box-clickable-grey:hover {
  color: #232323 !important;
  background: #FFFFFF;
}

.flex-box-clickable-white-title {
  display: block;
  margin: 0 0 15px 0;
  color: #0473BB !important;
  font-size: 24px;
  font-weight: 600;
}

/* Fade Box Styles */

.fade-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #052237;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  background: #FFFFFF;
  overflow: hidden;
}

.fade-box-front,
.fade-box-back {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 70px;
}

.fade-box-front {
  box-shadow: inset 0px 0px 0px 1px #DEDEDE;
}

.fade-box-back {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  transition: all ease-in-out 0.12s !important;
}

.fade-box:hover .fade-box-back {
  opacity: 1;
}

.fade-box-blue {
}

.fade-box-blue .fade-box-back {
  color: #FFFFFF;
  background: #168DBF;
}

.fade-box-orange {
}

.fade-box-orange .fade-box-back {
  color: #FFFFFF;
  background: #F68E14;
}

.fade-box-icon {
  margin: 0px 0px 10px 0px;
}

.fade-box-title {
  display: block;
  margin: 0px 0px 10px 0px;
  font-size: 34px;
  font-weight: 600;
}

.fade-box-text {
}

.fade-box-button {
  margin-top: 60px;
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}

/* Work Box Styles */

.work-box,
.work-box-image,
.work-box-image img,
.work-box-text {
  display: block;
}

.work-box {
  position: relative;
  overflow: hidden;
}

.work-box-image {
}

.work-box-image img {
  transition: all ease-in-out 0.25s !important;
}

.work-box:hover .work-box-image img {
  transform: scale(1.1);
}

.work-box-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100%;
  max-width: 410px;
  padding: 35px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.75);
}

/* Website Management Styles */

.logo-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
  row-gap: 0;
  justify-content: center;
  align-items: center;
}

.logo-box {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #DADCE0;
}

.logo-box img {
  display: block;
}

@media only screen and (max-width: 768px) {
  .logo-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Ecommerce Styles */

.service-bullet {
  font-size: 22px;
}

.service-bullet i {
  padding: 0 20px 0 0;
  font-size: 20px;
  font-weight: 400;
}

/* Accordion Styles */

.accordion dl {
}

.accordion dt {
  display: block;
  padding: 1em 2em 1em 3em;
  color: #FFFFFF;
  text-align: left;
  font-weight: 700;
  -webkit-transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}

.accordion dd {
  color: #FAFAFA;
  background-color: #1ABC9C;
}

.accordion dd > p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #16a085;
}

.accordion-title {
  position: relative;
  background-color: #22313F;
  border-bottom: 1px solid #2c3e50;
}

.accordion-title:before {
  position: absolute;
  left: 1.5em;
  top: 0.85em;
  content: "+";
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.accordion-title:hover {
  background-color: #2C3E50;
}

.accordion-title-active {
  background-color: #34495E;
}

.accordion-title-active:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordion-item {
  display: none;
}

.accordion-item p {
  margin: 0;
}

.accordion-in {
  animation-name: accordionIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

.accordion-out {
  animation-name: accordionOut;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/* Form Styles */

form input,
form select,
form textarea {
  padding: 12px;
  max-width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
}

form .select-wrapper {
  clear: both;
  position: relative;
}

form .select-wrapper select {
  padding-right: 30px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEBSURBVHjaYjxz5sxkBgYGQyAONzY2fspAAJw9e1YESK0G4jsAAcQEJByA2BqIVwElBAlo5AdSK6F67AECCKQ5EmQKEFtBDRDCo3ExEDsB8SMgjgEIIMb///+DJLSBnM1ArAjEu4A4FOiFT0gaOaBO9QHiFyAaKH8WIIBANjMAGVdBGqASbkC8EKiBHaqRFUjNg2p8B8QhII0gOYAAAtuMZAPI7+uAWAzqxDIgbgDidCB+D8RRQI07YOoBAghFM9QAeyC1FoiFgfgBECsA8VcgDgJq3IWsFiCAMDRDDXCDuoAbiH8AcQRQ40Z0dQABxIQtZKE2xALxRSBOxaYRBAACDAAYJlaV0VZ/aQAAAABJRU5ErkJggg==');
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

form button,
form input[type="submit"] {
  padding: 12px;
  max-width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

form textarea {
}

form input.input-text,
form select.input-text,
form textarea.input-text {
  width: 300px;
  background: transparent;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 0 1px inset #CCCCCC;
  transition: all 0.2s ease-in-out;
}

form input.input-full,
form select.input-full,
form textarea.input-full {
  width: 100%;
}

form input.input-half,
form select.input-half {
  width: 50%;
}

form input.input-small,
form select.input-small,
form textarea.input-small {
  width: 44%;
}

form input.input-smallest,
form select.input-smallest,
form textarea.input-smallest {
  width: auto;
}

form textarea.input-editor {
  width: 100%;
  height: 300px;
}

form input:not([type="submit"]):not([type="button"]):not([type="file"]):focus,
form select:focus,
form textarea:focus {
  outline: none;
  border: 1px solid rgb(22, 141, 191);
  box-shadow: 0 0 0 1px inset rgb(22, 141, 191);
}

form input.input-price-sign {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='gray' font-size='15' font-family='arial'>$</text></svg>");
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 20px !important;
}

form fieldset {
  margin: 0px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}

form fieldset legend {
  padding: 0px 10px;
  font-size: 14px;
}

/* Form Label/Note Styles */

form .form-input {
  position: relative;
  background: #FFFFFF;
}

form .form-input .input-text {
  position: relative;
  z-index: 2;
}

form .form-input .form-label {
  position: absolute;
  top: 11px;
  left: 15px;
  display: block;
  margin: 0;
  padding: 0 6px;
  color: #575757;
  background: #FFFFFF;
  transition: all .15s ease-in-out;
  z-index: 1;
}

form .form-input .input-text:focus ~ .form-label,
form .form-input .input-text.not-empty ~ .form-label {
  top: -12px;
  left: 12px;
  font-size: 14px;
  z-index: 2;
}

form .form-note {
  display: block;
  margin: 4px 0px 0px 0px;
  color: #00305F;
  font-size: 13px;
  font-style: italic;
}

form .form-label-inline,
form .form-note-inline {
  display: inline-block;
  margin: 0px 0px 0px 4px;
}

form .input-limit-count {
  font-size: 15px;
  font-weight: 700;
}

/* Form Error Styles */

form .form-error,
form .form-required {
  color: #CC0000;
}

.info,
.okay,
.warning,
.error {
  position: relative;
  padding: 10px 15px 10px 45px;
  border-radius: 3px;
}

.info::before,
.okay::before,
.warning::before,
.error::before {
  position: absolute;
  left: 15px;
  margin-right: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.info {
  color: #31708F;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.info::before {
  content: "\f05a";
}

.okay {
  color: #4F8A10;
  background-color: #DFF2BF;
}

.okay::before {
  content: "\f058";
}

.warning {
  color: #9F6000;
  background-color: #FEEFB3;
}

.warning::before {
  content: "\f06a";
}

.error {
  color: #D8000C;
  background-color: #FFBABA;
}

.error::before {
  content: "\f057";
}

/* Table Styles */

table.table-list {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

table.table-list th,
table.table-list td {
  padding: 8px;
  line-height: 1.6em;
  border: 1px solid #CCCCCC;
}

table.table-list th {
  background-color: #DDDDDD;
}

table.table-list td {
  background-color: #F6F6F6;
}

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

table.table-list th.align-left,
table.table-list td.align-left {
  text-align: left;
}

table.table-list th.align-center,
table.table-list td.align-center {
  text-align: center;
}

table.table-list th.align-right,
table.table-list td.align-right {
  text-align: right;
}

table.table-list td.no-rows {
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  table.table-responsive {
    font-size: 14px;
    border-width: 0px !important;
  }

  table.table-responsive thead {
    display: none;
  }

  table.table-responsive tbody {
  }

  table.table-responsive tbody tr {
    display: block;
    margin: 0px 0px 15px 0px;
  }

  table.table-responsive tbody tr td {
    display: block;
    text-align: right !important;
    border-width: 0px 1px 1px 1px !important;
  }

  table.table-responsive tbody tr td:first-child {
    border-width: 1px !important;
  }

  table.table-responsive tbody tr td:before {
    content: attr(data-th) ": ";
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    text-align: left;
  }
}

/* Heading Styles */

.fancy-heading {
  position: relative;
  padding-bottom: 20px;
}

.fancy-heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 200px;
  border-bottom: 4px solid #000000;
}

.align-left.fancy-heading::after {
  left: 0;
}

.align-center.fancy-heading::after {
  margin: auto;
  left: 0;
  right: 0;
}

.align-right.fancy-heading::after {
  right: 0;
}

.fancy-heading-blue::after {
  border-bottom: 4px solid #168DBF;
}

.fancy-heading-orange::after {
  border-bottom: 4px solid #F68E14;
}

/* Button Styles */

.button {
  display: inline-block;
  padding: 15px 50px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  border: 0px;
  box-sizing: border-box;
  transition: all ease-in-out 0.12s;
}

.button-small {
  display: inline-block;
  padding: 9px 26px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  border: 0px;
  box-sizing: border-box;
  transition: all ease-in-out 0.12s;
  font-size: 17px;
  margin-left: 20px;
}

.button-blue {
  color: #FFFFFF;
  background: #02548B;
}

.button-blue:hover {
  color: #02548B;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #02548B;
}

.button-blue-light {
  color: #FFFFFF;
  background: #5869fc;
}

.button-blue-light:hover {
  color: #FFFFFF;
  background: #4859eb;
}

.button-fuchsia {
  color: #FFFFFF;
  background: #8D476B;
}

.button-fuchsia:hover {
  color: #8D476B;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #8D476B;
}

.button-green {
  color: #FFFFFF !important;
  background: #1A79FF;
  font-family: 'Nunito Sans', sans-serif !important;
}

.button-green:hover {
  color: #FFFFFF !important;
  background: #1270F5;
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}

.button-grey {
  color: #444444 !important;
  background: #E5E5E5;
  font-family: 'Nunito Sans', sans-serif !important;
}

.button-grey:hover {
  color: #555555 !important;
  background: #E5E5E5;
}

.button-white {
  color: #1A79FF;
  background: #FFFFFF;
}

.button-white:hover {
  color: #FFFFFF;
  background: #1A79FF;
  box-shadow: inset 0px 0px 0px 1px #1A79FF;
}

.button-white-black {
  color: #323232;
  background: #FFFFFF;
}

.button-white-black:hover {
  color: #FFFFFF;
  background: #323232;
  box-shadow: inset 0px 0px 0px 1px #323232;
}

.button-arrow {
  position: relative;
  padding-right: 70px;
  padding-left: 35px;
}

.button-arrow::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px 20px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  transition: all ease-in-out 0.12s;
}

.button-arrow-tight {
  padding-right: 45px;
}

.button-round.button-arrow::after {
  border-radius: 0px 0px 0px 0px;
}

.button-border-blue {
  box-shadow: inset 0px 0px 0px 1px #168DBF;
}

.button-border-grey {
  box-shadow: inset 0px 0px 0px 1px #d6d6d6;
}

.button-border-white {
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}

.button-borderless,
.button-borderless:hover {
  box-shadow: none !important;
}

.button-block {
  display: block;
  text-align: center;
}

.button-fixed {
  min-width: 215px;
}

.button-big {
  font-size: 18px;
}

.button-bold {
  font-weight: 700;
}

.button-round {
  border-radius: 0.3em;
}

/* Image Styles */

img.img-box {
  padding: 2px;
  border: 1px solid #333333;
}

.column img {
  max-width: 100%;
  height: auto;
}

/* Font Styles */

.text-small {
  font-size: 12px !important;
}

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

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

.text-x-large {
  font-size: 36px !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-italic {
  font-style: italic !important;
}

.text-normal {
  font-weight: 400 !important;
  font-style: normal !important;
}

.text-blue {
  color: #193563 !important;
}

.text-blue-light {
  color: #168DBF !important;
}

.text-baby-blue {
  color: #81DAFF !important;
}

.text-orange {
  color: #F2AC25 !important;
}

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

/* Icon Styles */

.social-media {
}

.social-media a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px 0px 0px;
  color: #193563 !important;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 50%;
}

.social-media a:hover {
  color: #168DBF !important;
}

.social-media a i.fa {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.icon-wrapper {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.icon-border-blue {
  border: 3px solid #003160;
}

.icon-border-green {
  border: 3px solid #65A047;
}

.icon-large {
  font-size: 76px;
}

.icon-round {
  border-radius: 50%;
}

.fa-ul-2x {
}

.fa-ul-2x li {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 15px;
}

.fa-ul-2x li .fa-li {
  top: -0.2em;
}

/* Screen Reader Text Styles */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

/* Misc Styles */

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

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

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

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

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

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

.no-bullets {
  list-style-type: none;
}

.align-left {
  text-align: left !important;
}

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

.align-right {
  text-align: right !important;
}

.float-left {
  float: left;
  margin: 0px 50px 25px 0px;
}

.float-right {
  float: right;
  margin: 0px 0px 25px 50px;
}

.border-bottom {
  border-color: #999999;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.border-bottom-light {
  border-color: #CCCCCC;
}

.link-toggle {
  cursor: pointer;
}

.link-toggle-target {
  display: none;
  padding: 5px 0px;
}

/* Carousel Vertical Align Fix */

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* Responsive Styles */

@media only screen and (max-width: 1640px) {
  div.div-outer {
    width: 100%;
  }

  div.div-inner {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1400px) {
  #phone-number {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  #navigation {
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 1024px) {
  #header {
    position: sticky;
    top: 0px;
    left: 0px;
    height: 70px;
    padding: 10px 0px;
    background: #000000 !important;
  }

  #header-inner {
    padding: 0px;
  }

  #header-left,
  #header-right {
    float: none !important;
  }

  #header-left {
    padding: 0px;
    text-align: left;
  }

  #header-right {
    position: absolute;
    right: 15px;
    top: 12px;
  }

  #navigation {
    display: block;
  }

  #header-logo {
    position: relative;
    margin: 0 0 0 15px;
    z-index: 99;
  }

  #header-logo a {
    display: inline-block;
  }

  #header-logo a img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #phone-number {
    display: none;
  }

  #header-buttons {
    padding: 0 55px 0 0;
  }

  #home-slider,
  #home-slider-items,
  .slide,
  .slide-image {
    height: calc(100vh - 70px);
  }

  .slide-content-main {
    width: 100% !important;
    max-width: 80%;
    padding-left: 10%;
  }

  .slide-content-image {
    display: none;
  }

  #home-boxes,
  #home-clients,
  #home-marketing,
  #home-development,
  #home-reviews,
  #home-audit {
    padding: 20px 0px;
  }

  #home-boxes:before {
    display: none;
  }

  #home-boxes-outer {
    margin: 0px;
  }

  .flex-box-padding {
    padding: 20px;
  }

  .flex-box-button {
    padding-bottom: 80px !important;
  }

  .flex-box-button-bottom {
    bottom: 20px;
  }

  #home-contact {
    padding: 60px 0px;
  }

  #content-main-top-wrapper {
    padding-top: 0px;
  }

  #content-main-top-heading-text {
    padding-top: 0px;
  }

  .float-left,
  .float-right {
    float: none;
    margin: revert;
  }

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

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

  .text-x-large {
    font-size: 24px !important;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: block;
  }

  .align-left-on-mobile {
    text-align: left !important;
  }

  .align-center-on-mobile {
    text-align: center !important;
  }

  .align-right-on-mobile {
    text-align: right !important;
  }
}

@media only screen and (max-width: 1023px) {
  .slide-title h1,
  .slide-subtitle h2 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
  }

  .slide-text {
    font-size: 24px;
  }
}

@media only screen and (max-width: 960px) {
  .fade-box-front,
  .fade-box-back {
    padding: 25px;
  }

  .work-box-text {
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    padding: 15px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }

  h2 {
  }

  #content-main-top-wrapper {
    height: 400px;
  }

  #content-main-top-heading-text p {
    font-size: 22px;
  }

  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 640px) {
  .slide-content-main {
    width: 100% !important;
    max-width: 100%;
    padding-left: 0%;
  }
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
  #header-left {
  }

  #header-logo {
  }

  #phone-number a i {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 400px) {
  #header-buttons a {
    padding: 9px 15px !important;
  }
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

/* Special query for phones with a small height in landscape orientation */

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  #home-slider,
  #home-slider-items,
  .slide,
  .slide-image {
    height: 150vh;
  }
}