*,*:before,*:after{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  ol, ul {
    list-style: none;
  }
  
  /* h1 title web, h3 sub title web,
  h4 title widget, h6 copyright footer */
  
  h1, h3, h4, h6, p, a {
    line-height: 1.5em;

  }
  
  h1, h3, h4{
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  h1{
    font-size: 38px;
  }
  
  h3, h4{
    font-size: 24px;
  }
  
  p{
    font-size: 14px;
    font-weight: 500;
  }
  
  h6{
    font-size: 14px;
    font-weight: 400;
  }
  
  a {
    text-decoration: none;
    color: #00685c;
    cursor: pointer;
  }
  
  .row{
    position: relative;
    width: 100%;
  }
  
  .container{
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .boxed-layout{
    max-width: 1170px;
    margin: auto;
  }
  
  .Yspacer-20{
    height: 20px;
    width: 100%;
  }
  
  .col {
    padding: 20px;
  }
  
  .col4{
    width: 33.3%;
  }
  
  .col6{
    width: 50%;
  }
  
  .col12{
    width: 100%;
  }
  
  .btn{
    background-color: #00685c;
    color:#fff;
    border: none;
    outline: none;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
  }
  
  .btn-primary{
    background-color: #00685c;
    color:#fff;
    border:2px solid #00685c;
  }
  
  .btn-primary-transparent{
    background: none;
    color: #00685c;
    padding: 10px 0;
  }
  
  .btn-primary-outline{
    border:2px solid #00685c;
    background: none;
    color:#00685c;
  }
  
  
  .btn-white{
    background-color: #fff;
    color:#00685c;
    border:2px solid #fff;
  }
  
  /* callout contact us */
  
  .callout{
    background: url(../img/callout-background.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
  }
  
  .callout .container {
    justify-content: center;
  }
  
  .callout .container .col.col12 {
    text-align: center;
    color: #fff;
  }
  
  input[type=text], input[type=number], input[type=email], textarea{
    -webkit-appearance: none;
    border: 1px solid #a1a4a8;
    width: 100%;
    min-width: 200px;
    padding: 18px 20px;
    height: auto;
    outline: none;
    border-radius: 8px;
  }
  
  .form-check {
      display: block;
      min-height: 1.5rem;
      padding-left: 1.5em;
      margin-bottom: 0.125rem;
  }
  
  .form-check input[type=checkbox] {
      float: left;
      margin-left: -1.5em;
  }

  
  input[type=checkbox] {
      width: 1em;
      height: 1em;
      margin-top: 0.25em;
      vertical-align: top;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border: 1px solid rgba(0, 0, 0, 0.25);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      transition: background-color 0.15s ease-in-out,
        background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
      input[type=checkbox] {
        transition: none;
      }
  }
  
  select {
      display: block;
      width: 100%;
      padding: 18px 20px;
      color: #212529;
      vertical-align: middle;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 0.75rem center;
      background-size: 16px 12px;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  
  select:focus {
      border-color: var(--bs-primary-10);
      outline: 0;
      box-shadow: 0 0 0 0.25rem var(--bs-primary-50);
  }
  
  select[multiple],
  select[size]:not([size="1"]) {
      padding-right: 0.75rem;
      background-image: none;
  }
  
  select:disabled {
      color: #6c757d;
      background-color: #e9ecef;
      
  }
    
  select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #212529;
  }
  
  input[type=checkbox] {
      border-radius: 0.25em;
  }
  
  input[type=checkbox]:active {
      filter: brightness(90%);
  }
  
  input[type=checkbox]:focus {
      border-color: rgba(0 104 92, 0.1);
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0 104 92, 0.5);
  }
  
  input[type=checkbox]:checked {
      background-color: #00685c;
      border-color: #00685c;
   }
   
  input[type=checkbox]:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  
  input[type=checkbox]:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  input[type=checkbox]:indeterminate {
      background-color: #00685c;
      border-color: #00685c;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }
  
  input[type=checkbox]:disabled {
      pointer-events: none;
      filter: none;
      opacity: 0.5;
      
  }

  input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus{
    border: 2px solid #00685c;
  }
  
  textarea{
    min-height: 200px;
  }
  
  .card{
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    bottom: 0;
  }
  
  .card:hover{
    bottom: 5px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  }
  
  @media only screen and (max-width: 768px){
  
    .col4, .col6{
      width: 100%;
    }
  }


/* template style */

.SiteContainer{
    position: relative;
}

header{
    position: fixed;
    width: 100%;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    z-index: 999;
}

.header-container{
    position: relative;
    padding: 0 16px;
    height: 60px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

header a img.site-logo{
    height: 35px;
    width: auto;
}

#bars{
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
}

.bar1, .bar2, .bar3 {
    height: 3px;
    background-color: #333;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
  }

.bar1 {
    width: 20px;
    right: 0;
    top:0;
  }

.bar2 {
    width: 30px;
    left: 0;
    top: 10px;
}

.bar3 {
    width: 20px;
    right: 0;
    top: 20px;
}
.menuNav-desktop ul a, .menuNav-mobile ul a{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.menuNav-desktop ul a.active{
    color: #fff;
}

.menuNav-desktop ul a.active li{
    background: #00685c;
}

.menuNav-desktop ul li{
    display: inline-block;
    margin-left: 20px;
    padding: 8px 14px;
    border-radius: 4px;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

main{
    position: relative;
    width: 100%;
    padding-top: 60px;
    height: auto;
}

footer{
    width: 100%;
    min-height: 60px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: #0a1120;
    text-align: center;
}

footer h6{
  color: #fff;
}

.menuNav-mobile{
    position: fixed;
    z-index: 999999;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    opacity: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    transition: .2s all ease-out;
}

.menuNav-mobile ul{
    position: relative;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    min-height: 280px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.menuNav-mobile ul:before {
    content: "";
    display: block;
    width: 38px;
    height: 4px;
    border-radius: 4px;
    background: #000;
    margin: 10px auto 30px;
}

.menuNav-mobile ul a li{
    display: block;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid rgb(210, 215, 219);
}

.menuNav-mobile ul a.active, .menuNav-mobile ul a:hover{
    color:#00685c;
}
   
.menuNav-mobile ul a.active li, .menuNav-mobile ul a:hover li{
    background: none;
}

.toggle{
    opacity: 1;
    -webkit-pointer-events: initial;
    -moz-pointer-events: initial;
    pointer-events: initial;
}

.toggle ul {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

@media only screen and (max-width: 768px){
    #bars{
      display: inline-block;
    }

    .menuNav-desktop{ display: none}

  }

  /* about us page style */
.illustration-container{
    text-align: center;
}

img.about-weefer-illustration{
    width: 100%;
    max-width: 800px;
}

  /* contact us page style */
  iframe{
    width: 100%;
    height: 50vh;
    border: none;
}

.status-box-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.2);
}

.status-box{
  width: 310px;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:40px 30px;
}

.status-icon{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
}