/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;padding:0;
  font-family: 'Roboto', sans-serif;
  background-color:#fff;
  font-size: 14px;
  color:#000;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration:none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width:100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}




/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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 {
    margin:0 15px 15px 0;
    padding:0 20px 13px 20px;
    border: 1px solid #cecece;
}
fieldset legend{width:auto;font-size: 15px;font-weight: 600;text-transform:initial;}
fieldset p{margin-bottom:0;color: #000 !important;}
fieldset table tr td{padding:10px 30px 0 0;color:#2C5068;font-weight: 600;}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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




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

/*
 * Hide visually and from screen readers
 */

.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
 */

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

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

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

/*
 * 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: " "; /* 1 */
    display: table; /* 2 */
}

.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: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    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:
     * 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;
    }
}
#pageLoader{background-color:rgba(252, 218, 86, 0.99);position: fixed;width:100%;height:100%;display: flex;z-index: 999;justify-content: center;align-items:center;}
.loader{text-align: center;}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  transform-origin: 32px 32px;
}
.lds-heart div {
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

h2{font-family:'Montserrat Alternates', sans-serif;font-size: 2.6rem;padding-bottom:14px;padding-right:15px;margin-bottom: 20px;}
h3{font-family:'Roboto Slab', sans-serif;font-size:1.4rem;padding-bottom:5px;padding-right:15px;margin-bottom: 20px;}
p{font-size:15px;line-height:25px;margin: 0 0 20px 0;}
.logo{font-family: 'Montserrat Alternates', sans-serif;font-size: 2.2rem;margin:0;padding:17px 0;}
.navigation{text-align: right;}
.navigation ul{margin:0;padding:0;display: inline-block;}
.navigation ul li{display: inline-block;}
.navigation ul li a{display:block;font-size:14px;color:#fff;line-height: normal;font-weight:normal;text-transform:uppercase;position:relative;text-decoration: none;padding:34px 20px;}
.navigation ul li a:hover{background-color:#ffdc37;color:#000;}
.navigation ul li a.active{background-color:#ffdc37;color:#000;}
.navigation ul li:last-child{border: none;padding-right: 0;}


.banner h1{font-size:44px;font-weight:bold;margin-bottom: 16px;}
.banner img{width:100%;}
.banner h2{font-size:21px;font-weight:bold;}
.banner {position:relative;background-image:url(../images/banner.png);background-repeat:no-repeat;background-size:cover;height:556px;width: 100%;background-position:right top;}
.about-banner{background-image:url(../images/about-banner.jpg);background-size:contain;height:412px;}
.about-banner .banner-text{height:412px;}
.industries-banner{background-image:url(../images/industries-banner.jpg);}
.products-banner{background-image:url(../images/products-banner.jpg);}
.banner-text {position:relative;height: 556px;width:48%;z-index:1;display:flex;align-items:center;}

.banner:after {content: "";position: absolute;left: 0;top: 0; background-color: rgba(254, 219, 179, .9);height: 100%;width:50%;}
.banner-text img{width:auto;}
.cta{text-transform:uppercase;background-color:#ffdc37;border:2px solid #000;border-radius:4px;color:#000;padding:12px 20px;font-weight:bold;display:inline-block;}
.cta:hover{text-decoration:none;background-color:#ddbf31;color:#000;}
.cta span{margin-right:25px;}
.text-center{text-align:center;}
header {position: relative;z-index: 2;background-color:#0a3a62;}
header.fixed-header {position:fixed;width:100%;left:0;right:0;top:0;}
section{padding:100px 0;position:relative;}
section h2{text-align:center;display:block;font-weight:bold;font-size:36px;position:relative;margin-bottom:80px;text-transform:capitalize;}
.certified-logos .certified-img{margin:0;padding:0;list-style:none;text-align:center;}
.certified-logos .certified-img li{display:inline-block;padding:0 25px;}
.certified-logos .certified-img li:last-child{border:none;}
.price{font-weight: bold;display: block;font-size: 17px;margin:8px 0 10px 0;}
.about-section{background-color:#2b5272;padding:0;background-image:url(../images/about-img.jpg);background-repeat:no-repeat;background-position:right top;background-size: contain;}
.about-section-content p{color:#fff;}
.about-section-content h3{font-weight:bold;color:#fff;font-size:36px;}
.about-left{width:50%;float:left;}
.about-section-content{padding:50px 0;}
.convince-txt{background-color: rgba(27, 39, 48, .25);color: #fff;text-align: center;padding: 20px 0;margin-top: 40px;}
.convince-txt p{margin:0;font-size:20px;}
.convince-txt h3{font-size:33px;color:#ffdc37;margin:0 0 5px 0;font-weight:bold;}

.we-offers{margin:0;padding:100px 0 70px 0;}
.we-offers h2{font-size:32px;margin-bottom: 20px;}
.offers-list{list-style:none;margin:0;padding:0;}
.offers-list li{text-align: center;width:23%;float: left; font-size: 17px;padding: 23px 0;font-weight: bold;background-color: #fff;margin: 0 1% 25px 1%;border-radius: 2px;}
.offers-list li img {height: 45px;}
.offers-list span{display:block;margin:25px 0 8px 0;font-weight:bold;font-size:20px;}
.offers-list p{margin-bottom:0;font-size:13px;font-weight:normal;line-height: normal;}
.offers-list .image-circle{background-color:#ffdc37;width:108px;height:108px;border-radius:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;}

.our-process h2 {margin-bottom: 10px;}
.our-process{background-color:#f4f4f4;padding: 70px 0;}

.our-process h2:after{background:#fff;}
.our-process ul li span{text-transform:uppercase;}
.our-process .img-circle{width: 100px;height:100px;border-radius: 100%;text-align: center;display: flex;justify-content: center;align-items: center;margin:0 auto 15px auto;;overflow:hidden;}
.our-process .circle img{height:auto;}	
.our-process ul{text-align:center;}
.our-process li{color: #fff;font-size: 19px;padding: 50px 0 0 0; box-shadow: none; background-color: transparent; margin: 0;float:none;display:inline-block;}
.desig{color:#244185;font-size:23px;display:block;text-align:center;letter-spacing:2px;}

.we-serve .title{display:block;font-size:16px;color:#252525;font-weight:bold;margin-top:12px;}
.we-serve{list-style:none;margin:40px 0 0 0;padding:0;display:flex;}
.we-serve li {padding: 0 11px;text-align: center;}
.contact-form .form-control{margin-bottom: 20px;padding: .8rem .75rem;border: none;}
.contact-form .contact-btn{border: none;float: right;padding: 14px 44px !important;font-size: 16px;font-weight: bold;cursor:pointer;}

.certified-logos .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block !important;position: absolute;top: 20%;width: 100%;}
.certified-logos .owl-nav{margin-top:30px;}
.certified-logos .owl-nav button{background-color: #0a3a62 !important;width: 50px;height: 50px;border-radius: 100%;}
.certified-logos .owl-nav button img{-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */filter: grayscale(100%);opacity:0.5;width:19px;}
.certified-logos .owl-nav button img:hover{-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */filter: grayscale(0);opacity:1;}
.certified-logos .owl-nav button.owl-next{float:right;}

.contact-us h2 {
    margin-bottom: 0;
}

.certified-logos h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}
.certified-logos .certified-img li {
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #ddd;
    margin-bottom: 70px;
}
.certified-logos h3 {
    font-size: 36px;
    font-weight: bold;
    margin:19px 0 4px 0;
}

.certified-logos p {
    width: 80%;
    margin: 0 auto 50px auto;
    font-weight: bold;
}
.certified-logos .owl-carousel h3 {
    font-size: 16px;
    margin: 40px 0 3px 0;
}

.certified-logos .owl-carousel .cta {
    font-size: 13px;
    padding: 7px 15px;
}

.thin-font span{color:#282828;display:block;font-weight:normal;}
.certified-logos .owl-carousel .cta span{margin:0;}
.our-process .owl-nav{text-align:center;margin-top:30px;}
.our-process .owl-nav button img{-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */filter: grayscale(100%);opacity:0.5;}
.our-process .owl-nav button img:hover{-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */filter: grayscale(0);opacity:1;}

.social-footer{margin-top:20px !important;}
.social-footer li{display:inline-block;padding-right:12px;}
.footer .location{color:#fff;}

.footer{background-color:#0a3a62;padding:30px 0;position: relative;}
.footer-links label {color: #7fbdcf;font-weight: 500;font-size: 1.1rem;}
.footer ul {list-style: none;margin: 0;padding: 0;}
.footer-links ul li a {display: block;color: #fff;font-size: 0.9rem;font-weight: 300;padding:2px 0;}
.footer-links ul li a:hover{color:#fff;text-decoration:none;}
.footer-div{display:flex;justify-content: space-between;}
.quotes .btn-primary{margin-top:20px;}
.footer-logo{text-align: center;}
.copyrights{background-color:#0a3a62;text-align: center;font-size: 0.75rem;color:#fff;font-weight: 300;padding:35px 0;border-top:1px solid #093458;}
.copyrights a{font-weight: normal;color:#fff;}
#year { display:inline; }
.copyrights a:hover{text-decoration: none;color:#fff;}
.footer-links span {width: 28px;display: inline-block;}



.menu-bar.open span{background-color:#fff;}
.menu-bar{cursor:pointer;height: 16px;position:fixed;z-index:99;right:15px;top:33px;display:none;}
.menu-bar span { background-color:#fff; width:25px; height:2px; -webkit-transition:0.2s ease-in-out; transition:0.2s ease-in-out; -webkit-tap-highlight-color: transparent;display: block;margin:2px 0;position:relative;}
.menu-bar span {left:0;}
.menu-bar span:nth-child(1) { top: 0px; }
.menu-bar span:nth-child(2) { top: 3px; }
.menu-bar span:nth-child(3) { bottom:-6px; }
.open.menu-bar span:nth-child(1) {-webkit-transform:rotate(45deg) translate(8.5px, 3.5px);-ms-transform:rotate(45deg) translate(8.5px, 3.5px);transform:rotate(45deg) translate(8.5px, 3.5px);}
.open.menu-bar span:nth-child(2) { opacity: 0; }
.open.menu-bar span:nth-child(3) {-webkit-transform:rotate(-45deg) translate(6.5px, -1px);-ms-transform:rotate(-45deg) translate(6.5px, -1px);transform:rotate(-45deg) translate(6.5px, -1px);}
.overlay{position:fixed;left:0;right:0;top:0;display:none;background-color:rgba(252, 218, 86, 0.96);width:100%;height:100%;z-index:1;}

.go-down{text-align:center;position: absolute;width: 100%;bottom:-30px;z-index:1;}
.go-down a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 20px #dfdfdf;
    border-radius: 100%;
}


.about-content h2{font-size:32px;font-weight:bold;text-transform:inherit;}
.about-content p{text-align:center;font-weight:normal;}
.email-about{text-align:center;}
.email-about .emailtext{color:#000;font-weight:bold;margin-top:20px;display:inline-block;}
.yellow-circle {background-color: #ffdc37;display: inline-block; width: 80px;height: 80px;border-radius: 100%;padding: 22px;border: 1px solid #000;}
.about-inner{background-image:url(../images/about-bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;height:396px;text-align:center;}
.about-inner h3{color:#ffdc37;margin-bottom:0;}
.about-inner p{font-size:20px}
.about-title{margin:25px 0;}
.m0{margin:0;}

.ind-serve-inner p{width:100%;text-align:left;}
.ind-serve-inner h3{font-size:28px;}
.proper-use h2{margin-bottom:15px;}
.proper-use p{text-align:center;margin:0 auto 25px auto;width:70%;}
.proper-use .text-lg{text-align:center;}
.text-lg{font-size:48px;color:#86888a;display:block;}
.products-section{background-color:#f2f2f2;padding:45px 0;}
.products-section h1{font-size:42px;text-align:center;font-weight:bold;}
.products-section p{text-align:center;width:80%;margin:0 auto 15px auto;}
.products-list {padding: 40px 0;}
.products-list-array{display:flex;border-bottom:1px solid #ddd;padding:50px 0;}
.products-list-array:last-child{border:none;}
.products-list-array:nth-child(even) .product-img {order: 1;text-align:right;}
.products-list-array .product-img{width:60%;}
.products-list-array .product-content h3{font-size:29px;font-weight:bold;margin:0;}
.products-list-array .product-content p{margin-bottom:0;}
.products-list-array .product-content .product-price{font-size: 18px;font-weight: bold;margin: 0 0 20px 0;}
.products-list-array .product-content .cta{padding:8px 19px;margin-bottom:20px;}
.products-list-array .product-content .cta span{margin-right:5px}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
 .navigation ul li{display: block;text-align: left;border-right: none;}
  .navigation ul li a{padding:5px 0;font-size:1.1rem;display:block;}
  .navigation ul{display: block;}
  .navigation{display:none;position:fixed;z-index: 2;width: 100%;left: 0;right: 0;margin-top:60px;}
  .menu-bar{display:block;}
  .navigation{display:none;background-color: #fffffff2;height: 100%;top: 0;margin: 0;}
  .logo.fixed{position:fixed;z-index:2;}
  .navigation ul li a.active:before{transform: rotate(0);height:1px;bottom: 0;background-color: rgba(0, 0, 0, 0.5);}
  .navigation ul li:last-child{padding-right:17px}
.img-right {right: 0;width: 100%;background-color: #d2d3fd;position: inherit;}
.banner-text {width: auto;margin-top: 0;}
.banner h1{font-size:22px;}
.app-download {margin-top: 0;}
.about-section{margin-top: 80px;}
section h2{font-size:28px;margin:0 0 50px 0;}
.about-left{width:100%;text-align:center;}
.about-right{width:100%;}
.about-left img{margin:0 20px 20px 0;}
.about-right h3{text-align:center;margin:0 0 20px 0;padding:0;font-size: 23px;}
.about-right p{text-align:center;margin:0 0 20px 0;padding:0}
.offers-list{display: block;white-space: nowrap;overflow-x: auto;}
.offers-list li{display:inline-block;float:none;width:auto;padding:20px 10px;}
.our-process .circle {width: 60px;height: 60px;padding: 15px;}
.our-process ul li span{font-size:12px;}
.contact-form{width:100%;text-align:center;}
.contact-us{padding-bottom:30px;}
.connect-with-us{padding:20px 0;}
.go-down{top:-21px}
.go-down a{width:40px;height:40px;padding:8px;}
section{padding:60px 0;}
.logo{width: 170px;}
.contact-form .contact-btn{float:none;}
.navigation.hide-menu{display:none !important;}
.navigation.show-menu{display:block !important;}
.about-right .app-download{text-align:center;}
.our-process{text-align:center;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .navigation ul li{padding:0;}
  .navigation ul li a{padding:38px 10px}
  .logo{font-size:1.8rem;padding:22px 0;}
  .banner-text{margin-top:0}
  .banner h1{font-size: 38px;}
  .app-download{margin:0;}
  .about-left img{width: 180px;}
}

@media(max-width:767px){
  .navigation ul li{display: block;text-align: left;border-right: none;}
  .navigation ul li a{padding:14px 17px !important;font-size:1rem;display:block;}
  .navigation ul{display: block;}
  .navigation{display:none;position:fixed;z-index: 2;width: 100%;left: 0;right: 0;margin-top:60px;}
  .menu-bar{display:block;}
  .navigation{display:none;background-color:rgba(10, 58, 98, 0.95);height: 100%;top:0;margin: 0;padding-top:90px;}
  .logo.fixed{position:fixed;z-index:2;}
  .navigation ul li a.active:before{transform: rotate(0);height:1px;bottom: 0;background-color: rgba(0, 0, 0, 0.5);}
  .navigation ul li:last-child{padding-right:17px}
  header.header{position:fixed;width:100%;left:0;right:0;top:0;}
  .img-right {right: 0;width: 100%;background-color: #d2d3fd;position: inherit;}
section h2{font-size:24px;margin:0 0 50px 0;padding:0;}
.banner h1{font-size:24px;margin:30px 0 6px 0;}
.banner h2{font-size:15px;}
.banner {margin-top: 84px;height: auto;background-size: contain;background-color: rgba(254, 219, 179, .9);padding-bottom: 50px;}
.banner:after{display:none;}
.banner-text{width:100%;margin-top:140px;height:auto;}
.about-left{width:100%;text-align:center;}
.about-right{width:100%;}
.about-right h3{text-align:center;margin:0 0 20px 0;padding:0;font-size: 23px;}
.about-right p{text-align:center;margin:0 0 20px 0;padding:0}
.offers-list{display: block;}
.offers-list li{display:inline-block;float:none;width:auto;padding:20px 10px;}
.our-process .circle {width: 60px;height: 60px;padding: 15px;}
.our-process ul li span{font-size:12px;}
.contact-form{width:100%;text-align:center;}
.contact-us{padding-bottom:30px;}
section{padding:60px 0;}
.logo{width: 170px;}
.contact-form .contact-btn{float:none;}
.navigation.hide-menu{display:none !important;}
.navigation.show-menu{display:block !important;}
.about-right .app-download{text-align:center;}

.we-serve{display:block;}
.footer-div{display:block;}
.cta{font-size: 12px;display:block;padding:12px 16px;text-align:center;}
.cta span{margin:0}
.certified-logos .certified-img li{    border: none;display: block;padding: 0;margin: 0 0 16px 0;}
.certified-logos h3 {font-size: 23px;}
.certified-logos p{width:auto;font-weight:normal;}
.about-section-content h3 {display: block;margin: 110px 0 20px 0;padding: 0;}
.convince-txt p{font-size:13px;}
.convince-txt h3{font-size:23px;}
.we-offers h2 {margin: 0;padding: 0; font-size: 23px;line-height:normal;}
.offers-list .image-circle{width:88px;height:88px;}
.offers-list span{margin:5px 0 8px 0;}
.our-process{padding:40px 0}
.our-process h2{font-size:24px;}
.we-offers{padding:60px 0 20px 0;}
.we-serve li {padding: 0 0 30px 0;}
.footer-links {margin-bottom: 30px;}
.about-content h2{font-size:24px;}
.about-content p{margin-bottom:15px;}
.about-inner{height:auto;}
.about-inner h3{margin-top:30px}
.about-banner .banner-text{height: auto;margin-top: 140px;}
.proper-use p{width:auto;}
.text-lg{font-size:25px;}
.products-section h1 {font-size:28px;}
.products-section{padding:15px 0;}
.products-section p{width:100%;}
.products-list-array{display:block;text-align:center;}
.products-list-array .product-img{width:100%;text-align:center !important;}
.products-list-array .product-content h3{margin: 5px 0 8px 0;font-size:20px;}
.products-list-array .product-content .cta{display:inline-block;}
}