html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
    overflow-x: hidden;
}

/*@font-face {
  font-family: myFirstFont;
  src: url('webfonts/LondrinaShadow-Regular.ttf');
}*/

/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
}
p {
	color: #676767;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 10px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.page-section {
	padding: 2rem 0;
}

.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

.navbar {
	background-color: #131a2c!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
}
.logo-img {
	width: 200px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #fff!important;
	line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-dark .navbar-toggler {
	border:2px solid #fff;
}

/* add your custome hamburger icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
	outline: none;
} 

.customNav  {
	background-color: #ee3739!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
}

@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}



/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span, .owl-next span {
	display: none;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

.owl-carousel .owl-item img {
	width: 65%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #131a2c;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  line-height: 40px;
}


/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	margin-top: 81px;
}

.card-layout1 {
	
}

.hm-ab-box h2 {
    color: #000;
    text-transform: uppercase;
}

.hm-ab-box span {
    font-weight: 800;
    color: #ff0000;
}

.hm-ab-btn a {
    background-color: #ff0000;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 10px 15px;
    text-transform: uppercase;
}

.company-value-wrapper{
	background-image: url(../img/hm-bg-1.jpg);
	/*background-position: center;*/
	background-size: cover;
	background-repeat: no-repeat;
}

.value-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


.company-value-box h2{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.company-value-box p{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.test-wrapper{
	background-color: #f5f5f5;
}

.hm-test-box h2{
	color: #000;
    text-transform: uppercase;
    text-align: center;
}

.hm-test-box span{
       font-weight: 800;
    color: #ff0000;
}

.hm-test-box p{
     color: #000;
     text-align: center;
}

.test-box{
	background-color: #fff;
	padding: 10px;
	border-radius: 15px;
}

.test-box p{
	margin-top: 10px;
}

.img-avatar {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.test-name {
    color: #000;
    font-weight: 600;
}

.test-name span{
    color: #ff0000;
    font-weight: 800;
}

.img-avatar img {
    width: 40%!important;
    padding-right: 20px;
}

.checked {
  color: orange;
}


/*.hm-ab-box span {
	    font-weight: 800;
    color: #ff0000;
   }*/


   .mt4{
    margin-top: 4rem;
   }


.hm-cate-box span {
    left: -100px;
    top: -174px;
    color: #ffffff;
    background-color: #ff0000;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-size: 65px;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
    font-weight: 600;
    z-index: -1;
    display: flex;
    align-items: center;
    opacity: 1.0;
    font-family: var(--font-secondary);
    margin-left: -30px;
    margin-top: -3rem;
    text-transform: uppercase;
}

.hm-cate-box h2{
  text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.hm-cate-auto-box span{
    top: -140px;
    color: #ffffff;
    background-color: #ff0000;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-size: 65px;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
    font-weight: 600;
    z-index: -1;
   /* display: flex;*/
    align-items: center;
    opacity: 1.0;
    font-family: var(--font-secondary);
    margin-top: -3rem;
    text-transform: uppercase;
}

.hm-cate-auto-box h2{
  text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.hm-cate-3-box h2 span{
    top: -174px;
    color: #ffffff;
    background-color: #ff0000;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-size: 65px;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
    font-weight: 600;
    z-index: -1;
    display: flex;
    align-items: center;
    opacity: 1.0;
    font-family: var(--font-secondary);
    margin-left: 10px;
    margin-top: -2rem;
    text-transform: uppercase;
}

.hm-cate-3-box h2{
  text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.hm-testimonial-box span {
    left: 185px;
    top: -170px;
    color: #f5f5f5;
    background-color: #ff0000;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-size: 65px;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
    font-weight: 600;
    z-index: -1;
    display: flex;
    align-items: center;
    opacity: 1.0;
    font-family: var(--font-secondary);
    margin-left: 270px;
    margin-top: 0rem;
    text-transform: uppercase;
}  

.hm-testimonial-box h2{
  text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.hm-testimonial-box{
    text-align:center;
  }  


.item{
  height: 100%;
} 

.test-box{
  height: 100%;
}  




/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.about-para-wrapper{
	background-color: #f5f5f5;
}

.ab-para-box {
    background-color: #fff;
    padding: 15px;
    height: 100%;
}

.ab-para-box h2{
	color: #000;
    text-transform: uppercase;
}

.ab-para-box span{
	font-weight: 800;
    color: #ff0000;
}


.about-bg-wrapper{
	background-image: url(../img/about-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-box h3{
	color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    font-size: 24px; 
}

.bg-box p{
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-size: 17px;
}

.company-box h5{
	text-align: center;
    color: #fe0000;
    font-weight: 600;
    font-size: 25px;
}

.company-box h5{
	text-align: center;
    color: #fe0000;
    font-weight: 600;
    font-size: 25px;
}

.company-box h2 {
    color: #000;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.ab-company-wrapper{
	background-color: #f5f5f5;
}

.ab-service-logo-box span {
    top: -140px;
    color: #f5f5f5;
    background-color: #ff0000;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-size: 55px;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
    font-weight: 600;
    z-index: -1;
    display: flex;
    align-items: center;
    opacity: 1.0;
    font-family: var(--font-secondary);
    margin-left: 144px;
    margin-top: -3rem;
    text-transform: uppercase;
}

.ab-service-logo-box h2{
      text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}




.flip-card {
  perspective: 1000px;
  min-height: 400px; /* Set a minimum height for the flip card */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0; /* Set the top and left properties to ensure */
  left: 0; /* the front and back cards are overlaid on each other */
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-front,
.flip-card-back {
  /* ... existing styles ... */
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
  min-height: 400px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; /* Ensure the front card stays on top initially */
}

.flip-card-front img {
  object-fit: cover; /* This will ensure the image covers the entire container */
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.flip-card-back {
  /* ... existing styles ... */
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-text {
  position: absolute;
    margin-top: 18rem;
    font-size: 17px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 10px 10px;
    text-transform: uppercase;
}

.flip-card-back {
  box-sizing: border-box; /* make padding included in the height */
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.flip-card-back .content-container {
  padding: 15px;
  height: 100%;
  overflow-y: auto;
}







/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/

.pro-head-box{
    margin-bottom: 6rem;
    text-align: center;
}

.pro-head-box h2{
  color: #000;
    text-transform: uppercase;
}

.pro-head-box span{
  font-weight: 800;
    color: #ff0000;
}

.pro-head-box p{
  font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.pro-cate-box h2{
  text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.pro-cate-box p{
  color: #000;
    font-size: 17px;
}

.pro-auto-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro-auto-box span {
    color: #ffffff;
    background-color: #ff0000;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-size: 65px;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
    font-weight: 600;
    z-index: -1;
    display: flex;
    align-items: center;
    opacity: 1.0;
    /* margin-top: -3rem; */
    text-transform: uppercase;
}

.pro-auto-box h2{
     text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.pro-solar-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro-solar-box span {
    color: #ffffff;
    background-color: #ff0000;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    font-size: 65px;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
    font-weight: 600;
    z-index: -1;
    display: flex;
    align-items: center;
    opacity: 1.0;
    text-transform: uppercase;
}

.pro-solar-box h2{
   text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.products-batteries-wrapper{
      background-color: #f5f5f5;
}

.product-card-wrap {
    z-index: 1;
    border: none;
    background-color: #fff;
    /* box-shadow: 0 16px 12px -13px #00309733; */
    border-radius: 0;
    padding: 0 1.9rem 1.9rem;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all .3s ease-in-out;
}

.product-details h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.product-detail-btn a{
  background-color: #ff0000;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 8px 10px;
    font-weight: 500;
}

.product-detail-btn{
    text-align: center;
}

.table .thead-dark th {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}
.pro-cate-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.pro-cate-box span {
  color: #ffffff;
  background-color: #ff0000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  font-size: 65px;
  height: 100%;
  max-width: max-content;
  max-height: max-content;
  font-weight: 600;
  z-index: -1;
  display: flex;
  align-items: center;
  opacity: 1.0;
  /* margin-left: 380px; */
  /* margin-top: -3rem; */
  text-transform: uppercase;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.nav-item {
    padding-left: 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #fe0000;
    line-height: 30px;
    font-weight: 600;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: solid 2px #fe0000;
    color: #000!important;
    font-weight: 600;
    line-height: 30px;
}

.auto-box h1{
  text-transform: uppercase;
    font-weight: 600;
}

.auto-box span{
  color: #fe0000;
  font-weight: 900;
}

/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}

.map-wrapper {
        line-height:0;

}

.contact-title{
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.contact-title span {
  font-weight: 800;
    color: #ff0000;
}

.cont-para{
  color: #000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.contact-box {
    background-color: #ffffff;
    padding: 33px;
    margin-bottom: 3rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #131a2c;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s;
}

.btn-cont{
  margin-top: 2rem;
}

.btn-cont a{
  background-color: #ff0000;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

.contact-bg-wrapper{
     background-image: url(../img/contact-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.cont-info-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.address-head {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 50px;
    color: #fff;
}

.mt1{
    margin-top: 2rem;
}

.icon-box i {
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.cont-info-box p a {
    color: #fff;
}

.cont-info-box p {
    margin-left: 23px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.contact-wrapper {
  background-color: #f3f3f3;
}




/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
/*.page-not-found-wrap {
	margin-top: 7rem;
}*/
.page-not-found {
	display: table;
	margin: 0 auto;
	padding: 5rem 0;
	width: 50%;
	filter: drop-shadow(2px 4px 6px black);
	display: none;
}
.page-not-found-text {
	text-align: center;
	margin: 8rem 0 5rem;
}

/* oops text with fill background image */
.page-not-found-text h1 {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 20vw;
	color: #000;  
  background: url("../img/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
		text-transform: capitalize;
	/*display: none; currently not visible*/
}

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/
.whatsapp i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #25d366;
    /* box-shadow: 2px 2px 3px #999; */
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.foot-img-box{
	display: flex;
    justify-content: center;
}
.list-text {
    line-height: 33px;
    padding-left: 0;
}

.list-text li {
   color: #000000;
    font-weight: 700;
}

.list-text li a {
  color: #686868;
    font-weight: 500;
}

.footer-social-list {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.footer-social-list li i {
  color: #686868;
  width: 35px;
  height: 35px;
  font-size: 23px;
  border: 1px solid #686868;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  transition: all 0.3s;
  background: #fff;
}
.footer-para p {
  color: #686868;
  font-weight: 500;
}

.foot-address-head{
	color: #000000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.foot-icon-box i {
    text-align: center;
    font-size: 25px;
    color: #686868;
    margin-bottom: 18px;

}

.foot-info-box p a {
  color: #686868;


}

.foot-info-box p {
  margin-left: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #686868;

}

.foot-info-box {
    display: flex;
    align-items: center;
}




.bottom-footer-wrapper {
	background-color: #fe0000;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: #000;
}


.manu-box h2{
   font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.manu-box p{
  font-size: 17px;
  margin-top: 20px;
}

.manu-para-wrapper {
  background-color: #f5f5f5;
}


.value-points {
    display: flex;
}

.value-points i {
    background-color: #e52936;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.ab-points {
    color: #e52936;
    font-size: 20px;
    font-weight: 600;
    margin-left: 30px;
}

.machine-box p {
  color: #000;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.auto-series-header{
  text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.company-head{
    text-transform: uppercase;
    font-weight: 500;
}

.company-head span{
    font-weight: 600;
    color: #fe0000;
}




