@media (min-width: 769px){
	
    .hideondesktop{
        display: none;
    }
    .hideonmobile{
        display: block;
    }
    .note{
        font-size: .9em;
    }
    .margin-top-20{ margin-top: 20px; }
    .margin-top-30{ margin-top: 30px; }
    .margin-top-50{ margin-top: 50px; }
    .margin-top-72{ margin-top: 72px; }
    .margin-left-20{ margin-left: 20px; }

    h2{
        font-family: Urbanist, "sans-serif";
        text-transform: uppercase;
    }
    h2 span{ font-size: .5em; }
    h3{ text-transform: uppercase; }

    html{
        width: 100vw;
        min-height: 100vh;
    }
    body{
        width: 100%;
        margin: 0px;
        padding: 0;
        overflow-x: hidden;
        font-family: "Urbanist", "Sans-serif";
        color: #555;
    }
    main{
        width: 100%;
        margin-bottom: 0px !important;
    }
    .main-container{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 0px;
        width: 100%;
    }
    header{
        height: 100px;
        width: 100%;
        margin: 0px;
        padding: 0;
        border-bottom: 1px solid #f1f1f1;
    }
    header #logo{
        background: url('/assets/images/9o9DesignsLogo-blue.webp') no-repeat 0px 20px / 139px 50px;
    }
    nav{
        text-align: center;
        padding-top: 20px;
    }
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
nav ul li {
  float: right;
  font-size: 1.1em;
  padding: 20px;
  border-right: 1px solid #19184b;
}
nav ul li:first-child{
  border-right: 1px solid #fff;
}
nav ul li a {
  display: block;
  color: #002;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}
nav ul li a:hover {
  color: #30c0cf;
}
header #contact{
  background: url('/assets/images/contactbg.webp') no-repeat 0px 0px / 100% 100px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  font-family: "Urbanist", "Sans-serif";
}
#contact span{
  letter-spacing: 10px;
  font-size: .8em;
}
#contact a{
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
}
#contact a:hover{
  color: yellow;
}
#hero{
  height: 656px;
}
/*** begin slide one ***/
#slide-one{
  width: 100%;
  margin: 0;
  background: url('/assets/images/slide1bg.webp') no-repeat 0px 0px / 100% 100%;
}
#slide-one .column1{
  float: left;
  width: 30%;
  height: 656px;
}
#slide-one .column1 h1{
  color: #fff;
  margin-top: 20%;
  text-align: right;
  font-size: 3em;
}
#slide-one p{
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  font-size: 1.1em;
}
#slide-one .column2{
  width: 70%;
  float: left;
  height: 656px;
}
#slide-one .column2 .s1-imagebox{
  width: 800px;
  height: 490px;
  margin-top: 50px;
  padding: 0;
  background: url('/assets/images/SCLaptop.webp') no-repeat 100% 90% / 483px 290px,
              url('/assets/images/SEPDesktop.webp') no-repeat 0px 30% / 530px 450px;
  margin-left: 30px;
}
/*** end slide one ***/
/*** begin slide two ***/
#slide-two{
  width: 100%;
  height: 100%;
  margin: 0;
  background: url('/assets/images/slide3bg.webp') no-repeat 0 0 / 100% 100%;
}
#slide-two .s2-imagebox{
  width: 900px;
  height: 500px;
  background: url('/assets/images/WebsiteGallery/tablet-exclusiveduo.webp') no-repeat 50% 24% / 400px 277px,
              url('/assets/images/WebsiteGallery/tablet-exclusiveone.webp') no-repeat 100% 35% / 400px 277px,
              url('/assets/images/WebsiteGallery/tablet-noirave.webp') no-repeat 0% 35% / 400px 277px;
  margin-left: auto;
  margin-right: auto;
}
#slide-two h2{
  text-align: center;
  margin-top: 40px;
  font-family: "Yesteryear", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: 3em;
  background: linear-gradient(90deg, #cc802a, #e0b157);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
#slide-two p{
  text-align: center;
}
/*** end slide two ***/
#slide-three{
  width: 100%;
  height: 100%;
  margin: 0;
}
#slide-three .column1{
  float: left;
  width: 30%;
  height: 656px;
}
#slide-three .column1 h1{
  color: #002;
  margin-top: 20%;
  text-align: right;
  font-size: 3em;
}
#slide-three p{
  text-transform: uppercase;
  color: #30c0cf;
  text-align: right;
  font-size: 1.1em;
}
#slide-three .column2{
  width: 70%;
  float: left;
  height: 656px;
}
#slide-three .column2 .s1-imagebox{
  width: 800px;
  height: 490px;
  margin-top: 50px;
  padding: 0;
  background: url('/assets/images/SCLaptop.webp') no-repeat 100% 90% / 483px 290px,
              url('/assets/images/SEPDesktop.webp') no-repeat 0px 30% / 530px 450px;
  margin-left: 30px;
}
/*** end slide 3 ***/
/*** begin slide four ***/
#slide-four{
  width: 100%;
  height: 100%;
  margin: 0;
  background: url('/assets/images/slide3bg.webp') no-repeat 0 0 / 100% 100%;
}
#slide-four .s4-imagebox{
  width: 900px;
  height: 500px;
  background: url('/assets/images/WebsiteGallery/tablet-exclusiveduo.webp') no-repeat 50% 24% / 400px 277px,
              url('/assets/images/WebsiteGallery/tablet-exclusiveone.webp') no-repeat 100% 35% / 400px 277px,
              url('/assets/images/WebsiteGallery/tablet-noirave.webp') no-repeat 0% 35% / 400px 277px;
  margin-left: auto;
  margin-right: auto;
}
#slide-four h2{
  text-align: center;
  margin-top: 40px;
  font-family: "Yesteryear", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: 3em;
  background: linear-gradient(90deg, #cc802a, #e0b157);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
#slide-four p{
  text-align: center;
}
/*** end slide four ***/
/*** cta section ***/
.cta-container{
  padding-bottom: 5px;
}
.cta{
  width: 100%;
  height: 110px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #002;
  margin-top: 5px;
}
.cta h2{
  line-height: 28px;
  margin-left: 10px;
}
.cta span{
  text-transform: uppercase;
}
.cta a{
  color: #002;
  text-decoration: none;
}
.cta a:hover{
  color: #30c0cf;
}
.cta .item0{
  background: url('/assets/images/iconDomains.webp') no-repeat 25% 0 / 52px 60px;
}
.cta .item1{
  background: url('/assets/images/iconLogo.webp') no-repeat 25% 0 / 52px 60px;
}
.cta .item2{
  background: url('/assets/images/iconEmail.webp') no-repeat 25% 0 / 52px 60px;
}
.cta .item0:hover{
  background: url('/assets/images/iconDomains-teal.webp') no-repeat 25% 0 / 52px 60px;
}
.cta .item1:hover{
  background: url('/assets/images/iconLogo-teal.webp') no-repeat 25% 0 / 52px 50px;
}
.cta .item2:hover{
  background: url('/assets/images/iconEmail-teal.webp') no-repeat 25% 0 / 52px 60px;
}
/*** features section ***/
#features{
  height: 656px;
  background: url('/assets/images/featuresbg.webp') no-repeat 0 0 / 100% 100%;
  margin-bottom: 5px;
}
#features #content{
  padding-left: 70px;
}
#features ul{
  column-count: 2;
  column-gap: 5px;
  list-style-position: outside;
  list-style-type: square;
}
#features ul li::marker {
  font-size: 1.5em;
  color: #30c0cf;
}
#features li{
  margin-top: 16px;
  margin-bottom: 16px;
}
#features li img{
  width: 12px;
  height: 12px;
}
/*** CTAs ***/
    .ctamessage{
	    color: yellow;
	    text-align: center;
    }
    #ctademo{
        height: 300px;
        color: #fff;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 20px;
    }
    #ctaconsult{
        height: 300px;
        color: #fff;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 20px;
    }
    #ctanewsletter{
        height: 300px;
        color: #fff;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .parallax {
        background-image: url("https://9o9designs.com/assets/images/ctabg.webp");
        min-height: 300px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #testimonials{
        height: 625px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 50px;
        background: url('https://9o9designs.com/assets/images/quotemarks.jpg') no-repeat 50% 120px / 140px 50px;
    }
    #testimonials button{
        margin-top: 50px;
    }
#testimonials h2{
  margin-bottom: 30px;
}
/*** TESTIMONIAL SECTION ***/
#testimonialbox{
  height: 400px;
  border-left: 1px solid #19184b;
  border-right: 1px solid #19184b;
  border-bottom: 1px solid #19184b;
  margin-bottom: 20px;
  background: url('/assets/images/quotemarks.jpg') no-repeat 50% -18px / 140px 50px,
              url('/assets/images/topline.webp') repeat-x 0% 0% / 11px 100px;
  justify-content: center;
  align-items: center;
}
/*** begin testimonial slider **/
.tslider {
  width: 800px;
  max-width: 95%;
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
/* Hide radio buttons */
input[type="radio"] {
  display: none;
}
/* Fade container */
.slides {
  position: relative;
  width: 100%;
  height: auto;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  text-align: center;
  padding: 10px;
}
/* Show the selected slide */
#t1:checked ~ .slides .slide:nth-child(1),
#t2:checked ~ .slides .slide:nth-child(2),
#t3:checked ~ .slides .slide:nth-child(3),
#t4:checked ~ .slides .slide:nth-child(4),
#t5:checked ~ .slides .slide:nth-child(5),
#t6:checked ~ .slides .slide:nth-child(6) {
  opacity: 1;
  position: relative;
}
.slide p {
  font-size: 18px;
  color: #555;
  font-family: Urbanist, sans-serif;
}
.slide h3 {
  margin: 10px 0 0;
  font-size: 16px;
  color: #333;
}
/* Navigation dots */
.tslidernav {
  margin-top: 16px;
  height: 15px;
  text-align: center !important;
  width: 128px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tslidernav label {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}
/* Highlight active dot */
#t1:checked ~ .tslidernav label[for="t1"],
#t2:checked ~ .tslidernav label[for="t2"],
#t3:checked ~ .tslidernav label[for="t3"],
#t4:checked ~ .tslidernav label[for="t4"],
#t5:checked ~ .tslidernav label[for="t5"],
#t6:checked ~ .tslidernav label[for="t6"] {
  background: #333;
}
/*** end testimonial slider ***/
#blog{
  height: 940px;
}
#blog h2{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
#blog .instruction{
  margin-top: 0px !important;
  text-align: center;
}
#blog img{
  width: 100%;
  max-width: 482px;
  height: auto;
  aspect-ratio: 482 / 412;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#blog .author{
  width: 90%;
  padding-top: 5px;
  padding-left: 10px;
  float: left;
  font-size: .9em;
}
#blog .title{
  width: 90%;
  font-family: "Urbanist", Sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  padding-left: 10px;
  float: left;
  margin-top: 25px;
}
#blog .excerpt{
  width: 90%;
  float: left;
  padding-left: 10px;
  font-size: 1.1em;
  font-family: "Urbanist", Sans-serif;
  margin-top: 30px;
}
#blog button{
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 50px;
}
footer{
  min-height: 455px;
  background: #f9f9f9;
  padding-top: 20px;
  width: 100%;
}
footer a{
  text-decoration: none;
  color: #002;
}
footer a:hover{
  color: #30c0cf;
}
footer #logo{
  background: url('/assets/images/9o9DesignsLogo-blue.webp') no-repeat 50% 20px / 139px 50px;
}
footer #solutions ul,
footer #company ul,
footer #connect ul,
footer #contactinfo ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #connect ul li{
  margin-bottom: 5px;
}
footer #connect img{
  margin-right: 5px;
}
footer #contactinfo img{
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
footer #contactinfo span{
  margin-left: 25px;
}
footer #copyright{
  width: 100%;
  padding-top: 10px;
  background: #0e0f28;
  color: #fff;
  font-size: .9em;
  text-align: center;
  margin-top: 50px;
}
footer #copyright a{
  color: skyblue;
}
/*** hamburger side menu ***/
#menu{
  height: 100px;
  padding-top: 20px;
  padding-left: 25px;
}
#menu img{
  width: 56px;
  height: 56px;
  background: url('/assets/images/hamburger.webp') no-repeat 50% 50% / 56px 56px;
  cursor: pointer;
}
#menu img:hover{
  background: url('/assets/images/hamburger-teal.webp') no-repeat 50% 50% / 56px 56px;
}
/* Side menu */
    /* Side menu */
    .side-menu h2{
        width: 70%;
        height: 48px;
        color: #002;
        text-align: left;
        float: left;
        padding-left: 40px;
        margin: 0;
        padding-top: 10px;
        margin-top: 15px;
    }
    
    .side-menu .closebox{
        width: 25%;
        height: 48px;
        float: left;
        text-align: right;
    }
    
    .side-menu button{
        width: 48px;
        height: 53px;
        background: url('/assets/images/close-orange.webp') no-repeat 96% 5px / 48px 48px,
                    #fff;
        border: 1px solid #fff;
    }
    
    .side-menu button:hover{
        width: 48px;
        height: 53px;
        background: url('/assets/images/close-teal.webp') no-repeat 96% 5px/ 48px 48px,
                    #fff;
        border: 1px solid #fff;
    }
    
    .side-menu h3{
        margin-left: 35px;
        text-align: left;
        font-size: 1.5em;
    }
    
    .side-menu h4{
        margin-left: 40px;
        text-align: left;
        font-size: 1.3em;
        padding-right: 20px;
    }
    
    .side-menu .margin-top-30{
        margin-top: 30px;
    }
    
    .side-menu ul{
        margin-left: 5px;
        border-right: 1px solid #fff;
    }
    
    .side-menu li{
        width: 100%;
        padding: 0px;
        border: 1px solid #fff;
    }
    
    .side-menu li a{
        height: 32px;
        text-align: left;
        padding-left: 60px;
        text-transform: capitalize;
    }
    
    .side-menu li a:hover {
        color: #30c0cf;
    }
    
    .side-menu {
        position: fixed;
        top: 240;
        left: -100%; /* hidden by default */
        width: 50%;
        height: 540px;
        background: #fff;
        color: #002;
        padding-top: 10px;
        transition: left 0.5s ease;
        margin-left: 25%;
        z-index: 1000;
        border: 1px solid #ccc;
        box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    }
    
    .gradient-underline {
        max-width: 75%;
        position: relative;
        padding-bottom: 4px;
        background-image: linear-gradient(to right, #121637, #66abb2);
        background-repeat: no-repeat;
        background-size: 100% 3px; /* Full width, 3px height */
        background-position: 0 100%; /* Position at bottom */
    }

    /* Active menu state */
    .side-menu.active {
        left: 0;
    }
/*** FORM FORMAT ***/
button{
  min-width: 100px;
  padding: 10px 20px;
  background: #ffb900;
  border: 1px solid #ffb900;
  color: #fff;
  cursor: pointer;
}
button a{
  text-decoration: none;
  color: #fff;
}
button:hover{
  background: #30c0cf;
  border: 1px solid #30c0cf;
  color: #fff;
}
form p{
  float: left;
  width: 90%;
  margin-left: 5%;
}
label{
  width: 100%;
  float: left;
  margin-top: 10px;
  color: #555;
}
label span{
  width: 90%;
  float: left;
  text-align: center;
}
label p{
  margin-left: 5%;
  max-width: 75%;
  margin-bottom: 0px;
  margin-top: 8px;
}
input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=checkbox]{
  width: 25px;
  height: 25px;
  margin-top: 10px;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-left: 5%;
}
.check-box{
  width: 100%;
  float: left;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 3px;
  min-height: 40px;
  margin-left: 5%;
}
.check-box input[type=checkbox]{
  margin-left: 0px;
  margin-top: 20px;
}
.check-box p{
  margin-left: 2%;
  float: left;
  padding-top: 0px;
  margin-top: 0px;
}
    .select{
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        height: 45px;
        box-sizing: border-box;
    }
    /*** POPUP FORM CSS ***/
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0; top: 0;
        width: 100%; height: 100%;
        overflow-y: auto;
        background-color: rgba(0,0,0,0.5);
    }
    .modal h2{
        margin-top: 0px;
        padding-top: 24px;
    }
    .modal-content {
      background: #fff;
      margin: 4% auto;
      padding: 10px 20px;
      width: 425px;
      max-width: 90%;
      border-radius: 0px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .modal-email-content {
      background: #fff;
      min-height: 525px;
      margin: 4% auto;
      padding: 10px 20px;
      width: 425px;
      max-width: 90%;
      border-radius: 0px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .closeDemoRequest, .closeWebConsult, .closeEmailRequest{
      float: left;
      text-align: right;
      cursor: pointer;
      width: 100%;
      min-height: 24px;
      background: url('/assets/images/close-orange.webp') no-repeat 100% 0px / 24px 24px;
    }
    .closeDemoRequest:hover, .closeWebConsult:hover, .closeEmailRequest:hover{
      background: url('/assets/images/close-teal.webp') no-repeat 100% 0px / 24px 24px;
    }
    .modal button {
      background: #ffb900;
      color: #fff;
      padding: 15px 10px;
      border: none;
      cursor: pointer;
    }
    .modal button:hover {
      background: #30c0cf;
      border: 1px solid #30c0cf;
    }
    .message {
      margin-top: 10px;
      font-size: 14px;
    }
    .btn{
      min-width: 100px;
      padding: 10px 20px;
      background: #ffb900;
      border: 1px solid #ffb900;
      color: #fff;
      border-radius: 0px;
      cursor: pointer;
    }
    .btn a{
      text-decoration: none;
      color: #fff;
    }
    .btn:hover{
      background: #30c0cf;
      border: 1px solid #30c0cf;
      color: #fff;
}
/* COOKIE POPUP STYLES */
.cookie-popup {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.75rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;
  z-index: 999;
}
.cookie-popup--short {
  width: 21.875rem;
  max-width: calc(100% - 2.5rem);
}
.cookie-popup--dark {
  background: #002;
  color: #fff;
}
.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;
}
.cookie-popup--accepted {
  opacity: 0;
}
.cookie-popup a {
  color: skyblue;
}
.cookie-popup a:visited {
  color: skyblue;
  text-decoration: none;
}
.cookie-popup-actions {
  flex: 1;
  text-align: right;
}
.cookie-popup-actions button {
  color: #ffb900;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0;
  cursor: pointer;
}
.cookie-popup-actions button:hover {
  text-decoration: underline;
}
/**** TOOLTIP CSS ****/
.tooltip-container {
  display: inline-block;
  position: relative;
  margin-top: 0px;
  margin-left: 8px;
  cursor: pointer;
}
.tooltip-container img{
  width: 16px;
  height: 16px;
}
.tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
}
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* --- SLIDER WRAPPER --- */
.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* --- DOT NAVIGATION --- */
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  cursor: pointer;
  appearance: none;
  backface-visibility: hidden;
}
.slider__nav:checked {
  animation: check 0.4s linear forwards;
}
/* --- FADE LOGIC --- */
.slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider__contents {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  text-align: center;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
/* Show slide when its radio is checked */
.slider__nav:nth-of-type(1):checked ~ .slider__inner .slider__contents:nth-of-type(1),
.slider__nav:nth-of-type(2):checked ~ .slider__inner .slider__contents:nth-of-type(2),
.slider__nav:nth-of-type(3):checked ~ .slider__inner .slider__contents:nth-of-type(3),
.slider__nav:nth-of-type(4):checked ~ .slider__inner .slider__contents:nth-of-type(4) {
  opacity: 1;
  pointer-events: auto;
}
/* --- HERO CONTENT --- */
#herocontent {
  flex: 1 1 300px;
  text-align: left;
}
#heroimage {
  flex: 1 1 300px;
  min-height: 300px;
}
/* --- DOT ANIMATION --- */
@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
/**** ANIMATIONS ***/
.glideup {
  transform: translateY(50px);
  transition: transform 0.8s ease-out, opacity 0.5s ease-out;
}
.glideup.show {
  opacity: 1;
  transform: translateY(0);
}
@keyframes glideUp {
  from { transform: translateY(70px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
/*** used for the cookies disclaimer ***/
@keyframes cookie-popup-in {
  from { bottom: -6.75rem; }
  to { bottom: 1.25rem; }
}

/* ==========================================================
   MOBILE RESPONSIVE OVERRIDES
   (design/functionality unchanged, layout reflows below 992px)
   ========================================================== */
@media (max-width: 991px) {
  header{
    height: auto;
    padding-bottom: 10px;
  }
  header .row{
    flex-wrap: wrap;
  }
  nav ul li{
    float: none;
    display: inline-block;
    font-size: 1em;
    padding: 12px 10px;
  }
  header #contact{
    background-size: cover;
    padding: 15px 10px;
  }
  .side-menu{
    width: 85%;
    margin-left: 0;
  }

  #hero, #slide-one, #slide-three{
    height: auto;
  }
  #slide-one .column1, #slide-one .column2,
  #slide-three .column1, #slide-three .column2{
    float: none;
    width: 100%;
    height: auto;
  }
  #slide-one .column1 h1, #slide-three .column1 h1{
    text-align: center;
    margin-top: 30px;
    font-size: 2.2em;
  }
  #slide-one p, #slide-three p{
    text-align: center;
  }
  #slide-one .column2 .s1-imagebox,
  #slide-three .column2 .s1-imagebox{
    width: 100%;
    max-width: 480px;
    height: 300px;
    margin: 20px auto;
    background-size: 60% auto, 65% auto !important;
  }

  #slide-two, #slide-four{
    height: auto;
    padding-bottom: 20px;
  }
  #slide-two .s2-imagebox, #slide-four .s4-imagebox{
    width: 100%;
    max-width: 500px;
    height: 280px;
    background-size: 220px 152px, 220px 152px, 220px 152px !important;
  }
  #slide-two h2, #slide-four h2{
    font-size: 2.2em;
  }

  .cta{
    border-right: none;
    border-bottom: 1px solid #002;
    height: auto;
    padding-bottom: 25px;
  }

  #features{
    height: auto;
    padding-bottom: 30px;
  }
  #features #content{
    padding-left: 20px;
    padding-right: 20px;
  }
  #features ul{
    column-count: 1;
  }
  #features .margin-top-72{
    margin-top: 24px;
  }

  #ctademo, #ctaconsult, #ctanewsletter{
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #testimonials{
    height: auto;
    background-position: 50% 40px;
  }
  #testimonialbox{
    height: auto;
    padding-bottom: 20px;
  }
  .tslider{
    margin-top: 40px;
  }
  .slide{
    position: relative;
  }

  #blog{
    height: auto;
  }
  #blog .col-md-4{
    margin-bottom: 30px;
  }
  #blog .author, #blog .title, #blog .excerpt{
    width: 100%;
  }

  footer #logo{
    margin-top: 15px;
  }
  footer .col-md-3{
    margin-bottom: 25px;
    text-align: center;
  }

  .modal-content, .modal-email-content{
    margin: 10% auto;
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  #slide-one .column1 h1, #slide-three .column1 h1{
    font-size: 1.6em;
  }
  #slide-two h2, #slide-four h2{
    font-size: 1.6em;
  }
  .btn, button{
    width: 100%;
  }
}