html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

/*@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}*/

/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
}
p {
	color: #000;
}
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: #fff!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: 230px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #000!important;
	line-height: 50px;
    text-transform: uppercase;
}

.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 {
	color: red;
	font-size: 20px;
	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;
}



/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/
.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: #ff6318;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    line-height: 40px;
}

.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;
}



.main-wrapper {
	margin-top: 105px;
}

.hm-about-heading h2 {
text-transform: uppercase;
font-weight: 600;
}

.hm-ab-btn {
	margin-top: 2.5rem;
}

.hm-ab-btn a {
	font-weight: 700;
    background-color: #f45d2e;
    padding: 9px 9px;
    border-radius: 24px;
    text-transform: uppercase;
    box-shadow: rgba(17, 12, 46, 0.15) 3px 6px 0px 1px;
}

.hm-ab-btn a:hover {
	color: #fff;
}
.about-feature {
    padding-left: 0;
    line-height: 50px;
    font-size: 19px;
}
.about-feature i {
	background-color: #f45d2e;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
}

.img-avatar {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.img-avatar img {
    width: 40%!important;
    padding-right: 20px;
}

.hm-category-btn a{
	font-weight: 700;
    background-color: #000;
    padding: 9px 9px;
    border-radius: 24px;
    text-transform: uppercase;
    box-shadow: rgba(17, 12, 46, 0.15) 3px 6px 0px 1px;
}

.value-box{
	box-shadow: rgba(0, 0, 0, 0.24) 1px 1px 5px;
    padding: 20px;
    height: 100%;
}

a:hover {
    color: #fff;
}

.table .thead-dark th {
    color: #fff;
    background-color: #f45d2e;
    border-color: #ffffff;
    border-radius: 32px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.test-box h2{
	text-align: center;
    text-transform: uppercase;
    font-weight: 6s00;
}

.test-box p {
    text-align: center;
    font-size: 25px;
    color: #f45d2e;
    font-weight: 900;
    text-transform: uppercase;
}

.test-box{
     margin-bottom: 3rem;
}

.auto-img {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
}


/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/





/* vision-mission */

.vision-mission-wrapper {
	background-image: url(../img/vision-bg-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.vision-heading h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.vision-heading p {
	text-align: center;
	color: #fff;
	padding: 10px;
}
.vision-heading h3 span {
	color:#fe8538 ;
}

/* testimonial */
.img-profile img {
  width: 100px !important;
}
.testimonial-card {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 10px 30px;
}




.ab-txt-box h3{
	text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.ab-txt-box h2{
	font-size: 27px;
    font-weight: 900;
    color: #f45d2e;
    text-transform: uppercase;
}

.ab-about-feature {
    padding-left: 0;
    line-height: 50px;
    font-size: 16px;
}

.ab-about-feature i {
    background-color:#f45d2e;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
}

/*.ab-experience-wrapper{
	background-image: url(../img/about-bg-experience.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   /* padding: 0 0 443px 0;*/

.ab-experience-box{
	background-color: #343942;
    padding: 45px 72px 25px 55px;
    top: 145px;
    border-radius: 5px;
}

.ab-experience-box h2{
	color: #fff;
    font-weight: 900;
}

.ab-experience-box p{
	color: #fff;
    font-weight: 200;
}

.value-img-box{
	display: flex;
    justify-content: center;
}

.value-box h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #f45d2e;
}

.value-box p{
	text-align: center;
    font-size: 17px;
}

.bg-worker {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f45d2e;
}

.workers-box h1{
	color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.workers-box p {
    color: #fff;
    line-height: 35px;
}
/*.ab-txt-box {
text-align: center;
}*/



/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/
.hm-product-wrapper {
	background-color: #ff6318;
}
.hm-pro-heading h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 800;
}
.hm-pro-heading p {
	color: #fff;
	text-align: center;
}
.tubular-wrap {
	display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;

}
.pro-heading h4 {
	color: #fff;
	text-align: end;
}
.pro-heading p {
	color: #fff;
	text-align: end;
}
.flex-wrap {
	display: flex;
	justify-content: center;
}
.erickshaw-wrap {
	display: flex;
	align-items: center;
}
.erickshaw-wrap h4{
	color: #fff;
	text-align: start;
}
.erickshaw-wrap p{
	color: #fff;
	text-align: start;
}
.pro-heading span {
	font-weight: 800;
}
.hm-pro-heading h1 {
	border-bottom: solid #fff 3px;
}

.header-box h2{
	text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 2rem;
}

.pro-cate-box h2{
  text-transform: uppercase;
    font-weight: 700;	
    text-align: center;
}

.pro-cate-box span{
	color: #f45d2e;
    font-size: 35px;
    font-weight: 900;
}

.img-box{
	display: flex;
    justify-content: center;
}

.pro-cate-box p{
	text-align: center;
    font-size: 18px;
}

.product-card-wrap{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
	padding: 25px;
}

.products-batteries-wrapper{
	background-color: #80808017;
}


.product-details{
    text-align: center;
}

.product-details h4{
	font-weight: 800;
}

.product-detail-btn a{
	font-weight: 700;
    background-color: #f45d2e;
    padding: 9px 9px;
    border-radius: 24px;
    text-transform: uppercase;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 3px 0px 1px
}

.product-detail-btn {
	display: flex;
    justify-content: center;
}


.la-banner-wrap {
    position: relative;
}

.la-caption-inner {
    position: absolute;
    bottom: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(50%);
    text-align: center;
}

.la-caption-inner h2{
	text-transform: uppercase;
    font-weight: 700;
}

.banner-product-details h4{
	font-size: 40px;
    font-weight: 900;
    margin-top: 30px;
}

/*---------------------------------------------------------------------------------------------------------------------
	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;

}


.icon-box {
    display: flex;
}


.icon-box i {
    font-size: 25px;
    color: #f45d2e;
}

.icon-box p a {
    color: #656565;
}

.icon-box p {
    margin-left: 20px;
}

.contact-social-list li i {
    color: #ffffff;
    width: 31px;
    height: 31px;
    font-size: 17px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    transition: all 0.3s;
    background-color:#f45d2e;
}

.contact-box {
    background-color: #e1e1e2;
    padding: 30px;
}


.btn-cont a{
	font-weight: 700;
    background-color: #f45d2e;
    padding: 9px 9px;
    border-radius: 24px;
    text-transform: uppercase;
    box-shadow: rgba(17, 12, 46, 0.15) 3px 6px 0px 1px;
}


/*---------------------------------------------------------------------------------------------------------------------
	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
---------------------------------------------------------------------------------------------------------------------*/

.top-footer-wrapper {
	position: relative;
}

.footer-wrapper {
    padding: 3rem 0 0;
   background-color: #000;
}
.footer-social-list {
  padding-left: 0;
  margin-top: 24px;
  display: flex;
}
.footer-batteries-wrap p {
	color: #fff;
	margin-top: 30px;
}
.footer-social-list li a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #ffff;
    border-radius: 50%;
    text-align: center;
	color: #000000;
}
.bottom-footer-wrapper {
	padding: 1rem 0;
	background-color: #f5821f;
}
.footer-list {
	padding-left: 0;
    font-size: 17px;
    line-height: 35px;
}
.footer-links h3 {
color: #f45d2e;
}

.footer-list li a {
    color: #fff;
}
.footer-address p {
	color: #fff;
	text-transform: uppercase;
}
.text-black {
	color: #fff!important;
	text-transform: lowercase!important;
}
.footer-address span ,a{
    color: #fff;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: #000;
}
.creator-link:hover {
	color: #fff;
}

.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;
  }

  .owl-carousel .owl-stage{display: flex;}

  .aticle-box {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    flex-direction: column;
}


.test-box-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
     border: 2px solid #e7e7e7;
}



