* {
  padding: 0;

  margin: 0;
}
:root{
  --main-linear-gradient: linear-gradient(to bottom, #238B45, #238B45);
  --main-bg-color: #2346aa;
  --main-color:#0099ff;
  --main-color-1:#6cbaf1;
}
/* header */

.header-bottom {
  color: white;
  background: var(--main-bg-color);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 5px;
}

a.contact.d-lg-show:hover {
  color: var(--main-color);
  transition: all 0.1s;
}

a.help.d-lg-show:hover {
  color: #f3429c;
  transition: all 0.1s;
}

.login-toggle.link-to-tab.d-md-show:hover {
  color:var(--main-color-1);
  transition: all 0.01s;
}

a.hel.d-lg-show:hover {
  color: #00d167;

  transition: all 0.01s;
}

/* header */

/* section-one */

.section-one {
  width: 100%;

  padding: 20px 0px;
}

.Category {
  padding: 5px 5px;

  background: black;

  border-left: 6px solid #2346aa;
}

.Category h5 {
  color: white;

  padding-left: 20px;

  margin-bottom: 0;
}

.images {
  border: 1px solid #808080b0;
}

/* section-one */

/* section-two */

.section-two {
  width: 100%;

  padding: 30px 0px 0;
}

.section-two a {
  text-decoration: none;

  color: black;
}

.section-two a:hover {
  background-color: rgb(231, 221, 221);

  transition: all 0.2s;
}

.icon {
  border: 1px solid #808080b0;
}

.u-prefix:before {
  content: "";

  display: inline-block;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 5px 0 5px 8px;

  border-color: transparent transparent transparent #2346aa;

  margin-right: 10px;
}

/* section-two */

/* section-three */

.section-three {
  padding: 20px 0px;

  width: 100%;
}

.section-three h6 {
  margin-bottom: 0;

  padding: 18px 0px;
}

.box-style {
  padding: 5px 5px;

  background: black;

  border-left: 6px solid #2346aa;

  padding: 5px 5px;
}

.box-style h5 {
  color: white;

  padding-left: 20px;

  margin-bottom: 0;
}

.mg-bx {
  padding: 20px 0px;
}

.movementList li {
  list-style: none;
}

.movementList a {
  display: flex;

  border: 1px solid #ccd0d9;

  align-items: center;

  box-sizing: border-box;

  padding: 10px;

  color: black;

  text-decoration: none;

  cursor: pointer;

  background: #fff;
}

.v-prefix {
  display: flex;

  align-items: center;
}

.v-prefix:before {
  content: "";

  display: inline-block;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 5px 0 5px 8px;

  border-color: transparent transparent transparent #2346aa;

  margin-right: 10px;
}

ul.movementList {
  padding: initial;

  padding-top: 20px;
}

/* section-three */

/* section-four */

.section-four {
  padding: 30px 0px;
}

.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;

  border-radius: 0;

  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -13px;

  margin-left: -13px;

  opacity: 0;

  color: #fff;

  font-size: 26px;

  font-family: "FontAwesome";

  content: "\f002";

  pointer-events: none;

  z-index: 9000;

  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  background-color: rgba(46, 132, 206, 0.7);

  content: "";

  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/* section-four */

.mg-bx {
  position: relative;
}

.images {
  opacity: 1;

  display: block;

  width: 100%;

  height: auto;

  transition: 0.5s ease;

  backface-visibility: hidden;
}

.mg-bx:hover .images {
  opacity: 0.8;
}

.minipopup-area {
  display: none;
}

.custom-catlog li {
}

.megamenu li {
  padding: 3px 7px;

  list-style: none;
}

.megamenu ul {
  display: inline-flex;
}

/* categories page css */

.categories_section-one {
  width: 100%;

  padding: 20px 0px 0;
}

.categories_section-one h4 {
  font-size: 36px;

  font-weight: 400;

  padding: 25px 3px 0px;
}

.categories_section-one p {
  font-size: 15px;

  font-weight: 500;

  color: black;
}

.categories_section-two {
  width: 100%;

  padding: 20px 0px;
}

.category-bx {
  padding: 5px 5px;

  background: black;

  color: white;

  border-left: 3px solid blue;
}

.category-bx h5 {
  color: white;

  padding-left: 20px;

  margin-bottom: 0;
}

.handled-bx {
  border: 1px solid #808080e6;

  text-align: center;
}

.handled-bx p {
  font-size: 20px;

  font-weight: 500;

  color: black;

  padding-top: 50px;

  margin-bottom: 0;
}

.handled-bx a:hover {
  opacity: 0.8;
}

.img-bx {
  height: 200px;
}

/* categories page css */

/* detail pase css */

.d_section-one {
  width: 100%;

  padding: 20px 0px;
}

details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

/* @keyframes open {

0% {

opacity: 0;

}

100% {

opacity: 1;

}

} */

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;

  padding: 0.5rem 0;

  border-top: 1px solid black;

  position: relative;

  cursor: pointer;

  font-size: 1.25rem;

  font-weight: 300;

  list-style: none;
}

details summary:after {
  content: "+";

  color: black;

  position: absolute;

  font-size: 1.75rem;

  line-height: 0;

  margin-top: 0.75rem;

  right: 0;

  font-weight: 200;

  transform-origin: center;

  transition: 200ms linear;
}

details[open] summary:after {
  transform: rotate(45deg);

  font-size: 2rem;
}

details summary {
  outline: 0;
}

details p {
  font-size: 0.95rem;

  margin: 0 0 1rem;

  padding-top: 1rem;
}

.detail {
  padding-top: 20px;
}

.img-section {
  border-radius: 50%;

  overflow: hidden;

  transition: transform 0.2s;
}

.img-section:hover {
  transform: scale(1.1);
}

.custom-content {
  text-align: center;

  padding-top: 10px;
}

.detel-content ul {
  display: block;

  width: 100%;

  margin: 0;

  padding: 0;
}

.detel-content ul li {
  display: block;

  width: 100%;

  border-bottom: 1px solid #e6e6e6;

  font-size: 16px;

  color: #434343;

  padding: 8px 2px;
}

.detel-content ul li span {
  display: inline-block;
}

.detel-content ul li span:first-child {
  width: 40%;
}

.c_content ul {
  display: block;

  width: 100%;

  margin: 0;

  padding: 0;
}

.c_content ul li {
  display: block;

  width: 100%;

  border-bottom: 1px solid #e6e6e6;

  font-size: 15px;

  color: #434343;

  padding: 1px 2px;
}

.c_content ul li span {
  display: inline-block;
}

.c_content ul li span:first-child {
  width: 40%;
}

.c_button p {
  padding: 12px 23px;

  font-size: 13px;
}

.c_content a {
  color: #2266cc;
}

.c_content a:hover {
  color: red;
}

button.detel-btn {
  padding: 8px 0px;

  font-size: 20px;

  width: 80%;

  border-radius: 4px;

  border: #2346aa 1px solid;

  background-color: white;
}

button.detel-btn:hover {
  color: white;

  background-color: #2346aa;
}

button.detel-bt {
  padding: 8px 0px;

  font-size: 20px;

  width: 80%;

  border-radius: 4px;

  background-color: #2346aa;

  border: none;

  color: white;
}

button.detel-bt:hover {
  color: black;

  background-color: white;

  border: #2346aa 1px solid;
}

.d_section-two {
  padding: 20px 0px;
}

.descrption {
  border-bottom: #2346aa 1px solid;

  cursor: pointer;

  width: 135px;

  font-weight: 400;

  color: black;
}

.descrptio-bx li {
  line-height: 12px;
}

.descrptio-bx li {
  line-height: 26px;

  font-size: 14px;
}

ol.custom-cont {
  padding-left: 58px;
}

.section-three {
  padding: 30px 0px 0;
}

.section-three p {
  font-size: 20px;

  font-weight: 400;

  color: #2346aa;

  border-bottom: 1px solid #2346aa;

  width: 170px;

  cursor: pointer;
}

/* detail pase css */

.MultiCarousel {
  float: left;

  overflow: hidden;

  padding: 15px;

  width: 100%;

  position: relative;
}

.MultiCarousel {
  height: 189px;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;

  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;

  padding: 10px;

  margin: 10px;

  background: #f1f1f1;

  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;

  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;

  background: #ccc;
}

.btn-primary {
  color: #fff;

  border-color: #29166f;

  background: var(--main-linear-gradient) !important;
}

.btn {
  padding: 7px 7px;
}

/* mega menu css */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;

  /* Safari 4.0 - 8.0 */

  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;

  top: auto;

  left: 5%;
}

.navbar-toggler {
  border: none;

  padding: 0;

  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;

  display: inline-block;

  width: 50px;

  height: 50px;

  z-index: 11;

  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;

  transform: translate(-50%, -50%) rotate(0deg);

  left: 50%;

  top: 50%;

  width: 50%;

  height: 50%;

  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;

  height: 4px;

  position: absolute;

  background: #333;

  border-radius: 2px;

  z-index: 1;

  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;

  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;

  transform-origin: 50% 50%;

  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;

  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;

  top: auto;

  bottom: 10%;

  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;

  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;

  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;

  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;

  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;

  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;

  padding: 0.2rem 0.4rem;

  color: #ccc !important;

  text-decoration: none;
}

.icons a:hover {
  color: white;

  text-shadow: 0 0 30px white;
}

/* mega menu css */

nav.navbar.navbar-expand-lg.navbar-light.navbar-dark.shadow {
  width: 100%;

  background: var(--main-linear-gradient);

  padding: 0px 0px;
}

.nav-item.dropdown.dropdown-mega {
  padding: 8px 0px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 500;
}

/* contact-Us-css */

.page-header {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  height: 250px;

  padding: 3em 1em;

  background-color: #c8c3bf;

  background-position: center;

  background-size: cover;

  text-align: center;

  color: #222;
}

.page-header h1 {
  color: white;
}

.grey-section.d-flex.align-items-center.h-100 {
  padding: 27px 35px;
}

.btn.btn-rounded {
  border-radius: 3px;

  background: var(--main-bg-color);

  border: none;

  padding: 12px 28px;

  font-size: 15px;
}

/* contact-Us-css */

/* about-section-one */

.about-section-one {
  padding: 20px 0px;

  background-color: rgba(224, 219, 219, 0.877);
}

.about-content li {
  margin: 7px 7px;
}

.company-detail,
.manufact-detail {
  border: 1px solid #ccc;

  border-top: none;

  margin-bottom: 10px;

  background-color: #fff;

  padding: 0 0 10px;
}

.title,
.br-box .title1 {
  display: block;

  padding: 10px 15px;

  background: var(--main-linear-gradient);

  color: #fff;

  text-align: left;

  font-size: 14px;

  font-weight: 400;
}

.company-detail address {
  padding: 0 15px;

  color: #333;

  margin-bottom: 0;

  line-height: 25px;
}

/* about-section-one */

.categories_explore {
  padding: 20px 0px;
}

.c_button {
  background-color: rgb(243 243 243 / 34%);
}

.c_button p {
  padding: 8px 14px;

  font-size: 13px;
}

button.c_btn {
  padding: 7px 39px;

  border: none;

  border-radius: 5px;

  background: #2266cc;

  color: white;

  font-size: 14px;
}

.c_btn1 {
  width: 100%;

  padding: 0px 17px;
}

.custom-read {
  padding-top: 20px;
}

.c_images {
  border: 1px solid #c9bbbb66;

  cursor: pointer;
}

button.c_btn:hover {
  background: #2d8d65;

  color: white;
}

.categories_item {
  border: 1px solid #c3b7b730;

  padding: 13px 6px;
}

.mega-menu-idy71-0 {
  background: none;

  box-shadow: none;

  border: none;
}

.mega-menu-idy71-2 {
  width: 100%;

  padding: 0 !important;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  border: 1px solid rgba(0, 0, 0, 0.15);

  /*max-height: 402px;*/

  overflow-y: scroll;
}

.mega-menu-idy71 a span {
  font-size: 14px;

  font-weight: 500;

  text-align: center;

  display: block;

  line-height: 17px;

  margin-top: 6px;
}

.mega-menu-idy71 h4 {
  font-size: 20px;

  margin: 0 0 9px;
}

.header-middle {
  padding-top: 15px;

  padding-bottom: 15px;
}

a#navbarDropdown {
  padding: 1.6rem 0.2rem;
}

.section-two .icon {
  background: #fff;

  height: 80px;

  display: flex;

  align-items: center;

  overflow: hidden;
}

.ind-bui-1-1 {
  background: #fff;

  border-top: 3px solid #002b6e;

  margin-top: 30px;

  padding: 0 15px;
}

.product-item {
  width: 100%;

  position: relative;

  border: 1px solid #ebebeb;

  align-items: center;

  height: 168px;

  overflow: hidden;

  margin-bottom: 15px;
}

.product-item .product-thumbnail img {
  width: 100%;

  padding: 30px 0;
}

.product-item .product-meta p {
  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  color: #000;

  line-height: 23px;

  font-size: 14px;

  padding-right: 10px;

  margin-bottom: 0;
}

.product-item .product-meta h3 {
  color: #333;

  font-size: 17px;

  margin-bottom: 10px;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.product-item .product-meta {
  margin-bottom: 0;

  padding: 20px 0;
}

.ind-bui-1-1 h2 {
  color: #333;

  font-size: 28px;

  padding: 15px 0 0px 0;

  font-weight: 600;
}

.pbnr7 {
  background-image: url(https://hm.imimg.com/imhome_gifs/bigBn01.jpg);
}

.product-banner {
  background-repeat: no-repeat;

  width: 100%;

  position: relative;

  flex-shrink: 0;

  background-size: cover;

  height: 350px;
}

.banner-content {
  position: absolute;

  padding: 15px;

  bottom: 2px;

  z-index: 2;
}

.product-banner:after {
  background: -moz-linear-gradient(
    top,
    rgba(10, 10, 10, 0) 0,
    #161616 61%,
    #1e1e1e 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(10, 10, 10, 0) 0,
    #161616 61%,
    #1e1e1e 100%
  );

  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0) 0,
    #161616 61%,
    #1e1e1e 100%
  );

  content: "";

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0.8;
}

.product-banner ul {
  padding: 0;

  color: #fff;

  line-height: 28px;

  margin: 15px 0;
}

.product-banner .view-all {
  background: var(--main-linear-gradient);

  width: 120px !important;

  display: block;

  text-align: center;

  box-sizing: border-box;

  font-size: 15px;

  padding: 2px 0;
}

.product-banner .banner-content a {
  color: #fff;

  border: none;

  text-decoration: none;

  border-radius: 4px;

  position: relative;
}

.banner-content p {
  color: #fff;
}

.section-two-01 {
  background: #fff;

  padding: 15px;
}

.section-three-01 {
  background: #fff;

  padding: 15px;
}

.mega-menu-idy71 .megamenu {
  position: inherit !important;
}

.submenu-wh-col {
  color: #fff;
}

.submenu-wh-col a {
  font-weight: 500 !important;
}

.menu > .submenu > a {
  text-transform: uppercase;
}

.product-thumbnail {
  float: left;

  width: 35%;
}

.bacnhg-content p {
  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;
}

.section-three-01 .movementList img {
  width: 73px;

  padding-right: 10px;
}

.builder-category {
  padding: 0 10px;

  background: #fff;
}

.builder-category .c_btn1 {
  padding: 0;

  position: absolute;

  bottom: 0;
}

.builder-category .c_btn1 a button {
  background: #002367;

  border-radius: 3px;
}

.footer-bottom {
  padding: 10px 0;
}

@media (max-width: 600px) {
  .product-banner {
    margin-bottom: 15px;
  }

  .desktop-navbar {
    display: none;
  }
}
.c_content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c_content h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-bctsrdfe-1 a {
  background: var(--main-linear-gradient);
  padding: 3px 20px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #fff;
}
.list-bctsrdfe-1-index {
  padding-top: 20px;
  padding-bottom: 10px;
}
.list-bctsrdfe-2 a {
  font-size: 17px;
}

@media (max-width: 600px) {
  .builder-category .c_btn1 {
    bottom: -50px;
  }
  .builder-category {
    min-height: 575px !important;
  }
}
