@charset "utf-8";
/***** Design By Rajnish 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "DM Sans", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}


* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/



/*** header ***/
.top-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-emg-no i {
    color: #41429b;
}

.top-emg-no p {
    margin: 0px;
    font-weight: 500;
	font-size: 17px;
}

.email-number p {
    padding-right: 17px;
}


.top-location {
    border: 1px solid #ccc;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px;
    font-size: 13px;
    margin: 0px 15px;
}


.top-location p {
    margin: 0px;
}
.book-top{ margin-left:20px;}
.book-top a {
    color: #fff;
    padding: 8px 18px 10px;
    border-radius: 5px;
    background-color: #03903a;
    transition: 0.6s linear;
}

.book-top12{ margin-left:20px;}
.book-top12 a {
    color: #000;
    padding: 8px 18px 9px;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.6s linear;
    border:1px solid #ccc;
}
header {
    background-color: #0860a8;
}


.logo img {
    width: 320px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.top-header {
    padding: 5px;
    justify-items: center;
}

.group_flex {
    display: flex;
    justify-content: start;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 6px 10px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    font-optical-sizing: auto;
    font-weight: 400;
    text-transform: uppercase;

}

.headerf-0flex li a:hover {
    color: #f8c318;
}

.header {
    display: flex;
    align-items: center;
}

.darkHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #0860a8;
    padding: 5px 0px;
    z-index: 1;
    justify-items: center !important;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -35px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 500;
    background-color: #0860a8;
    text-transform: capitalize;
}

.dropdoqwn li a:hover {
    color: #ffffff;
    background-color: #024a84;

}


nav {
    padding: 0px;
    display: flex;
    align-items: center;
}


.about-section {
    margin-top: 50px;
}

.about-text {
    margin-left: 20px;
    margin-top: 7px;
}

.about-text h6 {
    margin-bottom: 10px;
}

.about-text h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about-text span {
    color: #024a84;
    ;
}

.about-text p {
    border-bottom: 2px solid rgb(3, 151, 3);
    padding-bottom: 20px;
}

.indexline {
    width: 100px;
    height: 2px;
    background-color: #485C91;
    display: inline-block;
    margin-left: 15px;
}

.about-text .feature-list ul li {
    line-height: 34px;
    background: url(../images/about-icon.jpg) no-repeat;
    background-position: 0px 8px;
    padding-left: 30px;
}


.feature-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 7px 36px;
    align-items: start;
    color: #232b3a;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 15px;
    font-family: 'DM Sans';
    font-size: 18px;
    border-bottom: 2px solid rgb(3, 151, 3);
    padding-bottom: 15px;
}


.view-more-button a {
    background: #0860a8;
    color: #ffff;
    padding: 14px 23px;
    border-radius: 5px;
    transition: 1s;
}

.view-more-button a:hover {
    background: #03a914;

}


.view-more-button {
    margin-top: 50px;
}


.product-section {
    margin-top: 60px;

}

.product-hadding {
    text-align: center;
}

.product-hadding h2 {
    font-size: 45px;
    font-weight: 500;
}

.product-hadding p {
    font-size: 20px;
}

.p-panel {
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
    border: 1px solid #ccc;
}


.p-panel img {
    width: 100%;
    object-fit: contain;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    height: 200px;
    background-color: rgb(255, 255, 255);
}

.p-details {
    margin: 0px;
    background-color: #0860a8;
    padding: 9px 20px;
    transition: 1s;
}

.p-details a {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

.p-details p {
    color: #fff;
    white-space: nowrap;
    width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.p-details:hover {
    background-color: #03a914;
}


.why-choose {
    margin-top: 70px;
    background-color: #EBF3F3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.choose-hadding {
    text-align: center;
}

.choose-hadding h6 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 8px;
    margin: 0;
}

.choose-hadding h6 span {
    color: #0860a8;
}

.choose-hadding p {
    font-size: 18px;
    padding-bottom: 10px;
}

.quality {
    text-align: center;
}

.quality img {
    height: 85px;
    padding-bottom: 12px;
}

.quality h5 {
    font-size: 22px;
    padding-bottom: 7px;
    font-weight: 500;
}

.client-reviews {
    margin-top: 60px;
}

.reviews {
    text-align: center;
    margin-bottom: 40px;
}

.reviews h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0860a8;
}


.reviews p {
    font-size: 20px;
}

.reviews-box {
    text-align: center;
    margin: 10px;
}

.profile-img img {
    height: 70px;
    margin-bottom: -30px;
    border-radius: 100%;
    width: 70px;

}

.testimonial-card {
    background: white;
    padding: 50px 20px 25px 20px;
    box-shadow: 0px 0px 5px 0px #d2d0d0;
    border-radius: 11px;
}

.testimonial-card h6 {
    font-size: 20px;
    padding-bottom: 2px;
    font-weight: 600;
    color: #0860a8;
}

.client-location {
    color: #787878;
    font-size: 16px;
}

.testimonial-card p {
    padding-top: 9px;
}

.owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -22px;
    top: 150px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
    box-shadow: 0px 0px 8px #c9c7c7;
}

.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -22px;
    top: 150px;
    font-size: 27px;
    box-shadow: 0px 0px 8px #c9c7c7;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.owl-prev i {
    font-size: 30px;
}

.owl-next i {
    font-size: 30px;
}

.cart-shiping {
    margin-top: 60px;
    margin-bottom: 50px;
}

.fist-cart {
    background-color: #36c7df;
    color: #fff;
    padding: 40px 30px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
}

.fist-cart h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.support {
    background-color: #086dec !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 12px;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item p {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 00px 20px;
    transition: .2s ease-in-out;
    margin: 0;
    background: linear-gradient(to right, #fff, #ffc107, #fff);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 70px;
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;

}

.marquee__item p:hover {
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transform: scale(1.05);
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}


@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.Distributors h3 {
    text-decoration: underline 5px #0860a8;
    font-size: 35px;
    margin-bottom: 20px;
}


/** Footer **/
footer {
    background-color: #232730;
    color: #CCCCCC;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footerlinks h5 {
    color: var(--orange);
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 30px;
}

.footerlinks ul li {
    display: inline;
}

.footerlinks ul li a {
    background: #eaf1f4;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 24px;
}

.footerlinks1 strong {
    font-size: 24px;
}

.footerlinks1 span {
    height: 4px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background: var(--orange);
    margin-bottom: 16px;
}

.footerlinks1 i {
    font-size: 20px;
    width: 30px;
    margin-right: 10px;
}

.footerlinks1 ul li {
    margin-bottom: 5px;
    color: #fff;
}

.footerlinks1 ul li a {
    color: #CCCCCC;
}

.footerlinks1 ul li a:hover {
    color: #30b803;
}

.footerbottombg {
    background: #0e0e2f;
    text-align: center;
    padding: 15px 0px;
    color: #CCCCCC;
    font-size: 14px;
}

.footerbottombg a {
    color: #CCCCCC;
}

.footerbottombg a:hover {
    color: #CCCCCC;
}

.footerbottombg img {
    width: 20px;
}

.socail-bootom {
    margin-top: 30px;
}

.socail-bootom i {
    border-radius: 100%;
    padding: 7px 9px;
    color: #fff;
    border: 1px solid #ffffff;
    font-size: 19px;
}

.footerbox {
    background: #0e0e2f;
    border: 1px solid #27274f;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px 30px;
}

.footerbox strong {
    font-size: 20px;
    font-weight: 500;
}

.footerbox i {
    font-size: 26px;
    margin-right: 10px;
}

.footerlinks1 span {
    height: 4px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background: #00bcf1;
    margin-bottom: 25px;
}


.contactus {
    padding-bottom: 20px;
    display: flex;
}

.footerbg {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    background-color: #0860a8;
}

.footerbg a {
    color: #00d5ff;
}


/* About page css */
.breadcrmbg {
   background:#ccf1ff;
    padding: 40px 0px 40px;
    text-align: center;
}
.breadcrmbg h6{ font-size:30px; padding-bottom:10px;}
.coammanpage{ padding:40px 0px;}
.coammanpage h6{ font-size:20px; padding-bottom:10px; padding-top:20px;}
.contactpage h5{ font-size:40px;}
.contactpage{ text-align:center;}
.continput{background-image: linear-gradient(#f0efef, white, #f0efef); padding:8px 15px; font-size:14px; width:100%; outline:none; border:1px solid #eee; margin-top:15px; border-radius:6px;}
.continputbutton{ margin-top:15px;outline:none; border:1px solid #eee; margin-top:15px; border-radius:6px; background:#03903a; color:#fff; padding:5px 15px; display:block; text-transform:uppercase; width:100%;}
.conttext{ margin-top:50px; text-align:center;}
.conttext h5{ font-size:30px;}
.conttext i{ font-size:30px;}
.productpage h1{ font-size:20px;}
.prodetailspage img{ width:100%; height:450px; object-fit:contain; border:1px solid #ccc; padding:10px; border-radius:10px; margin-bottom:15px;}
.productlist{ margin-top:15px;}
.productlist h6{ background:#ecf5dd; padding:10px 15px; color:#000000;border-radius:10px;margin-bottom:10px;}
.productlist a{ margin-left:15px; display:block;}
.prodetailspage h1{ font-size:30px;}
.prodetailspage h4{ font-size:18px;}
.prodetailspage{ text-align:justify;}
.productbox img {
    object-fit: contain;
    width: 100%;
    height: 218px;
    border-radius: 8px;
}

.pricetable td{
    border: 1px solid #ccc;
    padding: 5px;
}
.pricetable h3{
 background: #0860a8;
    color: #fff;
    text-align: center;
    padding: 5px;
}


