body::-webkit-scrollbar {
    width:10px;
}
body::-webkit-scrollbar-button {
    background:#fff;
    width: 0px;
    height: 0px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background:#fff;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #0066b3;
    height:0px;
}
body{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-weight: 700;
}
h2 {
    font-size: 50px;
    font-weight: 500;
}
h3{
    font-size: 28px;
    font-weight: 500;
}
h4{
    font-size: 24px;
    font-weight: 400;
}
h5{
    font-size: 22px;
    font-weight: 400;
}
h6 {
    font-weight: 500;
    font-size: 20px;
}
a, a:hover {
    color: #0066b3;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
p,ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.row {
    margin-right: 0!important;
    margin-left: 0!important
}
img{
    width: 100%;
}
.main-btn {
    color: #fff;
    background: #0066b3;
    display: inline-block;
    padding: 11px 35px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #0066b3;
    transition: 200ms ease-in-out;
}
.main-btn:hover {
    color: #0066b3;
    background: #fff;
}

/* header css */
header {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 1% 0;
    border-bottom: 1px solid #0166b25e;
}
.logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.logo a {
    width: 250px;
}
.navigation {
    padding: 1.8% 0 0;
}
.navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.navigation ul li {
    margin-right: 30px;
}
.navigation ul li:nth-last-of-type(1) {
    margin-right: 0;
}
.navigation ul li a {
    font-size: 12px;
    font-weight: 600;
    color: #2c2c2c;
    text-transform: capitalize;
    transition: 0.3s linear all;
}
.navigation ul li:hover a {
    color: #0066b3;
}
.navigation ul li a.active-nav {
    color: #0066b3;
}
.header2 {
    border: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 0;
}
.header2 .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header2 .logo {
    width: 150px;
}
.header2 .navigation {
    padding: 0;
}
.header2 .navigation ul {
    justify-content: flex-end;
}
.header2 .navigation ul li {
    margin-right: 0;
    margin-left: 18px;
}
.header2 .navigation ul.bottom-navi {
    margin-top: 8px;
}
.header2 .navigation ul li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}
.header2 .navigation ul.bottom-navi li {
    margin-left: 30px;
}
.header2 .navigation .bottom-navi li a {
    font-weight: 700;
    font-size: 16px;
    position: relative;
}
body.analytics .header2 .navigation ul.bottom-navi li:nth-child(1) a,
body.hydro .header2 .navigation ul.bottom-navi li:nth-child(2) a,
body.chemicals .header2 .navigation ul.bottom-navi li:nth-child(3) a {
    color: #0066b3;
}
body.analytics .header2 .navigation ul.bottom-navi li:nth-child(1) a:after,
body.hydro .header2 .navigation ul.bottom-navi li:nth-child(2) a:after,
body.chemicals .header2 .navigation ul.bottom-navi li:nth-child(3) a:after  {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 25%;
    right: 25%;
    background: #0066b3;
    height: 2px;
}

/* home css */
.bannerSliderWrappwe {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}
.home-banner-content {
    position: absolute;
    top: 57%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    text-align: center;
}
.home-banner-content h2 {
    font-weight: 700;
    text-transform: uppercase;
}
.home-banner-content p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 4%;
}
.home-banner-content .main-btn {
    margin-top: 4%;
}
.bannerSliderWrappwe .owl-dots,
.home-anodyne-specification-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 500;
}
.home-anodyne-specification-slider .owl-dot {
    display: inline-block;
}
.home-anodyne-specification-slider .owl-dots {
    position: static;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}
.home-anodyne-specification-slider .owl-dot span {
    border-bottom: 0 !important;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #0066b3;
    display: block;
    margin-right: 7px;
}
.home-anodyne-specification-slider .owl-dot.active span {
    background: #2fc2e0;
    transform: scale(1.3);
}
.bannerSliderWrappwe .owl-dot {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 25px;
}
.bannerSliderWrappwe .owl-dot span,
.home-anodyne-specification-slider .owl-dot span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #ced2d3;
}
.bannerSliderWrappwe .owl-dot.active span {
    border-color: #2c2c2c;
}
.bannerSliderWrappwe .owl-dot.active span:after {
    opacity: 1;
}
.bannerSliderWrappwe .owl-dot span:after,
.bannerSliderWrappwe .owl-dot span:before {
    margin-bottom: 7px;
}
.bannerSliderWrappwe .owl-dot span:after {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    background-position: top !important;
}
.bannerSliderWrappwe .owl-dot span:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.bannerSliderWrappwe .owl-dot.active span:after {
    background-position: bottom !important;
}
.bannerSliderWrappwe .owl-dot:nth-child(1) span:after {
    background: url(../assets/images/home-top-slider/industrial-water-treatment-icon.png) no-repeat;
}
.bannerSliderWrappwe .owl-dot:nth-child(2) span:after {
    background: url(../assets/images/home-top-slider/gas-detection-icon.png) no-repeat;
}
.bannerSliderWrappwe .owl-dot:nth-child(3) span:after {
    background: url(../assets/images/home-top-slider/african-market-icon.png) no-repeat;
}
.bannerSliderWrappwe .owl-dot:nth-child(4) span:after {
    background: url(../assets/images/home-top-slider/reliable-tool-research-icon.png) no-repeat;
}
.bannerSliderWrappwe .owl-dot span:before {
    font-size: 11px;
    color: #2c2c2c;
    font-weight: 600;
}
.bannerSliderWrappwe .owl-dot.active span:before {
    color: #0066b3 !important;
}
.bannerSliderWrappwe .owl-dot:nth-child(1) span:before {
    content: "INDUSTRIAL WATER TREATMENT";
}
.bannerSliderWrappwe .owl-dot:nth-child(2) span:before {
    content: "GAS DETECTION SOLUTIONS ";
}
.bannerSliderWrappwe .owl-dot:nth-child(3) span:before {
    content: "AFRICAN MARKET";
}
.bannerSliderWrappwe .owl-dot:nth-child(4) span:before {
    content: "RELIABLE TOOLS & RESEARCH";
}

section.home-anodyne-journey {
    padding: 70px 0;
}
.home-anodyne-journey-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-anodyne-journey-left {
    width: 38%;
}
.home-anodyne-journey-left h2>span {
    display: block;
}
.home-anodyne-journey-left h4 {
    color: #555758;
    margin-top: 7%;
}
.home-anodyne-journey-left a {
    margin-top: 12%;
}
.home-anodyne-journey-right {
    width: 55%
}
.home-anodyne-journey-right img {
    width: 50%;
}
.home-anodyne-journey-right p {
    margin-top: 50px;
    line-height: 1.7;
}
.home-anodyne-journey-right p>span {
    margin-top: 20px;
    display: block;
}

.home-our-solution {
    background: url(../assets/images/home-our-solution-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}
.home-our-solution-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.home-our-solution-left {
    width: 38%;
}
.home-our-solution-right {
    width: 55%
}
.home-our-solution-right p {
    line-height: 1.7;
}
section.home-anodyne-specificationsliderwrap {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 40px;
}
.home-anodyne-specification-slider-content {
    padding: 30px;
}
.home-anodyne-specification-slider-image {
    position: relative;
}
.home-anodyne-specification-slider-image h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 50px;
        text-align: center;
}
.home-anodyne-specification-para {
    padding-right: 30px;
        text-align: center;
}
.home-anodyne-specification-para p {
    color: #2c2c2c;
}
section.home-what-we-do {
    padding: 70px 0;
    border-bottom: 1px solid #d8d8d8;
}
.home-what-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-what-card {
    width: 30%;
    text-align: center;
}
.home-what-card img {
    width: auto;
    height: 110px;
}
.home-what-card h3 {
    margin-top: 5%;
}
.home-what-card p {
    margin-top: 6%;
}
section.home-client-testimonialwrap {
    padding: 70px 0;
    border-bottom: 1px solid #d8d8d8;
}
.home-client-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.home-client-left {
    width: 38%;
}
.home-client-left:after {
    content: "";
    display: block;
    background: url(../assets/images/client-testimonial-icon.png) no-repeat;
    width: 84px;
    height: 72px;
    position: absolute;
    top: -108px;
    left: 0;
    right: 0;
}
.home-client-left h5 {
    color: #555758;
}
.home-testimonial-slider {
    width: 55%
}
.home-testimonial-slider .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-testimonial-slider-img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
.home-testimonial-slider-content {
    width: calc(100% - 150px);
}
.home-testimonial-slider-content h6 {
    line-height: 1.5;
    color: #555758;
}
.testimonial-designation {
    display: block;
    color: #0066b3;
    font-size: 14px;
    margin-top: 20px;
}
.home-testimonial-slider .owl-dot {
    display: inline-block;
}
.home-testimonial-slider .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    padding-top: 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}
.home-testimonial-slider .owl-dot span {
    width: 40px;
    height: 2px;
    margin-right: 5px;
    border-bottom: 3px solid #d8d8d8;
    display: inline-block;
}
.home-testimonial-slider .owl-dot.active span {
    border-color: #0066b3;
}

/* footer */
footer {
    padding: 50px 0;
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-inner>div {
    width: calc((85% - 250px) / 3);
}
.footer-inner .footer-logo {
    width: 170px;
}
.footer-inner .footer-social {
    width: 80px;
}
.footer-inner>div h5 {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
.footer-inner>div p, .footer-inner>div a {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 500;
}
.copyright ul {
    margin-top: 8px;
}
.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li:first-child {
    margin-left: 0;
}
.copyright ul li a {
    font-size: 12px;
    color: #0066b3;
    font-weight: 500;
    text-decoration: underline;
}
.footer-inner>div a {
    display: inline-block;
}
.footer-phone-inner a:hover {
    color: #0066b3;
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-social ul li {
    margin-left: 8px;
}
.footer-social ul li:first-child {
    margin-left: 0;
}
.footer-social ul li a {
    width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #2c2c2c;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    transition: 200ms ease-in-out;
}
.footer-social ul li a:hover {
    border-color: #0066b3;
    background-color: #0066b3;
    color: #fff;
}


/* solutions css */
section.main-banner {
    position: relative;
}
section.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.28);
}
section.solutions-section .caaqms-inner-title-left h2 {
    text-transform: capitalize;
    letter-spacing: -2.5px;
    font-size: 50px;
}
section.home-client-testimonialwrap.solution-client {
    border-top: 1px solid #d8d8d8;
}
.solution-grid {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    padding-bottom: 100px;
}
.solution-card {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    padding-bottom: 90px;
    margin-left: 30px;
}
.solution-card:nth-child(3n + 1) {
    margin-left: 0;
}
.solution-content {
    padding: 30px 30px 0px;
}
.solution-content>span {
    display: block;
    position: relative;
    padding-bottom: 14px;
    margin-top: 3px;
}
.solution-content>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f57244;
    height: 2px;
    width: 50px;
}
.solution-content p {
    margin-top: 14px;
}
.solution-content a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 8px 25px;
}


/* caaqms css */
section.banner-bottom-tab {
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}
section.banner-bottom-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.banner-bottom-tab li {
    width: calc(92% / 6);
}
section.banner-bottom-tab li a {
    border: 1px solid #2c2c2c;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 6px 0;
    color: #2c2c2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
section.banner-bottom-tab li a.active {
    color: #fff;
    border-color: #0066b3;
    background: #0066b3;
}

.caaqms-inner-title {
    border-bottom: 1px solid #d8d8d8;
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.caaqms-inner-title.caaqms-inner-title2 {
    border: 0;
    padding: 0;
}
.caaqms-inner-title-left {
    width: 45%;
}
.caaqms-inner-title-left h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.caaqms-inner-title-left h3 {
    text-transform: uppercase;
    line-height: 1.35;
    padding-right: 12%;
}
.caaqms-inner-title-left h3>span {
    display: block;
    color: #0066b3;
}
.caaqms-inner-title-left p {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: normal;
    margin-top: 10px;
    font-weight: 500;
}
.caaqms-inner-title-left p span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
}
.caaqms-inner-title-right {
    width: 45%;
}
.caaqms-inner-title-right h6 {
    line-height: 1.4;
}
.caaqms-inner-title-right p {
    margin-top: 20px;
    line-height: 1.7;
}
.caaqms-inner-title-right p span {
    display: block;
    margin-top: 20px;
}
.caaqms-inner-title-right ul, 
.caaqms-inner-title-left ul {
    padding-left: 17px;
    font-size: 14px;
}
.caaqms-inner-title-right ul li,
.caaqms-inner-title-left ul li {
    list-style: disc;
    margin-top: 9px;
}
.caaqms-inner-title-right i,
.caaqms-inner-title-left i {
    font-style: normal;
    display: block;
    font-weight: 600;
    margin-top: 20px;
}
.caaqms-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0;
}
.caaqms-card {
    width: calc((100% - 125px) / 5);
    border-bottom: 3px solid #0066b3;
    padding-bottom: 40px;
}
.caaqms-card p>span {
    color: #0066b3;
}
.caaqms-option {
    padding-bottom: 70px;
}
.caaqms-option h3 {
    text-transform: uppercase;
    line-height: 1.35;
    padding-right: 12%;
}
.caaqms-option h3>span {
    display: block;
    color: #0066b3;
}
.caaqms-option-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.caaqms-option-card {
    width: calc(50% - 20px);
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    overflow: hidden;
}
.caaqms-option-card:nth-child(1),
.caaqms-option-card:nth-child(2) {
    margin-top: 0;
}
.caaqms-option-img {
    width: 40%;
    border-right: 1px solid #d8d8d8;
}
.caaqms-option-content {
    width: 60%;
    padding: 0 6%;
}
.caaqms-option-content p {
    font-size: 12px;
    padding: 10px 0;
    position: relative;
}
.caaqms-option-content p>span {
    display: block;
}
.caaqms-option-content p:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #0066b3;
}
.caaqms-option-content .main-btn {
    margin-top: 10%;
    border-color: #2c2c2c;
    color: #2c2c2c;
    background: transparent;
    padding: 5px 20px;
    text-transform: uppercase;
}
.caaqms-option-content .main-btn:hover {
    background: #0066b3;
    color: #fff;
    border-color: #0066b3;
}


/* airpointer css */
.airpointer-header {
    padding: 50px 0 30px;
}
.airpointer-header h6 {
    font-size: 18px;
    text-transform: uppercase;
}
.airpointer-header h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    font-size: 50px;
    justify-content: space-between;
}
.airpointer-header h2 i {
    font-style: normal;
    color: #0066b3;
    text-transform: uppercase;
    width: 60%;
}
.airpointer-header h2 span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.airpointer-header h2 span a {
    width: 210px;
    margin-left: 8px;
    text-align: center;
}
.airpointer-header h2 span a:first-child {
    margin-left: 0;
}
.airpointer-header h2 span a img {
    width: 17px;
    position: relative;
    top: -1px;
    margin-left: 4px;
}
.airpointer-header h2 span a:first-child img {
    margin-left: 0;
    margin-right: 4px;
    transform: rotate(-180deg);
}
.airpointer-header h2 span a:hover img {
    filter: invert(1);
}
.airpointer-header p {
    font-size: 16px;
}

.airpointer-tab {
    border-top: 2px solid #0066b3;
    border-bottom: 2px solid #0066b3;
}
.airpointer-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.airpointer-tab ul li {
    text-align: center;
    padding: 14px 0;
}
.airpointer-tab ul li a {
    color: #2c2c2c;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 12px;
}
.airpointer-tab ul li a:hover {
    color: #0066b3;
}
.airpointer-tab ul li a:after {
    content: "";
    position: absolute;
    right: -33px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #2c2c2c;
}
.airpointer-tab ul li:last-child a:after {
    display: none;
}
.airpointer-tab ul li a.last-list:after {
    display: none;
}



.airpointer-main {
    border-bottom: 1px solid #d8d8d8;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.airpointer-main-content {
    width: 45%;
}
.airpointer-main-content h6 {
    font-weight: 600;
    line-height: 1.4;
}
.airpointer-main-content h6>span {
    display: block;
}
.airpointer-main-content p {
    margin-top: 20px;
}
.airpointer-main-content p>span {
    display: block;
    margin-top: 15px;
}
.airpointer-main-img {
    width: 45%;
    border: 1px solid #d8d8d8;
}
.caaqms-inner-title.airpointer-overview {
    padding: 50px 0 0;
    border-bottom: 0;
}
.caaqms-inner-title.airpointer-overview .caaqms-inner-title-left h3 {
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize;
}
.caaqms-inner-title.airpointer-overview .caaqms-inner-title-left p {
    text-transform: none;
    letter-spacing: normal;
}
.caaqms-inner-title.airpointer-overview .caaqms-inner-title-right p {
    margin-top: 62px;
}
.caaqms-inner.airpointer-technology,
.airpointer-application {
    border-bottom: 1px solid #d8d8d8;
    padding: 50px 0;
}
.caaqms-inner.airpointer-technology h4,
.airpointer-application h4,
.airpointer-download h4,
.airpointer-accessories h4 {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
}
.application-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.application-card {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding: 30px 40px 0;
}
.application-card:nth-child(2n + 1) {
    border-left: 0;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 20px;
}
.application-card:nth-child(2n + 2) {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 20px;
}
.application-card:nth-child(1),
.application-card:nth-child(2) {
    border-top: 0;
    padding-top: 0px;
    padding-bottom: 30px;
}
.application-img {
    width: 80px;
}
.application-content {
    width: calc(100% - 110px);
}
.application-card h6 {
    font-weight: 600;
    font-size: 18px;
}
.application-card p {
    font-size: 12px;
    margin-top: 12px;
}

.airpointer-application.airpointer-features h4 {
    margin-bottom: 10px;
}
.airpointer-application.airpointer-features>p {
    margin-bottom: 35px;
}
.airpointer-application.airpointer-features .application-img {
    width: 49%;
    border-radius: 5px;
    overflow: hidden;
}
.airpointer-application.airpointer-features .application-content {
    width: 46%;
}
.airpointer-application.airpointer-features .application-card:nth-child(2n + 1) {
    padding-bottom: 0;
}
.airpointer-application.airpointer-features .application-card:nth-child(2n + 2) {
    padding-bottom: 0;
}
.airpointer-application.airpointer-features .application-card:nth-child(1), 
.airpointer-application.airpointer-features .application-card:nth-child(2) {
    padding-bottom: 30px;
}

.specifications table, 
.specifications td {
  border-collapse: collapse;
}
.specifications td {
    width: 20%;
    padding: 8px 20px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    vertical-align: baseline;
    font-size: 12px;
}
.specifications tr:nth-child(1) td,
.specifications tr:nth-child(2) td {
    font-weight: 700;
    border-top: 0;
    border-bottom: 0;
}
.specifications td:nth-child(1) {
    padding-left: 0;
    font-weight: 600 !important;
    border-left: 0;
    border-bottom: 1px solid #d8d8d8 !important;
}
.specifications.part td:nth-child(1),
.specifications.part td:nth-child(2) {
    width: 25%;
}
.specifications.part td:nth-child(3) {
    width: 50%
}
.specifications.part tr:nth-child(1) td:nth-child(2),
.specifications.part tr:nth-child(2) td:nth-child(2),
.specifications.part tr:nth-child(3) td:nth-child(2),
.specifications.part tr:nth-child(4) td:nth-child(2) {
    font-weight: 400;
    border-top: 0;
    border-bottom: 0 !important;
}
.specifications.part tr:nth-child(2) td:nth-child(1),
.specifications.part tr:nth-child(3) td:nth-child(1),
.specifications.part tr:nth-child(4) td:nth-child(1) {
    border-bottom: 0 !important; 
    border-top: 0;
}
.specifications.part tr:nth-child(1) td:nth-child(3),
.specifications.part tr:nth-child(2) td:nth-child(3) {
    font-weight: 400;
}

.airpointer-accessories {
    border-bottom: 1px solid #d8d8d8;
    padding: 50px 0;
}
.airpointer-accessories-inner {
    display: flex;
    flex-wrap: wrap;
}
.airpointer-accessories-card {
    width: 18%;
    margin-top: 2.5%;
}
.airpointer-accessories-card:nth-child(1),
.airpointer-accessories-card:nth-child(2),
.airpointer-accessories-card:nth-child(3),
.airpointer-accessories-card:nth-child(4),
.airpointer-accessories-card:nth-child(5) {
    margin-top: 0;
}
.airpointer-accessories-card:nth-child(5n + 2) {
    margin-left: 2.5%;
}
.airpointer-accessories-card:nth-child(5n + 3) {
    margin-left: 2.5%;
}
.airpointer-accessories-card:nth-child(5n + 4) {
    margin-left: 2.5%;
}
.airpointer-accessories-card:nth-child(5n + 5) {
    margin-left: 2.5%;
}
.accessories-img {
    border: 1px solid #d8d8d8;
    /*padding: 48% 0;*/
    border-radius: 5px;
}
.accessories-content {
    margin-top: 16px;
    border-bottom: 3px solid #0066b3;
    height: 75px;
}
.accessories-content p {
    font-size: 13px;
    font-weight: 500;
}
.accessories-content span {
    color: #0066b3;
    font-weight: 500;
    font-size: 11px;
}
.airpointer-accessories-card>span {
    color: #0066b3;
    font-weight: 500;
    font-size: 11px;
    margin-top: 8px;
    display: block;
}
.airpointer-accessories-card>span>span {
    display: block;
    color: #2c2c2c;
}



.airpointer-download {
    border-bottom: 1px solid #d8d8d8;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.airpointer-download-left {
    width: 45%;
}
.certifications-img {
    display: flex;
    flex-wrap: wrap;
}
.Certifications-imgs {
    width: 18%;
    margin-right: 3%;
}
.airpointer-download-left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.airpointer-download-left ul li {
    width: 30%;
}
.airpointer-download-left ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #2c2c2c;
}
.airpointer-download-left ul li i {
    font-style: normal;
    display: block;
    font-weight: 500;
    font-size: 12px;
}
.airpointer-download-left ul li a>span {
    width: 60px;
}
.airpointer-download-left ul li a>i {
    width: calc(100% - 70px);
}
.airpointer-header.airpointer-footer {
    padding: 50px 0 80px;
}

.airpointer-application.gas-features {
    padding: 50px 0 0;
    border: 0;
}
.airpointer-application.gas-features .caaqms-inner {
    padding: 0;
}
.airpointer-application.gas-features .caaqms-card {
    width: calc((100% - 125px) / 6);
}
.specifications.gas-specifications td {
    width: 16.66%;
}
.specifications.gas-part tr:nth-child(1) td, 
.specifications.gas-part tr:nth-child(2) td {
    font-weight: 400;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.specifications.gas-part td:nth-child(2) {
    width: 80%;
    padding: 8px 40px;
}

.airpointer-application.laser-features .caaqms-inner {
    padding: 0;
}
.caaqms-inner.airpointer-technology.laser-technology .caaqms-card {
    width: calc((100% - 125px) / 3);
}

.airpointer-application.laser-features.adms-features .caaqms-card {
    width: calc((100% - 125px) / 6);
    margin-top: 30px;
}
.airpointer-application.laser-features.adms-features .caaqms-card:nth-child(1),
.airpointer-application.laser-features.adms-features .caaqms-card:nth-child(2),
.airpointer-application.laser-features.adms-features .caaqms-card:nth-child(3),
.airpointer-application.laser-features.adms-features .caaqms-card:nth-child(4),
.airpointer-application.laser-features.adms-features .caaqms-card:nth-child(5),
.airpointer-application.laser-features.adms-features .caaqms-card:nth-child(6) {
    margin-top: 0;
}

.specifications.gas-specifications table b {
    color: #0066b3;
    font-weight: 700;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.specifications.gas-specifications table:nth-child(1) b {
    margin-top: 0;
}
.specifications.admd-specifications tr:nth-child(2) td {
    font-weight: 400;
}
.specifications.admd-specifications td:nth-child(1) {
    width: 25%;
}
.specifications.admd-specifications td:nth-child(2) {
    font-weight: 400;
    width: 75%;
}
.airpointer-header h2 span a[disabled] {
    opacity: 0.2;
    cursor: default;
}
.airpointer-header h2 span a[disabled]:hover {
    color: #fff;
    background: #0066b3;
}
.airpointer-header h2 span a[disabled]:hover img {
    filter: invert(0);
}


/* CEMS */
.cems-application.caaqms-inner h4 {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
}
.airpointer-application.gas-analyzers-features {
    border-top: 1px solid #d8d8d8;
    margin-top: 70px;
}
.airpointer-application.gas-analyzers-features .caaqms-inner {
    padding: 30px 0 0px;
}
.airpointer-application.gas-analyzers-features h4 {
    margin-bottom: 15px;
}
.airpointer-main.interface .airpointer-main-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 0;
}
.airpointer-main.interface .airpointer-main-img img {
    margin-bottom: 25px;
    width: calc((100% - 50px) / 3);
    border: 1px solid #d8d8d8;
}
.airpointer-main.dust-interface {
    margin-top: 50px;
    border-top: 1px solid #d8d8d8;
}



.airpointer-application.flow-features .caaqms-inner {
    justify-content: normal;
        padding: 0;
}
.airpointer-application.flow-features .caaqms-card {
    margin-top: 31px;
}
.airpointer-application.flow-features .caaqms-card:nth-child(5n + 2),
.airpointer-application.flow-features .caaqms-card:nth-child(5n + 3),
.airpointer-application.flow-features .caaqms-card:nth-child(5n + 4),
.airpointer-application.flow-features .caaqms-card:nth-child(5n + 5) {
    margin-left: 2.5%;
}
.airpointer-application.flow-features .caaqms-card:nth-child(1), 
.airpointer-application.flow-features .caaqms-card:nth-child(2), 
.airpointer-application.flow-features .caaqms-card:nth-child(3), 
.airpointer-application.flow-features .caaqms-card:nth-child(4), 
.airpointer-application.flow-features .caaqms-card:nth-child(5) {
    margin-top: 0;
}

.airpointer-application.flow-application .caaqms-card {
    padding-bottom: 10px;
}

.airpointer-application.flow-features.flow-application.gas-application h4 {
    margin-bottom: 0px;
}
.airpointer-application.flow-features.flow-application.gas-application>p {
    margin-top: 30px;
}
.airpointer-application.flow-features.flow-application.gas-application .caaqms-inner {
    margin-top: 30px;
}



.water-application {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
}
.water-application h4 {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
}
.water-application .caaqms-card {
    width: calc((100% - 125px) / 5);
    border-bottom: 3px solid #0066b3;
    padding-bottom: 40px;
    margin-right: 31px;
}
.water-application .caaqms-card:last-child {
    margin-right: 0px;
}

.airpointer-main.water-interface {
    border-top: 1px solid #d8d8d8;
    margin-top: 50px;
}
.water-innovation-content, .water-innovation-img {
    width: 100%;
}
.water-innovation-content h6 {
    font-weight: 600;
    line-height: 1.4;
}
.water-innovation-content p {
    margin-top: 20px;
}
.water-innovation-content p>span {
    display: block;
    margin-top: 15px;
}
.water-innovation-img span {
    display: block;
}
.water-innovation-img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.water-innovation-img .accessories-content {
    margin-top: 16px;
    border-bottom: 0px solid #0066b3;
    height: auto;
}
.water-innovation-img .airpointer-accessories-card {
    border-bottom: 3px solid #0066b3;
    padding-bottom: 20px;
}
.specifications.water-specifications tr:nth-child(1) td, 
.specifications.water-specifications tr:nth-child(2) td {
    font-weight: 700;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.specifications.water-specifications tr:nth-child(2) td {
    font-weight: 400;
}

.airpointer-application.flow-features.flow-application.hydro-application .caaqms-card ul {
    margin-top: 10px;
    padding-left: 16px;
}
.airpointer-application.flow-features.flow-application.hydro-application .caaqms-card ul li {
    list-style: disc;
}
.specifications.gas-part.reverse-specifications td:nth-child(2) {
    width: 30%;
}
section.banner-bottom-tab.reverse-banner-bottom-tab li {
    width: calc(98% / 5);
}
.airpointer-application.flow-features .caaqms-card h6 {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 700;
}
.airpointer-application.flow-features.flow-application.hydro-application {
    margin-bottom: 50px;
}

/* about */
section.home-anodyne-journey.about-section {
    padding: 50px 0 100px;
    border-bottom: 1px solid #d8d8d8;
}
section.home-anodyne-journey.about-section .home-anodyne-journey-left {
    width: 45%;
}
section.home-anodyne-journey.about-section .home-anodyne-journey-left h6 {
    line-height: 1.4;
    font-size: 18px;
    margin-top: 30px;
}
section.home-anodyne-journey.about-section .home-anodyne-journey-left h6>span {
    display: block;
    margin-top: 12px;
}
section.home-anodyne-journey.about-section .home-anodyne-journey-right {
    width: 50%;
}
section.home-anodyne-journey.about-section .home-anodyne-journey-right p {
    margin-top: 0;
    line-height: 1.7;
}


/* contact us */
section.contact-section {
    padding: 70px 0 0;
}
section.contact-section .airpointer-application {
    padding: 0;
    border-bottom: 0px;
}
section.contact-section .caaqms-card b {
    margin-bottom: 10px;
    display: block;
}
section.contact-section h3 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
section.contact-section p.social-link {
    font-size: 20px;
}
section.contact-form-section {
    padding: 70px 0;
}
.contact-form-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-inner h3 {
    width: 220px;
}
.contact-form-inner p {
    width: calc(100% - 250px);
    font-size: 16px;
}
.contact-form-inner form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.contact-form-inner form .form-group {
    width: 24%;
    margin-top: 30px;
    margin-bottom: 0;
}
.contact-form-inner form .form-group.form-group-full {
    width: 100%;
    text-align: right;
}
.contact-form-inner form .form-group input,
.contact-form-inner form .form-group textarea {
    border: 1px solid #d8d8d8; 
    width: 100%;  
    padding: 10px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}
.contact-form-inner form .form-group.form-group-full input {
    width: auto;
    background: #0066b3;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}


section.main-banner.gallery-banner h2 {
    position: absolute;
    top: 63%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    font-weight: 700;
}
section.gallery-section {
    padding: 50px 0 150px;
}
.gallery-grid,
.client-grid {
    display: flex;
    flex-wrap: wrap;
}
.gallery-card {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    margin-top: 30px;
    border: 1px solid rgba(27, 16, 12, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.gallery-card:nth-child(3n + 1) {
    margin-left: 0;
}
.gallery-card-img {
    background: rgba(27, 16, 12, 0.1);
    width: 100%;
    padding: 35% 0;
    position: relative;
}
.gallery-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-card p {
    padding: 20px;
}
section.gallery-section h3 {
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 20px;
}
section.gallery-section h3.private-heading {
    margin-top: 70px;
}
.client-card {
    width: calc((100% - 80px) / 5);
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin-left: 20px;
    padding: 20px 10px;
}
.client-card:nth-child(5n + 1) {
    margin-left: 0;
}
.client-card p {
    margin-top: 15px;
}
.client-card img {
    width: 70%;
}

section.partner-section {
    padding: 70px 0;
    text-align: center;
}
section.partner-section h2 {
    margin-bottom: 40px;
}
section.partner-section .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.partner-section .item img {
    margin: 0 auto;
    display: block;
    width: 70%;
}
.partner-slider .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.partner-slider .owl-dot span {
    width: 20px;
    height: 2px;
    margin-right: 5px;
    border-bottom: 3px solid #d8d8d8;
    display: inline-block;
}
.partner-slider .owl-dot.active span {
    border-color: #0066b3;
}