body, html {
    height: 100% !important;
    }

.important-text {
    color: #ffac7c;
}

.important-text2 {
    color: aquamarine;
}

.center-elements {
  display: flex;
  align-items: center;
  justify-content: center;
}

ol.list-improve li{
    list-style-type: none !important;
    position: relative !important;
}

ol.list-improve li::before {
    color: red !important;
    left: -32px !important;
    position: absolute !important;
    text-align: right !important;
    width: 26px !important;
}

.aten {
    padding: 15px 15px 20px 15px;
    border-left: 5px solid #F98200;
    margin-bottom: 30px;
    line-height: 26px!important;
}

div.upgrade-text ul li p {
    font-size: 25px;
    color: #ffffff;
}

.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

    /* Set a specific height */
    width: 100% !important;
    height: auto !important;
    /* Position and center the image to scale nicely on all screens */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    }

    /* Place text in the middle of the image */
    .hero-text {
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0, 0.8); /* Black w/opacity/see-through */
    }

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column-img {
    float: left;
    width: 33.33%;
    padding: 5px;
}
  
  /* Clear floats after image containers */
.row-img::after {
    content: "";
    clear: both;
    display: table;
}

.sticky-container {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  position: fixed;
  top: 85%;
  right: 65px;
  width: 24px;
  height: auto;
  z-index: 9999;
  margin-top: -24px;
  text-align: center;
}
.sticky-container:hover {
  width: 260px;
}
.sticky-container a {
  padding: 0 !important;
  display: block;
  text-align: left;
  height: 90px;
  width: 90px;
  padding: 8px 16px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.sticky-container a img {
  max-height: 100%;
}

footer.example-3 {
    font-family: Georgia, serif !important;
    background-color: #0200 !important;
    padding: 90px 15px !important;
  }
  footer.example-3 .container-footer {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
  footer.example-3 .main-content-area {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (minmax(230px, 1fr))[auto-fit] !important;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    grid-gap: 20px !important;
  }
  footer.example-3 .main-content-area .holder h3 {
    color: #FFFFFF !important;
    text-transform: capitalize !important;
    font-size: 1.5em !important;
    margin: 0 !important;
  }
  footer.example-3 .main-content-area .holder ul {
    padding: 0 !important;
  }
  footer.example-3 .main-content-area .holder ul li {
    list-style: none !important;
  }
  footer.example-3 .main-content-area .holder ul li a {
    font-size: .85rem !important;
    font-weight: bold !important;
    color: #b6c7d6 !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    padding: 0.3rem 0 !important;
    display: inline-block !important;
    -webkit-transition: color 0.3s ease-in-out !important;
    transition: color 0.3s ease-in-out !important;
  }
  footer.example-3 .main-content-area .holder ul li a:hover {
    text-decoration: underline !important;
    color: #95ECEC !important;
  }
  footer.example-3 .social-media-links {
    position: relative !important;
    margin-top: 60px !important;
  }
  footer.example-3 .social-media-links ul {
    max-width: 60% !important;
    margin: 0 auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  footer.example-3 .social-media-links ul::before {
    width: 20%;
    position: absolute;
    content: '';
    border-top: 1px solid #FF0000;
    top: 50%;
    left: 0;
  }
  footer.example-3 .social-media-links ul::after {
    width: 20%;
    position: absolute;
    content: '';
    border-top: 1px solid #FF0000;
    top: 50%;
    right: 0;
  }
  footer.example-3 .social-media-links ul li {
    list-style: none;
  }
  footer.example-3 .social-media-links ul li a img {
    max-width: 20px;
  }
  @media (min-width: 768px) {
    footer.example-3 .social-media-links ul li a img {
      max-width: 30px;
    }
  }
  footer.example-3 .copyright {
    font-family: Verdana, sans-serif;
    margin-top: 45px;
    text-align: center;
  }
  footer.example-3 .copyright img {
    max-width: 200px;
  }
  footer.example-3 .copyright p {
    color: #b6c7d6;
    font-weight: bold;
    font-size: .9em;
  }
  footer.example-3 .copyright ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.example-3 .copyright ul li {
    list-style: none;
  }
  footer.example-3 .copyright ul li a {
    color: #FFFFFF;
    font-weight: bold;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    margin-right: 20px;
  }
  footer.example-3 .copyright ul li a:hover {
    color: #95ECEC;
    text-decoration: none;
  }

  form.beautyform { max-width:420px; margin:50px auto; }

.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

.submit-contact {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#CC6666;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
.submit-contact:hover { background:#CC4949; }