@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,400&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  color: #444;
  font-family: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none !important;
}


::selection {
  background-color: #D4AF37 !important;
  text-shadow: none;
  color: white;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #D2AB67;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #33CC73;
}


/**/

/**/

.header {
  background-color: #26166D;
  display: none;
}

.top_bar_add {
  padding: 5px;

}

.top_bar_add a {
  margin: 0px 10px;
  color: white !important;
  font-size: 15px;
  letter-spacing: .3px;
  font-weight: 500;
}

.top_bar_emial {
  padding: 3px;
  text-align: center;
}

.top_bar_emial a {
  margin: 0px 5px;
  color: white !important;
  font-size: 15px;
  letter-spacing: .3px;
  text-decoration: none;
}

/**/

/**/

.offcanvas_btn {
  display: none;
}


.navbar {
  background-color: white !important;
  border: none !important;
  outline: none !important;

}

.navbar {
  background-color: white !important;
  border: none !important;
  outline: none !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99;
  -webkit-box-shadow: 0 10px 6px -11px #777 !important;
  -moz-box-shadow: 0 10px 6px -11px #777 !important;
  box-shadow: 0 10px 6px -11px #777 !important;


}

.scrolled.navbar {
  background-color: white !important;
  border: none !important;
  outline: none !important;

}

.navbar .navbar-nav>li>a {
  /* text-transform: uppercase !important; */
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, .7) !important;
  transition: .4s ease-in-out;
  margin: 10px !important;

}


.navbar .navbar-nav>li>a:hover {
  /* text-transform: uppercase !important; */
  font-weight: 500;
  font-size: 14px;
  color: #26166D !important;
  transition: .4s ease-in-out;
}

.img-brand-b {
  width: 130px;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  background-color: white;
  border: none;
  transition: .3s;
  border-bottom: 2px solid rgba(38, 22, 109, .7);
  box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);

}

.dropdown:hover>.dropdown-menu {
  display: block;
  transition: .5s;

}


.navbar-nav .dropdown-menu>li>a {
  color: gray !important;
  background-color: white;
  transition: .3s ease-in-out;
  /* text-transform: uppercase; */
  border-bottom: 1px solid rgba(38, 22, 109, .4);
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 60px 5px 20px;


}

.dropdown-submenu:after {
  position: absolute;
  content: '\21AC';
  right: 3%;
  top: 15%;
}


.navbar-nav .dropdown-menu>li>a:hover {
  color: #26166D !important;
  background-color: white;
  transition: .3s ease-in-out;
  /* text-transform: uppercase; */
  border-bottom: 1px solid rgba(206, 5, 6, .5);
  display: block;
  font-weight: 400;
  font-size: 14px;


}



.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;

}




.scrolled .navbar {
  background-color: white !important;
  border: none !important;
  outline: none !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99;
}


.scrolled .img-brand-b {
  width: 100px;
  display: none;

}


.scrolled.navbar .navbar-nav>li>a {
  text-transform: uppercase !important;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, .8) !important;
  transition: .4s ease-in-out;
}



.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: white !important;
  animation: fadeInDown .5s linear forwards;
}

/**/



/* mobile menu css  */
.offcanvas {
  padding: 0;
  margin: 0;
}

.offcanvas-header {
  border-bottom: 1px solid lightgray;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}


.offcanvas-header {
  border-bottom: 2px solid #26166D;
  background-color: #ffffff;
  padding: 5px 15px 5px 10px;
  margin: 0;
  border-top: 2px solid #fff;

}

.offcanvas-header .offcanvas-title img {
  width: 120px;

}

.offcanvas-header button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 0px;
}

.offcanvas-header span {
  background-color: #26166D !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px !important;
  font-size: 15px;
}

.offcanvas-body {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0;
  margin: 0;
}

.mobile_navbar .main_ul {
  padding: 0;
  margin: 0;
}


.mobile_navbar .main_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 11px 15px 12px 25px;

}

.mobile_navbar .main_ul>li>a {
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
}

.mobile_navbar .main_ul>li>a>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 16px;
}

.profile_card_body {
  padding: 0;
  margin: 0;
  border: none !important;
}

.profile_card_body>.profile_ul {
  padding: 0;
  margin: 0;
  background-color: #26166d;
}

.profile_card_body>.profile_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.profile_card_body>.profile_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/*  */

.prodct_menu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_menu_cardbody>.product_menu_ul {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.prodct_menu_cardbody>.product_menu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.prodct_menu_cardbody>.product_menu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.prodct_menu_cardbody>.product_menu_ul>li>a>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
}


/*  */


/*  */

.prodct_submenu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_submenu_cardbody>.submenu_ul {
  padding: 0;
  margin: 0;
  background-color: #26166D;
}

.prodct_submenu_cardbody>.submenu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey !important;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.prodct_submenu_cardbody>.submenu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;

}

/*  */

/*  */
.offcanvas_conatct_div {
  padding: 7px 15px 7px 25px;


}

.followus_div {
  text-align: center;
}

.followus_div b {
  color: #212121;
  text-transform: capitalize;
}

.followus_div a {
  background-color: #26166D;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px 1px;
  border-radius: 100%;
}

.offcanvas_conatct_div b {
  color: #26166D;
  text-transform: capitalize;
  font-size: 15px;
}

.offcanvas_conatct_div p a {
  display: block;
  color: gray;
  font-size: 14px;
  line-height: 28px;

}

.offcanvas_conatct_div p {
  font-size: 14px;
  line-height: 28px;
  color: gray;
}

.offcanvas_conatct_div p strong {
  font-size: 14px;
  color: gray;
}

.offcanvas_ti h3 {
  font-size: 20px;
  background-color: #212121;
  padding: 0px 15px 0px 25px;
  color: #fff;
  text-transform: capitalize;
}

/*  */



/**/
.mobile_banner {
  display: none !important;
}

.desktop_banner {}

/**/

.navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: #ffc102;
  border-radius: 5px;
}

/**/

.serial_no_section {
  padding-bottom: 20px;
  margin-top: 30px;
}

.serial_no_main_div {
  padding: 30px 30px;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  box-shadow: 0px 0px 1px 10px rgba(241, 241, 241) !important;
  margin-bottom: 30px;

}


.serial_no_main_div:hover {
  padding: 30px 30px;
  background-color: #26166D;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  box-shadow: 0px 0px 1px 10px rgba(241, 241, 241) !important;
}



.serial_no_main_div:hover .serial_no_head_ti {
  color: white;
  -webkit-transition: .3s all ease-in-out;


}

.serial_no_main_div .serial_no_head_ti {
  color: rgba(0, 0, 0, .8);
  -webkit-transition: .3s all ease-in-out;


}



.serial_no_main_div2 {
  padding: 30px 30px;
  background-color: #26166D;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  box-shadow: 0px 0px 1px 10px rgba(241, 241, 241) !important;

  margin-bottom: 30px;
}



.serial_no_main_div2:hover {
  padding: 30px 30px;
  background-color: #26166D;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  box-shadow: 0px 0px 1px 10px rgba(241, 241, 241) !important;
}



.serial_no_main_div2 .serial_no_head_ti {
  color: white;
  -webkit-transition: .3s all ease-in-out;

}








.serial_no_main_div3 {
  padding: 30px 30px;
  /*background-image: url(../img/download.png);*/
  background-color: #fff;

  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  box-shadow: 0px 0px 1px 10px rgba(241, 241, 241) !important;
  margin-bottom: 30px;
}



.serial_no_main_div3:hover {
  padding: 30px 30px;
  /*background-image: url(../img/download.png);*/
  background-color: #26166D;

  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  box-shadow: 0px 0px 1px 10px rgba(241, 241, 241) !important;

}



.serial_no_main_div3:hover .serial_no_head_ti {
  color: white;
  -webkit-transition: .3s all ease-in-out;


}

.serial_no_main_div3 .serial_no_head_ti {
  color: rgba(0, 0, 0, .8);
  -webkit-transition: .3s all ease-in-out;


}






.serial_no_txt {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b1b1b1;

}



.serial_no_main_div .serial_no_txt {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;

}



.serial_no_txt2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b1b1b1;

}



.serial_no_main_div2 .serial_no_txt2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;

}


.serial_no_main_div2 .serial_no_icons .fa {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}





.serial_no_txt3 {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b1b1b1;

}




.serial_no_main_div3:hover .serial_no_txt3 {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;

}


.serial_no_main_div3:hover .serial_no_icons .fa {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}



.serial_no_main_div:hover .serial_no_icons .fa {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}


.serial_no_head_ti h3 {
  color: ;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
}

.serial_no_head_ti p {
  font-size: 15px;
  text-align: center;
}


.serial_no_icons {
  text-align: center;
  font-size: 50px;
  padding-top: 20px;
}

.serial_no_icons .fa {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}


/**/


/**/

.what_we_do_section {
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: rgba(241, 241, 241);
  box-shadow: 0px 0px 1px 10px rgba(241, 241, 241) !important;
  padding-top: 20px;

}

.left_side_text .fa {
  color: orange;
  font-size: 16px;
}

.left_side_text b {
  font-weight: 500 !important;
  font-size: 16px;
  color: gray;
}

.left_side_text h3 {
  color: rgba(38, 22, 109, .8);
  font-size: 25px;
}

.right_side_text_what p {
  font-size: 15px;
  line-height: 25px;
  margin-top: -5px;
  color: gray;
}

/**/


/**/

.about_us_section {
  margin-bottom: 20px;
  margin-top: 30px;
}

.about_p_txt_left_side h1 {
  text-transform: capitalize;
  color: rgba(38, 22, 109);
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: "space-grotesk";
  font-weight: 600;
}

.about_p_txt_left_side h3 {
  text-transform: capitalize;
  color: rgba(38, 22, 109);
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: "space-grotesk";
  font-weight: 600;
}

.about_p_txt_left_side p a {
  color: #261770;
  font-weight: 500;
}

.about_p_txt_left_side p {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  /*color: gray;*/
}

.about_btn {
  margin-bottom: 30px;
}

.about_btn a {
  background-color: rgba(38, 22, 109);
  color: white;
  padding: 8px 16px 8px 16px;
  border-radius: 100px;
  border: 2px solid rgba(38, 22, 109);
  transition: .4s ease-in-out;
}


.about_btn a:hover {
  background-color: white;
  color: rgba(0, 0, 0, 7);
  padding: 8px 16px 8px 16px;
  border-radius: 100px;
  border: 2px solid rgba(38, 22, 109);
  transition: .4s ease-in-out;
}

.about_img_main_div {
  text-align: center;
  margin: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: .4s ease-in-out;
}

.about_img_main_div img {
  width: %;
  transition: .4s ease-in-out;
  filter: brightness(87%);
}

.about_img_main_div:hover img {
  transform: scale(1.1, 1.1);
  transition: .4s ease-in-out;
  filter: ;
}

.overlay_playIcon_m_div {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transition: .4s ease-in-out;
}


/**/

/**/
.most_pro_slide {
  border: 1px solid gray;
}

.products_section {
  /* background-image: url(../footer/fbg4.jpg); */
  background-position: center;
  width: 100%;
  background-size: cover;
  margin-bottom: 15px;
  margin-top: 20px;
}

.products_section_overlay {
  background-color: rgb(255 255 255);
  padding-bottom: 20px;
}

.products_head_title {
  text-align: center;
  padding-bottom: 12px;
}

.products_head_title h2 {
  text-transform: capitalize;
  color: white;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: #261770;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #261770;
}

.products_head_title h3 {
  text-transform: capitalize;
  color: white;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "space-grotesk";
  -webkit-text-fill-color: #261770;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #261770;
}


.owl-prev {
  font-size: 25px !important;
  box-shadow: none !important;
  background-color: #26166D !important;
  color: #fff !important;
  outline: none !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 100% !important;
  position: absolute;
  top: 45%;
  left: 0;

}

.owl-next {
  font-size: 25px !important;
  box-shadow: none !important;
  background-color: #26166D !important;
  color: #fff !important;
  outline: none !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  position: absolute;
  top: 45%;
  right: 0;
  border-radius: 100% !important;
}

/**/

/**/

.about_count_sec {
  background-image: url(../images/countbg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.about_count_sec_ovrbg {
  background-color: rgba(0, 0, 0, .8);
  padding-top: 20px;
  padding-bottom: 20px;
}

.count_about {
  margin-bottom: 20px;
}

.count_about h1 {
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.count_about p {
  color: white;
  text-align: center;
  font-size: 15px;
  letter-spacing: .3px;
  line-height: 25px;
}

.cout_text_div {
  background-color: rgba(255, 255, 255, .1);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0px 0px 4px 3px rgba(241, 241, 241, .4) !important;
  color: ;
  margin-bottom: 30px;
}

.cout_text_div .fa {
  background-color: #26166D;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: white;
  font-size: 25px;
  border-radius: 100%;
  box-shadow: 0px 0px 4px 3px rgba(241, 241, 241, .4) !important;

}



.cout_num_plus {
  color: white;
  font-size: 40px;
}

.plus_div {
  color: white;
  font-size: 40px;
}

.cout_text_div p b {
  color: white;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .3px;
}

/**/

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    display: inline-block;
    /* padding: 9px; */
  }

  .navbar-expand-lg .navbar-nav .nav-link span {
    padding: 0px !important;
  }
}


/*-- Page Title --*/

.page-title-area-section {
  background-color: #261770;
}

/* .page-title-area {
  background-color:rgba(0,0,0,.7);
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
} */
.page-title-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-title-area img {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  opacity: .20;
}

.page-title-area .page-title-content {
  position: relative;
}

.page-title-area .page-title-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.page-title-area .page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;

}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
  text-transform: capitalize;

}

.page-title-area .page-title-content ul li a:hover {
  color: #fdb819;
  text-transform: capitalize;

}

.page-title-area .page-title-content ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

/*-- End Page Title --*/

/**/


.product_page_section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_page_head_ti {
  padding-bottom: 10px;
}


.product_page_head_ti h3 {
  color: #26166D;
  text-transform: capitalize;

}

.product_page_img_box_m {
  text-align: center;
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: .4s ease-in-out;
  margin-bottom: 15px;
}



.product_page_img_box_m img {
  width: 100%;
  text-align: center;
  transition: .4s ease-in-out;
  cursor: pointer;
  filter: brightness(85%);
}

.product_page_img_overlay {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transition: .4s ease-in-out;
}

.product_page_img_overlay a {
  background-color: #30A6E4;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  color: white;
  margin: 0px 6px;
  transition: .4s ease-in-out;
  transform: scale(0);
}


.product_page_img_box_m:hover .product_page_img_overlay a {
  transform: scale(1.1, 1.1);

}



.zoom_ovrlay_product {
  position: absolute;
  top: 8%;
  right: 0;
  transition: .4s ease-in-out;
  opacity: 0;
  overflow: hidden;
}

.zoom_ovrlay_product a {
  background-color: rgba(0, 0, 0, .7);
  width: 40px;
  padding: 5px;
  color: white;
}

.product_page_img_box_m:hover .zoom_ovrlay_product {
  opacity: 1;
  transition: .4s ease-in-out;

}


/**/


/**contact page css ========*/


.contact_page_section {
  background-image: url(../img/contactimg.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 50px;
  background-attachment: fixed;
}

.contact_page_head_ti {
  text-align: center;
}

.contact_page_head_ti h3 {
  color: rgba(38, 22, 109);
  font-size: 20px;
  padding-bottom: 30px;
}


.form_head_ti_cont_page {

  font-weight: normal;

}

.form_head_ti_cont_page h1 {
  font-weight: 500;
  font-size: 20px;
  color: #261770;
  padding-bottom: 15px;
}

.form_head_ti_cont_page h2 {
  font-weight: 500;
  font-size: 20px;
  color: #261770;
  padding-bottom: 15px;
}

.modal_form_div button {
  background-color: #1e0b7b;
  color: #fff;
  outline: 3px solid #1e0b7b;
  border-radius: 2px;
}

.right_side_add_cont_page p {
  font-size: 15px;
  color: gray;
}

.right_side_add_cont_page b {
  text-transform: capitalize;
  font-weight: normal;
  color: rgba(38, 22, 109);
}

.right_side_add_cont_page a {
  color: gray;
  display: block;
}

.right_side_add_cont_page .fa {
  background-color: white;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  color: rgb(38, 22, 109);
  font-size: 18px;
}

.right_side_add_cont_page .media {
  padding-bottom: 10px;
}

/**= conatcty pager css send==*/


/**/

.products_detials_section {
  margin-top: 30px;
  margin-bottom: 25px;
}

.products_detials_head_ti h3 {
  padding-bottom: 20px;
  color: gray;
  text-transform: capitalize;
}

.products_detials_img {
  text-align: center;
  margin: auto;
  width: 100%;
  transition: .4s ease-in-out;
  position: relative;
}

.products_detials_img img {
  width: 100%;
  transition: .4s ease-in-out;
}

.products_detials_table_div {
  overflow-x: auto;
}


.products_detials_table_div p {
  line-height: 28px;
  font-size: 15px;
  text-align: justify;
}

.products_detials_table_div th {
  color: white;
  text-align: center;
  letter-spacing: .2px;
}

/**/


/**/

.footer {
  background-color: #20195f;
  color: #fff;
  padding: 30px 0 10px 0px;
  border-top: 5px solid #ffc403;
}

/* .footer_overlay_bg{
  background-color: rgba(0,0,0,.8);
  padding-top: 40px;
  padding-bottom: 40px;
} */

.f_logo {
  text-align: center;
}

.f_txt_p p {
  color: white !important;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  text-align: !important;
}

.f_haed_ti h4 {
  text-transform: capitalize;
  font-size: 18px;
  color: lightgray;
  padding-top: 8px;
  text-align: ;
}

.f_li_links ul {
  list-style: none;
  padding: 0px;
}

.f_add_div {
  margin-bottom: 15px;
  margin-top: 15px;
}

.f_li_links li a {
  line-height: 26px;
  font-size: 15px;
  color: white;
  text-transform: capitalize;
  letter-spacing: .2px;
  display: block;
  transition: .4s ease-in-out;
  text-decoration: none;
}


.f_li_links li a:hover {
  line-height: 26px;
  font-size: 15px;
  color: #D4AF37;
  text-transform: capitalize;
  letter-spacing: .2px;
  display: block;
  transition: .4s ease-in-out;
  margin-left: 4px;
}

.f_li_links p {
  color: #D4AF37;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .2px;
  font-size: 18px;

}

.f_add_div p {
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  color: white;
}

.f_add_div .fa {
  color: #28186D;
  margin: 8px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: .4s ease-in-out;
  display: inline-block;
}


.f_add_div a:hover {
  color: #28186D;
  margin: 8px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: .4s ease-in-out;
}

.f_add_div h4 {
  color: #D4AF37;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .2px;
  font-size: 18px;
  padding-bottom: 7px;

}

.f_contact_div h4 {
  color: #D4AF37;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .2px;
  font-size: 18px;
  padding-bottom: 7px;

}

.f_contact_div b {
  color: white;
  font-weight: 400;
}

.f_contact_div a {
  color: #fff;
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
}

.f_contact_div p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}

.f_socila_icons a {
  margin: 0px 7px;
  color: white;
}

/**/



/**/

.fixed_icons_right {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 99;
}

#Whatsapp-phone {
  display: none !important;
}

#callphone {
  display: none !important;
}


.fixed_icons_right a {
  display: block;
  margin: 10px 10px 20px 10px;
  background-color: #26166D;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 25px;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .8);
  animation: 3s iconseffects infinite;
  text-decoration: none;

}

@keyframes iconseffects {

  0% {
    box-shadow: 0px 0px 3px 2px rgba(44, 74, 147, .3);
  }


  50% {
    box-shadow: 0px 0px 2px 3px rgba(44, 74, 147, .6);
  }



  100% {
    box-shadow: 0px 0px 3px 4px rgba(44, 74, 147, .3);
  }
}

/**/




/**/

.bottom_copyright_sec {
  background-color: rgba(255, 255, 255, .8);
}

.copy_right {
  text-align: center;
  color: #D4AF37;
}

.copy_right p {
  margin-top: 7px;
  margin-bottom: 7px;
  letter-spacing: .1px;
  font-size: 15px;
  line-height: 25px;
  word-spacing: .3px;
}

.copy_right a {
  color: gray;
  font-weight: 400;
  font-size: 17px;
}



/**/


/**/



/**============media   **/

@media (max-width: 767px) {


  /**/
  .mobile_banner {
    display: block !important;
  }

  .custom-toggle-btn i {
    transition: transform 0.3s ease;
    font-size: 15px;
    color: #000 !important;
    margin-right: 20px;
  }

  .custom-card-body ul {
    padding-left: 25px !important;
    font-size: 14px !important;
    padding-right: 10px !important;
  }

  .custom-state-wrapper {
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .desktop_banner {
    display: none !important;

  }

  .carousel-item img {}

  /**/


  .topbar_header {
    display: none;
  }

  .right_side_whychoose_us {
    display: none;
  }


  #Whatsapp-phone {
    display: block !important;
  }

  #callphone {
    display: block !important;
  }



  /**/


  .product_page_section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product_page_head_ti {
    padding-bottom: 10px;
  }


  .product_page_head_ti h3 {
    color: #26166D;
    text-transform: capitalize;

  }

  .product_page_img_box_m {
    text-align: center;
    margin: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s ease-in-out;
    margin-bottom: 15px;
  }



  .product_page_img_box_m img {
    width: 100%;
    text-align: center;
    transition: .4s ease-in-out;
    cursor: pointer;
  }

  .product_page_img_overlay {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transition: .4s ease-in-out;
  }

  .product_page_img_overlay a {
    background-color: #30A6E4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    color: white;
    margin: 0px 6px;
    transition: .4s ease-in-out;
    transform: scale(1.1, 1.1);
  }





  .zoom_ovrlay_product {
    position: absolute;
    top: 8%;
    right: 0;
    transition: .4s ease-in-out;
    opacity: 1;
    overflow: hidden;
  }

  .zoom_ovrlay_product a {
    background-color: rgba(0, 0, 0, .7);
    width: 40px;
    padding: 5px;
    color: white;
  }




  /**/


}

/**=======media **/


.vid-wrapper {
  text-align: center;
  padding: 20px;
}

.vid {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid;
  padding: 2px;
  cursor: pointer;
}

.vid::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h2.vid-head {
  font-size: 20px;
  color: #333;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  background: rgba(0, 0, 0, .7);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
}

.iframe-wrapper .close-video {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  right: 0;
  background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
  border-radius: 50%;
  background-size: cover;
}


.all_head_title h3 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #261770;
}

/**/

.main_div_all_name {
  text-align: center;

}

.main_div_all_name a {
  display: inline-block;
  margin: 10px;
  background-color: #E7EAED;
  color: rgba(0, 0, 0, 0.5);
  padding: 8px 16px 8px 16px;
  border-radius: 3px;
  width: 500px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 410;
  transition: .4s ease-in-out;
}


.main_div_all_name a:hover {
  display: inline-block;
  margin: 10px;
  background-color: #ffe60e;
  color: #1e0b7b;
  padding: 8px 16px 8px 16px;
  border-radius: 3px;
  width: 500px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 410;
  transition: .2s ease-in-out;
}


.main_div_all_name a:focus {
  display: inline-block;
  margin: 10px;
  background-color: #00FA9A;
  color: #fff;
  padding: 8px 16px 8px 16px;
  border-radius: 3px;
  width: 500px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 410;
  transition: .2s ease-in-out;
}

/**/

.bank_dt_div {
  overflow-x: auto;
  margin-top: 15px;
}

.bank_dt_div th {
  color: #252525;
  border: 1px solid #212121;
}

.bank_dt_div td {
  color: #212121;
  border: 1px solid #212121;
  font-weight: 500;
}

/**/
.fixed_enquiry_btn_web {
  position: fixed;
  bottom: 30%;
  right: 3%;
  z-index: 99;
}

.fixed_enquiry_btn_web a {
  background-color: #1569AE;
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff;
  animation: 2s ease-in-out cata_ani infinite alternate;
  border: 2px solid #fff;
}


@keyframes cata_ani {
  from {
    color: #fff;
    background-color: #26166D;
  }

  to {
    color: #fff;
    background-color: #212121;
  }
}

/**/


/* state */


.location-sec {
  background-color: #F1F1F1;
  margin: 20px 0;
  padding: 30px 0;
}

.products_dt_head_ti h3 {
  text-align: center;
}

.states-div a {
  display: block;
  background-color: #26166D;
  font-size: 15px;
  text-transform: capitalize;
  padding: 7px 20px;
  text-align: center;
  margin-bottom: 10px;
  color: white;
  border-radius: 25px;

}


.location-sec {
  display: none !important;
}

/* product section div new  s */
.product_sec_div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.products_div_img {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #fff;
  /* Background for the image container */
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #261770;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  margin-bottom: 10px;
}

.products_div_img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease;
  padding: 5px;
}

/* Hover Effect */
/* .products_div_img:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */

.products_div_img:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .products_div_img {
    padding: 15px;
  }



  .sub_menu_scroll {
    height: auto !important;
    overflow-y: unset !important;
  }

  .content_china_plastdiv {
    padding: 0px 0px !important;
    background-color: none !important;
    border-radius: 0px !important;
    border: 0px solid #e6e6e6 !important;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
  }
}

@media (max-width: 576px) {
  .products_div_img {
    padding: 10px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

.box {
  flex: 1;
  /* All boxes will take equal width */
  max-width: calc(20% - 10px);
  /* For 5 boxes with gap */
  background-color: #f0f0f0;
  /* Light gray background for boxes */
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  /* Optional: border for clarity */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional: shadow effect */
}

.box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.div_images_products {
  display: flex;
  justify-content: space-between;
  /* Add space between boxes */
  align-items: center;
  gap: 10px;
  /* Optional: gap between items */
  padding: 10px;
}

.products_div_img p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  margin-top: 15px;
}

.products_div_img p strong {
  color: #261770;
  letter-spacing: 0.5px;
  font-size: 13px;
}

/* product section div new e */
.about_p_txt_left_side {
  margin-top: 20px;
}

.about_images {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.about_images img {
  padding: 40px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.f_li_links ul li {
  padding: 7px;
  border-bottom: 1px dotted #ffffff69;
}

/*  */

.products_detials_head_ti h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #261770;
  line-height: 41px;
}

.products_detials_head_ti p a {
  color: #261770;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.grinder_section_div_page {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*  */

/* faqs s  */

/* Accordion Section */
.question_accordion-section {
  padding: 0px 0;
  background-color: #f9f9f9;
}

.question_accordion-section .section-header {
  margin-bottom: 30px;
}

.question_accordion-section .section-header .title {
  font-size: 2rem;
  font-weight: 600;
  color: #20195f;
  /* Use preferred color palette */
  margin-bottom: 15px;
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  font-size: 1rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #20195f;
  border: none;
  padding: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button.collapsed {
  color: #333;
}

.accordion-button i {
  font-size: 1.2rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) i {
  transform: rotate(45deg);
}

.accordion-body {
  font-size: 0.9rem;
  color: #555;
  padding: 20px;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.accordion-body p {
  margin-bottom: 10px;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.accordion-body ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.accordion-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #261770;
  font-size: 1.2rem;
  line-height: 1;
}

.accordion-body strong {
  font-weight: 600;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #ebb504 !important;
}

/* faqs e  */


/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 20px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50px;
  z-index: 9999;
}

.mobile_callwhat a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
  /* Neutral background color */
}

.mobile_callwhat a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp-pulse {
  background-color: #25d366;
  /* WhatsApp green */
}

.btn-whatsapp-pulse1 {
  background-color: #c42121;
  /* Call button red */
}

.mobile_callwhat img {
  max-width: 50px !important;
  height: auto;
}

/* Pulse animation for interactivity */
.btn-whatsapp-pulse,
.btn-whatsapp-pulse1 {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile_callwhat {
    bottom: 15px;
    right: 15px;
    gap: 15px;
  }

  .fixed_enquiry_btn_web a {
    background-color: #15373f;
    padding: 15px 5px 15px 5px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    writing-mode: vertical-lr;
    color: #fff !important;
    border: 2px solid #fff;
  }

  .mobile_callwhat a {
    width: 50px;
    height: 50px;
  }

  /*.mobile_callwhat img {*/
  /*    max-width: 30px;*/
  /*}*/
}

@media (max-width: 480px) {
  .mobile_callwhat {
    bottom: 30px;
    right: 30px;
  }

  .mobile_callwhat a {
    width: 60px;
    height: 60px;
  }

  /*.mobile_callwhat img {*/
  /*    max-width: 25px;*/
  /*}*/
}

/*whatsapp and call css e */

/* why choose us s */
.about_why_choose_sec {
  border: 1px solid red;
}

.about_why_choose_sec {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 20px auto;
}

.about_why_choose_sec h4 {
  font-size: 18px;
  color: #20195f;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.about_why_choose_sec p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.serial_no_icons1 {
  display: inline-block;
  background-color: #261770;
  /* Preferred color palette */
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about_why_choose_sec {
    padding: 15px;
  }

  .about_why_choose_sec h4 {
    font-size: 20px;
  }

  .about_why_choose_sec p {
    font-size: 14px;
    padding: 10px;
  }

  .products_head_title h3 {
    font-size: 35px;
  }

  .serial_no_icons1 {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* why choose us e */

/* grinder_section_div_inner s */

.grinder_section_div_inner {
  padding: 20px 0;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.grinder_section_div_inner {
  padding: 40px 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 1200px;
}

/* Image Section */
.china_plastic_div1 {
  text-align: center;
  position: relative;
}

.china_plastic_div1 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #f9c507;
}

/* Content Section */
.content_china_plastdiv {
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.content_china_plastdiv p {
  font-size: 0.9rem;
  line-height: 28px;
  /*color: #555;*/
  text-align: justify;
  margin: 0;
}

.content_china_plastdiv h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  color: #261770;
}

.content_china_plastdiv ul {
  list-style-type: none;
  padding: 0;
}

.content_china_plastdiv ul li {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.content_china_plastdiv ul li i {
  color: #4b6c1d;
  font-size: 14px;
}

/*  */
/* scroll s */

.sub_menu_scroll {
  height: 318px;
  overflow-y: auto;
}

/* width */
.sub_menu_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sub_menu_scroll:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb {
  /* background: #685c5c; */
  background: #ffc202;
}

/* Handle on hover */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
  /* background: #685c5c; */
  background: #ffc202;
}

.dropdown:hover .pro-drop {
  display: block;
  opacity: 1;
  margin-top: 9px;
}

.menu-links li a:hover .pro-drop li a {
  background-color: unset;
}

/* .pro-drop li a {
  display: block;
  padding: 10px 15px !important;
  border-bottom: 1px solid rgba(256,256,256,0.2);
  text-align: left;
  color: #fff !important;
  font-size: 13px;
  background-color: #fff;
  text-transform: capitalize;
} */

/* .pro-drop li a:hover {
  background-color: #fff;
}
.pro-drop li a::after {
  content: unset;
} */
/* scroll e */
/* grinder_section_div_inner e */


@media (max-width: 768px) {
  .about_images img {
    padding: 35px;
    display: none;
  }
}

@media (max-width: 480px) {
  .about_images img {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .order_2 {
    order: 2;
  }

  .order_1 {
    order: 1;
  }

  .order_3 {
    order: 3;
  }

  .order_4 {
    order: 4;
  }
}


/**/



.new_site_map_sec .box_new_sitemap {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #f9f9f9;
  /*text-align: center;  */
  margin-bottom: 20px;
}

.new_site_map_sec .box_new_sitemap h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.new_site_map_sec .box_new_sitemap p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 25px;
}

.new_site_map_sec .box_new_sitemap a {
  color: #010101;
  text-decoration: none;
}

.new_site_map_sec .box_new_sitemap a:hover {
  text-decoration: underline;
}

.box_new_sitemap a h3 {
  text-decoration: underline;
  color: #20195f;
}

.box_new_sitemap a h3:hover {
  color: #893f1d;
  text-decoration-color: #893f1d;
}

.box_new_sitemap {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.box_new_sitemap:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.box_new_sitemap h3 .fa-cutlery {
  color: #1eab42;
  margin-right: 10px;
  font-size: 17px;
}

.box_new_sitemap p .fa-arrow-right {
  color: #282828de;
  font-size: 11px;
}

/**/
.new_sitemap_heading1 h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #893f1d;
  color: #893f1d;
  text-decoration-thickness: 2px;
}

.new_sitemap_heading2 h2 {
  font-weight: 600;
  font-size: 25px;

}

/*new sitemap section e */

.sub_menu_scroll1 {
  height: 114px !important;
  overflow-y: auto;
}


/* width */
.sub_menu_scroll1::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sub_menu_scroll1:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll1:hover::-webkit-scrollbar-thumb {
  /* background: #685c5c; */
  background: #494545;
}

/* Handle on hover */
.sub_menu_scroll1:hover::-webkit-scrollbar-thumb:hover {
  /* background: #685c5c; */
  background: #494545;
}

.dropdown:hover .pro-drop {
  display: block;
  opacity: 1;
  margin-top: 9px;
}

.menu-links li a:hover .pro-drop li a {
  background-color: unset;
}

.pro-drop li a {
  display: block;
  padding: 10px 15px !important;
  border-bottom: 1px solid rgba(256, 256, 256, 0.2);
  text-align: left;
  color: #fff !important;
  font-size: 13px;
  background-color: #222;
  text-transform: capitalize;
}

.pro-drop li a:hover {
  background-color: #333;
}

.pro-drop li a::after {
  content: unset;
}

/**/
.ws_controls {
  display: none;
}

.enquiry-button {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: center;
  background-color: #261770;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.enquiry-button a {
  color: #fff;
}

.enquiry-button:hover {
  background-color: #20195f;
}

/*table s */
.table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;

}

.table th,
.table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.table thead th {
  background-color: #20195f;
  /* Header background */
  color: #fff;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Responsive Design */
@media (max-width: 768px) {

  .table-container {
    width: 100%;
    overflow-x: auto;
  }

  .table th,
  .table td {
    font-size: 12px;
    padding: 6px;
  }

  .desktop-banner {
    display: none;
  }
}

/*table e*/


.sub_menu_scroll2 {
  height: auto !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /* Prevents wrapping */
}

/* Width of the scrollbar */
.sub_menu_scroll2::-webkit-scrollbar {
  height: 5px;
  /* Adjust height for horizontal scrollbar */
}

/* Track */
.sub_menu_scroll2:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll2:hover::-webkit-scrollbar-thumb {
  background: #494545;
}

/* Handle on hover */
.sub_menu_scroll2:hover::-webkit-scrollbar-thumb:hover {
  background: #494545;
}

.bank_details h2 {
  font-size: 35px;
  color: #261770;
  font-weight: 600;
  text-align: center;
  font-family: "space-grotesk";
}

/**/

/* scroll s */


/* width */
.sub_menu_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sub_menu_scroll:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb {
  /* background: #685c5c; */
  background: #494545;
}

/* Handle on hover */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
  /* background: #685c5c; */
  background: #494545;
}

.add_catolg {
  margin: 20px 0;
  text-align: center;
}

.add_catolg button {
  background-color: #20195f;
  /* or any color you prefer */
  border: none;
  padding: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.add_catolg button a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}

.add_catolg button:hover {
  background-color: #c42121;
  /* hover effect */
}

.add_catolg .brochure-btn {
  background-color: #20195f;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  transition: background-color 0.3s;
}

.add_catolg .brochure-btn:hover {
  background-color: #c42121;
}

.producticon {
  float: right;
  color: #000;
  margin-top: 4px;
}



/*  mobile header accordion css s*/
.custom-accordion-item {
  border-bottom: 1px solid #ddd;
}

.custom-accordion-header {
  margin-bottom: 0px;
  margin-top: -4px;
}

.custom-accordion-header a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.custom-accordion-button {
  /* width: 100%; */
  background: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  float: right;
  align-items: center;
  color: #fff !important;
}

.mobile_acc_heade {
  padding: 0px;
  list-style: none;
  margin-top: 10px;
}

.mobile_acc_heade li {
  padding: 7px;
  border-bottom: 1px solid #26166d;
}

.custom-accordion-button:focus {
  outline: none;
}

.custom-accordion-collapse {
  display: none;
  transition: all 0.3s ease;
}

.custom-accordion-collapse.show {
  display: block;
}

.custom-accordion-body {
  padding: 0px;
  background-color: #f8f9fa;
}

.custom-accordion-body a {
  display: block;
  padding: 5px 0;
  color: gray !important;
  text-decoration: none;
}

.custom-accordion-body a:hover {
  color: #c42121;
}

.mobile_navbar {
  background-color: #26166d;
}

/* mobile header css e */

/* faqs accordion css testing s */


.custom-accordion-item2 {
  border: 1px solid #ddd;
  padding: 13px 13px 6px 13px;
  margin-bottom: 10px;
  background-color: #1e0b7b;

}

.custom-accordion-button2 {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  line-height: 28px;
}

.body_menu_div h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #1e0b7b;
}

.body_menu_div p {
  font-size: 15px;
  line-height: 30px;
}

.custom-accordion-button2:focus {
  outline: none;
}

.features-list li strong {
  font-weight: 500;
  font-size: 15px;
  color: #080807;
  line-height: 30px;
}

.custom-accordion-collapse2 {
  display: none;
  transition: all 0.3s ease;
}

.custom-accordion-collapse2.show {
  display: block;
}

.custom-accordion-body2 {
  padding: 20px;
  background-color: #f8f9fa;
}

.custom-accordion-body2 a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
}

.custom-accordion-body2 a:hover {
  color: #c42121;
}

.features-list li {
  line-height: 30px;
  font-size: 15px;
}


/* faqs accordion csstesting e */


/* testimonial s  */
.testimonial-section {
  /* max-width: 600px;
  margin: 40px auto; */
  text-align: center;

}

.testimonial-section .item {
  padding: 20px;
  background: #261770b5;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  margin-top: 15px;
  border-left: 2px solid #261770;
  border-right: 2px solid #261770;
}

.testimonial-section h4 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-section .stars {
  color: #ffcc00;
  margin-bottom: 12px;
  font-size: 18px;
}

.testimonial-section a {
  font-style: italic;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
}



/* header c s */

/* header c e */

.products_div_img p span {
  font-weight: 500;
}

/*  */

.modal-backdrop {
  /* display: none !important; */
  background-color: #0000003f;

}

.modal-header {
  border-bottom: 2px solid #261770;
}

.modal-title {
  font-weight: 600;
  color: #000;
  letter-spacing: 0.9px;
}

.modal-body button {
  background-color: #120c47;
}

/*  */

/*  */


/* From Uiverse.io by zjssun */ 
.button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #261770;
  transition: all 0.2s ease;
}

.button:active {
  transform: scale(0.96);
}

.button:hover {
    background-color: #261770;
}

.button:before,
.button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}