
/* <**************************************top nav************************> */
.top .nav-link {
  font-weight: 600;
  color: #e6685d !important;
  margin: 0px;
  font-size: 13px;
  margin-right: 3px;
  margin-left: 3px;
}

.top .nav-link:hover {

  color: #ffffff !important;
  font-weight: 800;
  background-color: #e6685d;
  /* margin-right: 5px;
  margin-left: 5px;
   */
  
}




.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 800;
  background-color: #e6685d;
}


.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
  
}


.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -45px;
  margin-top: var(--bs-dropdown-spacer);
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color:#000000 !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 15px;
}

.dropdown-item:hover {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color:#cc0001 !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ecebeb;
  border: 0;
}




/* <**************************************top nav end************************> */

/* <**************************************Testimonial************************> */

.testimonial h1{
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: #cc0001;
}


.testimonial .card{
  height:400px;
  width:350px;
}
.testimonial .card p{
  color: #333;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  letter-spacing: 0.5px;
  

}


.testimonial h3  {
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 0px 0;
  line-height: 40px;
  font-weight: 700;
  color:#cc0001;
}


.testimonial p{
  color: #333;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 10px;

}
/* <**************************************banner in common pages************************> */

.about h1  {
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 0px 0;
  line-height: 40px;
  font-weight: 700;
  color:#cc0001;
}

.about h3  {
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 0px 0;
  line-height: 40px;
  font-weight: 700;
  color:#cc0001;
}

.about p{
  color: #333;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  padding-top: 10px;

}


.about ul{
  padding-left: 50px;
    line-height: 35px;

}

.breadcrumb{
  margin-bottom: 0px !important;
}

.breadcrumb_outer {
  background: #d8d8d8;
  padding:0px;
}

.breadcrumb-item.active a{
  color: #cc0001;
}
.breadcrumb-item.active{
  color: #cc0001;
}

.breadcrumb-item a{
  color: #000;
}
.breadcrumb-item a:hover{
  color: #cc0001;
}

/* <**************************************banner in common pages end************************> */

/* <**************************************CONTACT us************************> */

.contact{
  background-color:#fcfcfc;
}

.contact h1  {
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  
  line-height: 40px;
  font-weight: 700;
  color:#cc0001;
}



input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
    outline: none !important;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07)!important;
    font-size: 14px !important;
    background: #fff !important;
    color: #808080 !important;
    border: none !important ;
    padding: 15px;
   
}
.btn-effect-contact {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background: #119c3a;
  color: #ecebeb;
}

.btn-effect-contact span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 100%;
	background: #cc0001 !important;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.btn-effect-contact:hover span {
	width: 225%;
	height: 262.5px;
}
.btn-effect-contact:active {
	background-color: #fff;
}



.address_box1{
    width: auto;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #0f0f0f;
    margin: 0 0 15px 0px;
}

.address1 a {
  line-height: 33px;
  font-weight: 400;
  font-size: 14px;
  color: #0f0f0f;
}

/* <**************************************CONTACT US END************************> */ 


/* <**************************************PRODUCTS catagory************************> */ 


.links-use{
  border: solid 2px #cc0001 ;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  padding: 0px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
  
}


.links-use ul{
  padding: 0px 10px;
}


.links-use li{

  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}


.links-use h4{
  padding: 10px;
  background: #cc0001;
  color: #ffff;
  font-size: 18px;
  border-radius: 10px 10px 0px 0px;
}











.category-viewall{
  padding: 10px;
  background: #cc0001;
  color: #ffff !important;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  margin-top: 10px;
}


.links-use a {
  /* background: #003f5e; */
  color: #000000;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
  
}
.links-use li a:hover {
  color: #cc0001;
  padding-left: 5px;
  transition: all 0.5s linear;
  
}
.links-use li.active a{
  color: #cc0001;
}

.links-use li:hover {
  color: #cc0001 !important;
  padding-left: 5px;
  transition: all 0.5s linear;
  width: 100%;
  
}



.single-tech-news h3:hover a {
  color: #fff;
}
.single-tech-news h3:hover {
  background-color: #003f5e;
  color: #fff;
  padding-left: 5px;
  transition: all 0.5s linear;
}


/* <**************************************PRODUCTS catagory************************> */ 

.products_title1 {
	width: 100%;
    float: left;
/*    font-family: 'Playfair Display', serif;*/
    position: relative;
    font-size: 23px;
    font-weight: 700;
    /* text-align: center; */
    color: #fff !important;
    letter-spacing: .5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    text-shadow: 6px 1px 7px #000;
}
.category_box-det .products_img img{
  border-radius: 10px;
/*  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;*/
}

.category_box-det{
  position: relative;
  width: 100%;
  display: block;
}
.category_box-det .products_img{
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.category_box-det .products_content {
    width: 100%;
    float: left;
    height: 100px;
    position: absolute;
    margin: 0;
    background: transparent;
    z-index: 99;
    box-shadow: none;
    bottom: 0;
    padding: 15px;
}
.category_box-det .products_img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 42%));
    transition: all 500ms ease;
    transform: translate3d(0px, 0, 0px);
    z-index: 1;
}
.category_box-det .btn-effect-contact1{
  font-size: 13px;


}

/* <**************************************PRIVACY POLICY************************> */ 
  .privacy p{
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 35px !important;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .privacy h1{
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    line-height: 40px;
    font-weight: 700;
    color: #cc0001;

  }

  .privacy ul{
    padding-left: 50px;
    line-height: 35px;
  }

  /* <**************************************FAQ************************> */ 




.accordion-button:not(.collapsed) {
    color:#ffffff !important;
    background-color:#cc0001 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: none !important;
}

.accordion-item{
  margin: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px 10px 10px 10px !important;
    border: none !important;
}



.swiper-slide {min-width:350px}
	
/* only on sm to large devices */
@media (min-width: 768px) {
  .swiper-slide {min-width:350px}
}

/* <**************************************SITE MAP************************> */ 


.sitemap h1{
  color: #cc0001;
  font-family: 'Poppins', sans-serif;
}

.sitemap .box1 h6{
  text-transform: capitalize;
}
.sitemap:hover{
  color: #cc0001;
}

.sitemap .box1{
  border: #ffffff 1px solid;
  /* border: #948f8f 1px solid; */
  margin: 15px;
  padding: 10px;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
  text-transform: capitalize;
  
}

.sitemap .box1:hover{

  border: #cc0001 1px solid;
  margin: 15px;
  padding: 10px;
  box-shadow:none;
  
  color:#cc0001;
  
}

.sitemap a{
  color:#000000;
}


.sitemap .box1 a:hover{
  color:#cc0001;
}




.legal h1{
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: #cc0001;
}

.faq h1{
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color: #cc0001;
}



.btn-effect-contact1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background: #cc0001;
  color: #ecebeb;}

  .btn-effect-contact1:hover{
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    background: #0a0a0a;
    color: #ecebeb;}


.about h1  {
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 700;
  color:#cc0001;
}

.about h2{
      font-size: 20px;
      color: #000;
    }


    .about-sub h2{
      font-size: 22px;
      color: #1c1c1c !important;
      font-weight: 600;
      line-height: 30px;
    }

    .about-sub  h3{
      font-size: 22px;
      color: #1c1c1c !important;
      font-weight: 600;
      line-height: 30px;
    }
    .about-sub  h3{
      font-size: 22px;
      color: #1c1c1c !important;
      font-weight: 600;
      line-height: 30px;
    }


    @media (min-width: 1200px) and (max-width: 1296px) {

    .top .nav-link {
        font-weight: 600;
        color: #cc0001 !important;
        margin: 0px;
        font-size: 12px;
        margin-right: 3px;
        margin-left: 3px;
    }
    .top_ph a i {
        
        margin: 0 5px 0 0;
        width: 17px;
        height: 11px;
        padding: 5px;
        font-size: 11px;
    }
    .top_ph {
        font-size: 11px;
        padding: 0px 0px;
    }
    .dwnBtnA {
      font-size: 10px !important;
      line-height: 0px !important;
      color: #fff !important;
      text-align: left !important;
      padding-right: 4px !important;
      margin-left: 5px !important;
    }

    }