/* General Navbar Styling */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}



/* header start css */
.header_logo img{
    height: auto;
    width: 122px;
  }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    color:#000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
/* drop down start */
.navbar .navbar-nav>li>a {
    color: var(--black-color);
    font-size: 15px;
    /*padding: 10px 18px !important;*/
    /* padding:7px 15px !important; */
    padding: 28px 38px !important;
    letter-spacing: .3px;
    transition: .4s ease-in-out;
    font-weight: 500;
    text-transform: capitalize;
}
.navbar .navbar-nav>li>a :hover{
    padding: 7px 15px;
    background-color: red;
}
.navbar-nav>.dropdown>.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
    outline: none !important;
    border: none !important;
    width: 300px;
}
.navbar-nav>.dropdown-toggle>.dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    transition: .4s ease-in-out;
    text-transform: capitalize;
}

.navbar-nav>.dropdown-toggle>.dropdown-menu>li>a:hover {
    transition: .4s ease-in-out;
    background-color: var(--primary-color);
    color: #fff;
}
/* =================================================================== */

.navbar-nav > .dropdown > .dropdown-menu {
  padding: 0px !important;
  border-radius: 0px !important;
  outline: none !important;
  border: none !important;
  width: 250px;


}

.navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
  border-top: 3px solid #1d60a7 !important;
  z-index: 1000;
}

.navbar-nav > .dropdown > .dropdown-menu > li {
  border-bottom: 1px dashed var(--lightgray-color);
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  line-height: 20px;
  padding: 5px;
  border-bottom: 1px solid gray;
}

.navbar-nav > .dropdown > .dropdown-menu > li:hover {
  border-bottom: 1px dashed var(--lightgray-color);
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  line-height: 20px;
  padding: 5px;
  /* background-color: #1d60a7; */
  border-bottom: 1px solid gray;
}

.navbar-nav > .dropdown > .dropdown-menu > li > a {
  font-size: 13px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  color: var(--black-color4);
  padding: 5px;
}

.navbar-nav > .dropdown > .dropdown-menu > li > a:hover {

  transition: 0.4s ease-in-out;
  background-color: #1d60a7;
  color: #fff;
  padding: 5px;
}

.dropdown-menu .dropdown-item{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.9px;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #1d60a7 !important;
}
.mkp-submenu i {
  float: right !important;
  font-size: 15px;
  line-height: 28px;
}

.dropdown-submenu > .dropdown-menu li{
 border-bottom: 1px solid gray;
 padding: 5px;
}


.mkp-submenu:hover > ul.dropdown-menu {
  display: block !important;
  border-top: 3px solid var(--third-color) !important;
 }

.mkp-submenu {
  position: relative;
}

.mkp-submenu > .dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: -3px;
  background-color: #fff !important;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: none !important;
}

.mkp-submenu > .dropdown-menu li > a {
  background-color: transparent !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  border-bottom: 1px dashed lightgray;
  transition: 0.3s ease-in-out;
}

.mkp-submenu > .dropdown-menu li > a:hover {
  background-color: var(--third-color) !important;
  color: #fff !important;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  border-bottom: 1px dashed lightgray;
  transition: 0.3s ease-in-out;
}

.mkp-submenu span {
  font-size: 12px !important;
  float: right;
  line-height: 30px;
  padding: 0px 10px;
}

.navbar_mkp_icons a:nth-child(1) {
  margin: 20px 13px;
  background-color: #fff;
  padding: 10px 30px 10px 30px;
  color: var(--secondry-color);
  font-size: 14px;
  border-radius: 100px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  border: 1px solid var(--lightgray-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar_mkp_icons a:hover:nth-child(1) {
  margin: 20px 13px;
  background-color: var(--black-color);
  padding: 10px 30px 10px 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 100px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  border: 1px solid var(--black-color);
}

.navbar_mkp_icons .bx {
  margin-right: 3px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.navbar_mkp_icons a:hover:nth-child(1) .bx {
  color: #fff;
  transition: 0.4s ease-in-out;
}

.mkp_menuarea {
  position: static;

}

.mkp_megamenu {
  position: absolute;
    width: 70% !important;
    left: 60% !important;
    transform: translateX(-60%);
    top: 95%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 520px !important;
    overflow-y: auto !important;
      overflow-x: hidden !important;
}

.sub_menu_scroll{
  height: 450px;
  overflow-y: auto;
 }


 /* width */
  .sub_menu_scroll::-webkit-scrollbar {
   width: 5px;
 }


/*  */


/* drop down end */

  /* header end css */


  /* mobile novbar header  */


  /*  */

.offcanvas.offcanvas-start {
  z-index: 99999;
}

.offcanvas_btn {
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  font-size: 23px;
  display: none;
  box-shadow: none !important;
}

/* mobile menu css  */
.offcanvas_btn {
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  font-size: 23px;
  display: none;
  box-shadow: none !important;
}
.offcanvas {
  padding: 0;
  margin: 0;
}

.offcanvas-header {
  border-bottom: 1px solid lightgray;
  background-color: #1d60a7;
  padding: 0;
  margin: 0;
}


.offcanvas-header {
  border-bottom: 2px solid var(--primary-color);
  background-color: #ffffff;
  padding: 5px 15px 5px 10px;
  margin: 0;
  border-top: 2px solid #fff;

}

.offcanvas-header .offcanvas-title img {
  width: 123px;
}


.offcanvas-header .offcanvas-title a{
  color: #212121;
}

.offcanvas-header .offcanvas-title b{
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  justify-content: center;
  margin-left: 35px;
}

.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: var(--primary-color) !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;
  background-color: #1d60a7;
}

.mobile_navbar .main_ul {
  padding: 0;
  margin: 0;
}


.mobile_navbar .main_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: uppercase;
}

.mobile_navbar .main_ul>li>a {
  text-transform: capitalize;
  font-size: 15px !important;
  font-weight: 500;
}

.mobile_navbar .main_ul>li>a>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 16px;
  cursor: pointer;
}

.profile_card_body {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none !important;
}

.profile_card_body>.profile_ul {
  padding: 0;
  margin: 0;
  background-color:#f5a319;
}

.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: 500;
  color: #fff;
}

.profile_card_body .profile_ul>li>span {
  float: right;
  padding: 3px 20px 13px 28px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}
/**/


.profile_card_body> .profile1_ul {
  padding: 0;
  margin: 0;
  background-color:#181614;
}

.profile_card_body>.profile1_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.profile_card_body>.profile1_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.profile_card_body .profile1_ul>li>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}

/*  */

.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: 500;
  color: #fff;
}

.prodct_menu_cardbody>.product_menu_ul>li>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}


.prodct_submenu_cardbody>.submenu_ul>li>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}


/*  */


/*  */

.prodct_submenu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_submenu_cardbody>.submenu_ul {
  padding: 0;
  margin: 0;
  background-color: var(--primary-color);
}


.prodct_submenu_cardbody>.submenu_ul2 {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.prodct_submenu_cardbody>.submenu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.prodct_submenu_cardbody>.submenu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;

}

.prodct_submenu_cardbody li a span {
  float: right;
  padding: 7px 15px 7px 25px;
}

.mobile_navbar .main_ul>li>a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .3px;

  white-space: normal;
}

/*  */

/*  */

.offcanvas_search_input_div {
  padding: 10px;
}


.offcanvas_search_input_div .input-group ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.offcanvas_search_input_div .input-group input {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.offcanvas_search_input_div .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  color: var(--primary-color);
}

.offcanvas_search_input_div .input-group span {
  cursor: pointer;
}

.offcanvas_conatct_div {
  padding: 7px 15px 7px 25px;
}

.offcanvas_conatct_div p {
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  color: #fff;
}

.followus_div b {
  color: var(--secondry-color);
  text-transform: capitalize;
  font-weight: 600;
}

.followus_div>li {
  display: inline-block;
}

.followus_div>li>a {
  margin: 0px 1px;
}

.offcanvas_conatct_div b {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
}

.offcanvas_conatct_div p a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.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;
}

/*  */


a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.bg-light {
    background-color: #Fff!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 0px;
    padding-bottom: 1px;
}

@media (max-width: 767px) {
    .offcanvas_btn {
        display: block !important;
    }

.about_us_section .about_content h1 {
    font-size: 25px !important;
    font-weight: 700;
    color: #0e56a1;
    margin-bottom: 15px;
}
.vertical-btn {
    transform: rotate(86deg);
    transform-origin: left top;
    white-space: nowrap;
    margin-top: 107px;
    padding: 5px 15px 10px 15px;
    background-color: #be7d10;
    color: #fff;
    border: 2px solid #2462a2;
    margin-left: -5px;
}
.inner_content h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
}
.social_icons a {
    margin-right: 0.3rem !important;
}

.fooner_icon_socil span{
    font-size: 11px;
}
.footer_top_icon {
    background-color: #1d60a7;
    padding-top: -3px;
    padding: 11px 15px 15px 20px;
}

}

.footer_top_icon {
    background-color: #1d60a7;
    padding-top: -3px;
    padding: 20px 18px 22px 20px;
}
.producticon {
    float: right;
    color: #fff;
    margin-top: 0px;
    padding:3px 20px 5px 20px;
}

  /* mobile emd */


  /* footer s */
.footer_section {
    background-color: #2b2a29;
    color: #fff;

}

.footer_top_icon {
    background-color: #1d60a7;
}
.footer_top_icon .social_icons i{
  color: #fff;
  font-size: 18px;
}

.footer_ditails_div h6{
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: #fff;
text-transform: uppercase;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: inherit !important;
}

.copy_right{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    text-align: center;
}
.copy_right p{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.footer_ditails_div ul {
    list-style: none;
    padding: 0;
  }

  .footer_ditails_div ul li {
   padding: 5px;
   border-bottom: 1px dotted #ffffff5c;
  }

  .footer_ditails_div ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-size: 14px;
  }

  .footer_ditails_div ul li a:hover {
    color: #f6a622;
  }
  .footer_ditails_div ul li a i{
    color: #f59e0e;
    font-size: 14px;
  }
  .footer_ditails_div p i{
    color: #f59e0e;
    font-size: 14px;
  }
  .footer_ditails_div1 img{
    width: 145px;
    height: auto;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .footer_sec_div {
    padding-top: 25px;
    border-top: 3px solid #1d60a7;
  }
  .footer_ditails_div p a{
    color: #fff;
    font-size: 14px;
  }
  .footer_ditails_div p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 23px;
  }
 .footer_ditails_div span i {
    color: #f59e0e;
    font-size: 15px;
    margin-bottom: 7px;
 }
  .footer_ditails_div span a{
    color: #fff;
    font-size: 14px;
}
  .footer_ditails_div1 p{
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0px;
  }
  .footer_ditails_div1 p a{
    font-size: 15px;
    color: #1d60a7;
    font-weight: 600;
    letter-spacing: 0.9px;
  }
  /* footer e */


  /* banner s */
  @media (max-width: 768px) {
    .desk {
        display: none;
    }
    .mob {
        display: block !important;
    }
}
.mob {
    display: none;
}
  /* banner e */

  /* about-us section s */

.about_us_section{
 padding: 35px 0;
}

.about_us_section .about_images img{
    width: 100%;
    height: auto;
    border-radius: 5%;
    /* border-top: 4px solid #f6a212;
    border-bottom: 4px solid #f6a212;
    outline: 4px solid #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.aboutiner_images {
    margin-top: 60px;
}
.about_us_section .aboutiner_images img{
    width: 100%;
    height: auto;
    border-radius: 3%;
    /* border-top: 4px solid #f6a212;
    border-bottom: 4px solid #f6a212; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.about_us_section .about_content h1{
    font-size: 30px;
    font-weight: 700;
    color: #0e56a1;
    margin-bottom: 15px;
}
.about_us_section .about_content p{
 font-size: 15px;
 line-height: 30px;
 margin-bottom: 0px;
}
.about_us_section .about_content p a{
    font-weight: 600;
    color: #0c54a0;
}
.about_us_section .about_content {
    text-align: justify;
}

.card_vision i{
 font-size: 45px;
 color: #1157a2;
 text-align: center;
 margin-bottom: 10px;
 }

  /* about-us section e */

  /* product sectio s */
  .products_section {
    padding: 20px 0;
    background-color: #6b6a6a0f;
  }
.products_section .products_box{
padding: 10px;
margin: 0;
}
.products_section .products_box img{
    width: 100%;
    height: 241px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    outline: 4px solid #fff;
 }
.product_content {
    padding: 20px 0;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px;
}
.product_content h3{
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    background: #725527;
    padding: 5px;
    border-radius: 4px;
}
.product_content p{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000;
}
.product_content p a{
    color: #0c54a0;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.product_content p span {
    color: #0c54a0;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.headline_index h2{
    font-size: 30px;
    font-weight: 700;
    color: #0e56a1;
    text-align: center;
    margin-bottom: 15px;
}

.headline_index h3{
    font-size: 30px;
    font-weight: 700;
    color: #0e56a1;
    text-align: center;
    margin-bottom: 15px;
}

  /* BLOGS */
  .blog-carousel .item {
    background: #0e56a1e6;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.blogs_section {
    padding: 20px 0;
}
.blogs_section .item img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    outline: 4px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blogs_section .item .item_blogs_div h4{
 font-size: 16px;
 color: #f59f0e;
 line-height: 30px;
 margin-bottom: 5px;
 margin-top: 5px;
}
.blogs_section .item .item_blogs_div h3{
   font-size: 20px;
   color: #fff;
   line-height: 30px;
   margin: 5px;
   font-weight: 600;
   }
   .blogs_section .item .item_blogs_div p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    }
    .blogs_section .item .item_blogs_div p span{
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.8px;
    }
    .headline_index h3{
        font-size: 30px;
        font-weight: 700;
        color: #0e56a1;
        text-align: center;
        margin-bottom: 15px;
    }

    .custom-nav {
        text-align: center;
        margin-top: 10px;
    }

    .custom-nav button {
        background-color: #2667aa;
        color: #fff;
        padding: 0px 13px 5px 13px;
        font-size: 18px;
        cursor: pointer;
        margin: 5px;
        border-radius: 5px;
        border: none;
    }

    .custom-nav button:hover {
        background-color: #c27e0d;
        border: none;
    }

  /*blogs sec e */


@media (max-width: 768px) {
    .about_us_section .about_content p a {
        font-weight: 400;
        color: #062d5a;
    }
   .about_us_section .about_images img {
        margin-top: 15px;
        width: 100%;
        height: auto;
        border-radius: 3%;
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .about_images {
        padding: 15px;
    }
    .products_section .products_box img {
        width: 100%;
        height: 323px;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        outline: 4px solid #fff;
    }
}


/*  */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    padding-top: 0px;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    display: none;
    position: absolute;
    border-top: 2px solid #1d60a7;
    border-radius: inherit;
    width: 250px;
}

.navbar-nav > .dropdown > .dropdown-menu > li i{
    float: right;
    margin-top: 4px;
}
/*  */

/* General section styling */
.page-header {
    background: linear-gradient(90deg,rgba(29, 96, 167, 1) 0%, rgba(192, 126, 14, 1) 100%);
    padding: 7px 0;
    border-bottom: 1px solid #e0e0e0;
}

/* Breadcrumb list styling */
.floens-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 0px;
}

/* Breadcrumb items */
.floens-breadcrumb li {
    margin-right: 10px;
    color: #fff;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #1d60a7;
    color: #fff;
}
/* Breadcrumb links */
.floens-breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.floens-breadcrumb li a:hover {
    color: #0056b3;
}

/* Separator */
.floens-breadcrumb li:not(:last-child)::after {
    content: ">";
    margin-left: 10px;
    color: #fff;
}

/* inner page css s */

.inner_page_sec {
    padding: 35px 0;
}

.inner_image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.inner_content {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.6;
}

.inner_content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    display: inline-block;
}

/* Optional underline effect */
.inner_content h1::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #be7d10;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .inner_content {
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .inner_page_sec {
        padding: 40px 0;
    }

    .inner_content {
        padding: 15px;
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .inner_page_sec {
        padding:20px;
    }
    .inner_content {
    padding: 0px;
    font-size: 1rem;
    line-height: 1.6;
   }
   .inner_content h1 {
    margin-top: 15px;
   }
    .inner_content {
        font-size: 0.9rem;
    }
}

/* inner page e */

.filtration-list {
  list-style-type: disc;
  padding-left: 20px;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 16px;
}

.filtration-list li {
  margin-bottom: 8px;
  font-size: 15px;
}
.inner_content img {
    width: 30px;
    height: auto;
}

.inner_content p{
    font-size: 15px;
    line-height: 28px;
}

.inner_content h2{
    font-size: 22px;
    font-weight: 700;
}

/* inner category s */
.category_inner_page {
    padding: 40px 0;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}

.inner_category {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    text-align: center;
    margin-bottom: 20px;
}

.inner_category:hover {
    transform: translateY(-5px);
}

.inner_category img {
    width: 100%;
    height: auto;
    display: block;
}

.inner_category p {
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.inner_category span {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
}

.inner_category span:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .col-lg-4 {
        width: 100%;
        padding: 10px 0;
    }
}

.inner_category h1{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    background: #c27e0d;
    border-radius: 0px 0px 30px 0px;
}
.inner_category h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    background: #c27e0d;
    border-radius: 0px 0px 30px 0px;
}
.inner_category h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    background: #c27e0d;
    border-radius: 0px 0px 30px 0px;
}
/* inner category e */

.inner_image {
    border: 2px solid #155aa4;
    border-radius: 10px;
    position: relative;
}
.inner_category {
    border: 2px solid #155aa4;
    border-radius: 10px;
}

.category_inner_page p{
    font-size: 14px;
    line-height: 28px;
}

.inner_blogs {
    border: 2px solid #155aa4;
    border-radius: 10px;
}


.inner_blogs h2{
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    background: #c27e0d;
    border-radius: 0px 0px 30px 0px;
}

.inner_blogs h3{
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    background: #c27e0d;
    border-radius: 0px 0px 30px 0px;
}

.inner_blogs h4{
 font-size: 15px;
 line-height: 28px;
}

.inner_blogs img{
     width: 100%;
    height: auto;
    display: block;
}

/*  */

.blogs_inner_page {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.inner_blogs {
    background: #fff;
    border: 2px solid #1d60a7;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    margin-bottom: 25px;
}

.inner_blogs:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.inner_blogs img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.inner_blogs h4 {
    font-size: 14px;
    color: #1d60a7;
    margin-top: 10px;
}

.inner_blogs h1 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    background: #c27e0d;
    border-radius: 0px 0px 30px 0px;

}

.inner_blogs p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 10px;
}

.inner_blogs a {
    text-decoration: none;
    color: inherit;
    display: block;
}


/* sitemap accordion s */
.sitemap-section {
  background-color: #f8f9fa; /* light gray background */
}

.accordion-button:hover {
  font-weight: 400;
  background-color: #be7d11;
  border-radius: 0.25rem;
  color: #fff;
   z-index: 9999;
}

.accordion-body {
  font-size: 15px;
  color: #333;
  background-color: #2f2c28;
  border: 1px solid #2f2c28;
  border-top: none;
  list-style: none;
}

.accordion-body li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.accordion-item {
  margin-bottom: 15px;
}

.accordion-button::after {
  color: #fff;
  filter: brightness(0) invert(1);
}
.accordion-button {
    background-color: #1d60a7;
    color: #fff;
    display: inline-block;
    padding: 13px;
    font-size: 17px;
    font-weight: 400;
}
.sitemap_inner_page h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;

}
.sitemap_inner_page h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;

}
.accordion_information {
    background-color: #007bff;
    padding: 12px;
}

.sitemap_inner_page{
    padding:25px;
}

.accordion-header {
    margin-bottom: 0;
    background: #c57f0a;
    color: #fff;
    font-size: 15px;
}

.accordion-header button:hover{
 padding: 15px;
}

.accordion-body li a{
    color: #fff;
    font-size: 15px;
}
.accordion-button i{
    float: right;
}

.siteicon {
    float: right !important;
}


/* Info Section */
.accordion_information {
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.iformation_div {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.iformation_div li {
  margin-bottom: 10px;
}

.iformation_div li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.iformation_div li a i {
  color: #c57f0a;
  margin-right: 8px;
}

.iformation_div li a:hover {
  color: #c57f0a;
}

/* sitemap accordion e */

/* contact us page css */

.contact_us_section {
    padding: 40px 0;
}
.contact-details {
    padding: 10px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.contact-details h1{
    font-size: 25px;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}
.contact-details ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}
.contact-details ul li i{
    font-size: 20px;
    color: #fff;
    background: #1359a3;
    padding: 5px 8px 5px 8px;
    border-radius: 5%;
    margin-top: 11px;
    border: 2px solid #bf7e11;
}
.contact-details ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000;
    line-height: 28px;
    font-size: 15px;
    /* background-color: #1d60a7; */
    border: 1px solid #bd7d11;
    padding: 10px;
    margin-bottom: 20px;
     font-style: italic;
}

.contact-details ul li a{
    color: #000;
    font-size: 15px;
    line-height: 28px;
}

.enquiry-form_sec_div h2{
   font-size: 25px;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.enquiry-form_sec_div {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.enquiry-form_sec_div .enq_input input{
    margin-bottom: 20px;
    width: 100%;
    padding: 5px 7px 7px 35px;
    font-style: italic;
    border: 1px solid #b77b17;
}

.enquiry-form_sec_div textarea{
 width: 100%;
 padding: 10px;
 font-style: italic;
 border: 1px solid #b97d14;
}
.modal-footer {
    display: flex !important;
    justify-content: center !important;
    padding-top: 0px;
    border: none !important;
}
.modal-body {
    padding-bottom: 0px !important;
}
.enq_input {
  position: relative;
  margin-bottom: 0px;
}

.enq_input i {
    position: absolute;
    top: 33%;
    left: 12px;
    transform: translateY(-50%);
    color: #2060a3;
    font-size: 16px;
}

.modal-header .btn-close{
    background-color: #0c54a0ad;
    opacity: 0.9;
}

.enquiry-form_sec_div button {
    padding: 5px 20px 10px 20px;
    background-color: #1d60a7;
    border: none;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #f59f0e;
}
/* contact us page e */

/* Inqury form s */
.enquiry-popup-btn {
    border: 2px solid #1057a2;
    white-space: nowrap !important;
    border-radius: 5px;

}
.enquiry-popup-btn:hover {
    background-color: #1057a2;
    border: 2px solid #be7d10;
}

.vertical-btn {
    transform: rotate(86deg);
    transform-origin: left top;
    white-space: nowrap;
    margin-top: 107px;
    padding: 5px 15px 10px 15px;
    background-color: #be7d10;
    color: #fff;
}
/*  */

.enq_input_popup {
  position: relative;
  margin-bottom: 20px;
}

.enq_input_popup i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #1f60a5;
  font-size: 16px;
}

.enq_input_popup input {
  width: 100%;
  padding: 6px 13px 7px 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.enq_input_popup input:focus {
  border-color: #20195f;
  box-shadow: 0 0 0 0.15rem rgba(32, 25, 95, 0.2);
  outline: none;
}


.enq_input_popup input::placeholder {
  color: #aaa;
  font-style: italic;
}

.enq_input_popup input:required:invalid {
  border-color: #be7d10;
}

.enq_input_popup textarea::placeholder {
  color: #aaa;
  font-style: italic;
}

.enq_input_popup textarea:required:invalid {
  border-color: #be7d10;
}

.popup_submit_btn {
    background-color: #be7d10;
    padding: 5px 15px 9px 15px;
    border: 2px solid #1f60a5;
    border-radius: 5px;
    color: #fff;
}

.popup_close_btn {
   background-color: #999;
   padding: 5px 15px 9px 15px;
   border: 2px solid #be7d10;
   border-radius: 5px;
   color: #000;
}

.modal-header h5{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #062d5a;
}


@keyframes minorZoom {
  0%   { transform: rotate(86deg) scale(1); }
  50%  { transform: rotate(86deg) scale(1.05); }
  100% { transform: rotate(86deg) scale(1); }
}

.rotated-btn {
  animation: minorZoom 2.5s infinite ease-in-out;
}
/* inquiry form e  */


/* gallery section s */

.gallery_section {
    padding: 20px 20px;
}

/* .gallery_div_img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
} */

.gallery_div_img img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    outline: 4px solid #fff;
    margin-bottom: 20px;
}

/* gallery section e */

/* WATER PURI S  CSS*/
.water_puri_sec {
    padding: 40px 20px;
}
.image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}

.image-wrapper i.fa-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px; /* Adjust as needed */
  color: white; /* Or any color you prefer */
  background: rgba(0, 0, 0, 0.5); /* Optional: add background for better visibility */
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

/* WATER PURIFER E */
.water_puri_sec p{
    font-size: 14px;
    line-height: 28px;
}

/*  */

/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 115px;
  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: 43px !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: 120px;
      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: 120px;
      right: 15px;
  }

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }


}

/*whatsapp and call css e */


