* {
   font-family: 'Raleway', sans-serif;
  }
  
/*  html {*/
/*    scroll-behavior: smooth;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*  }*/
  
  /*body {*/
    
  /*  letter-spacing: 1px;*/
  /*  color: #222328;*/
  /*}*/
  
/*  a:link,*/
/*  a:visited,*/
/*  a:active {*/
/*    color: #275C7B;*/
/*    text-decoration: underline;*/
/*  }*/
  
/*  a:hover {*/
/*    color: #275C7B;*/
/*    text-decoration: none;*/
/*  }*/
  
  
  /* fix page shift when opening modal */
/*  .modal-open[style] {*/
/*    padding-right: 0px !important;*/
/*  }*/
  
/*  .modal-open {*/
/*    padding-right: 0px !important;*/
/*    margin-right: 0px !important;*/
/*  }*/
  
  /* /fix */
  
  /* to accommodate 4 col in section 2 */
  @media(min-width: 1400px) {
  
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1300px;
    }
  }
  
  #navigation,
  #navigation .row {
    min-height: 105px;
    padding: 0;
  }
  
  
  /* need this for align-items-center */
  /*nav {*/
  /*  min-height: 105px;*/
  /*}*/
  
  /*.navbar {*/
  /*  padding: 0;*/
  /*}*/
  
  /*@media (max-width: 991px) {*/
  /*  .navbar {*/
  /*    padding: 1.5rem 0;*/
  /*  }*/
  /*}*/
  
  /*@media (max-width: 576px) {*/
  /*  .navbar {*/
  /*    padding: 1.5rem 1rem;*/
  /*  }*/
  /*}*/
  
  /*.logo {*/
  /*  margin-left: -35px;*/
  /*}*/
  
  /*.logo2 {*/
  /*  margin-left: 50px;*/
  /*  margin-right: 50px;*/
  /*}*/
  
  /* utilities*/
  
  /*#elq-FormLastRow {*/
  /*  position: absolute;*/
  /*  left: -200%;*/
  /*  top: -80%*/
  /*}*/
  /*#elq-lastQuestion {*/
  /*  position: absolute;*/
  /*  right: -200%;*/
  /*  bottom: -80%*/
  /*}*/
  
  /*.test {*/
  /*  border: 1px solid red;*/
  /*}*/
  
  /* banner */
  .hero {
    background-image: url(img/awsclouds.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-color: #f3f3f4;
    color: #222328;
  }
  
  .hero-text{
    width: 100%;
    font-size: 10px;
  }
  
  .hero .container {
   
    padding-top: 150px;
    padding-bottom: 60px;
    margin-top: -20px;
  }
  
  .hero img {
    margin-top: -30px;
  }
  
  
  .hero p {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  @media (max-width: 600px) {
    .hero {
      background-image: url(img/awsclouds.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    .hero-text{
      width: 75%;
    }
}

  @media (min-width: 768px) {
    .hero {
      background-image: url(img/awsclouds.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
  
    .hero-text{
      width: 75%;
    }
  
    .s7 {
      background-image: url(hero-geometric.html);
      background-size: cover;
      background-repeat: no-repeat;
    }
  }
  
  @media (min-width: 980px) {
    .hero {
      background-image: url(img/awsclouds.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
  
  }
  
  @media (min-width: 980px) and (max-width: 1199px) {
    .hero {
      background-image: url(img/awsclouds.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
  
    .hero-text{
      width: 100%;
    }
  
  }
  
  @media (min-width: 1201px) and (max-width: 1284px) {
    .s7 {
      background-color: #f3f3f4;
      background-image: url(../img/s7-guy.html), url(../img/s7-geometric.html);
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
    }
  }
  
  @media (min-width: 1284px) and (max-width: 1420px) {
    .s7 {
      background-color: #f3f3f4;
      background-image: url(../img/s7-guy.html), url(../img/s7-geometric.html);
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1420px) {
    .hero {
      background-image: url(img/awsclouds.jpg);
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
    }
     .s7 {
      background-image: url(../img/hero-geometric.html);
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
    } 
  }
  
  @media (min-width: 1421px) and (max-width: 1709px) {
    .hero {
      background-image: url(img/awsclouds.jpg);
      background-size: cover;
      background-position: center right;
    }
  
    .s7 {
      background-image: url(../img/s7-guy.html), url(../img/hero-geometric.html);
      background-size: cover;
      background-position: center right;
    }
  }
  
  @media(min-width: 1710px) {
    .hero {
      background-image: url(img/awsclouds.jpg);
      background-size: cover;
      background-position: center right;
    }
    .hero-text{
      width: 100%;
    }
    .s7 {
      background-image: url(../img/s7-guy.html), url(../img/hero-geometric.html);
      background-size: cover;
      background-position: center right;
    }
  }
  
  /* Section 1 */
  
  .s1,
  .s2,
  .s3,
  .s4,
  .s5,
  .s6,
  .s7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    letter-spacing: 0.48px;
  }
  
  h3 {
    font-size: 30px;
  }
  
  p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  
  /* Section 2 */
  
  .s2 .feature-img {
    width: 100%;
    border-radius: 20px;
  }
  
  dt {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: normal;
  }
  
  dd {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 0.6px;
  }
  
  /* Section 3 */
  
  p.lead {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
  }
  
  .bg-gray {
    padding: 32px;
    border-radius: 20px;
    background-color: #F3F3F4B3;
  }
  
  .s3 .img-right{
    border-radius: 20px;
    width: inherit;
  }
  
  .ul-sm-center {
    text-align: left;
  }
  
  @media (max-width: 768px) {
    .logo {
      width: 100px;
      height: auto;
      margin-left: -10px;
    }
  
    .logo2 {
      width: 100px;
      height: auto;
      margin-left: 0;
      margin-right: 10px;
    }
  
    .logo3 {
      width: 30px;
      height: auto;
    }
  
    ul.ul-2 {
      margin-left: -70px;
    }
  
    ul.ul-4 {
      margin-left: -55px;
    }
  }
  
  
  /* Section 1 */
  
  .s1 {
    overflow: hidden;
  }
  
  .s1 p.lead {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  
  @media (min-width: 1860px) {
    .pl-10 {
      padding-left: 10rem !important;
    }
  }
  
  @media (min-width: 421px) {
  
    .s6 img {
      margin-bottom: 0;
    }
  
    .s6 li span:nth-child(2) {
      width: 80%;
      text-align: left !important;
    }
  }
  
  @media (max-width: 420px) {
  
    .s1,
    .s2,
    .s3,
    .s4,
    .s5,
    .s6,
    .s7 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
  
  }
  
  @media (max-width: 1366px) {
    .pl-10 {
      padding-left: 0 !important;
    }
  }
  
  @media (max-width: 992px) {
    .pl-md-0 {
      padding-left: 0 !important;
    }
  }
  
  .s1 .img-right{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    float: right;
    margin-right: 0;
  }
  
  /* section 4 */
  
  .s4 li::marker{
    content: none;
  }
  .s4 li::before{
    content: url("../img/bullet.html");
    margin-right: 15px;
  }
  .s4 li{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
  }
  
  .s4-lead {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
  }
  
  .s4 .bg-gray{
   padding:27px;
  }
  .s4 .img-right{
    border-radius: 20px;
    height: fit-content;
  }
  
  .mb-10 {
    margin-bottom: 100px;
  }
  
  /* section 5 */
  .s5 .img-right{
    border-radius: 20px;
    width: inherit;
  }
  .s5-lead {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
  
  .s5 .sub-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
  }
  
  .s5 ul,
  .s6 ul {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    list-style: none;
    padding: 0;
    margin-left: 24px;
    margin-top: 32px;
  }
  
  .s5 li,
  .s6 li {
    padding-left: 10px;
    list-style-image: url(../img/icon-arrow.html);
    margin-bottom: 30px;
  }
  
  /* section 6 */
  .s6 .box1{
    height:inherit;
  }
  
  .s6 p{
    width: 50%;
  }
  
  .s6 strong{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
  }
  
  @media (max-width:1024px) {
    .s6 p{
      width: 75%;
    }
  }
  @media (max-width:780px) {
    .s6 p{
      width: 100%;
    }
  }
  @media (max-width:450px) {
    .s6 p,
    .s6 h2{
      text-align: center;
    }
  }
  .s6 .bg-gray{
    height: 100%;
    padding: 25px;
  }
  .s6 img{
    border-radius: 20px;
  }
  
  
  
  /* section 7 */
  
  
  .s7 {
    width: 100%;
    background-color: #F3F3F4B3;
    margin-top: 105px;
    color: #222328;
  }
  
  .s7 img {
    margin-top: -10px;
  }
  
  .s7 h1{
    font-size: 50px;
    letter-spacing: 0.3px;
  }
  
  @media (max-width: 450px)  {
    .s7 h1{
      font-size: 22px;
      letter-spacing: 0.3px;
    }  
  }
  
  
  /* modal*/
  
  .modal-content {
    border-radius: 20px;
    box-shadow: 0px 5px 10px #00000040;
    padding: 1rem;
  }
  
  .modal-header {
    border-bottom: 0;
  }
  
  .icon-modal {
    font-size: 36px;
  }
  
  @media(min-width: 1024px) {
    .modal-dialog {
      max-width: 760px;
      margin: 1.75rem auto;
    }
  }
  
  
  /* components */
  
  .btn-blue,
  .btn-blue:visited {
    background-color: #275C7B;
    width: max-content;
    border-radius: 26px;
    padding: 12px 30px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    box-shadow: 0px 5px 10px #00000040;
  }
  
  .btn-blue:hover {
    background-color: #005393;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0px 3px 8px #00000040;
  }
  .btn-orange,
  .btn-orange:visited {
    background-color: #f99d34;
    width: max-content;
    border-radius: 26px;
    padding: 12px 30px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    box-shadow: 0px 5px 10px #00000040;
  }
  
  .btn-orange:hover {
    background-color: #F99C34e8;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0px 3px 8px #00000040;
  }
  
  .btn-yel,
  .btn-yel:visited {
    background-color: #ECA13E;
    width: max-content;
    border-radius: 26px;
    padding: 12px 30px;
    text-decoration: none !important;
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    box-shadow: 0px 5px 10px #00000040;
    border-color: #ECA13E;
  }
  
  .btn-yel:hover {
    background-color: #F99C34;
    color: #ffffff !important;
    text-decoration: none !important;
    border-color: #F99C34;
    box-shadow: 0px 3px 8px #00000040;
  }
  
  /*.container form {*/
  /*    margin-top: 20px;*/
  /*  }*/

  /*  .container label {*/
  /*    display: block;*/
  /*    font-weight: bold;*/
  /*    margin-bottom: 5px;*/
  /*  }*/

  /*  .container input,*/
  /*  .container textarea {*/
  /*    width: 100%;*/
  /*    padding: 10px;*/
  /*    border: 1px solid #ccc;*/
  /*    border-radius: 4px;*/
  /*    resize: vertical;*/
  /*  }*/

  /*  .container input[type="submit"] {*/
  /*    background-color: #0a67c7;*/
  /*    color: #ffffff;*/
  /*    border: none;*/
  /*    cursor: pointer;*/
  /*    padding: 10px 20px;*/
  /*    margin-top: 10px;*/
  /*    font-size: 16px;*/
  /*    border-radius: 4px;*/
  /*  }*/

  /*  .container input[type="submit"]:hover {*/
  /*    background-color: #45a049;*/
  /*  }*/

  /*  .error-message {*/
  /*    color: #ff0000;*/
  /*    margin-bottom: 10px;*/
  /*  }*/

  /*  .success-message {*/
  /*    color: #008000;*/
  /*    margin-bottom: 10px;*/
  /*  }*/