@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: Trebuchet-MS;
  src: url(../fonys/trebuc.woff);
}
body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Trebuchet-MS", sans-serif;

}

a {
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
margin-bottom: 0px;
color: var(--black);
}
ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.ptd-100 {
padding-top: 80px;
padding-bottom: 80px;
}
.ptd-40 {
  padding-top: 40px;
padding-bottom: 40px;
}
.ptd-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.pd-30 {
padding: 30px;
}
.form-control:focus {
  box-shadow: none;
    border: 1px solid var(--black);
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
::placeholder {
text-transform: capitalize;
}
:root {
  --black: #000000;
  --dark-black:#4f4f4f;
  --white: #ffffff;
  --red: #ed3237;
  --light-black: #171C24;
  --gry-color: #585858;
  --light-grey: #F8F8F8;
  --dark-grey: #A2A2A2;
}
.img-responsive {
width: 100%;
}
.btn-link.focus, .btn-link:focus {
  text-decoration: none;
}
/*
@media only screen and (min-width: 577px) {
  .container-fluid {
padding-left: 50px;
padding-right: 50px;
  }
}
*/
/*--- navigation css start ---*/

.dropdown {
    transition: 0.4s all ease-in-out;
}
.dropdown-menu {
    border: none;
    box-shadow: 0px 10px 9px 10px rgb(0 0 0 / 3%);
    display: block;
    transform: translateY(16px);
    transition: 0.4s all ease-in-out;
    visibility: hidden;
        padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}
.dropdown-menu li {
    display: block !important;
}
.toogle_navigation li a {
  display: block !important;
  
}

.dropdown-menu li a {
text-transform: inherit !important;
}
.dropdown:hover .dropdown-menu {
    visibility: visible;
    transform: translateY(0px);
    transition: 0.4s all ease-in-out;
}
.dropdown-menu li a:hover {
    background-color: var(--black);
    color: var(--white) !important;
}
.sub-dropdown {
    position: relative;

}
.sub-dropdown-menu {
    display: none;
}
.sub-dropdown:hover .sub-dropdown-menu {
    position: absolute;
    left: 100%;
    min-width: 200px;
    top: -16px;
    background: #fff;
    z-index: 9;
    border: none;
    box-shadow: 0px 10px 9px 10px rgb(0 0 0 / 3%);
    display: block;
    transform: translateY(16px);
    transition: 0.4s all ease-in-out;
    visibility: visible;
        padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;

}
.second-sub-dropdown-menu {
    display: none;
}
.second-sub-dropdown:hover .second-sub-dropdown-menu {
    position: absolute;
    left: 100%;
    min-width: 200px;
    top: -16px;
    background: #fff;
    z-index: 9;
    border: none;
    box-shadow: 0px 10px 9px 10px rgb(0 0 0 / 3%);
    display: block;
    transform: translateY(16px);
    transition: 0.4s all ease-in-out;
    visibility: visible;
        padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;

}
.dropdown img {
    width: 15px;
    margin-left: 10px;
}
.top_header_seciton {
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--red);
}
.header_contact_info {
    display: flex;
    align-items: center;
    justify-content: end;
}
.contact_info {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.contact_info p {
  color: #fff;
}
.contact_info img {
    width: 18px;
    margin-right: 8px;
}
.contact_info:last-child {
    margin-right: 0px;
}
.toogle_navigation li {
    display: inline-block;
}
.toogle_navigation  li a {
        text-transform: uppercase;
    color: var(--black);
    padding: 8px 12px;
    font-size: 14px;
}
.toogle_navigation li a:hover {
    color: var(--white);
    background-color: var(--red);
}
.toogle_navigation li a:hover img {
    filter: invert(1);
}
.mobile-logo {
display: none;
}
.quoteBtn {
    background-color: var(--red);
    color: var(--white);
    border: none;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 24px;
    transition: 0.4s all ease-in-out;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.quoteBtn:hover {
      transform: scale(1.1);
      transition: 0.4s all ease-in-out;
}
.quoteBtn img {
    width: 32px;
    margin-left: 4px;
}
.quoteBtn:hover {
    box-shadow: 0px 10px 16px 0px rgb(177 177 177 / 19%);
    background-color: var(--black);
    color: var(--white);
    transition: 0.4s all ease-in-out;
}
.quoteBtn:hover img {
  filter: invert(1);
  transition: 0.4s all ease-in-out;
}
.navigation_section {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    z-index: 9999;
}
.navigation_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-logo {
  max-width: 220px;
}
.toggle_menu {
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -7px) rotate(45deg);
}



/*------ hero banner slider css start -------- */

.hero_banner_slide {
background-image: url(../images/slider_img-01.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
padding-top: 100px;
padding-bottom: 100px;
}
.hero_banner_slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background-color: rgba(11, 13, 17, 0.6);*/
}
.banner_content_info {
    background-color: rgba(11, 13, 17, 0.6);
    padding: 20px;
}
.banner_content_info h1 {
  margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--white);
    font-weight: 700;
}
.banner_content_info h1 span {
color: var(--red);
}
.banner_content_info p {
  margin-bottom: 20px;
  color: var(--white);
}
.banner_btn {
background-color: var(--white);
color: var(--black);
padding: 8px 16px;
text-transform: capitalize;
font-style: 18px;
transition: 0.4s all ease-in-out;
}
.banner_btn:hover {
  background-color: var(--red);
color: var(--white); 
transition: 0.4s all ease-in-out;
}

.hero_banner_wrapper .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    /*border-radius: 0px !important;*/
    color: #000!important;
    border-radius: 0px !important; 
    background-color: #fff !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0px, -50%);
}
.hero_banner_wrapper .owl-nav .owl-prev span {
  font-size: 32px;
  line-height: 24px;
}
.hero_banner_wrapper .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    /*border-radius: 0px !important;*/
    color: #000!important;
    border-radius: 0px !important; 
    background-color: #fff !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0px, -50%);
}
.hero_banner_wrapper .owl-nav .owl-next span {
  font-size: 32px;
  line-height: 24px;
}



/*----- home-about-info ----- */

.heading_info {
    text-transform: capitalize;
    color: var(--red);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.heading_info img {
    width: 34px;
}
.heading_info img:last-child {
  margin-left: 5px;
}
.heading_info img:first-child {
  margin-right: 5px;
}
.content-heading {
      text-transform: capitalize;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
    color: var(--black);
}
.disc-info {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.company_about_list {
    margin-bottom: 16px;
    list-style-type: disc;
    padding-left: 20px;
}
.company_about_list li {
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--black);
}
.moreBtn {
  background-color: var(--red);
  color: var(--white);
  font-size: 18px;
  line-height: 22px;
  padding: 8px 16px;
  text-transform: capitalize;
  transition: 0.4s all ease-in-out;
}
.quote_btn {
border:none;
}
.moreBtn:hover {
background-color: var(--black);
color: var(--white);
transition: 0.4s all ease-in-out;
 box-shadow: 0px 10px 16px 0px rgb(177 177 177 / 19%);
 transform: scale(1.1);
}

/* ---- catogery css start ---- */


.category_content .content-heading , .category_content .disc-info {
  color: var(--white);
}
.category_boder {
  border: 1px solid #f5f5f5;
  opacity: 0.2;
}
.dark_bg_wrapper {
background-image: url('../images/dark-bg-01.png');
background-size: cover;
background-repeat: no-repeat;
position: relative;
/*background-color: var(--light-grey);*/
}
/*.dark_bg_wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--light-grey);
      opacity: 0.6;
}*/
.arrowImg {
  width: 20px !important;
}
.category_slider_wrapper {
    margin-top: 20px;
}
.category_card_wrapper {
    background-color: var(--white);
    padding: 16px;
}
.category_card_wrapper img {
    margin-bottom: 15px;
}
.category_card_wrapper h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.category_card_wrapper h6 {
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--black);
}
.category_card_wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--black);
overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_btn {
    background-color: var(--red);
    color: var(--white);
    text-transform: capitalize;
    font-size: 18px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
}
.product_btn img {
    display: inline-block !important;
    margin-bottom: 0px;
}
.product_btn:hover{
background-color: var(--black);
color: var(--white);
transition: 0.4s all ease-in-out;
 box-shadow: 0px 10px 16px 0px rgb(177 177 177 / 19%);
}
.Call_to_action_wrapper {
    background-color: var(--red);
    padding: 20px;
    margin-top: 40px;
}
.call_to_action_info p {
    font-size: 18px;
    line-height: 32px;
    color: var(--white);
    font-weight: 400;
}
.call_to_action_content .content-heading , .call_to_action_content .disc-info  {
  color: var(--white);
}
.brochure_info {
    display: flex;
    flex-wrap: wrap;
}

.call_to_action_info {
display: flex;
    align-items: center;
    background-color: #fff;
    border: none;
    padding: 8px 12px;
    /*border-radius: 4px;*/
    width: 180px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 0.4s all ease-in-out;
    justify-content: center;
}
.call_to_action_info img {
        width: 20px;
    
}
.call_to_action_info p {
  color: #000;
  margin-right: 12px;
}

.discoverBtn_section {
    text-align: right;
}
.call_to_action_info:hover img {
    filter: invert(1);
    transition: 0.4s all ease-in-out;
}

.call_to_action_info:hover {
    background-color: #000;
    transition: 0.4s all ease-in-out;
}
.call_to_action_info:hover p {
    color: #fff;
    transition: 0.4s all ease-in-out;
}

/*---  product css start ---*/

.product_card_info {
    background-color: var(--light-grey);
    padding: 15px;
    border: 1px solid var(--light-grey);
    overflow: hidden;
    transition: all 500ms ease;
    position: relative;
}
.product_card_info:hover {
  cursor: pointer;
}
.Product_card {
    border: 2px solid var(--light-grey);
    border-radius: 16px;
}
.nav-pills {
  margin-bottom: 25px;
}
.nav-pills li a {
   background-color: var(--light-grey);
    margin-right: 15px;
    padding: 8px 60px;
    color: var(--black);
    font-weight: 500;
    font-size: 20px;
}
.nav-pills li .active {
    background-color: var(--red);
    color: var(--white);
}
.nav-pills li:last-child a {
    margin-right: 0px;
}
.product_card_info:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  width: 100%;
    height: 0px;
    transition: all 500ms ease;
    z-index: 1;
    /*background-image: url('../images/window-bg-img.png');
    background-size: cover;
    background-repeat: no-repeat;*/
}
.product_tab_title {
    font-size: 16px;
    /*color: var(--dark-grey);*/
    font-weight: 400;
}
.product_card_info:hover:before {
top: 0;
height: 100%;
transition: 0.4s all ease-in-out;
}
.products_card_content , .products_card_img {
position: relative;
z-index: 1;
}
.product_card_info h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.product_card_info img {
    margin-bottom: 15px;
    overflow: hidden;
transition: 0.4s all ease-in-out;
}
.products_card_img {
overflow: hidden;
transition: 0.4s all ease-in-out;
}
.product_card_info:hover .products_card_img img {
transition: 0.4s all ease-in-out;
    transform: scale(1.1);
}
.product_card_info p {
    margin-bottom: 15px;
    color: var(--gry-color);
overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.viewdetails_Btn {
color: var(--red);
}
.moreBtn img {
    width: 30px;
    margin-left: 8px;
}
.product_card_info:hover h4 , .product_card_info:hover p{
color:var(--black);
position: relative;
z-index: 2;
}
.product_card_info:hover img {
  position: relative;
z-index: 2;
}
.viewMore {
  background-color: var(--white);
  color: var(--black);
  padding: 6px 12px;
  position: relative;
  z-index: 2;
  transition: 0.4s all ease-in-out;
}
.product_card_info:hover .viewMore {
  background-color: var(--black);
  color: var(--white);
  padding: 6px 12px;
}

.page {
  position: relative;
}
.select-dropdown {
  background-color: var(--red);
  border-radius: 4px;
  margin: 0 auto;
}
.select-dropdown select {
  color: white;
  padding: 8px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 24px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
.select-dropdown option{
  background-color: var(--light-grey);
  color: var(--black);
  width: 100%;
}



/*--- expertise css start ---*/

.experties_content {
    background-color: var(--light-grey);
    padding: 16px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}
.experties_content:hover {
  background-color: var(--red);
}
.experties_content:hover .experties_block {
  transform: scale(1.1);
  transition: 0.5s all ease-in-out;
}
.experties_content:hover h3 , .experties_content:hover p {
color: var(--white);
transition: 0.5s all ease-in-out;
}
.experties_content {
    display: flex;
    align-items: center;
}
.experties_content img {
    max-width: 50px;
    width: 100%;
    margin-right: 20px;
}
.experties_block {
    text-align: left;
}
.experties_content h3 {
margin-bottom: 8px;
}
.experties_img {
transition: 0.4s all ease-in-out;
overflow: hidden;
}
.experties_img:hover {
  transform: scale(1.05);
transition: 0.4s all ease-in-out;
}
.experties_img {
    margin-bottom: 20px;
}


/*---- faq section css start ----*/

.faq_card {
    border: none;
    margin-bottom: 15px;
}
.faq_card .card-header button {
        padding: 0px;
    border-bottom: 0px;
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}
.faq_card .collapse {
  background-color:var(--light-grey);
}
.faq_card .card-header {
  border: none;
  border-radius: 0px;
  background-color: var(--light-grey);
  padding: 10px;
}
.faq_card .card-body {
    padding: 10px;
}
.faq_card .collapse {
  background-color: var(--light-grey);
}

.faq_card .card-header button:hover {
    color: var(--black);
    text-decoration: none;
}
.btn-link {
    color: var(--black);
}
.faq_card .card-header button p {
       text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.collapse .card-body p {
  font-stretch: 16px;
}

/*--- contact us css start --- */



.reachout_bg {
/*background-color: var(--black);*/
padding: 40px 25px;
margin-top: 30px;
background-image: url(../images/dark-bg-01.png);
    background-size: cover;
    position: relative;
}
/*.reachout_bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--light-grey);
  opacity: 0.5;
}*/
.reachout_bg ul li {
    margin-bottom: 25px;
    color: var(--white);
    display: block;
    max-width: fit-content;
    background-color: var(--gry-color);
    padding-right: 15px;
}
.reachout_bg ul li img {
    width: 40px;
    background-color: var(--red);
    padding: 8px;
    margin-right: 5px;
}
.reachout_bg ul li:last-child {
    margin-bottom: 0px;
}

.contact_from {
    background-color: #ffffff;
    padding: 30px;
}
.contact_from h3 {
    margin-bottom: 30px;
}
.contact_from .form-control {
background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
}
.contact_form_section {
/*background-image: url(../images/dark-bg-01.png);
    background-size: cover;
    position: relative;*/
    /*background-color: var(--light-grey);*/
}


/*----  Product image  css start   ----*/

.product_galler_card {
    position: relative;
}

.product_galler_content {
visibility: hidden;
 position: absolute;
  left: 20px;
  bottom: -20px;
  right: 20px;
  transition: 0.4s all ease-in-out;
  background-color: #000;
  padding: 8px;
  text-align: center;
}
.product_galler_card:hover .product_galler_content {
 visibility: visible;
  bottom: 20px;
  transition: 0.4s all ease-in-out;
}
.product_galler_card {
    width: 100%;
}
.product_galler_card a {

    width: 100%;
}
.product_galler_content h4 {
color:#fff;
}


/*---- footer css start ---  */

.ft_about_company img {
    max-width: 280px;
    width: 100%;
}
 /*
.footer_section_wrapper {
  background-color: var(--light-grey);
} */
.footer_section_wrapper {
  background: #1b1b1b none repeat scroll 0 0;
}
.contact_form_section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.ft_about_company  {
  margin-bottom: 20px;
}
.ft_about_company img {
margin-bottom: 30px;
}

.social_info ul li{
  display: inline-block;
}
.social_info h5 {
  margin-bottom: 15px;
}
.social_info ul li a {
  padding: 4px 8px;
  display: block;
  transition: 0.4s all ease-in-out;
}
.social_info ul li a:hover {
    transform: translateY(10px);
    transition: 0.4s all ease-in-out;
}
.social_info ul li a img {
    width: 32px;
}
.ft_bottom_section {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
}
.ft_company_details_wrapper {
padding-right: 40px;
}
.footer_menu h5{
margin-bottom: 15px;
text-transform: capitalize;
}
.container_form_field h5 {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer_menu li a {
color: var(--black);
text-transform: capitalize;
    margin-bottom: 10px;
}
.ft_contact_info li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 15px;
}
.ft_contact_info li img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 19px;
}
.footer_menu li a:hover {
  color: var(--red);
}

.ft-copyright_info p {
  font-size: 14px;
}





/*---------- about us page css start ------------ */

.sub_hero_banner {
  background-image: url(../images/slider_img-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom:100px;
  position: relative;
}
.sub_hero_banner:before {
 content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(11, 13, 17, 0.6);

}
.headline {
text-transform: capitalize;
margin-bottom: 15px;
}
.valuse_details {
    margin-top: 15px;
}
.paginator_info h3 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.paginator_info ul li{
display: inline-block;
color: #939394;
text-transform: capitalize;
    margin-right: 5px;
}
.paginator_info ul li img {
  filter: invert(1);
}
.paginator_info ul li a {
    color: var(--red);
    text-transform: capitalize;
}

.our_management_section {
  background-color: var(--light-grey);
}
.mission_info h5 , .vission_info h5 {
  margin-bottom: 20px;
}
.mission_info img , .vission_info img {
  margin-bottom: 20px;
}
.company_card img{
margin-bottom: 15px;
}
.company_card h4{
  font-size: 18px;
margin-bottom: 15px;
text-transform: capitalize;
}
.mission_info img  , .vission_info img{
    width: 74px;
}


.company_experti_card {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 16px;
    transition: 0.4s all ease-in-out;
    height: 100%;
}
.company_experti_card img {
    width: 50px;
    margin-bottom: 15px;
}

.company_experti_card:hover {
  box-shadow: 0px 16px 40px 0px rgb(180 180 180 / 16%);
  transition: 0.4s all ease-in-out;
}
.company_experti_card h4 {
  margin-bottom: 15px;
      font-size: 20px;
    text-transform: capitalize;
}
.company_experti_card p {
    color: var(--gry-color);
}


/*--- product page start ------*/

.Product_card {
  margin-bottom: 30px;
}

.Product_card  .moreBtn {
margin-right: 0px;
}
.Project_card {
    position: relative;
    background-color: var(--white);
    padding: 10px;
    /*box-shadow: 0px 10px 13px 0px rgb(180 180 180 / 26%);*/
    border-radius: 16px;
    padding-bottom: 140px;
    margin-bottom: 30px;
    border: 1px solid var(--light-grey);
    transition: 0.4s all ease-in-out;
}
.Project_card:hover {
  box-shadow: 0px 10px 13px 0px rgb(180 180 180 / 26%);
  transition: 0.4s all ease-in-out;
}
.Project_card img {
  transition: 0.4s all ease-in-out;
}
.Project_card:hover img {
    transform: scale(1.02);
    transition: 0.4s all ease-in-out;
}

.Project_content_info {
    padding: 20px;
    position: absolute;
    background-color: var(--white);
    margin-left: 20px;
    margin-right: 20px;
    bottom: 0px;
    border: 1px solid var(--light-grey);
    margin-bottom: 20px;
}
.Project_content_info h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.Project_content_info p {
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
}


/*----- Product filter css start ----- */


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/*.active, .accordion:hover {
  background-color: #ccc;
}*/

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {
  content: "\2212";
}*/

.panel {
  /*padding: 0 18px;*/
  /*background-color: white;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
}
.sub_product_list li a {
    display: block;
    padding: 15px;
    color: var(--gry-color);
    background-color: transparent;
    margin-top: 15px;
    border-bottom: 1px solid var(--dark-grey);
        text-transform: capitalize;
        transition: 0.4s all ease-in-out;
}
.sub_product_list li a:hover {
  background-color: var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
   color: var(--black);
   transition: 0.4s all ease-in-out;
}
.filter_section {
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 50px;
    position: sticky;
    top: 0;
}
.accordion_label {
    margin-top: 15px;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-transform: capitalize;
}
.filter_section h3 {
    margin-bottom: 20px;
}
.filtered_product_section {
margin-top: 50px;
}
.Brochure_banner h5 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
}
.Brochure_banner {
    background: var(--red);
    padding: 15px;
    text-align: center;
    border-radius: 4px;
}
.Brochure_banner_btn {
margin: 0 auto;
}
.Brochure_banner_btn p {
    font-size: 18px;
    line-height: 32px;
    color: var(--white);
    font-weight: 400;
}

.Brochure_banner_btn {
display: flex;
    align-items: center;
    background-color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    width: 180px;
    transition: 0.4s all ease-in-out;
    justify-content: center;
}
.Brochure_banner_btn img {
        width: 20px;
    margin-right: 12px;
}
.Brochure_banner_btn p {
  color: #000;
}

.Brochure_banner_btn:hover img {
    filter: invert(1);
    transition: 0.4s all ease-in-out;
}

.Brochure_banner_btn:hover {
    background-color: #000;
    transition: 0.4s all ease-in-out;
}
.Brochure_banner_btn:hover p {
    color: #fff;
    transition: 0.4s all ease-in-out;
}




/*----- product details page css start  -----*/


.product_img {
max-width: 800px;
width: 100%;
}

.product_details_list {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.product_details_list li {
    background-color: var(--red);
    color: var(--white);
    padding: 10px;
    transition: 0.4s all ease-in-out;
}
.product_details_list li:hover {
  background-color: var(--white);
  color: var(--black);
  transition: 0.4s all ease-in-out;
}
.product_details_bgclor {
  background-color: var(--light-grey);
}
.prodict_addtion_details h4 , .prodict_addtion_details p{
margin-bottom: 15px;
}
.Product_subImage {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.Product_subImage img {
  max-width: 380px;
  width: 100%;
}


/*--- contact page css start ---*/

.contactInfo_card {
border:1px solid var(--light-grey);
padding: 15px;
display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: 0.4s all ease-in-out;
}
.contactInfo_card:hover  {
    box-shadow: 0px 10px 13px 0px rgb(180 180 180 / 26%);
  transition: 0.4s all ease-in-out;
}
.contact_info_img {
  background-color: var(--light-grey);
  padding: 5px;
}
.contact_info_details h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.contact_info_details p {
  font-size: 16px;
  line-height: 24px;
 
}

.Selection_products_details {
  text-align: center;
}
.Selection_products_details h5 {
  margin-bottom: 8px;
}
.Selection_products_details img{
  border:2px solid var(--light-grey);
  margin-bottom: 15px;
}
.Selection_products_details img:hover {
    opacity: 0.8;
}
.Selection_products_title , .Selection_products_title_01{
    background: #d4e9f5;
    padding: 15px;
}
.Selection_products_title_01 {
      background: #edf5d4;
}