@import url("https://fonts.googleapis.com/css2?family=Concert+One&family=Josefin+Slab&family=Lato&family=Poppins&family=Raleway&family=Roboto&family=Taviraj&display=swap");

/*
font-family: 'Concert One', cursive;
font-family: 'Josefin Slab', serif;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Taviraj', serif;
*/

.sub_header {
  background-color: #302f2d;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 500;
}

.social i {
  color: #fff;
  background-color: none !important;
  padding: 10px !important;
  margin: 2px !important;
  border-radius: 50% !important;
}

.sub_header i {
  color: #fff;
  background-color: #ed1c24;
  padding: 0.3rem;
  border-radius: 4px;
}

.header_middle {
  background-color: transparent;
  box-shadow: 0px 0px 10px #302f2d;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #302f2d;
  padding: 0.6rem 1rem;
  margin: 0px 0.4rem;
  transition: all 0.5s;
  border-radius: 20px;
  /* border-right:3px solid #ed1c24;
   border-left:3px solid #302f2d; */
}

.navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: #302f2d;
  background-image: linear-gradient(to right, #3d3d3c, #ed1c24);
  color: #fff;
  border-radius: 20px;
  transform: translateY(-10px);
}

nav ul li:hover > ul {
  display: inherit;
}

nav ul ul li {
  width: 230px;
  float: none;
  display: list-item;
  position: relative;
}

/* nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 230px;
} */

nav .dropdown-menu{
    padding: 10px;
    text-transform: uppercase;
}



/* li > a:after {
  content: "▼";
} */

/* li > a:only-child:after {
  content: "";
} */

.list_box {
  position: absolute;
  padding: 10px;
  right: -100px;
  top: 0px;
  left: 230px;
  width: 230px;
  background: #302f2d !important;
  color: #fff !important;
}
.list_sub_box {
    width: 206px;
    background: #302f2d !important;
    color: #fff !important;
  position: absolute;
  padding: 10px;
  left: 200px;
  top: 0px;
  right: 100%;
}
.dropdown-item:hover {
  color: #fff !important;
  background: #ed131c !important;
}

/* Banner css */
.banner_box .carousel-inner .carousel-item {
  transition: all 1s;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

.banner_box .carousel-inner .carousel-item img {
  position: absolute;
  top: -100%;
  transition: all 0.2s;
}

.banner_box .carousel-inner .active img {
  position: relative;
  top: 0%;
  transition: all 0.2s;
}

.banner_box .carousel-inner .bottom img {
  position: absolute;
  bottom: -100%;
  transition: all 0.2s;
}

.banner_box .carousel-inner .bottom.active img {
  position: relative;
  bottom: 0%;
  transition: all 0.2s;
}

.banner_box .carousel .fa-solid {
  background-image: linear-gradient(to right, #3d3d3c, #ed1c24);
  color: #fff;
  font-size: 20px;
  padding: 0.8rem;
  border-radius: 50%;
  border-bottom: 3px solid #000;
  transition: all 0.3s;
}

.banner_box .carousel .fa-solid:hover {
  transform: translateY(-4px);
}

.banner_box {
  background-image: linear-gradient(to right, #3d3d3c, #ed1c24, #3d3d3c);
}

/* about_us section */
.about_us h4 {
  color: #ed1c24;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.about_us h1 {
  color: #ed1c24;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.about_us h1 span {
  color: #302f2d;
  font-weight: bolder;
  font-family: "Lato", sans-serif;
}

.para {
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

.read_more {
  /* background-image: linear-gradient(to right , #ed1c24 ,#3d3d3c); */
  border: none;
  color: #000;
  padding: 0.6rem 1.7rem;
  background: none;
  background-color: #fff;
  transition: all 0.4s;
}
.read_more:hover {
  /* background-image: linear-gradient(to right , #3d3d3c ,#ed1c24);
    transform: translateY(-8px);
    box-shadow: 0px 0px 15px #302f2d; */
  text-decoration: underline;
  font-weight: bolder;
}

/* featur_box css */
.featur_box img {
  transition: all 4s;
}

.featur_box:hover img {
  transform: rotate(360deg);
}

.featur_box {
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
}

.heading {
  color: #302f2d;
  position: relative;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.heading::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  width: 40px;
  height: 4px;
  background-color: #ed1c24;
  border-radius: 20px;
}

.heading::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  width: 40px;
  height: 4px;
  background-color: #ed1c24;
  border-radius: 20px;
}
/* slider */
* {
  box-sizing: border-box;
}
.slider {
  width: 100%;
}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: none;
}
.slick-active {
  opacity: none;
}
.slick-current {
  opacity: none;
}
/* slider */

/* Product Sec */
.img_box {
  overflow: hidden;
  border-radius: 4px;
}

.img_box img {
  transition: all 0.5s;
}

.product_box:hover img {
  transform: scale(1.2);
}

.product_box {
  background-color: #fff;
  padding: 1rem;
}

.product_box h5 {
  color: #fff;
  margin: 0px;
}

/* appoiment_box sec */
.appoiment_box {
  background-color: #ed1c24;
  font-family: "Poppins", sans-serif;
}

.appoiment_box h1 {
  font-family: "Raleway", sans-serif;
  font-weight: bolder;
}

.appoiment_box .list {
  list-style-type: none;
}

.appoiment_box .list i {
  color: #302f2d;
}

.btn-one {
  background-color: #302f2d;
  padding: 1rem;
  width: 100%;
  display: flex;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s;
}

.btn-one:hover {
  color: #fff;
}

.btn-one::before {
  content: "";
  height: 100%;
  width: 11px;
  background-color: #302f2d;
  position: absolute;
  top: 0;
  left: -10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #f63f3f;
}
.nav-link:hover {
  border-bottom: 2px solid #992434;
}
.nav-link:focus {
  border-bottom: 2px solid #992434;
}
.nav-link {
  color: #000;
}
.ulist {
  padding-left: 441px;
}
.btn-one::after {
  position: absolute;
  top: -22px;
  left: -10px;
  width: 12px;
  height: 23px;
  content: "";
  background-color: #302f2d;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.card_1 {
  background-color: #302f2d;
  color: #fff;
}

.card_2 {
  background-color: #efefef;
  color: #ed1c24;
}

.card_3 {
  background-color: #ed1c24;
  color: #fff;
}

/* Footer Css */
.footer_cstm_bg {
  background-image: url(../images/banner/n3.jpg);
  background-color: #000;
  padding: 3rem 1rem;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
  background-size: cover;
  position: relative;
}

.footer_cstm_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.822);
  opacity: 0.6;
}

.main_footer {
  position: relative;
  z-index: 100;
}

.cstm_color {
  color: #ed1c24;
}

.footer_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer_list li a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}

.footer_list li {
  transition: all 0.4s;
}

.footer_list li:hover {
  transform: translateX(10px);
}

.footer_sub {
  background-color: #ed1c24;
  color: #fff;
}

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

body {
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.548);
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
  }
  .navbar-collapse .navbar-nav {
    margin: 0px !important;
    position: relative;
    top: 0;
    left: -100%;
    transition: all 0.5s;
    z-index: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    background-color: #ed1c23bd;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 1.8rem;
    text-align: center;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.433), #302f2d);
    color: #fff;
  }
  .navbar-toggler {
    z-index: 501;
  }
  .navwrapper {
    left: 0%;
  }
  .navwrapper .navbar-nav {
    margin: 0px !important;
    position: absolute;
    left: 0%;
  }
}

@media (max-width: 400px) {
  .sub_header .col-6 p {
    font-size: 12px;
  }
  .sub_header .col-6 i {
    padding: 0.1rem;
    margin-right: 3px !important;
    font-size: 12px;
  }
  .banner_box {
    padding: 0px !important;
    height: 200px;
  }
  .banner_box .carousel {
    height: 100%;
  }
  .banner_box .carousel .fa-solid {
    padding: 0.3rem;
  }
}

@media (max-width: 525px) {
  .apoint_content {
    padding: 15px !important;
  }
}

@media (max-width: 575px) {
  .card_2 {
    border-top: 3px solid #302f2d;
  }
}

.quality_sec {
  background-color: #000;
  padding: 90px;
  padding-top: 40px;
}
.heading_quality {
  font-size: 50px;
  color: red;
  display: flex;
  justify-content: center;
}
.nav-pills .nav-link {
  font-size: 35px;
  font-family: "Roboto", sans-serif;
}
.key_bg {
  background-color: #000;
  padding: 5px;
}
.heading_quality1 {
  font-size: 70px;
  color: red;
}
.heading_quality2 {
  font-size: 24px;
  color: red;
}

/* about us page css start*/
.about {
  margin: auto;
  width: 75%;
  margin-top: 25px;
}
.img1 {
  float: right;
  width: 50%;
  margin-top: 15px;
  border-radius: 40px;
}
.img2 {
  float: left;
  margin-right: 30px;
  width: 50%;
  margin-top: 15px;
  border-radius: 40px;
}

/* about us page css ends*/

/* enquiry css start */

.enquiryimg {
  height: 50%;
  width: 80%;
  margin: 0% 10%;
}
/* enquiry css ends */

/* contact us page start*/
iframe {
  margin: 40px 10px;
}
.contactimg {
  height: 300px;
  width: 70%;
  margin: 0% 15%;
}
hr {
  width: 500px;
  rotate: 90deg;
  top: -350px;
  right: -600px;
  position: relative;
}
.contactform h1 {
  position: relative;
  left: 50px;
  margin-bottom: 35px;
}
.contactform {
  position: absolute;
  top: 65%;
  left: 71%;
  width: 59%;
}
.contactform input {
  margin-bottom: 15px;
}
/* contact us page end */

.margin-t {
  margin-top: 10.5rem !important;
}

.carousel-control-prev {
  left: -65px !important;
}
.carousel-control-next {
  right: -65px !important;
}

.hg {
  z-index: 999;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .hg {
    position: relative !important;
    top: unset !important;
    right: 0 !important;
    margin: 10px !important;
    transform: none !important;
  }
}

 .dropdown-menu a{
  
border-bottom: none !important;
color: #000 !important;
}

.dropdown-menu {
  min-width: 11rem !important ;
border-left: 4px solid red !important;
background-color: rgb(242, 242, 254) !important;

 

}

.dropdown-item {
  padding: 0.5rem 0 !important;
  border: none !important;
  color: #000 !important;
  
}

.left-60{
    left: -60px !important;
}

.alupure{
  background-color: #ee1922;
  color: #fff;
  padding: 5px;
}
.pdf_heading{
  font-size: 22px ;
  font-weight: 600;
}
.contact_bg{
  background-image: url(../images/contactnew.jpg);
  padding: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_heading{
  font-size: 100px;
  color: #fff;

}
.icon_contact {
  color: #fff;
  font-size: 20px;
  font-weight: bolder;
  margin-left: 10px;
}
.icon_contact a{
  list-style: none !important;
}
.con_border{
  border-bottom: 1px solid rgb(190, 187, 187);
  padding: 10px;
}
.con_color{
  font-size: 50px;
  color:#ee1922 ;
}
.con_icon{
  background-color: rgba(225, 225, 235, 0.852);
  padding: 90px;
}
.contact_aro{
  border-left:6px solid red;
}
.tag{
  text-decoration: none;
}
.contact_btn{
background-color: #000;
padding: 10px;
color: white;
margin: 10px;
}
.bru_bg{
  background-image: url(../images/download/b2.jpeg);
  padding: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bru_bg1{
  background-image: url(../images/download/b4.jfif);
  padding: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}


.table-dark {
  --bs-table-bg: #70696921 !important;
  --bs-table-striped-bg: #70696921 !important;
  --bs-table-striped-color: #000 !important;
  --bs-table-active-bg: #70696921 !important;
  --bs-table-active-color: #000 !important;
  --bs-table-hover-bg: #70696921 !important;
  --bs-table-hover-color: #000 !important;
  color: #000 !important;
  border-color: #70696921 !important;
}

.bg-gry{
  background-color: #EBEDEC;
}


.bg1{
  background-image: url(../images/color_option/bg1.jpg);
  background-size: cover;
  padding: 150px;
  background-repeat: no-repeat;
  position: relative;
  color: #000;
}
.bg1::after{
  content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.ovr-txt{
  position: relative;
  z-index: 1;
}
.bg2{
  background-image: url(../images/contactus-banner.jpg);
  background-size:cover;
 padding: 200px;
  background-repeat: no-repeat;
  position: relative;
  color: #000;
}
.bg2::after{
  content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.ovr-txt{
  position: relative;
  z-index: 1;
}
.hrhr{
  margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    rotate: 180deg;
    top: 0 !important;
    right: 0 !important;
}

.midform i {
  font-size: 90px;
  color: rgb(255, 255, 255);
  width: 126px;
  height: 126px;
  background: rgb(227, 227, 227);
  border-radius: 50%;
  line-height: 126px;
  margin-top: 106%;
  position: relative;
}

.midform i::before, .midform i::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -118px;
  width: 1px;
  height: 118px;
  background: rgb(204, 204, 204);
  margin: auto;
}
.midform i::after {
  position: absolute;
  top: auto;
  bottom: -118px;
}

