:root {
    --primary: #ffa500;
    /* --primary: #da251c; */
    --secondary: #757575;
    --secondaryColor: #757575;
    --light: #F3F6F8;

   
}
html, body {
  overflow-x: hidden;
}

*:not(i):not([class^="fa"]):not([class*=" fa-"]) {
  font-family: "Open Sans", sans-serif !important;
}
  
  html {
    font-size: 14px; /* Base font size for the whole document */
    font-family: "Open Sans", sans-serif;
  }

  body {
    position: relative;
    margin: 0 auto;
    color: #000;
    background: #FFFFFF;
  
    font-family: 'Open Sans', sans-serif;
  }
  .txt-para p {
    font-family: 'Open Sans', sans-serif;
  }

  header {
    width: 100%;
    padding:0px 0;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #AAAAAA; */
    color: black;
  }

/* -------------top bar start here-------------------------- */

 
.top-bar {
  background-color: orange;
  color: #0000;
  width: 100%;
  font-size: 14px;
}

.top-bar i {
  font-size: 16px;
  vertical-align: middle;
}

.top-bar small {
  font-weight: 500;
}

.top-bar a {
  color: #0000;
  transition: 0.3s ease;
}

.top-bar a:hover {
  color: #000; /* or #2dd912 for a brand touch */
}

@media (max-width: 768px) {
  .top-bar .row {
    flex-direction: column;
    text-align: center;
  }

  .top-bar .col-md-5,
  .top-bar .col-md-4,
  .top-bar .col-md-3 {
    justify-content: center !important;
    display: flex;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }

  .top-bar a {
    margin: 0 5px;
  }
}




/* -----top bar end------ */


.txt
{
    margin-left: 30px;
    font-size: large;
    color: black;

}

/* @media (max-width: 768px) {
  .txt{
     width:100vw;/* Slightly more spacing for smaller screens *
   font-size: small;
   marautogin-left:

  }
} */
  /* -------------logo */
  .header_top {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  
  .header_top .logo img {
    height: 80px;
    max-width: 100%;
  }
  
  .header-clock {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #222;
  }
  
  @media (max-width: 768px) {
    .header_top .logo {
      width: 100%;
      margin-bottom: 10px;
    }
  
    .header-clock {
      font-size: 16px;
    }
  }

  header .contactInfoBox {
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
header .contactInfoBox .content a {
  font-size: 19px;
  font-weight: 600;
  color: gray;
  background-color: #f4f5f6;
  padding: 15px;;
}
  /* logo end */









/* order button start */

.ordnowBtn {
  position: fixed;
  padding: 7px 12px;
  color: #fff;
  background-color: #012148;
  border-radius: 3px;
  font-size: 18px;
  right: -43px;
  top: 50%;
  float: right;
  z-index: 999;
  text-decoration:  none!important;
  transform: rotate(90deg);

}

/* order button end */


/* whatsapp  button on nav bar start */
.whatsapp_headBtn{
  background: #fff;
  padding: 4px 40px;
  border-radius: 50px;
  font-weight: 600;
  color: #444;
  display: flex;
  align-items: center;
  gap: 2px;
  height:40px;
  margin-left: 50px;
}

.whatsapp_headBtn img {
  height: 20px;
  
}
@media (min-width: 768px) {
  .navbar-nav>li>a {
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
  }
}





/* -------------------------------------------------------------- */
@media screen and (min-width:991px) {
  .nav.navbar ul.navbar-nav li.nav-item.mbWhatsapp {
    display: none;
  }}
  /* whatsapp  button on nav bar end*/

/* hearer time  */

  #clock {
    text-align: center;
    margin-top: 0px;
    font-size: 20px;
    font-family: Baskerville, Georgia;
    color: rgb(3, 3, 3);
 }
 /* time  */



.text-green{
color: #0fee2d;
}

 .blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/* slider margin  */
.carousel-inner {
 
  margin-top: -20px!important;
}




/* -----------------banner form----------------- */


.banner_form {
  margin: 0;
  padding: 10px 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 60px rgb(0 0 0 / 30%);
}
.banner_con, .banner_form, .banner_holder, .menu_holder {
  float: left;
  width: 100%;
}

.leftTxtBanner {
  width: 38%;
  position: absolute;
  left: 20px;
  top: 30px;
  padding: 20px 35px;
  border-radius: 5px;
  background: rgba(68, 68, 68, 0.62);
  box-shadow: 7px 6px 22px #000;
  padding: 36px 22px;
}

.banner_form .form-group .quantityBox button {
  background: rgba(255, 165, 0, 0.94);
  border: none;
  padding: 0;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
}
.UpperFormOuter {
  width: 100%;
  float: left;
  margin-top: -500px !important;
  position: relative;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
.banner_form .form-group .quantityBox button {
  background: rgba(255, 165, 0, 0.94)!important;
  border: none!important;
  padding: 0!important;
  width: 37px!important;
  height: 37px!important;
  text-align: center!important;
  line-height: 37px!important;
}
.form-group {
  margin-bottom: 1rem!important;

}
.banner_form .quantityBox {
  display: flex !important;
;
  align-items: center;
}
.banner_form .form-group .quantityBox input.input-group-field {
  margin: 0;
  width: 150px;
  text-align: center;
  flex: 1;
}


.banner_form h2 {
  margin: 8px 0 10px;
  color: rgba(255, 165, 0, 0.94);
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.banner_form input, .banner_form textarea, .banner_form .fileAttach {
  width: 100%;
  margin-bottom: 8px;
  padding: 5px 8px;
  font-size: 13px;
  resize: none;
}
.banner_form .quantityBox {
  display: flex;
  align-items: center;
}
.banner_form .form-group .quantityBox .num {
  display: flex;
  align-items: center;
}
.banner_form .form-group .quantityBox input.input-group-field {
  margin: 0;
  width: 52px;
  text-align: center;
  flex: 1;
}
.banner_form .form-group .quantityBox button {
  background: rgba(255, 165, 0, 0.94);
  border: none;
  padding: 0;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
}
.banner_form .form-group .quantityBox button {
  background: rgba(255, 165, 0, 0.94);
  border: none;
  padding: 0;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
}
.banner_form .quantityBox .pageNo {
  font-size: 15px;
}
.banner_form .fileAttach {
  position: relative;
}
.banner_form .fileAttach .multiplerFileWrap .fileAttBox {
  width: 100%;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 5px 0;
}
.banner_form .fileAttach .fileAttBox span {
  cursor: pointer;
  position: absolute;
  z-index: 0;
  font-size: 13px;
  font-weight: 700;
  color: #f0eaea;
  z-index: -5;
  display: none;
}
.banner_form .fileAttach input[type=file] {
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  border: none;
  opacity: 1;
  z-index: 5;
  padding: 0;
  cursor: pointer;
  font-size: 10px;
}
.banner_form .checkMark {
  display: flex;
  gap: 15px;
  margin: 10px 0 20px;
  font-size: 11px;
}
.menuHeaderInner ul li a {
  color: #fff;
  line-height: initial;
  font-size: 18px;
}
.checkMark {
    display: flex;
    flex-direction: column; /* stack items vertically */
    align-items: flex-start; /* align to the left */
    gap: 10px; /* spacing between image and input */
}

/* Optional: make input full width on small screens */
@media (max-width: 768px) {
    .checkMark input[type="text"] {
        width: 100%;
    }
}



/* -----------------banner form--end--------------- */

#Topbutton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: orange;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}


/* custom header banner form on scroll*/
.custom-banner {
  display: none;
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  background:rgb(242, 149, 10);
  color: white;
  text-align: center;
  padding: 10px 20px;
  z-index: 999;
  border-bottom: 4px solid #1fa42c;
}

/* Styling the form container */
.inline-form {
  display: flex;
  /* Ensures elements are aligned in a row */
  align-items: center;
  /* Vertically centers the items */
  gap: -12px;
  /* Adds space between form elements */
}

/* Styling the input fields */
.inline-form input[type="text"] {
  /* padding: 10px; */
  font-size: 14px;
  border: 2px solid #1fa42c;
  border-radius: 4px;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  margin-bottom: 25px;

}

.inline-form input[type="email"] {
  font-size: 14px;
  border: 2px solid #1fa42c;
  border-radius: 4px;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  margin-bottom: 30px;
  margin-left: 10px;


}

.inline-form input[type="date"] {
  font-size: 14px;
  border: 2px solid #1fa42c;
  border-radius: 4px;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  margin-bottom: 5px;
  width: 180px;
}

.inline-form input[type="tel"] {
  font-size: 14px;
  border: 2px solid #1fa42c;
  border-radius: 4px;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  margin-bottom: 20px;

}

.inline-form input[type="number"] {
  font-size: 14px;
  border: 2px solid #1fa42c;
  border-radius: 4px;
  height: 33px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  margin-bottom: 0px;


}


/* Styling the button */
.inline-form button {
  padding: 5px 30px;
  font-size: 14px;
  height: 34px;
  color: white;
  background-color: rgb(0, 255, 13);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 100px;
}

.inline-form button:hover {
  background-color:  rgb(10, 195, 19);
  /* Darker shade on hover */
}
/* -------------------------------------------------------------------- */



/* set bannet order fomr alignmenmt on small screen  */
/* Add spacing to form container */
#form-container {
  margin-top: -700px; /* Adjust this value based on your navbar's height */
}



/* Optional: Adjust margin for smaller screens */
@media (max-width: 768px) {
  #form-container {
      margin-top: 40px; /* Slightly more spacing for smaller screens */
  }
}




@media (max-width: 576px) { 

  #form-container {
    margin-top: 40px; /* Slightly more spacing for smaller screens */
}

 }
 
/* // Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
  #form-container {
    margin-top: 40px; /* Slightly more spacing for smaller screens */
}}


 /* -------------------------------------------------------------------------- */
/* for hiding top banner form when screen sizing is small  */
 @media (max-width: 768px) { /* Adjust screen size as needed */
  #frm-container {
      display: none; /* Hide the form */
  }
}
/* for hiding top banner form when screen sizing is small  */
@media (max-width: 992px) { /* Adjust screen size as needed */
  #frm-container {
      display: none; /* Hide the form */
  }
}

 
/* // Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
  #frm-container {
    display: none; /* Hide the form */
}}


/* about page style and all page  */
  
  .about-h1 {
    font-weight: 800;
    font-size: 3rem;
    text-transform: uppercase;
    color: #fff;
  }
  
  p {
    font-size: 15px !important;
    margin: 0 0 10px;
    color:#000;
    font-family: "Open Sans", sans-serif;
}
 

.page-header {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/abb.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:20px;
  color:black;
  margin-top: -10px;
}
.breadcrumb {
  background-color: #e6edf300 !important;
 
}

  .content_title h2 {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    font-family: 'Roboto';
}


.content_title h1 {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #545454;
}

 h3 {
  font-size: 2.6rem !important;
  font-weight: 800px;
  color: #0d0d0d;
  font-family: 'Roboto';
}


.content_title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 3px;
    background-color: #ffa500
}

strong{
  color:rgb(17, 17, 17);
}

 a{
  text-decoration: none !important;
}


.content_title.text-center h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.content_title h2 {
    font-size: 2.35rem
}

section.bg_section {
    background-color: #cd410a0f;
    ;
    margin-top: 30px;
    position: relative;
    overflow: hidden
}

section.bg_section .container {
    position: relative;
    z-index: 3
}

section.bg_section::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -90px;
    width: 300px;
    height: 300px;
    border: solid 30px #e6e6e6;
    border-radius: 50%;
    z-index: 0
}

p{

    text-align: justify;
}

ul.content_list {
    padding: 0;
    margin: 0 0 20px;
    list-style: none
}

ul.content_list li {
    padding: 8px 0 8px 30px;
    line-height: 1.4;
    font-size: 15px;
    f0nt-familiy:Times New Roman, Arial;
  
    position: relative
}

ul.content_list li::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    
    color: orange;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 8px
}

ul.content_list.count2 {
    -webkit-column-count: 2;
    column-count: 2
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
 

}




/* /footer css */

/*footer*/
/* Footer Background and Text */
footer {
  width: 100%;
  background-color: orange;
  color: #fff;
  padding: 40px 0 25px;
  font-family: 'Segoe UI', sans-serif;
}

.col_white_amrc {
  color: #fff;
}

/* Section Titles */
.pt2 {
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

/* Paragraph Text */
footer p {
  font-size: 14px;
  color: #f6f3f3;
  margin-bottom: 10px;
}

/* Lists */
.footer_ul_amrc,
.footer_ul2_amrc {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_ul_amrc li,
.footer_ul2_amrc li {
  padding-bottom: 8px;
}

.footer_ul_amrc li a {
  font-size: 16px;
  color: #222;
  transition: 0.3s ease;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-right: 8px;
}

/* Social Icons */
.social_footer_ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  gap: 15px;
  justify-content: start;
  flex-wrap: wrap;
}

.social_footer_ul li a {
  color: #156fe4;
  border: 1px solid #156fe4;
  padding: 8px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.social_footer_ul li a:hover {
  color: #2dd912;
  background-color: #fff;
  text-decoration: none;
}

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

/* Borders */
.bottom_border {
  border-bottom: 2px solid #09e126;
  padding-bottom: 20px;
}

/* Footer Bottom Disclaimer */
footer .footer_column .row.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 20px;
}

/* Footer Nav */
.foote_bottom_ul_amrc {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 15px 0;
  padding: 0;
  flex-wrap: wrap;
}

.foote_bottom_ul_amrc li {
  margin: 0 10px;
}

.foote_bottom_ul_amrc li a {
  color: #131212;
  font-size: 14px;
  transition: 0.3s ease;
}

.foote_bottom_ul_amrc li a:hover {
  color: #fff;
}

/* Small Tweaks */
.padding-right {
  padding-right: 10px;
}

.mb10 {
  margin-bottom: 15px;
}

/* ------------footer end------------------------- */


/* orde form  */
section.order_form_section{background-color: #fff;padding-bottom:100px; padding-top: 90px; margin-top: 90px;}
section.order_form_section .form_wrapper{width:100%;float:left;border-radius:8px;padding:30px;background-color:#fff;margin-top: 100px;margin-top: -70px;box-shadow: 0 10px 30px rgba(0,0,0,0.1);}
section.order_form_section .form_wrapper h4{ color:#ffa500;font-size:2rem;margin:0 0 10px;font-weight: 600;}
section.order_form_section .form_wrapper h3{font-size:.1.5rem;font-weight:600;margin:0 0 5px;}
section.order_form_section .form_wrapper h3 span{color:var(--primaryColor)}
section.order_form_section .form_wrapper form.forms label{font-size:20px;font-weight:600;margin:15px 0 5px}
section.order_form_section .form_wrapper form.forms .form-group.file_area{position:relative}
section.order_form_section .form_wrapper form.forms .form-group.file_area .textarea_file{border:solid 1px #eee;padding:0}
section.order_form_section .form_wrapper form.forms .form-group.file_area .textarea_file textarea{margin:0;padding-bottom:40px}
section.order_form_section .form_wrapper form.forms .form-group .file_upload{width:100%;display:-ms-grid;display:grid;-ms-grid-template-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:20px;margin-top:10px}
section.order_form_section .form_wrapper form.forms .form-group .file_upload input{margin:0}
section.order_form_section .form_wrapper form.forms .form-group h4{text-align:left;font-size:20px;font-weight:600;color:#002147;margin:20px 0 0}
section.order_form_section .form_wrapper form.forms .form-group input{margin:0;}
section.order_form_section .form_wrapper form.forms input.submit{margin:20px 0 0;background-color:var(--primaryColor);color:#fff;font-weight:600}
section.order_form_section .form_wrapper form.forms .form50{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
section.order_form_section .form_wrapper form.forms .form50 .form-group label{font-weight:600;color:#002147}
section.order_form_section .form_wrapper form.forms .form50 .form-group input{margin:0; height:30px}
.order-btn{background-color:#ffa500;color:#f0e5e5;font-weight:600;font-size:2rem;text-transform:uppercase}
/* end order form */
.form_wrapper{width:100%;float:left}
.text-center h2::after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}


.section.order_form_section .form_wrapper {
  width: 100%;
  float: left;
  border-radius: 8px;
  padding: 30px;
  background-color: #fff;
  margin-top: 100px;
  margin-top: -70px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



form.forms, form.forms .form50, form.forms .form-group, form.forms .form-group input, form.forms .form-group textarea, header, section, main,  .inner_wrapper, section.contact_wrapper  section.contact_wrapper  .in.info_boxner, section.contact_wrapper .form_wrapper, header .header_top, header .header_bottom, footer .footer_column, footer .footer_bottom {
  width: 100%;
  float: left;
  
}
.form-group {
  margin-bottom: 1rem;
}

form.forms, form.forms .form50, form.forms .form-group, form.forms .form-group input, form.forms .form-group textarea, header, section, main, footer, .inner, section.why_choose_us .inner_wrapper, section.contact_wrapper .info_box, section.contact_wrapper .info_box .inner, section.contact_wrapper .form_wrapper{
  width: 100%;
  float: left;
  font-size: 20px;
}


section.order_form_section .form_wrapper form.forms .form50 .form-group label {
  font-weight: 600;
  color: black;
  font-size: 20px;
  display: flex
}

section.contact_wrapper form.forms input, section.contact_wrapper form.forms textarea {
  padding: 15px 25px;

}

/* review page design star here */
.review-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.review-stars {
  color: #ffcc00;
}
.review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/* review page design enmd here  */

/* top bottom button start here */
.scroll-buttons {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.btn-orange {
  background-color: orange;
  color: white;
  border: none;
  padding: 10px 12px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #e69500;
}
/* top bottom button end here */