@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css);


body {
    font-family: Poppins, sans-serif !important;

}

.main-header .navbar-nav .nav-item:hover .nav-link::before,
iframe,
img {
    width: 100%
}

.main-btn::after,
.main-btn::before {
    top: -50px;
    transform: rotate(35deg);
    transition: 3s cubic-bezier(.19, 1, .22,
            1);
    position: absolute;
    content: ""
}

.middle,
body,
html,
iframe,
img {
    height: 100%
}

.form-control,
section {
    position: relative !important
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.btn:focus,
.btn:focus-visible {
    box-shadow: inherit;
    outline: inherit;
    border: none
}



.btn {
    --bs-btn-border-color: inherit !important;
    border: inherit !important
}

.middle {
    display: flex !important;
    flex-direction: column;
    justify-content: center
}

textarea.form-control {
    min-height: 100px !important
}

.form-control:focus,
.form-control:focus-visible {
    box-shadow: inherit !important;
    outline: inherit !important;
    border: 1px solid #000 !important
}

.form-control::placeholder {
    color: #000 !important;
    background-color: inherit
}

.form-control:disabled {
    font-weight: 600;
    opacity: 1;
    color: #fff !important;
    background-color: #fff
}

.form-control:disabled::placeholder {
    color: red !important
}

.form-label {
    margin-bottom: 2px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.main-feature-img,
.main-feature-inner .main-feature-item {
    margin-bottom: 1px;
    padding: 10px 10px 11px 10px;
    transition: .5s;
}

.form-label span {
    color: red;
    padding-left: 1px
}

.first-menu-right .form-control {
    padding: 10px 8px !important;
    color: #000000;
    height: 33px !important;
    font-size: 12px !important;
    border-radius: 3px !important;
    transition: .5s !important;
    font-weight: 500 !important;
    letter-spacing: .1px !important;
    background-color: #fff;
}

.form-control[type=file] {
    padding: 10px !important
}

a {
    text-decoration: none !important
}

ol,
ul {
    padding: 0 !important;
    margin: 0 !important
}

ul li {
    list-style: none
}

.first-header {
    padding: 3px 0;
       background: #00329a;

}

.first-menu,
.first-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.first-mobile .first-icon:first-child {
    margin-right: 30px
}

.first-menu .first-icon a {
    display: flex;
    align-items: baseline
}

.first-menu .first-icon a i {
    color: #fff;
    margin-right: 5px;
    background-color: #25b356;
    width: 23px;
    display: flex;
    align-items: center;
    height: 23px;
    font-size: 10px;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

.first-menu .first-icon a p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 5px
}

.breadcrumb-item a {
       color: #062c7c;
    font-weight: 500;
    font-size: 14px;
}

.top-bread {
    background: #eceff7e8;
    padding: 4px 0;

}

.first-menu .first-icon a span {
    font-size: 13.3px;
    color: #fff;
    font-weight: 500;
}

.social-media {
    display: flex;
    align-items: center !important;
    margin-left: 30px
}

.social-media p {
    margin-bottom: 0;
    font-size: 15px;
    margin-right: 5px;
    color: #fff
}

.social-media ul {
    display: flex !important;
    align-items: center !important
}

.social-media ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0 10px
}

.first-menu-right {
    border: 1px solid #fff
}

.first-menu-right form {
    width: 43vw
}

.first-menu-right form button {
    position: absolute;
    right: 0;
    bottom: 0;
        background-color: #00329a;
    color: #fff;
    box-shadow: inherit !important;
    border: 0;
    width: 40px;
    height: 100%;
}

.all-products-item,
.best-seller,
.contact-us-one,
.feature-one,
.first-menu-right form,
.first-menu-right form input .main-btn,
.main-head,
.product-glance-img,
.product-glance-item {
    position: relative
}



.first-menu-right form .form-control {
    border: inherit !important;
    border-radius: 0 !important;
    padding-right: 40px !important
}

.main-header {
       padding: 6px 0;
    background: #fff;
    border-bottom: 1px solid #70809054;
}

.main-header .navbar-nav .nav-link,
.main-header .navbar-nav .nav-link.active {
    color: black;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    position: relative;
    padding: 0;
    margin: 0 10px;
}


.main-header .navbar-nav .nav-item .nav-link::before {
    width: 0%;
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    content: '';
    background: #004990;
    transition: .5s
}

.index-logo img {
    width: 170px;
}



.about-content {
    padding-left: 40px
}

.about-content p b {
    background-color: #000;
    color: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    display: block;
    margin-bottom: 10px;
    width: fit-content;
    font-weight: 700
}

.about-content h1 {

    font-size: 20px;

    font-weight: 600;
}

.about-content h1 span,
.product-category-content h5 a {
    color: #3871a8;
}

.about-content p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 27px;
}

.main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    background-image: linear-gradient(90deg, #066391, #2d98ff);
    padding: 3px 8px;
    width: fit-content;
    border-radius: 4px;
    border: none;
    color: #fff;
    overflow: hidden;
    transition: .3s ease-in-out;
    font-size: 11.4px;
}

.main-btn::before {
    background: #fff;
    height: 155px;
    opacity: 0;
    width: 50px;
    left: -50%
}

.main-btn::after {
    background: #fff;
    height: 20rem;
    opacity: 0;
    width: 8rem;
    left: -100%
}

.main-btn:active,
.main-btn:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3)
}

.main-btn:hover::before {
    left: 120%;
    opacity: .5s
}

.main-btn:hover::after {
    left: 200%;
    opacity: .6
}

.main-btn span {
    z-index: 20
}

.main-btn i {
    font-size: 9px;
    padding-left: 6px;
}

.best-seller-inner,
.main-feature-inner {
    display: grid;
    grid-template-columns: repeat(5, 252px);
    gap: 8px;
}

.main-feature-inner .main-feature-item {
    overflow: hidden;
    box-shadow: 0 0 2px 4px #f7e7e720;
    border: 1px solid #7f8aa161;
    border-radius: 4px;
    background-color: white;
}




.main-feature-img a,
.search-img a {
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjUwMCIgICBoZWlnaHQ9IjU2My4xMzgiICAgdmlld0JveD0iMCAwIDUwMCA1NjMuMTM4IiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnNDUiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIgICBzb2RpcG9kaTpkb2NuYW1lPSJzaGFwZV8wMV92ZXJfMDAxLnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnMzOSIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjAuNyIgICAgIGlua3NjYXBlOmN4PSItMzIuMjkyNTE3IiAgICAgaW5rc2NhcGU6Y3k9IjIyNC4xNzMyNiIgICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCIgICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgYm9yZGVybGF5ZXI9InRydWUiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTQyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGcgICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIgICAgIGlkPSJsYXllcjEiICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDYzLjEzNzk4KSI+ICAgIDxwYXRoICAgICAgIGlkPSJwYXRoMTM0LTIiICAgICAgIGQ9Ik0gMjIuOTY2ODQxLDM3Ni4wMjgzIEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMCwzMzYuMjQ4NTYgTCAzLjQwMDAwMDZlLTUsMTAwLjYxMzA2IEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMjIuOTY2ODQxLDYwLjgzMzM2MiBMIDIyNy4wMzMyMSwtNTYuOTg0MzgzIGEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgNDUuOTMzNjQsMCBMIDQ3Ny4wMzMyLDYwLjgzMzM2MiBBIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIDUwMCwxMDAuNjEzMTEgViAzMzYuMjQ4NiBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC0yMi45NjY4NSwzOS43Nzk3IEwgMjcyLjk2NjgzLDQ5My44NDYwOCBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC00NS45MzM2NiwwIHoiICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC44NjU1ODM5IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjYuNzc5OTkwOWUtMDYiICAgICAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteD0iMi40OTk5ODM5ZS0wNiIgLz4gIDwvZz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background-color: #000
}

.main-feature-img a img {
    display: block;
    line-height: 0;
    background: #f4f8ff;
    padding: 23px;
    width: 179px;
    /* border: 1px solid grey; */
    height: 218px;
    object-fit: contain;
    margin: 0 auto;
    mix-blend-mode: darken;
}

.feature-one {
    background-color: #edf2fa75;
}

.main-head span,
.main-head span,
.main-head span {
   font-size: 19px;
    font-weight: 600;
    color: #00329a;
    display: block;
}

.main-head {
    margin-bottom: 14px;
}

.all-products-item,
.best-seller-item,
.product-glance-item {
    box-shadow: 0 0 2px 2px #00000017;
    overflow: hidden;
    border-radius: 0px;
    display: block;
    border: 1px solid #5d606254;
}

.main-head p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.best-seller-item .best-seller-img a,
.catalogue-img a,
.category-img a,
.main-feature-content a,
.mobilenone,
.search-content a {
    display: block
}

.main-feature-content .search-content {
    font-size: 13px;
    font-weight: 500;
    color: #0f0e10e0;
    text-transform: capitalize;
    margin-bottom: 4px;
    margin-top: 10px;
}

.main-feature-content .main-product {
    font-size: 13.6px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000000cf;
    margin-top: 10px;
}


.product-glance-inner {
    display: grid;
    grid-template-columns: repeat(5, 252px);
    gap: 8px;
}

.all-products-item,
.product-glance-item {
    background: #ffffff;
    transition: .5s
}


.product-glance-img {
    display: block;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border-radius: 10px
}

.product-glance-img a {
   padding: 22px 0;
    display: block;
    background: linear-gradient(45deg, #00329a1c, transparent);
}

.product-glance-img img {
    width: 160px;
    height: 160px;
    padding: 10px;
    margin: 0 auto;
}

.product-glance-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 50px;
    display: block;
    height: 100%;
    text-transform: capitalize
}

.all-products-content h5 a,
.product-glance-content h5 a {
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


.all-products-content,
.product-glance-content {
text-align: center;
    padding-top: 20px;
}

.best-seller {
    margin-top:64px;
    padding: 18px 0;
    background-image: url('../images/best-back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.best-seller::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #f9f9f9;
    opacity: .5
}

.best-seller-item {
    position: relative;
    background: #fff;
    /* padding: 20px */
}

.best-seller-item .best-seller-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 0
}


.best-seller-item .best-seller-img img {
    width: 150px;
    height: 150px;
    padding: 10px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.best_simg {
    display: flex !important;
    justify-content: center;
}

.best-seller-img .catalog-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    z-index: 2;
    transition: .5s
}

.best-seller-img .catalog-icon:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    left: 26px;
    top: 28px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
    background: #f1f1f1;
    transition: .5s;
}

.best-seller-img .catalog-icon:hover i {
    color: #fff;
    transition: .5s
}

.best-seller-img .catalog-icon i {
    font-size: 13px;
    color: #0663bd;
    /* display: flex
; */
    justify-content: center;
    /* align-items: center; */
    position: relative;
    top: 18px;
    left: 18px;
}

.best-seller-content {
    background-color: white;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #80808057;
}

.best-seller-content h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;

}

.main_best {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    right: 0;
    bottom: 0px;
    content: '';
}


.footer-section {
    padding: 30px 0 30px;
    margin-top: 70px;
    background: linear-gradient(90deg, #143b60, #5694cf);
    position: relative;
}

.shape-bottom {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    transform: rotate(180deg)
}

.footer-section .quick-links h5 {
    font-size: 19px;
    color: #fff;
    /* background: linear-gradient(138deg, #d9d8d8, #fff); */
    padding: 10px 0px;
    border-radius: 5px;
    width: fit-content;
    font-weight: 700;
}

.quick-links p {
    font-size: 19px;
    color: #fff;
    /* background: linear-gradient(138deg, #d9d8d8, #fff); */
    /* padding: 10px 0px; */
    border-radius: 5px;
    width: fit-content;
    font-weight: 700;
}

.footer-links .mail a,
.footer-section .quick-links ul li a {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    font-weight: 400;
    align-items: baseline;
}

.footer-links .mail a i,
.footer-section .quick-links ul li a i {
    padding-right: 10px;
    font-size: 14px
}

.footer-logo {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: fit-content
}

.footer-logo img {
    width: 200px
}

.breadcrumb-item.active {
    font-size: 16px;
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    color: #2e2e2ecf;
}

.top-bread .breadcrumb {
    align-items: baseline
}

.contact-us-one iframe {
    width: 100%;
    height: 50vh
}

.contact-location {
    background: linear-gradient(90deg, #0c597e, #74c9f3);
    padding: 16px 20px;
    border-radius: 10px;
    position: relative;
    width: 70%;
    z-index: 9;
    /* top: -100px; */
    margin: 0 auto;

}

.contact-two {
    position: relative;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9
}

.contact-address {
    background-color: #fff;
    padding: 1px 10px;
    border-radius: 10px;

}

.contact-address .contact-icon i {
    font-size: 22px;
    margin-bottom: 20px;
    color: #03407b;
}

.contact-address .contact-data h5 {
    font-size: 16px;
    color: #03417d;
    font-weight: 600;
    margin-bottom: 3px;
}


.contact-address .contact-data a {
    font-size: 13.7px;
    color: #333;
    /* line-height: 1.5; */
    font-weight: 400;
}

.contact-three {
    padding: 9px 0;
    background-color: #fff
}

.contact-input,
.specification-head,
.specification-inner {
    margin-bottom: 8px;
}


.category-inner-item {
    border: 1px solid #8080806b;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    transition: .5s;
    width:19.2%;
}

.career-one form,
.contact-three form {
    background-color: #3485ac08;
    padding: 23px;
    border: 1px solid #40606e52;
    border-radius: 10px;
}

.error-content h1 {
    text-align: left !important
}

.error-content p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left
}

.thank-you-content h1 {
    font-size: 40px;
    text-align: left
}

.cata-table .table td:first-child,
.specification-head h2,
.thank-you-content P {
    text-align: left;
    margin-bottom: 0px;

}

.main-btn_pro i {
    margin-left: 5px;
}

.thank-you-content .main-btn {
    margin: 10px 0
}

.all-products-inner {
    columns: 3;
    column-gap: 11px;
}

.all-products-item ul {
    padding: 4px 20px 20px !important
}

.all-products-item ul li a {
    color: #000;
    font-size: 13.7px;
    margin: 5px 0;
    display: flex;
    align-items: baseline;
}


.catalog-body ul li a i,
.product-brief-data ul li i,
.product-category-content ul li i {
    padding-right: 10px;
    color: #004890
}

.all-products-item ul li:last-child a {
    margin-bottom: 0
}

.all-products-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    text-transform: capitalize
}

.catalogue-inner,
.category-inner {
    display: flex;
    flex-wrap: wrap;
text-align: center;
}

.product-compare {
    margin-top: 30px;
}

.search-inner {
    padding: 10px 0px;
    columns: 4 0vh;
    column-gap: 10px;
}

.product-category-right-content ul li a {
    margin: 3px;
    padding: 2px 10px;
    border: 1px solid #1d4d93;
    color: #12438c;
    font-size: 15px;
    display: block;
    font-weight: 600;
    font-weight: 600;
}

.product-category-right-content ul li {
    display: inline-block;
}

.sub_rrrr h2,
.sub_rrrr h3,
.sub_rrrr h4,
.sub_rrrr h5,
.sub_rrrr h6 {

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 3px 0px;
}

.category-inner-item {
    border: 1px solid #8080806b;
    margin: 0 7px 7px 0;
    position: relative;
    overflow: hidden;
    transition: .5s;
}



.category-img {
    padding: 30px 0 0
}

.category-content {
    background-color: #f1f1f1b8;
    padding: 9px;
}

.category-img img {
    width: 149px;
    height: 142px;
    object-fit: contain;
    padding: 10px;
    /* width: 50%; */
    margin: 0 auto 26px;
}



.catalogue-inner-item {

    display: block;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #506e7c75;
}

.catalog_main {
    width: 20%;
    padding: 0px 3px;
    margin-bottom: 7px;
}

.catalogue-one {
    margin-top: 36px;
}

.catalogue-img {
    padding: 10px 0 0;
    margin-bottom:11px;
}

.catalogue-content {
    padding: 20px 0 10px
}

.catalogue-img img {
    width: 145px;
    height: 149px;
    padding: 10px;
    object-fit: contain;
}



.modal-dialog {
    max-width: 50%
}

.modal-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: white !important;
}

.catalog-body ul li {
    width: 48%;
    margin: 5px;
    border: 1px solid #004890;
    padding: 5px 13px;
    border-radius: 5px;
    transition: .5s
}

.catalog-body ul li:hover {
    box-shadow: 2px 2px 3px 2px #00000050;
    transform: translateY(-5px);
    background-color: #004890
}

.catalog-body ul li:hover a,
.catalog-body ul li:hover a i {
    color: #fff
}

.catalog-body ul li a {
    color: #333;
    font-size: 15px;
    display: flex;
    font-weight: 300;
    align-items: baseline;
    transition: .5s;
}

.catalog-body ul li a i {
    transition: .5s
}



.product-brief-data p,
.product-brief-data ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0;
}

.main-btn_pro {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
   background-image: linear-gradient(90deg, #00329a, #3266d3);
    padding: 4px 9px;
    width: fit-content;
    border-radius: 4px;
    border: none;
    color: #fff;
    overflow: hidden;
    transition: .3s ease-in-out;
    font-size: 13.4px;
}

.product-brief-image {
    box-shadow: 0 0 12px 2px #00000020;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.product-brief-image img {
    height: 209px;
    width: 221px;
    object-fit: contain;
}

.product-brief-one {
    margin-top: 38px;
}

.product-brief-two {
    padding: 18px 0;
    background-image: url(../images/product-brief.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 60px;
}

.prodyct-category-one {
    margin-top: 34px;
}

.main_heading_pr h1 {
    /* text-align: center; */
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 1px;
    color: rgb(21 151 66);
    text-align: left;
}

.related_title h2,
.related_title h3,
.related_title h4,
.related_title h5,
.related_title h6 {}

.cata-table tr td:first-child {
    text-transform: capitalize;
    color: #000;
    font-weight: 500
}

.cata-table .table td {
    border-right: .1vw solid #00489050;
    font-size: 14px;
    padding: 15px
}

.cata-table tbody tr td,
.cata-table tr td,
.cata-table tr th {
    border-right: .1vw solid #00489050 !important;
    text-align: center;
    vertical-align: middle;
    border: .1vw solid #00489050
}

.cata-table .table td p {
    margin-bottom: 0 !important;
    font-weight: 500
}

.cata-table .table td p:nth-child(n+2) {
    margin-top: 10px !important;
    border-top: 1px solid #004890;
    padding-top: 10px
}

.specification-right .specification-head {
    margin-bottom: 3px
}




.related-products {
    margin-top: 40px;
}

.related-products .related-item {
    border: 2px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
    background-color: #fff;
    transition: .5s;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 9px 11px;
}

.related_sli {
    width: 20%;
    padding: 0px 6px;
    margin-bottom: 7px;
}

.related-products .related-item img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    padding: 10px;
}




.product-btns {
    margin-top: 0px
}

.product-btns .main-btn:first-child {
    margin-right: 10px
}

.all-product-left h5 {
    font-size: 28px;
    font-weight: 700;
    color: #004890;
    margin-bottom: 10px
}

.all-product-left ul {
    border: 1px solid #00489030;
    padding: 10px 10px 0 !important
}

.all-product-left ul li {
    border: 1px solid #fff;
    border-bottom: 1px solid #00489030;
    transition: .5s
}

.all-product-left ul li:last-child {
    border-bottom: 0
}

.all-product-left ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 10px;
    width: 100%;
    display: block
}

.product-category-inner {
    padding: 39px 20px 20px;
    border: 1px solid #60788761;
    box-shadow: 0 0 1px 6px #e3dddd20;
    position: relative;
    margin-bottom: 8px;
    transition: .5s;
    background-color: #fff;
}

.product_submain h2,
.product_submain h3,
.product_submain h4,
.product_submain h5,
.product_submain h6 {
   color: #143f99;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}


.subcateg_products {
    width: 50%;
    padding: 0px 4px;
}

.product-category-img {
    box-shadow: 0 0 12px 3px #00000010;
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.product-category-img img {
    height: 148px;
    width: 147px;
    padding: 7px;
    object-fit: contain;
}

.action,
.action--compare-add,
.cata-table .table td i,
.check-hidden,
.product-plus {
    cursor: pointer
}

.compare_bttn {
    background-color: #041527
}

.btn-compare {
    background-color: #041527 !important;
    color: #fff !important
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
    color: #ddd;
    font-size: 14px;
    letter-spacing: 0;
    background: #2f3035;
    border-radius: 2px;
    padding: 3px 5px
}

.action--compare-add input[type=checkbox]:checked~.fa-check {
    display: block;
    color: #000;
    position: relative;
    top: 0
}

.check-hidden {
    position: absolute;
    opacity: 0;
    right: 0
}

.action {
    font-size: 12px;
    white-space: nowrap;
    border: none;
    background: 0 0;
    justify-content: center;
    display: flex;
    font-weight: 600;
    align-items: center
}

.action:focus {
    outline: 0
}

.action__text {
    font-weight: 700;
    letter-spacing: .1vw;
    vertical-align: middle
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none
}

.compare-section {
    position: fixed;
    top: 250px;
    right: 5px;
    z-index: 99
}

.compare-section a {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 3px
}

.product-plus {
    position: absolute;
    top: 9px;
    right: 15px;
    border: inherit;
    color: #103f6a;
    margin: 0 auto;
    padding: 2px 8px;
    transition: .5s;
    text-align: center;
    border: 1px solid #5c73851f;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #d5d5d561;
}

.product-plus i {
    padding-right: 5px
}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus,
.desknone {
    display: none
}

.product-category-content h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.product-category-content ul li {
    color: #000;
    font-size: 13px;
    margin: 0px 0;
    font-weight: 400;
    display: flex;
    line-height: 21px;
    align-items: baseline;
}

.sitemap ul li {
    border-left: .1vw solid #004890;
    padding-left: 14px
}

.sitemap ul li:before {
    content: "" !important
}

.sitemap-page .home-btn {
    border: .1vw solid #004890;
    background-color: #fff;
    padding: 5px 20px;
    color: #000;
    font-weight: 800
}

.sitemap ul li a {
    background: #004890;
    border-radius: .3vw;
    display: inline-block;
    max-width: fit-content;
    text-decoration: none;
    text-overflow: ellipsis;
    margin: 10px 0;
    box-shadow: 0 0 12px 2px #00000040;
    position: relative;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px
}

.sitemap ul li a:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    width: 20px;
    background: #004890;
    z-index: -1
}

.sitemap-page .site-sub-catagory {
    background-color: #079530;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 0 .6vw .1vw #00000040
}

.catalog-page-one {
    padding: 60px 0;
    border-top: 1px solid #000
}

.catalog-page-one .about-text p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #199a3d
}

.catalog-page-one .about-text a {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    width: fit-content;
    margin-left: inherit;
    padding: 5px 13px
}

.catalog-page-one .about-text a i {
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
    transition: .5s
}

.catalog-design-logo img {
    width: 40%;
    margin-bottom: 3px;
    margin-top: 22px;
    text-align: center;
}

.catalog-design-logo {
    text-align: center;
}

.catalog-page-one .about-text h1 {
    font-size: 19px;
    color: #161f73;
    margin-bottom: 5px;
    font-weight: 600;
}

.catalog-design {
    box-shadow: 0 0 12px 2px #00000020;
    border-bottom: inherit
}

.Catalogs .catalog-first p {
    font-size: 14px;
    background-color: #f06526;
    text-align: center;
    color: #fff;
    padding: 0 10px
}

.catalog-first {
    height: 90vh;
    background-image: url(../images/catalog.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.catalog-first-content h1 a {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #000
}

.catalog-first-content a {
    font-size: 22px;
    line-height: 1.3;
    display: block;
    font-weight: 600;
    color: #161f73;
}

.catalog-second {
    padding: 20px 20px 0
}

.catalog-second h5 {
    font-size: 20px;
    color: #004990;
    width: fit-content;
    margin-bottom: 10px;
    font-weight: 500
}

.footer-bottom p {
    color: #004890;
    font-size: 13px;
    font-weight: 700
}

.catalog-end .catalog-end-text,
.second-content p {
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    line-height: 26px;
}

.catalog-first-content h4 {
    margin-bottom: 0;
    text-align: center;
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 600;
}

.second-content p i {
    font-size: 14px;
    padding-right: 5px;
    color: #161f73
}

.second-content .table td {
    border-right: .1vw solid #0ca75030;
    font-size: 14px;
    padding: 10px;
    width: 50%
}

.second-content .table td p {
    font-size: 14px
}

.second-content .table tbody {
    border: .1vw solid #0ca75030
}

.catalog-end {
    border-top: inherit;
    padding: 20px
}

.catalog-end .catalog-end-text {
    justify-content: space-between;
    margin-bottom: 10px;
    text-transform: capitalize
}

.about-text .download-btn {
    padding: 10px 20px;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: end;
    width: fit-content;
    margin: 10px 0;
    position: relative;
    z-index: 99999;
    background: #e4002b
}

.catalog-logo .address a,
.catalog-logo .location-address a {
    font-size: 15px;
    color: #333;
    text-align: end;
    font-weight: 500;
    padding-left: 5px;
}

.catalog-logo .address p,
.catalog-logo .location-address p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.catalog-logo .address,
.catalog-logo .location-address {
    display: flex;
    justify-content: space-between;
    margin: 15px 0
}

.catalog-second .second-content ul li {
    display: flex;
    font-size: 15px;
    margin: 10px 0;
    align-items: baseline
}

.catalog-second .second-content ul li i {
    font-size: 12px;
    padding-right: 10px
}

.catalog-first-img img {
    width: 50%;
    margin-top: 41px;
    margin-bottom: 20px;
}

.catalog-first-content h4 a {
    color: #161f73
}

.product-compare .cata-table .table td img {
    width: 150px;
    margin: 0 auto
}

.search-one {
    margin-top: 35px;
}

.search-inner .search-item {

    overflow: hidden;
    box-shadow: 0 0 12px 2px #00000020;
    padding: 10px;
    border-radius: 10px;
    background-color: #dfe6ff4a;
    transition: .5s;
    margin-bottom: 11px;
}

.search-img {
    padding: 10px;
    margin-bottom: 20px;
    transition: .5s
}

.search-img a img {
    display: block;
    line-height: 0;
    background: #fff;
    padding: 30px;
    width: 190px;
    height: 190px;
    object-fit: contain;
    padding: 40px;
    margin: 0 auto;
    mix-blend-mode: darken
}



.footer-bottom {
    padding: 10px 0;
    background-color: #f9f9f9
}

.footer-bottom p {
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}

.footer-bottom p a {
    color: #079530
}

.footer-whatsapp {
    background: #fff;
    border: 1px solid #25d366;
    color: #25d366;
    position: fixed;
    bottom: 45px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    animation: 2s ease-in-out infinite whatsapp-animation;
    z-index: 999;
    text-align: center
}

@keyframes whatsapp-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0)
    }
}

.btn-whatsapp-pulse {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #25d366
}

@media only screen and (min-width:280px) and (max-width:479.98px) {



    .catalog-first-content h4 br,
    .first-menu-left,
    .main-about,
    .main-banner,
    .mobilenone {
        display: none !important
    }

    .catalog-end .catalog-end-text,
    .catalog-logo .address,
    .catalog-logo .location-address,
    .desknone,

    .second-content p {
        display: block !important
    }

    .catalog-body ul li,
    .first-menu-right,
    .first-menu-right form,
    .search-inner .search-item {
        width: 100%
    }

    .navbar-toggler i {
        color: #000;
        font-size: 26px
    }

    .index-logo img {
        width: 170px
    }

    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #03407b, #0872d9);
        z-index: 9
    }

    .main-header .navbar-nav .nav-link,
    .main-header .navbar-nav .nav-link.active {
        color: #fff;
        font-size: 16px;
        width: 100%;
        margin: 10px 0 !important;
        text-align: center
    }

    .mobile-menu ul li,
    .product-btns .main-btn:first-child {
        margin-bottom: 10px
    }

    .mobile-menu {
        border-top: 1px solid #000
    }

    .mobile-menu .main-head,
    .product-brief-image {
        margin-bottom: 20px
    }

    .mobile-menu ul {
        padding: 0 30px !important
    }

    .mobile-menu ul li {
        padding: 5px 20px;
        margin-right: 0px !important;
        box-shadow: 0 0 2px 2px #00000020;
    }

    .mobile-menu ul li a {
        font-size: 16px;
        display: block;
        color: #004890
    }

    .mobile-menu ul li a i {
        padding-right: 10px
    }

    .main-head {
        margin-bottom: 30px
    }

    .all-products-inner,
    .best-seller-inner,
    .main-feature-inner,
    .product-glance-inner {
        columns: 1
    }

    .catalogue-inner-item h5,
    .main-feature-content .main-product {
        font-size: 18px
    }

    .product-glance-content h5 {
        min-height: inherit
    }


    .best-seller-content h5 {
        height: inherit
    }

    .footer-section {
        padding: 100px 0 30px
    }

    .quick-links {
        margin: 20px 0
    }

    .footer-bottom p {
        display: grid
    }

    .about-content {
        padding-left: 0
    }

    .about-content h1 {
        font-size: 24px
    }

    .career-one form {
        padding: 30px
    }

    .contact-location {
        position: initial;
        width: 100%;
        padding: 20px
    }

    .contact-address {
        margin-bottom: 20px;
        height: auto
    }

    .contact-three form {
        padding: 20px
    }



    .catalogue-content {
        padding: 20px 0
    }

    .modal-dialog {
        max-width: 100%
    }

    .product-brief-image img {
        width: 80%
    }

    .product-btns .main-btn {
        display: block;
        width: 100%;
        text-align: center
    }

    .specification-inner {
        margin: 10px 0
    }

    .product-category-img img {
        width: 80%;
        margin: 0 auto
    }

    .product-category-img {
        margin-bottom: 20px;
        text-align: center
    }

    .product-compare .cata-table .table td img {
        width: 100px
    }

    .product-compare .cata-table .table td a {
        font-size: 14px
    }

    .search-img {
        padding: 20px;
        margin-bottom: 0
    }

    .search-img a img {
        width: 190px;
        height: 190px;
        object-fit: contain;
        padding: 40px;
    }

    .search-content .main-product {
        font-size: 18px;
        min-height: inherit
    }

    .catalog-design {
        margin-top: 30px
    }

    .catalog-first {
        height: 65vh
    }

    .catalog-first-content h4 {
        font-size: 20px
    }

    .catalog-first-img img {
        width: 60%
    }

    .catalog-design-logo img {
        width: 50%;
        margin-bottom: 10px
    }


}

@media only screen and (min-width:480px) and (max-width:575.98px) {



    .catalog-first-content h4 br,
    .first-menu-left,
    .main-about,
    .main-banner,
    .mobilenone {
        display: none !important
    }

    .catalog-end .catalog-end-text,
    .catalog-logo .address,
    .catalog-logo .location-address,
    .desknone,

    .second-content p {
        display: block !important
    }

    .catalog-body ul li,
    .first-menu-right,
    .first-menu-right form {
        width: 100%
    }

    .navbar-toggler i {
        color: #000;
        font-size: 26px
    }

    .index-logo img {
        width: 170px
    }

    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #03407b, #0872d9);
        z-index: 9
    }

    .main-header .navbar-nav .nav-link,
    .main-header .navbar-nav .nav-link.active {
        color: #fff;
        font-size: 16px;
        width: 100%;
        margin: 10px 0 !important;
        text-align: center
    }

    .mobile-menu ul li,
    .product-btns .main-btn:first-child {
        margin-bottom: 10px
    }

    .mobile-menu {
        border-top: 1px solid #000
    }

    .mobile-menu .main-head {
        margin-bottom: 20px
    }

    .mobile-menu ul {
        padding: 0 30px !important
    }

    .mobile-menu ul li {
        padding: 5px 20px;
        box-shadow: 0 0 2px 2px #00000020;
    }

    .mobile-menu ul li a {
        font-size: 16px;
        display: block;
        color: #004890
    }

    .mobile-menu ul li a i {
        padding-right: 10px
    }

    .main-head {
        margin-bottom: 30px
    }

    .all-products-inner,
    .best-seller-inner,
    .main-feature-inner,
    .product-glance-inner {
        columns: 1
    }

    .catalogue-inner-item h5,
    .main-feature-content .main-product {
        font-size: 18px
    }

    .product-glance-content h5 {
        min-height: inherit
    }

    .catalogue-img img,
    .category-img img,
    .product-brief-image img,
    .product-glance-img img {
        width: 50%
    }

    .best-seller-content h5 {
        height: inherit
    }

    .footer-section {
        padding: 100px 0 30px
    }

    .quick-links {
        margin: 20px 0
    }

    .footer-bottom p {
        display: grid
    }

    .about-content {
        padding-left: 0
    }

    .about-content h1 {
        font-size: 24px
    }

    .career-one form {
        padding: 30px
    }

    .contact-location {
        position: initial;
        width: 100%;
        padding: 20px
    }

    .contact-address {
        margin-bottom: 20px;

    }

    .contact-three form {
        padding: 20px
    }



    .catalogue-content {
        padding: 20px 0
    }

    .modal-dialog {
        max-width: 100%
    }

    .product-brief-image,
    .product-category-img {
        margin-bottom: 20px;
        text-align: center
    }



    .product-btns .main-btn {
        text-align: center
    }

    .specification-inner {
        margin: 10px 0
    }

    .product-category-img img {
        width: 50%;
        margin: 0 auto
    }

    .product-compare .cata-table .table td img {
        width: 100px
    }

    .product-compare .cata-table .table td a {
        font-size: 14px
    }

    .search-img {
        padding: 20px;
        margin-bottom: 0
    }

    .search-content .main-product {
        font-size: 18px;
        min-height: inherit
    }

    .catalog-design {
        margin-top: 30px
    }

    .catalog-first-content h4 {
        font-size: 20px
    }

    .catalog-first-img img {
        width: 60%
    }

    .catalog-design-logo img {
        width: 50%;
        margin-bottom: 10px
    }



    .search-img a img {
        width: 190px;
        height: 190px;
        object-fit: contain;
        padding: 40px;
    }
}

@media only screen and (min-width:576px) and (max-width:767.98px) {



    .catalog-first-content h4 br,
    .first-menu-left,
    .main-about,
    .main-banner,
    .mobilenone {
        display: none !important
    }

    .catalog-end .catalog-end-text,
    .catalog-logo .address,
    .catalog-logo .location-address,
    .desknone,

    .second-content p {
        display: block !important
    }

    .catalog-body ul li,
    .first-menu-right,
    .first-menu-right form {
        width: 100%
    }

    .navbar-toggler i {
        color: #000;
        font-size: 26px
    }

    .index-logo img {
        width: 170px
    }

    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #03407b, #0872d9);
        z-index: 9
    }

    .main-header .navbar-nav .nav-link,
    .main-header .navbar-nav .nav-link.active {
        color: #fff;
        font-size: 16px;
        width: 100%;
        margin: 10px 0 !important;
        text-align: center
    }

    .mobile-menu ul li,
    .product-btns .main-btn:first-child {
        margin-bottom: 10px
    }

    .mobile-menu {
        border-top: 1px solid #000
    }

    .mobile-menu .main-head {
        margin-bottom: 20px
    }

    .mobile-menu ul {
        padding: 0 0px !important
    }

    .mobile-menu ul li {
        padding: 5px 20px;
        box-shadow: 0 0 2px 2px #00000020;
    }

    .mobile-menu ul li a {
        font-size: 16px;
        display: block;
        color: #004890
    }

    .mobile-menu ul li a i {
        padding-right: 10px
    }

    .main-head {
        margin-bottom: 30px
    }

    .best-seller-inner,
    .main-feature-inner,
    .product-glance-inner {
        columns: 2
    }

    .catalogue-inner-item h5,
    .main-feature-content .main-product {
        font-size: 18px
    }

    .product-glance-content h5 {
        min-height: 40px
    }

    .catalogue-img img,
    .category-img img,
    .product-brief-image img,
    .product-glance-img img {
        width: 50%
    }

    .best-seller-content h5 {
        height: inherit
    }

    .footer-section {
        padding: 100px 0 30px
    }

    .quick-links {
        margin: 20px 0
    }

    .footer-bottom p {
        display: grid
    }

    .about-content {
        padding-left: 0
    }

    .about-content h1 {
        font-size: 24px
    }

    .all-products-inner {
        columns: 1
    }

    .career-one form {
        padding: 30px
    }

    .contact-location {
        position: initial;
        width: 100%;
        padding: 20px
    }

    .contact-address {
        margin-bottom: 20px;

    }

    .contact-three form {
        padding: 20px
    }



    .catalogue-content {
        padding: 20px 0
    }

    .modal-dialog {
        max-width: 100%
    }

    .category-inner-item {
        width: 48%;
        margin: 7px auto;
    }

    .product-brief-image,
    .product-category-img {
        margin-bottom: 20px;
        text-align: center
    }


    .product-btns .main-btn {
        text-align: center
    }

    .specification-inner {
        margin: 10px 0
    }

    .product-category-img img {
        width: 50%;
        margin: 0 auto
    }

    .product-compare .cata-table .table td img {
        width: 100px
    }

    .footer-links .mail a,
    .footer-section .quick-links ul li a,
    .product-compare .cata-table .table td a {
        font-size: 14px
    }

    .search-img {
        padding: 20px;
        margin-bottom: 0
    }

    .search-content .main-product {
        font-size: 18px;
        min-height: inherit
    }

    .catalog-design {
        margin-top: 30px
    }

    .catalog-first-content h4 {
        font-size: 20px
    }

    .catalog-first-img img {
        width: 60%
    }

    .catalog-design-logo img {
        width: 50%;
        margin-bottom: 10px
    }

    .search-img a img {
        width: 190px;
        height: 190px;
        object-fit: contain;
        padding: 40px;
    }



    .main-feature-inner .main-feature-item {
        padding: 10px
    }

    .footer-logo img {
        width: 160px
    }
}

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




    .desknone {
        display: block !important
    }

    .first-menu-right,
    .first-menu-right form {
        width: 100%
    }

    .navbar-toggler i {
        color: #000;
        font-size: 26px
    }

    .index-logo img {
        width: 170px
    }

    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #03407b, #0872d9);
        z-index: 9
    }

    .main-header .navbar-nav .nav-link,
    .main-header .navbar-nav .nav-link.active {
        color: #fff;
        font-size: 16px;
        width: 100%;
        margin: 10px 0 !important;
        text-align: center
    }

    .mobile-menu {
        border-top: 1px solid #000
    }

    .mobile-menu .main-head {
        margin-bottom: 20px
    }

    .mobile-menu ul {
        padding: 0 12px !important;
        display: flex;
        flex-wrap: wrap
    }

    .mobile-menu ul li {
        /* border: 1px solid #004890; */
        margin-bottom: 10px;
        padding: 10px;
        box-shadow: 0 0 2px 2px #00000020;
        width: 48%;
        margin-right: 10px
    }

    .mobile-menu ul li a {
        font-size: 15px;
        display: block;
        color: #000000e0;
        font-weight: 500;
    }

    .mobile-menu ul li a i {
        padding-right: 10px
    }

    .main-head {
        margin-bottom: 30px
    }

    .all-products-inner,
    .best-seller-inner,
    .main-feature-inner,
    .product-glance-inner {
        columns: 2
    }

    .catalogue-inner-item h5,
    .main-feature-content .main-product,
    .search-content .main-product {
        font-size: 16px
    }

    .product-glance-content h5 {
        min-height: 40px
    }

    .catalogue-img img,
    .category-img img,
    .product-glance-img img {
        width: 50%
    }

    .best-seller-content h5 {
        height: inherit
    }

    .footer-section {
        padding: 100px 0 30px
    }

    .quick-links {
        margin: 20px 0
    }

    .footer-bottom p {
        display: grid
    }

    .about-content {
        padding-left: 0
    }

    .about-content h1 {
        font-size: 24px
    }

    .career-one form {
        padding: 30px
    }

    .contact-location {
        position: initial;
        width: 100%;
        padding: 20px
    }

    .contact-address {
        margin-bottom: 20px;

    }

    .contact-three form {
        padding: 20px
    }


    .catalogue-content {
        padding: 20px 0
    }

    .modal-dialog {
        max-width: 100%
    }




    .product-brief-image,
    .product-category-img {
        margin-bottom: 20px;
        text-align: center
    }



    .product-btns .main-btn {
        text-align: center
    }

    .product-btns .main-btn:first-child {
        margin-bottom: 10px
    }

    .specification-inner {
        margin: 10px 0
    }

    .product-compare .cata-table .table td img {
        width: 100px
    }

    .footer-links .mail a,
    .footer-section .quick-links ul li a,
    .product-compare .cata-table .table td a {
        font-size: 14px
    }

    .search-img {
        padding: 20px;
        margin-bottom: 0
    }

    .search-img a img {
        width: 190px;
        height: 190px;
        object-fit: contain;
        padding: 40px;
    }

    .catalog-design {
        margin-top: 30px
    }

    .catalog-first-content h4 {
        font-size: 20px
    }

    .catalog-first-img img {
        width: 60%
    }

    .catalog-design-logo img {
        width: 50%;
        margin-bottom: 10px
    }



    .main-feature-inner .main-feature-item {
        padding: 10px
    }

    .footer-logo img {
        width: 160px
    }

    .contact-us-one iframe {
        height: 30vh
    }

    div#myCanvas {
        margin: 0 auto
    }

    .catalog-first {
        height: 60vh
    }
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .mobilenone {
        display: block !important
    }

    .catalog-first-content h4 br,
    .desknone {
        display: none !important
    }

    .social-media {
        display: none
    }

    .index-logo img {
        width: 180px
    }

    .mobile-menu .main-head {
        margin-bottom: 20px
    }



    .best-seller-inner,
    .main-feature-inner {
        columns: 3
    }

    .catalogue-inner-item h5,
    .main-feature-content .main-product {
        font-size: 18px
    }

    .product-glance-inner {
        display: flex;
        flex-wrap: wrap
    }



    .product-glance-content h5 {
        min-height: 40px
    }

    .catalogue-img img,
    .category-img img,
    .product-glance-img img {
        width: 50%
    }

    .footer-section {
        padding: 150px 0 30px
    }

    .quick-links {
        margin: 20px 0
    }

    .footer-bottom p {
        display: grid
    }

    .about-content {
        padding-left: 0
    }

    .about-content h1 {
        font-size: 24px
    }

    .career-one form {
        padding: 30px
    }

    .contact-location {
        padding: 20px;
        width: 88%;
        /* top: -100px; */
        /* left: 6% */
    }

    .contact-address {
        margin-bottom: 20px;

    }

    .contact-three form {
        padding: 20px
    }



    .catalogue-content {
        padding: 20px 0
    }

    .modal-dialog {
        max-width: 100%
    }

    .category-content,
    .main-feature-inner .main-feature-item {
        padding: 10px
    }

    .product-brief-image,
    .product-category-img {
        margin-bottom: 20px;
        text-align: center
    }


    .product-btns .main-btn {
        text-align: center
    }

    .product-btns .main-btn:first-child {
        margin-bottom: 10px
    }

    .specification-inner {
        margin: 10px 0
    }

    .product-compare .cata-table .table td img {
        width: 100px
    }

    .footer-links .mail a,
    .footer-section .quick-links ul li a,
    .product-compare .cata-table .table td a,
    .search-content .main-product {
        font-size: 14px
    }


    .search-img {
        padding: 20px;
        margin-bottom: 0
    }

    .search-img a img {
        width: 190px;
        height: 190px;
        object-fit: contain;
        padding: 40px;
    }

    .catalog-design {
        margin-top: 30px
    }

    .catalog-first-content h4 {
        font-size: 20px
    }

    .catalog-first-img img {
        width: 60%
    }

    .catalog-design-logo img {
        width: 50%;
        margin-bottom: 10px
    }

    .footer-logo img {
        width: 160px
    }

    .contact-us-one iframe {
        height: 30vh
    }

    div#myCanvas {
        margin: 0 auto
    }

    .catalog-first {
        height: 41vh
    }

    .product-category-inner {
        padding: 46px 20px 0;
    }
}












.product-category-content.middle ul {
    height: 103px;
    overflow: auto;

    scrollbar-color: #bfc1c7 #f2f8f9;
    scrollbar-width: thin;
}

.main-about_h p {
       font-size: 13.7px;
    margin-bottom: 6px;
    /* text-align: center; */
    color: #3c3a3a;
    font-weight: 500;
}
.first-menu-right i{
    font-size: 15px;
}
.main-about_h {
    margin-top: 33px;
}

.main_heading h1 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 1px;
    color: rgb(21 151 66);
}

.main_heading2 h2,
.main_heading2 h3,
.main_heading2 h4,
.main_heading2 h5,
.main_heading2 h6 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 9px;
    margin-bottom: 1px;
    color: #00329a;
    text-align: center;
}


.main_heading3 h1 {
       font-size: 27px;
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 1px;
    color: #00805a;
    text-align: center;
}

.feature-one {
    background-color: #edf2fa75;
    padding: 18px 0px;
    margin-top: 60px;
}

.mini-cate h2,
.mini-cate h3,
.mini-cate h4,
.mini-cate h5,
.mini-cate h6 {
   font-size: 15.4px;
    font-weight: 600;
    color: #00329a;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 8px;
}

.mobile-menu ul li {
    /* border: 1px solid #004890; */
    margin-bottom: 10px;
    padding: 9px 10px;
    box-shadow: 0 0 2px 2px #00000020;
    /* width: 27%; */
    margin-right: 10px;
}

.mobile-menu ul li a {
    font-size: 15.5px;
    display: block;
    color: #004890;
    font-weight: 500;
}

.mobile-menu ul li a i {
    padding-right: 10px
}

.categoery_gridd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 6px;
}

.mobile-menu {
    margin-top: 60px;
}

.product-glance {
    margin-top: 70px;
}

.glance_p h2,
.glance_p h3,
.glance_p h4,
.glance_p h5,
.glance_p h6 {
    color: #000000e0;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.best-seller-c h2,
.best-seller-c h3,
.best-seller-c h4,
.best-seller-c h5,
.best-seller-c h6 {
    color: black;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
}

.para_m {
    text-align: center;
    font-size: 13px;
    color: #666363;
    margin-bottom: 0px;
}

.a_zproduct h2,
.a_zproduct h3,
.a_zproduct h4,
.a_zproduct h5,
.a_zproduct h6 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 15.7px;
    line-height: 24px;
    margin-bottom: 0px;
}

.a_zproduct {
    display: block;
    padding: 5px 13px;
    background: #0675abd1;
}

.all-products-item i {
    padding-right: 10px;
    color: #686464;
    font-size: 11px;
}

.all-products-item {
    margin-bottom: 11px;
    border: 1px solid #80808042;
}

.all-products-one {
    margin-top: 35px;
}

.categ_inn_com h2,
.categ_inn_com h3,
.categ_inn_com h4,
.categ_inn_com h5,
.categ_inn_com h6 {
       color: #00329a;
    font-weight: 600;
    font-size: 15.5px;
    margin-bottom: 0px;
}

.category-one {
    margin-top: 32px;
}

.catal_product h2,
.catal_product h3,
.catal_product h4,
.catal_product h5,
.catal_product h6 {
    font-size: 16.3px;
    font-weight: 600;
    /* margin-bottom: 15px; */
    display: block;
    color: #00329a;
    /* background-color: #f1f1f1; */
    padding: 9px 0;
}

.main_heading_a {
    font-size: 20px;
    /* font-weight: 700 !important; */
    font-weight: 600 !;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: rgb(21 151 66);
}

.main-btn_contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    background-image: linear-gradient(90deg, #066391, #2d98ff);
    padding: 5px 12px;
    margin-top: 8px;
    width: fit-content;
    border-radius: 4px;
    border: none;
    color: #fff;
    overflow: hidden;
    transition: .3s ease-in-out;
    font-size: 14.4px;
}

.related_w h2,
.related_w h3,
.related_w h4,
.related_w h5,
.related_w h5 {
    font-size: 23px;
    font-weight: 600;
   color: #00329a;
    display: block;
}

.related_title h2,
.related_title h3,
.related_title h4,
.related_title h5,
.related_title h6 {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.main-product h2,
.main-product h3,
.main-product h4,
.main-product h5,
.main-product h6 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.compare-title h2,
.compare-title h3,
.compare-title h4,
.compare-title h5,
.compare-title h6 {
    color: #004890;
    font-size: 16px;
    font-weight: 600;
}

.first-menu-right {
    position: relative;
}

.searchInput .resultBox {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
}

.banner-image img {
    width: 100%;

}

.searchInput.active .resultBox {
    display: block;

}

.resultBox li {
    padding: 6px 10px;
    font-size: 14px;
    cursor: pointer;
    list-style-type: none;
    border-bottom: 1px solid #bfb2b2 !important;
}

.resultBox li a {
    font-size: 15px;
    color: #0a5174 !important;
    font-weight: 500;
}

.resultBox li:hover {
    background-color: #f0f0f0;
}

.resultBox li:last-child {
    border-bottom: none;
}


@media(min-width:300px) and (max-width:1200px) {
    .main-banner img {
        display: none !important;
    }

    .main-about_h p {
        display: none !important;
    }

    .para_m {
        display: none;
    }

    .about-us-one {
        margin-top: 30px;
    }

    .mobile-menu {
        margin-top: 0px;
    }

    .mobile-menu {
        border-top: 0px !important;
    }

    .best-seller-inner,
    .main-feature-inner {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 6px;
    }

    .product-glance-inner {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(209px, 1fr));
        gap: 8px;
    }

    .main-btn_contact {
        margin-left: 5px;
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .product-glance-item {
        width: 32.6%;
    }

    .category-inner-item {

        margin: 0 6px 6px 0;
        width: 32.6%;
    }

    .catalog_main {
        width: 33.33%;
        padding: 0px 3px;
        margin-bottom: 7px;
    }

    .product-category-img img {
        height: 122px;
        width: 109px;
        padding: 7px;
        object-fit: contain;
    }

    .subcateg_products {
        width: 50%;

    }

    .product-brief-two {
        margin-top: 38px;
    }

    .related_sli {
        width: 25%;
    }

    .search-inner .search-item {
        margin: 3px;
    }

    .search-item {
        width: 24%;
    }
}

@media(min-width:768px) and (max-width:990px) {
    .catalog_main {
        width: 50%;
        padding: 0px 3px;
        margin-bottom: 7px;
    }

    .subcateg_products {
        width: 100%;
    }

    .about-img img {
        display: none !important;
    }

    .search-item {
        width: 47%;
    }

    .first-mobile {
        display: none !important;
    }

    .product-brief-two {
        margin-top: 38px;
    }

    .related_sli {
        width: 33.33%;
    }

    .ofce_add {
        margin-top: 21px;
    }

    .category-inner-item {
        width: 49%;
        padding: 10px;
        margin: 2px auto;
    }
}

@media(min-width:400px) and (max-width:767px) {

    .category-inner-item {
        width: 49%;
        padding: 10px;
        margin: 2px auto;
    }

    .search-item {
        width: 46%;
    }

    .search-inner .search-item {
        margin: 3px !important;
    }

    .catalog_main {
        width: 50%;
        padding: 0px 3px;
        margin-bottom: 7px;
    }

    .product-brief-two {
        margin-top: 38px;
    }

    .about-img img {
        display: none !important;
    }

    .related_sli {
        width: 50%;
    }

}

@media(min-width:320px) and (max-width:399px) {

    .catalogue-inner-item,
    .category-inner-item {
        width: 100%;
    }

    .catalog_main {
        width: 100%;
        padding: 0px 3px;
        margin-bottom: 7px;
    }

    .search-item {
        width: 100%;
    }

    .about-img img {
        display: none !important;
    }

    .related_sli {
        width: 100%;
    }

}

@media(min-width:320px) and (max-width:767px) {
    .subcateg_products {
        width: 100%;
    }
}

.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.get-quote-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 28px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.get-quote-button:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #084298, #0d6efd);
}

.get-quote-button i {
    pointer-events: none;
    font-size: 21px;
}


.icon-quote {
    font-size: 28px;
}

.quote-text {
    font-size: 11px;
}

.modal-header {
    background: #004e9b;
    color: #fff;
    padding: 7px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal_input input,
.modal_input textarea {
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 7px 10px;
    border-bottom: 2px solid #80808069;
    width: 100%;
    transition: border 0.3s ease-in-out;
}

.modal-body {
    padding-bottom: 0px !important;
}

.single_title {
    font-size: 20px !important;
    color: #004990;
    width: fit-content;
    margin-bottom: 7px;
    font-weight: 600;
}

.view_x {
    background: #004e9b;
    color: #fff;
    margin-left: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding: 5px 20px;
    /* font-size: 16px; */
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}