
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Roboto+Condensed&family=Yanone+Kaffeesatz&display=swap');


body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #444444;
}

.fontt{
  font-family: "SolaimanLipi","Arial", sans-serif !important;
}

a {
  text-decoration: none;
  color: #02577e;
}



/* Common styles for both buttons */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 55px;
    border-radius: 5%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right:0px;
}



/*======See More Button=========*/
/*==============================*/
.see-all .see-all-btn {
  line-height: 0;
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.5s;
  color: #046c9c;
  border: 2px solid #046c9c;

}

.see-all .see-all-btn span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}
.see-all .see-all-btn i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.see-all .see-all-btn:hover i {
  transform: translateX(5px);
}
/*======See More Button=========*/
/*==============================*/




/*======Card and Buy now Button=========*/
/*==============================*/
.allproduct .cardnow {
  line-height: 0;
  width: 100%;
  padding: 15px 8px;
  background-color: #046c9c;
  border-radius: 5px;
  transition: 0.5s;
  color: #ffff;
  border: 2px solid #046c9c;

}

.allproduct .cardnow:hover {
  line-height: 0;
  padding: 15px 8px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
  color: #046c9c;
  border: 2px solid #046c9c;

}

.allproduct .buynow {
  line-height: 0;
  padding: 15px 8px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.1s;
  color: #046c9c;
  border: 2px solid #046c9c;
}

.allproduct .cardnow .bi::before {
  line-height: 0 !important;
}
.allproduct .buynow .bi::before {
  line-height: 0 !important;
}

.allproduct .buynow:hover {
  line-height: 0;
  padding: 15px 8px;
  background-color: #046c9c;
  border-radius: 5px;
  transition: 0.5s;
  color: #ffffff;
  border: 2px solid #046c9c;

}




.product .cardnow {
  line-height: 0;
  padding: 15px 8px;
  background-color: #046c9c;
  border-radius: 5px;
  transition: 0.5s;
  color: #ffff;
  border: 2px solid #046c9c;

}

.product .cardnow:hover {
  line-height: 0;
  padding: 15px 8px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
  color: #046c9c;
  border: 2px solid #046c9c;

}

.product .buynow {
  line-height: 0;
  padding: 15px 8px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.1s;
  color: #046c9c;
  border: 2px solid #046c9c;
}

.product .cardnow .bi::before {
  line-height: 0 !important;
}
.product .buynow .bi::before {
  line-height: 0 !important;
}

.product .buynow:hover {
  line-height: 0;
  padding: 15px 8px;
  background-color: #046c9c;
  border-radius: 5px;
  transition: 0.5s;
  color: #ffffff;
  border: 2px solid #046c9c;

}

/*======Card and Buy now Button=========*/
/*==============================*/


a:hover {
  color: #959fa3;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Condensed', sans-serif;
}


/*======Back to top button=========*/
/*================================*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1e4a6c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1e4a6c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.whatsapp {
    position: fixed;
    opacity: 1;
    right: 15px;
    bottom: 65px;
    z-index: 996;
    background: #4bca59;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    transition: transform 0.2s ease-in-out;
}

.whatsapp:hover {
    color: #fff;
    transform: scale(1.1);
}

/*======Back to top button=========*/
/*================================*/


/*======Breadcrumbs=========*/
/*==========================*/
.breadcrumbs {
  padding: 15px 0;
  background-image: url("../img/bun.jpg");
  min-height: 40px;
  margin-top: 110px;
}

.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #e6dada;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #e6dada;
  content: "/";
}

@media (max-width: 430px) {
  .breadcrumbs {
   margin-top: 80px !important;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    margin-top:32px;
    font-size:17px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*======Breadcrumbs=========*/
/*==========================*/


#topbar {
    background: #005176;
    color: #fff;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1000 !important;
    transition: all 0.5s;
  }


  #topbar i {
    padding-right: 6px;
    line-height: 0;
  }



@media (max-width: 576px){
  .between {
      justify-content: space-between!important;
  }

  #topbar {
    background: #005176;
    color: #fff;
    height: 30px;
    font-size: 13px !important;
    font-weight: 500;
    z-index: 1000 !important;
    transition: all 0.5s;
  }
}

/*======Header Start=========*/
/*===========================*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  margin-top: 30px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #556270;
}

#header .logo img {
  max-height: 40px;
}


/*======Desktop Navigation=======*/
.bordertop{
  border-top: 2px solid #046c9c;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-transform:uppercase;
  font-weight: 500;
  color: #556270;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #046c9c;
}

.navbar .getstarted i {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.navbar .getstarted{
  background: #046c9c;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 991px) {
    .navbar .getstarted222{
        display: block !important;
    }
}

.navbar .getstarted:hover{
  color: #fff;
  background: #046c9c;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 5px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #046c9c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 991px) {
  .navbar .getstarted{
    text-align:center ;
  }

  .navbar .getstarted{
   display: none !important;
  }
}


/*=======Mobile Navigation======*/
.mobile-nav-toggle {
  color: #046c9c;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #046c9c;
  display: none;
  line-height: 0;
  border-radius: 5px;
  transition: 0.5s;
  padding: 0px 5px;
}


.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 33px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #046c9c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #046c9c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*======Header End=========*/
/*=========================*/



/* Offcanvas Width */
.offcanvas-end {
  width: 350px;
}

/* Cart Item Styling */
.cart-items .cart-item {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
}

.cart-item h6 {
  font-size: 1rem;
  color: #333;
}

.cart-item small {
  color: #666;
}

/* Quantity Control Container */
.quantity-control {
  width: 100px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}

.btn-quantity {
  background: none;
  border: none;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

/* Quantity Input */
.quantity-input {
  border: none;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  background-color: transparent;
  outline: none;
  box-shadow: none !important;
}


/* Offcanvas Footer Styling */
.offcanvas-footer {
  position: sticky;
  bottom: 0;
  background-color: #f8f9fa;
  padding-top: 10px;
}

.offcanvas-footer .btn-primary {
  background-color: #046c9c;
  border-color: #046c9c;
}

.offcanvas-footer .btn-primary:hover {
  background-color: #07577c;
  border-color: #07577c;
}

#checkout .form-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}


#checkout .form-control {
  height: 45px;
  border: 1px solid #07577c;
}

#checkout .form-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}


#checkout .form-select {
  height: 45px;
  border: 1px solid #07577c;
}


#checkout textarea {
  height: 100px !important;
}


#checkout .form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 2px solid #07577c;
  outline: 4;
  box-shadow: none !important;
}


#checkout .form-select:focus {
  color: #212529;
  background-color: #fff;
  border: 2px solid #07577c;
  outline: 4;
  box-shadow: none !important;
}


#checkout .btn-primary {
  background-color: #07577c;
  border-color: #07577c;
  padding: 10px 0px;
}

#checkout .btn-primary:hover {
  background-color: #03415e;
  border-color: #03415e;
  transition: 0.5s;
  padding: 10px 0px;
}


#checkout .btn-success {
  background-color: #07577c;
  border-color: #064866;

}




#cuponcodeee .form-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}


#cuponcodeee .form-control {
  height: 37px;
  border: 1px solid #07577c;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

#cuponcodeee textarea {
  height: 100px !important;
}


#cuponcodeee .form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 2px solid #07577c;
  outline: 4;
  box-shadow: none !important;
}

#cuponcodeee .btn-primary {
  background-color: #07577c !important;
  border: 2px solid #07577c !important;
  border-color: #07577c !important;
  padding: 4px 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

#cuponcodeee .btn-primary:hover {
  background-color: #03415e;
  border-color: #03415e;
  transition: 0.5s;
  padding: 10px 0px;
}


#cuponcodeee .btn-success {
  background-color: #ff1818 !important;
  border-color: #064866;

}



/*======Hero Section=========*/
/*===========================*/
#hero {
  width: 100%;
  height: 90vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(30, 35, 40, 0.6); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
  margin-top: 250px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  margin-top: 100px !important;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 3rem !important;
    margin-left: 15%;
    list-style: none;
}



#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #046c9c;;
}

#hero .btn-get-started {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #02577e;
}

@media (max-width:576px) {

    #hero {
        height: 20vh;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem !important;
        margin-left: 15%;
        list-style: none;
    }
    
    .about .content{
        background-color: #f6f9ff !important;
        padding: 24px !important;
    }


    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        display: none !important;
    }
    .animate__animated{
        display: none;
    }
    #hero .carousel-item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
/*======Hero Section=========*/
/*===========================*/

/*======Section Start=========*/
/*===========================*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 45px;
}

.section-title .h22 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #02577e;
}

.section-title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  color: #02577e;
}


.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}
/*======Section End=========*/
/*===========================*/


/*======About Start=========*/
/*===========================*/
.about .content {
  background-color: #f6f9ff;
  padding: 37px;
}

.about h3 {
  font-size: 25px;
  font-weight: 700;
  color: #02577e;
}

.about .p2 {
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #02577e;
  text-align: justify;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
  font-size: 18px;
  text-align: justify;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 20px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #02577e;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}
/*======About End=========*/
/*===========================*/


/*======Recent Product=========*/
/*=============================*/
.product {
  position: relative;
  z-index: 2;
}

.product .icon-box {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.5s;
  height: 100%;
}

.product .icon-box h3 {
  font-weight: 600;
  margin-bottom:10px;
  font-size: 20px;
  color: #02577e;
}

.product .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  /* text-align: justify; */
}

.product .icon-box:hover {
  background: #02577e;
}

.product .icon-box:hover h3,
.product .icon-box:hover p {
  color: #fff;
}

.product .read-more {
  line-height: 0;
  padding: 10px 10px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #02577e;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.product .icon-box:hover .read-more {
  background: #fff;
  color: #02577e;
}

.product .read-more span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 15px;

}

.product .read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.product .read-more:hover i {
  transform: translateX(5px);
}
/*======Recent Product=========*/
/*=============================*/


/*========All Product=========*/
/*=============================*/
.allproduct .icon-box {
  border-radius: 4px;
  border:1px solid rgb(190, 190, 190);
  align-items: center;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  transition: ease-in-out 0.3s;
}

.allproduct .icon-box img{
  text-align: center;
  margin: auto;
}

.allproduct .icon-box h3 {
  font-weight: 700;
  margin-top:15px;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.allproduct .icon-box h3 {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.allproduct .icon-box:hover h3 {
  color: #3498db;

}

.allproduct .zoom:hover {
  transform: scale(1.01);
  background: #fdfdfd;
  cursor: pointer;
}


@media (max-width:575px) {
  .product-details{
    padding: 1rem !important;
  }
  .mediaa{
    display: flex;
  }
  .mediaaa{
    width: 50%;
  }
  .allproduct .icon-box {
   width: 100%;
  }
}
/*========All Product=========*/
/*=============================*/


/*========Gallery Start=========*/
/*=============================*/
.back-color{
 background: #02588138;
 padding: 4px 4px;
}

.glightbox-clean .gdesc-inner {
  padding: 15px 10px;
}


.back-color{
  color: #226194;
  font-size: 14px;
  font-weight: 600;
  width: 360px;
  margin: auto;
}

@media (max-width: 576px) {
  .back-color{
    width: 95%;
  }
}

@media (max-width: 991px) {
  .back-color{
    width: 95%;
  }
}

.gallery .gallery-item {
  overflow: hidden;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  height: 290px;
  width: 100%;
}

.gallery .gallery-item2 img {
  transition: all ease-in-out 0.4s;
  height: 400px;
  width: 100%;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/*========Gallery Start=========*/
/*=============================*/



/*========Video Gallery Start=========*/
/*===================================*/
.videoslider .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.videoslider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color:white;
  border: 1px solid #046c9c;
  opacity: 1;
}

.videoslider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #046c9c;
}

.bg-videogallery{
  background: #02588138;
  padding: 4px 4px;
  width: 560px;
  margin: auto;
}

@media (max-width: 1200px) {
  .bg-videogallery{
    width: 450px;
  }
}

@media (max-width: 991px) {
  .bg-videogallery{
    width: 350px;
  }
}

@media (max-width: 768px) {
  .bg-videogallery{
    width: 100%;
  }
}



.bg-videogallery p{
  color: #226194;
  font-size: 15px;
  font-weight: 600;
  margin: auto;
}
/*========Video Gallery Start=========*/
/*===================================*/


/*======Frequently Asked Questions=========*/
/*=========================================*/
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  background: #fff;
  border:1px solid #dee2e6;
  border-radius: 4px;
  position: relative;
  padding: 10px 40px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight:500;
  padding: 0 30px;
  padding-left: 0px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 16px;
  text-align: justify;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #236192;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #236192;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .faq .faq-list li {
    padding: 10px 10px;
  }
}
/*======Frequently Asked Questions=========*/
/*=========================================*/


/*========Testimonial Start=========*/
/*===================================*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  margin-top: 0px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
  border:1px solid #dee2e6;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 5px 0;
  color: #236192;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #236192;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #236192;
  font-size: 18px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -3px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -3px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
  font-size: 15px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #236192;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #236192;
}
/*========Testimonial End==========*/
/*===================================*/


/*==========Contact Start==========*/
/*===================================*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px 0 17px 0;
  }

  .contact .info-box i {
  font-size: 32px;
  color: #046c9c;
  border-radius: 20%;
  padding: 8px;

  }

  .contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
  margin-top: 17px;
  }

  .contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  }

  .contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
  }

  .contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #046c9c;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  }

  .contact .php-email-form .error-message br+br {
  margin-top: 25px;
  }

  .contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #046c9c;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  }

  .contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  }

  .contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #046c9c;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
  }

  .contact .php-email-form input,
  .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  }

  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
  border-color: #046c9c;
  }

  .contact .php-email-form input {
  padding: 10px 15px;
  }

  .contact .php-email-form textarea {
  padding: 12px 15px;
  height: 150px;
  }

  .contact .php-email-form button[type=submit] {
  background: #046c9c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  }

  .contact .php-email-form button[type=submit]:hover {
  background: #046c9c;
  }

  @keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
  }
/*==========Contact End============*/
/*===================================*/


/*==========Footer Start============*/
/*===================================*/
#footer {
  background: #ffffff;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #07202c;
  padding: 60px 0 40px 0;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #236192;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight:500;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  color:rgba(255, 255, 255, 0.6);
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  margin: 6px 0px;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .credits {
  padding-top: 10px;
  text-align: left;
  font-size: 15px;
  color: #236192;
}

#footer .credits a {
  color: #236192;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 990px) {
  #footer .footer-links .marginnone{
    margin-left:0px !important;
  }
}

@media (max-width: 576px) {
  #footer .footer-links .marginnone2{
    margin-left:0px !important;
  }

  .tab-content{
    margin-top: 20px !important;
  }
}

#footer .credits a:hover {
  color:#20415a;
}
/*==========Footer End=============*/
/*===================================*/


/*===========pagination Start=============*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-top:25px !important;

}


.active>.page-link, .page-link.active {
    background-color: #046c9c !important;
    color:white !important;

}
.page-link {
    color: #046c9c !important;
    font-weight: 700 !important;

}
.pagination{
    margin: auto !important;
}
/*===========pagination End=============*/




/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
  }

  .blog .posts-list article+article {
    margin-top: 60px;
  }

  .blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden;
  }

  .blog .posts-list .post-img img {
    height: 240px;
    width: 100%;
  }

  .blog .posts-list .title {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    color: #005176;
  }

  .blog .posts-list .title a {
    color: var(--color-secondary);
    transition: 0.3s;
  }

  .blog .posts-list .title a:hover {
    color: var(--color-primary);
  }

  .blog .posts-list .meta-top {
    margin-top: 20px;
    color: #467ab3;
  }

  .blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .blog .posts-list .meta-top ul li+li {
    padding-left: 20px;
  }

  .blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, 0.8);
  }

  .blog .posts-list .meta-top a {
    color: #467ab3;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

  .blog .posts-list .content {
    margin-top: 20px;
  }


  .blog .posts-list .content p {
    font-size: 17px;
  }

  .blog .posts-list .read-more a {
    display: inline-block;
    color: #046c9c;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
  }

  .blog .posts-list .read-more a:hover {
    color: var(--color-primary);
  }

  /*--------------------------------------------------------------
  # Blog Details Page
  --------------------------------------------------------------*/
  .blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }

  .blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }

  .blog .blog-details .title {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
    color: #046c9c;
  }

  .blog .blog-details .content {
    margin-top: 20px;
  }

  .blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }

  .blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }

  .blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }

  .blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray);
  }

  .blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
  }

  .blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, 0.8);
  }

  .blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

  .blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(27, 47, 69, 0.15);
  }

  .blog .blog-details .meta-bottom i {
    color: #38618e;
    display: inline;
  }

  .blog .blog-details .meta-bottom a {
    color: rgba(27, 47, 69, 0.8);
    transition: 0.3s;
  }

  .blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
  }

  .blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }

  .blog .blog-details .meta-bottom .cats li {
    display: inline-block;
  }



  .blog .blog-details .meta-bottom .share {
    font-size: 16px;
  }

  .blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
  }



  /*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
  .blog .sidebar .sidebar-title {
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #046c9c;
  }

  .blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
  }


  .blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 10px;
  }

  .blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
  }

  .blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
  }


  .blog .sidebar .recent-posts h4 {
    font-size: 17px;
    font-weight: 400;
  }


  .blog .sidebar .recent-posts h4 a {
    color: var(--color-secondary);
    transition: 0.3s;
  }

  .blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
  }

  .blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), 0.4);
  }



  /*--------------------------------------------------------------
  # Blog Comments
  --------------------------------------------------------------*/
  .blog .comments {
    margin-top: 30px;
  }

  .blog .comments .comments-count {
    font-weight: bold;
  }

  .blog .comments .comment {
    margin-top: 30px;
    position: relative;
  }

  .blog .comments .comment .comment-img {
    margin-right: 14px;
  }

  .blog .comments .comment .comment-img img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }

  .blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
  }

  .blog .comments .comment h5 a:hover {
    color: var(--color-primary);
  }

  .blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }

  .blog .comments .reply-form p {
    font-size: 14px;
  }

  .blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
  }

  .blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
  }

  .blog .comments .reply-form .form-group {
    margin-bottom: 25px;
  }

  .blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary);
  }

  .blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(27, 47, 69, 0.8);
  }

  /*--------------------------------------------------------------
  # Blog Home Pagination
  --------------------------------------------------------------*/
  .blog .blog-pagination {
    margin-top: 30px;
    color: #38618e;
  }

  .blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
  }

  .blog .blog-pagination li a {
    color: #2aa5df;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #dbf0fa;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog .blog-pagination li.active a,
  .blog .blog-pagination li:hover a {
    background: var(--color-primary);
    color: #fff;
  }

 
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 50%;
    font-weight: 600;
    background: rgb(255 255 255 / 42%);
}

.nav-pills .nav-link {
    color: #556274 !important;
    border-radius:0px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffff !important;
    background-color: #38618e !important;
}

.btn-filter.active {
    background-color: #38618e;
    border-color: #38618e;
    color: #fff;
}

.bi-cart3 {
  font-size: 32px !important;
}


.unit-button {
  font-size: 1rem; 
  padding: 0.2rem 0.6rem; 
  border: 1px solid #6c757d;
}

.unit-button.btn-secondary {
  color: #fff !important; 
  background-color: #6c757d; 
  border: 1px solid #6c757d;
}

.unit-button.btn-outline-secondary {
  color: #6c757d; 
  background-color: transparent; 
  border: 1px solid #6c757d; 
}

.unit-button.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d; 
}




/* Style for quantity control */
.quantity-control2 {
  border: 1px solid #ced4da; /* Light gray border */
  border-radius: 5px;
  width: 120px;
  overflow: hidden;
  height: 35px;

}

.quantity-control2 button {
  border: none;
  border-radius: 0;
  width: 30px !important;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-control2 input[type="text"] {
  border: none;
  box-shadow: none;
  text-align: center;
  width: 60px;
}

.quantity-control2 button:focus, .quantity-control input[type="text"]:focus {
  outline: none;
}












