body {
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


/* common */

.white {
    color: #ffffff;
}

a,
a:hover {
    text-decoration: none;
}

.list-none {
    list-style: none;
}

h1 {
    font-size: 59px;
    line-height: 1.2;
    font-weight: 900 !important;
}

p {
    line-height: 1.7;
}

.font-30 {
    font-size: 30px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-36 {
    font-size: 36px;
    line-height: 1.4;
}

.font-20 {
    font-size: 20px;
}

.font-23 {
    font-size: 23px;
}

.font-25 {
    font-size: 25px;
}

.fw-400 {
    font-weight: 400;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.theme-clr {
    color: #0080ba;
}


/* header */
.aboutparameterinner {
    width: 23%;
    margin-bottom: 24px;
    margin-right: 1%;
    text-align: center;
    box-shadow: 0px 0px 15px #736d6d;
    padding: 1.1em;
    border-radius: 22px;
    background: #fff;
    min-height:400px;
}
.aboutparameterinnerpara {
    font-size: 20px;
    color: #002b7f;
    font-weight: 700;
}
.headipara {
    font-size: 17px;
}
.divs {
    background: #fff;
}
.divs img {
    margin: auto;
    text-align: center;
    display: block;
    width: 250px;
}
.divs p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
/* top-header */

.top-header {
    background-color: #0080ba;
    padding: 8px 0;
}

.top-header a:hover {
    color: #ffffff;
}

.top-header img {
    width: 30px;
}

.top-header ul img {
    width: 21px;
    transition: all 0.3s linear;
}

.top-header ul li:hover img {
    transform: translateY(-2px);
}

address {
    margin-bottom: 0;
}

.top-header ul li {
    margin-left: 15px;
}

.number-btn a {
    color: #ffffff;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear;
    background: linear-gradient(to right, white 50%, #0080ba 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
}

.number-btn a:hover {
    color: #0080ba;
    background-position: left bottom !important;
    border-color: #0080ba;
}

.number-btn a .call-hover {
    display: none;
}

.number-btn a img {
    width: 17px;
    height: 17px;
}

.number-btn a:hover .call-hover {
    display: block !important;
}

.number-btn a:hover .call-img {
    display: none !important;
}

.navbar-brand img {
    width: 100%;
}


/* navbar */

.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 7px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

li.nav-item {
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(34 136 150);
    border-bottom: 2px solid;
}

nav.navbar.bg-light {
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 0px 0px;
    background-color: #ffffff;
}


/* banner */

.banner-slider {
    height: 462px;
    overflow: hidden;
}
.baner_inner .red{
    color:#000409;
}
.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-text {
    position: absolute;
    /*background: #ffffff7a;*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}

.enquiry {
    background-color: #1a1b1bab;
    padding: 13px 22px;
    border-radius: 7px;
}

.btn-theme {
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #0080ba;
    font-weight: 500;
    transition: all 0.3s linear;
    background: linear-gradient(to right, #0080ba 50%, #ffffff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    margin: 0 auto;
}

.btn-theme:hover {
    color: #ffffff;
    background-position: left bottom !important;
    border-color: #ffffff;
}

.btn-modal {
    background-color: #0080ba;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}

.off-white {
    background-color: #e6e6ff;
}


/* product */

.product,
.about {
    overflow: hidden;
}

.product-inner {
    padding: 16px;
}

.product-inner img {
    width: 100%
}

.product-img {
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 24%);
    border-radius: 12px;
}

.product .slick-dots li.slick-active button:before {
    color: #0080ba !important;
}

.product .slick-dots li {
    margin: 0 !important;
}

.product .slick-dots li button:before {
    font-size: 15px !important;
}


/* why */

.why li {
    background-color: #0080ba;
    padding: 9px 20px;
    margin-top: 0px;
    border-radius: 5px 5px 0px 0px;
    list-style: none;
}

.comp li {
    background: transparent;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: circle;
}


/* start */

.copyright-ftr {
    background-color: #006371;
}

.copyright-ftr a:hover {
    color: #ffffff;
}

.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #005c69;
}

.mobile-fixed li {
    width: 33.33%;
    background-color: #ffffff;
}

.mobile-fixed li a img {
    width: 20%;
    background-color: #ffffff;
    margin: 0 2px 3px;
}

.mobile-fixed ul {
    padding: 4px 2px 0 !important;
}

.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #006371;
    font-weight: 500;
    padding: 11px 0 7px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}


/* media */

@media only screen and (min-width:1024px) and (max-width:1200px){
    .banner-text{
        position:relative !important;
    }
    .banner-text .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        margin:20px auto !important;
    }
      ul.product-imagess li {
    float: none !important;
    width:15% !important;
    text-align:left;
   }
   ul.product-imagess{
       display:flex;
       flex-wrap:wrap;
   }
    .aboutparameterinner {
    margin-right: 2%;
    }
    .divs p {
        padding: 0 17px;
    }
     .why .col-md-3{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
   }
}
@media only screen and (max-width:1023px) {
  
    .number-btn {
        width: 300px;
        text-align: center;
    }
    .number-btn a {
        text-align: center;
        justify-content: center;
    }
    nav.navbar.bg-light {
        padding: 15px 16px !important;
    }
    .start img {
        width: 100%;
    }
    .type-inner img {
        width: 100%;
    }
    ul.navbar-nav {
        padding: 17px 0px 0;
        align-items: flex-start !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .banner-slider,
    .banner-inner {
        height: 580px;
    }
}



@media only screen and (max-width:767px) {
    .enquiry {
      background-color: #0090c9 !important;
    }
      .banner-text h1,.banner-text h4,.banner-text h6{
        color:#ffffff !important;
    }
    .Benefits ul{
        margin:0 0 15px 16px;
        padding:0;
    }
    .divs {
        margin-top:15px;
    }
    .why h3{
        text-align:left !important;
    }
    br {
        display: none;
    }
    .banner-text {
        position: static;
        padding: 20px 0;
    }
    .baner_inner {
        position: absolute;
        top: 5%;
    }
    .banner-slider {
        height: 100% !important;
    }
    h1 {
        font-size: 17px;
    }
    .banner .banner-inner {
        height: 220px;
    }
    .font-36 {
        font-size: 25px;
    }
    .quality img {
        width: 70%;
    }
    .start img {
        width: 100%;
    }
    .font-25 {
        font-size: 17px;
    }
    footer .font-25 {
        font-size: 21px;
        margin-top: 20px;
    }
    footer .font-20 {
        font-size: 17px;
    }
    .type-inner img {
        width: 100%;
    }
    .navbar-brand {
        margin: 0;
    }
}

@media screen and (max-width:500px) {
    .product h3,.Benefits h3{
        text-align:left !important;
    }
    .clearfix-cust {
        margin: 0 16px 15px !important;
    }
    .baner_inner {
        top: 3% !important;
    }
    ul.product-imagess li {
        list-style: none;
        margin-left: 31px;
        text-align: center;
        width: 19% !important;
        float: left;
        text-align: center;
    }
    footer {
        margin-bottom: 62px;
    }
    .bubble {
        display: none !important;
    }
    .mobile-fixed {
        display: block !important;
    }
    .font-36 {
        font-size: 25px !important;
        text-align: center;
    }
    .number-btn a {
        padding: 9px 11px;
        font-size: 12px;
    }
    .navbar-brand {
        width: 40%;
    }
    .quality img {
        width: 26% !important;
    }
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .banner .banner-inner {
        height: 100% !important;
    }
    .font-23 {
        font-size: 19px !important;
    }
    .font-30 {
        font-size: 21px;
    }
    .number-btn a img {
        width: 10px;
        height: 10px;
    }
  
}

a.pdf_img {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 8px;
    background-color: #0080ba;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 60%);
}

a.pdf_img img {
    width: 77px;
    padding: 11px;
}

.bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bubble img {
    width: 100%;
}

.bubble a {
    width: 51%;
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;
}

ul.product-imagess li {
    list-style: none;
    margin-left: 33px;
    text-align: center;
    width: 9%;
    float: left;
    text-align: center;
}

ul.product-imagess li a p {
    color: #0080ba;
    font-weight: bold;
}

.product-imagess img {
    width: 100%;
}

body {
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


/* common */

.white {
    color: #ffffff;
}

a,
a:hover {
    text-decoration: none;
}

.list-none {
    list-style: none;
}

h1 {
    font-size: 59px;
    line-height: 1.2;
    font-weight: 900 !important;
}

p {
    line-height: 1.7;
}

.font-30 {
    font-size: 30px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-36 {
    font-size: 36px;
    line-height: 1.4;
}

.font-20 {
    font-size: 20px;
}

.font-23 {
    font-size: 23px;
}

.font-25 {
    font-size: 25px;
}

.fw-400 {
    font-weight: 400;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.theme-clr {
    color: #0080ba;
}


/* header */


/* top-header */

.top-header {
    background-color: #0080ba;
    padding: 8px 0;
}

.top-header a:hover {
    color: #ffffff;
}

.top-header img {
    width: 30px;
}

.top-header ul img {
    width: 21px;
    transition: all 0.3s linear;
}

.top-header ul li:hover img {
    transform: translateY(-2px);
}

address {
    margin-bottom: 0;
}

.top-header ul li {
    margin-left: 15px;
}

.number-btn a {
    color: #ffffff;
    text-decoration: none;
    padding: 9px 28px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear;
    background: linear-gradient(to right, white 50%, #0080ba 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
}

.number-btn a:hover {
    color: #0080ba;
    background-position: left bottom !important;
    border-color: #0080ba;
}

.number-btn a .call-hover {
    display: none;
}

.number-btn a img {
    width: 17px;
    height: 17px;
}

.number-btn a:hover .call-hover {
    display: block !important;
}

.number-btn a:hover .call-img {
    display: none !important;
}

.navbar-brand img {
    width: 100%;
}


/* navbar */

.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 7px 0px !important;
    background-color: #ffffff !important;
    z-index: 999;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

li.nav-item {
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(34 136 150);
    border-bottom: 2px solid;
}

nav.navbar.bg-light {
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
    padding: 0px 0px;
    background-color: #ffffff;
}


/* banner */

.banner-slider {
    height: 462px;
    overflow: hidden;
}

.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}

.enquiry {
    background-color: #1a1b1bab;
    padding: 13px 22px;
    border-radius: 7px;
}

.btn-theme {
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #0080ba;
    font-weight: 500;
    transition: all 0.3s linear;
    background: linear-gradient(to right, #0080ba 50%, #ffffff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    margin: 0 auto;
}

.btn-theme:hover {
    color: #ffffff;
    background-position: left bottom !important;
    border-color: #ffffff;
}

.btn-modal {
    background-color: #0080ba;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}

.off-white {
    background-color: #e6e6ff;
}


/* product */

.product,
.about {
    overflow: hidden;
}

.product-inner {
    padding: 16px;
}

.product-inner img {
    width: 100%
}

.product-img {
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 24%);
    border-radius: 12px;
}

.product .slick-dots li.slick-active button:before {
    color: #0080ba !important;
}

.product .slick-dots li {
    margin: 0 !important;
}

.product .slick-dots li button:before {
    font-size: 15px !important;
}


/* why */


/* .why li{
    background-color: #0080ba;
    padding: 9px 20px;
    margin-top:20px; */


}

/* start */
.copyright-ftr {
    background-color: #006371;
}
.copyright-ftr a:hover {
    color: #ffffff;
}
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #005c69;
}
.mobile-fixed li {
    width: 33.33%;
    background-color: #ffffff;
}
.mobile-fixed li a img {
    width: 20%;
    background-color: #ffffff;
    margin: 0 2px 3px;
}
.mobile-fixed ul {
    padding: 4px 2px 0 !important;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #006371 !important;
    font-weight: 500;
    padding: 11px 0 7px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}

/* media */
@media only screen and (max-width:1023px) {
    .number-btn {
        width: 300px;
        text-align: center;
    }
    
    .number-btn a {
        text-align: center;
        justify-content: center;
    }
    
    nav.navbar.bg-light {
        padding: 15px 16px !important;
    }
    
    .start img {
        width: 100%;
    }
    
    .type-inner img {
        width: 100%;
    }
    
    ul.navbar-nav {
        padding: 17px 0px 0;
        align-items: flex-start !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .banner-slider,
    .banner-inner {
        height: 580px;
    }
}
@media only screen and (max-width:767px) {
    ul.product-imagess {
        margin: 0;
        padding: 0;
    }
    br {
        display: none;
    }
    
    .banner-text {
        position: static;
        padding: 20px 0;
    }
    .baner_inner {
        position: absolute;
        top: 7%;
    }
    .banner-slider {
        height: 100% !important;
        z-index:-1;
    }
    h1 {
        font-size: 27px;
    }
    .banner .banner-inner {
        height: 220px;
    }
    
    .font-36 {
        font-size: 25px;
    }
    
    .quality img {
        width: 70%;
    }
    
    .start img {
        width: 100%;
    }
    
    .font-25 {
        font-size: 17px;
    }
    
    footer .font-25 {
        font-size: 21px;
        margin-top: 20px;
    }
    
    footer .font-20 {
        font-size: 17px;
    }
    
    .type-inner img {
        width: 100%;
    }
    
    .navbar-brand {
        margin: 0;
    }
    ul.product-imagess li {
        margin-left:0 !important;
        width: 33.33% !important;
            float: none;
        text-align: left !important;
        padding-right: 10px;
    }
    ul.product-imagess{
        display:flex;
        flex-wrap:wrap;
    }
    .aboutparameter {
        justify-content: space-between;
    }
    .aboutparameterinner {
        width: 48%;
        margin-bottom: 24px;
        margin-right: 0;
    }
    .divs img {
        width: 65%;
    }
    .divs p {
        font-size: 12px;
        padding: 0 2px;
    }
    .product .container {
        max-width: 100%;
        padding: 0;
    }
}
@media screen and (max-width:500px) {
     .divs p {
        font-size: 17px !important;
     }
     .divs img {
        width: 56% !important;
    }
    h1 {
        font-size: 19px !important;
    }
    .aboutparameterinner {
        width:100%;
        min-height: auto;
    }
    footer {
        margin-bottom: 62px;
    }
    
    .bubble {
        display: none !important;
    }
    
    .mobile-fixed {
        display: block !important;
    }
    
    .font-36 {
        font-size: 22px !important;
        text-align: center;
    }
    
    .number-btn a {
        padding: 9px 11px;
        font-size: 12px;
    }
    
    .navbar-brand {
        width: 40%;
    }
    
    .quality img {
        width: 26% !important;
    }
    
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .banner .banner-inner {
        height: 100% !important;
    }
    
    .font-23 {
        font-size: 19px !important;
    }
    
    .font-30 {
        font-size: 21px;
    }
    
    .number-btn a img {
        width: 10px;
        height: 10px;
    }
    
   
.bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bubble img {
    width: 100%;
}
.bubble a {
    width: 51%;
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;
}
.red {
    color: #005794;
}
#contact {
    background-color: #525252;
}
ul.product-imagess li {
   list-style: none;
    margin-left: 0;
    text-align: center;
    width: 9%;
    float: left;
    text-align: center;
}
ul.product-imagess li a p {
    color: #0080ba;
    font-weight: bold;
}
.product-imagess img {
    width: 100%;
}
.clearfix-cust p {
    padding: 9px;
}
.clearfix-cust:hover {
    border-color: #cc1a20;
}
.clearfix-cust {
    box-shadow: 2px 4px 8px #b7bbbd;
    border-radius: 10px;
    border: 1px solid #cecccc;
    text-align: center;
    margin-bottom: 50px;
}

/*29th july*/
@media only screen and (min-width:768px) and (max-width:1023px){
    .banner-text{
        position:relative !important;
    }
    .banner-text .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin:20px auto !important;
    }
      .product_typs  .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .aboutparameterinner {
       width: 48%;
    }
    h1{
        font-size:45px;
    }
     .aboutparameter{
       justify-content:space-between;
    }
    .banner .col-md-8 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
   }
   .why .col-md-3{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
   }
   .banner-text .red{
       color:#000000;
   }
   ul.product-imagess li {
    float: none;
    width:25%;
   }
   ul.product-imagess{
       display:flex;
       flex-wrap:wrap;
   }
   .why .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
   }
   footer .col-md-3, footer .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom:25px;
    }
}
/* type */
.type-inner{
    transition: all 0.3s linear;
}
.type-inner:hover img{
    transform: scale(1.1);
}
.type-img {
    height: 155px;
    width: 100%;
    overflow: hidden;
}
.type-img  img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.type-inner h5 {
    background-color: #0080ba;
    padding: 3px 0 7px;
    color: #ffffff;
    letter-spacing: .7px;
    transition: all 0.3s linear;
    margin: 0;
}
.type-inner:hover h5 {
    background-color: #c3161a;;
}
.tools li{
    margin-bottom:10px;
}
.tools a {
    background-color: #262626;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
}