@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
    box-sizing: border-box;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


  /*
   * BARQ Custom Styles
   */

   *{
    font-family: 'Roboto', sans-serif;
   }

   a{
    text-decoration: none;
    color: #59008B;

   }

      
   ol li{
    margin-bottom: 10px;

   }


   h1,h2,h3,h4{
margin: 0px;
   }

   h1{
font-size: 56px;
   }
   h2{
    font-size: 32px;
       }

   h3{
        font-size: 24px;
        margin-bottom: 20px;
       }
  


  p{
font-size: 16px;
line-height: 1.6em;
color: #0C0D10;
  }

  img{
    width: auto;

  }



    /*Base settings */
.container{
  max-width: 1200px;
  }
  
  #inner-pages{
    background-color: #efefef;
  }
  
  section{
  padding: 50px 0px;
  }

 
  .primary-color{
    color: #23007D !important;
  }

    .is-invalid{
      border-color: red;
    }
    .is-valid{
      border-color: rgb(8, 218, 165);
    }

    .error-message{
      display: none;
      border-left: 5px red solid;
      padding-left: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      background: rgba(125,0,0,0.1);
      color: red;
      }
      .error-message.error-valid{
          display: block;
          border-left: 5px green solid;
          padding-left: 20px;
          padding-top: 5px;
          padding-bottom: 5px;
          background: rgb(7, 128, 97);
          color: #fff;
        }
    
.section-gradient{
  background: radial-gradient(circle, rgba(101,55,155,1) 0%, rgba(100,87,198,1) 100%);
  }

  .section-heading{
    margin-bottom: 20px;
  }
  
  .offset{
  padding: 20px 0px;
  }
  
  .offset .container{
  margin-top: -140px;
  min-height: 200px;
  padding: 0px !important;
  }
  
  .card{
  text-align: left;
  background: #fff;
  padding: 20px; 
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(60, 64, 81, 0.2);
  margin-bottom: 20px;
  min-height: 120px;
  }
  .card p{
  font-size: 14px;
  }

  .card h3{
font-size: 26px;
  }

  .card-more-padding{
    padding: 40px 20px;
  }
  .card-sm{
min-height: unset;
text-align: left;
font-size: 14px;
  }

  /*END Base settings */
  
  /*Nav styles */

  .mobile-menu{
    display: none;
  }

  #site-logo{
width: auto;

  }

  .site-nav{
    background: #fff !important;
  }
  
  .site-nav .row{
  display: flex;
  align-items: center;
  
  }
  
  .nav-links{
  text-align: right;
  }
  
  .nav-links li{
  list-style-type: none;
  display: inline-block;
  margin-left: 40px;
  font-weight: 700;
  }
  
  .nav-links li a{
  color: #000;
  text-decoration: none;
  }
  
  .nav-links .active{
  color: #23007D !important;
  }
  
  
  .nav-links li a:hover{
  color: #23007D !important;
  }

  .mobile-menu{
    text-align: right;
    }
    
    .mobile-menu button{
    background: #23007D;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    font-size: 20px;
    }
    
    .menu li{
    list-style-type: none;
    }


  /*END Nav styles */
  
  /*header styles */



  .site-header{
    background: url('../img/site-header.jpg' );
    min-height: 600px;
    background-size: cover;
    }

    .site-header .row{
      max-width: 800px;
      margin: 0px auto;
    }
 
   .fixed {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 0px 35px -8px rgb(119 119 119 / 75%);
}
  
  .site-header{
  text-align: center;
  display: flex;
  align-items: center;
  }
  
  
  .site-header h1, .site-header h2{
  color: #fff;
  
  }

  .site-header p{
    color: #fff;
  }
  
  /* END header styles */



  /*Our Products section */

  .our-products-section{
    background-color: #F2F2F3;
    background-repeat: no-repeat;
    background-size: cover;

  }

  .our-products-section h3,  .our-products-section h2 {
    color: #0C0D10;
    text-align: center;
  }
  
  
  #our-products .card {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

#our-products img {
    width: 100%;
}

@media screen and (max-width: 1150px) and (min-width: 720px){
#our-products .card {
    min-height: 200px;
}
}

@media screen and (max-width: 768px){
#our-products .card {
    display: flex;
    flex-direction: column;
    text-align: center;
}
}



  /*Our Products -- About section */


  /*Water Filter section */

  #water-filter{
    background: #F2F2F3;
    text-align: center;
    }
    #water-filter img{
      border-radius: 8px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }  

    #services  .card-half p{
    color: #0C0D10;
    font-size: 16px;
    padding: 15px;
    }

   /*END -- Water Filter section */


   /*Contact Styles */

   #contact-us{
    background-image: linear-gradient(-180deg, rgba(10,33,177,1) 10%, rgba(35,0,125,0.8) 100%),
    url('../img/section-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
   }

   #contact-us .two-col-bg{
    background: url('../img/two-col.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    margin: 0px;
    width: 50%;
    }
    #contact-us .form-col{
      width: 50%;
    margin: 0px;
    }

    #contact-us .row{
      background-color: #fff;
      border-radius: 8px;

      background-size: cover;

      }
      
       #contact-us .two-col-bg{
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      }
      
      #contact-us .form-col h2{
      position: relative;
      margin-left: 40px;
      margin-bottom: 20px;
      }
      
      
      #contact-us .form-col h2:after{
      content: '';     
      width: 24px;
      height: 4px;
      background: #0C0D10;
      display: block;
      position: absolute;
      left: -30px;
      top: 23px;
      }

      #contact-us #fname, #contact-us #lname{
        background: url(../img/i-person.png) no-repeat;
        background-position: 10px center;
      }
       #contact-us #email{
        background: url(../img/i-email.png) no-repeat;
        background-position: 10px center;
      }
      #contact-us #phone{
        background: url(../img/i-phone.png) no-repeat;
        background-position: 10px center;
      }
      #contact-us #message{
        background: url(../img/i-message.png) no-repeat;
        background-position: 10px 12px;
      }

   /*End -- Contact Styles */


   /*form styles */

   #contact-us .form-container{
    padding: 20px 40px;
    }
    form input,form textarea {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 40px;
    border: 1.5px solid #D8D9DC
    }
    
    form textarea {
    margin-top: 16px;
    }
    
    #contact-us form input[type="radio"]{
    display: inline-block;
    width: unset;
    }
    #contact-us h5{
    margin: 10px 0px;
    }
    
    
    #contact-us span{
    margin-right: 30px !important;
    }
    
    label > input[type="radio"] {
      display: none !important;
    }
    
    label > input[type="radio"] + *::before {
      content: "";
      display: inline-block !important;
      vertical-align: midle;
      width: 9px;
      height: 9px;
      margin-right: 0.3rem;
      border-radius: 50%;
      border-style: solid;
      border-width: 0.1rem;
      border-color: #3C4051;
    }
    
    label > input[type="radio"]:checked + *::before {
      background: radial-gradient(#23007D 0%, #23007D 40%, transparent 50%, transparent);
      border-color: #3C4051 !important;
    }
    label > input[type="radio"]:checked + * {
      color: #3C4051 !important;
    }
    #contact-us .form-footer{
    margin-top: 30px;
    }
    
    #contact-us .form-footer input{
    display: inline-block;
    width: unset;
    }
    
    
    #contact-us #submit-btn{
    font-weight: 700;
    background: #23007D;
    border-radius: 8px;
    color: #fff;
    border: 1.5px solid #23007D;
    padding: 16px 32px;
    transition: ease-in-out all 300ms;
    cursor: pointer;
    }
    
    #contact-us #submit-btn:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.1)
    }
    
    #contact-us #clear-btn{
    font-weight: 700;
    background: transparent;
    border-radius: 8px;
    color: #23007D;
    border: 1.5px solid #23007D;
    padding: 16px 32px;
    margin-right: 15px;
    transition: ease-in-out all 300ms;
    cursor: pointer;
    }
    
    #contact-us #clear-btn:hover{
    background: #23007D;
    color: #fff;
    }
    
    .form-select{
      display: none;
    }

    #form-products{
          margin-bottom: 16px;
      font-size: 16px;
          width: 100%;
          box-sizing: border-box;
          padding: 10px 10px;
          border: 1.5px solid #D8D9DC;
      
      }


   /*END form style */


   /*footer styles */

   #site-footer{
    background: #fff;
    padding: 50px 0px;
    color: #3C4051 !important;
    }
      
    #site-footer h3{
    margin-bottom: 0px;
    }
    
    #site-footer .row{
    display: flex;
    align-items: center;
    }

    #site-footer .contact-link{
      font-size: 22px;
      color: #3C4051 !important;
      display: block;
      padding-top: 20px;
    }

    #site-footer .contact-link:hover{
      text-decoration: underline !important;
    }
    
    #site-footer .footer-list li{
    list-style-type: none;
    margin-bottom: 10px;
    
    }
    
    #site-footer .footer-list a{
    color: #3C4051 !important;
    }
    
    #site-footer .footer-list a:hover{
    text-decoration: underline;}


    .after-footer{
      background: #000;
      color: #fff;
      font-size: 12px;
      padding: 20px 0px;
      text-align: center;
      }

    /* Responsive style */
    @media screen and (max-width: 1500px) and (min-width: 1151px){

      #our-products .card{
      min-height: 150px;
      }
      }
      
      @media screen and (max-width: 1150px) and (min-width: 720px){
      
      #our-products .card{
      min-height: 200px;
      }
      }
      

     
     @media screen and (max-width: 768px){ 

      .fixed{
        padding: 10px 0px;
      }
      .nav-links{
        margin: 0px;
        display: none;
        }
        
       .mobile-menu{
         display: block;
       }
     

     ul{
     padding: 0px;
     }
  
     img{
     max-width:100%;
     max-height:100%;
     object-fit: contain;
     }

     #contact-us .two-col-bg{
      width: 100%;
      min-height: 300px;
      }
      
      #contact-us .form-col {
      width: 100%;
      }
      
      #site-footer .contact-link{
      font-size: 16px;
      }
      
      #site-footer{
      text-align: center;
      }
     
  
    
     }
     
     @media screen and (max-width: 680px){
     
     
     .site-header{
     min-height: 300px;
     }
     
     h1{
     font-size: 36px;
     }
     
     h2{
     font-size: 24px;
     }

     
      #about .row, #services .row, #site-footer .row{
         flex-direction: column;
         }
     
     .card{
     min-height: unset;
     text-align: center;
     }
     
     .card.card-3-col{
     min-height: unset;
     }
     
     
     }


   
      
  