html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
}

/*@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-image: linear-gradient(#e4020f, #e9560f);
	-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);
}
.gpower {

	background-image: linear-gradient(#6c6c6c, #383838);
		-webkit-box-shadow: 0 2px 6px -1px rgb(0 0 0 / 20%);
		box-shadow: 0 2px 6px -1px rgb(0 0 0 / 20%);
}
.genex {

	background-image: linear-gradient(#000000, #383838);
	-webkit-box-shadow: 0 2px 6px -1px rgb(0 0 0 / 20%);
	box-shadow: 0 2px 6px -1px rgb(0 0 0 / 20%);
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
}
.logo-img {
	width: 230px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #fff!important;
	line-height: 50px;
    text-transform: uppercase;
	font-weight: 600;
}

.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-image: linear-gradient(#000, red);
	-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;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #e9510f;
    background-clip: padding-box;
    border: transparent;
    border-radius: 0.25rem;
    line-height: 43px;
    text-transform: uppercase;
}
.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;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}


/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span, .owl-next span {
	color: red;
	font-size: 20px;
}

.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%;
}



/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	margin-top: 81px;
}

.card-layout1 {
	
}

.home-wrap{
	    background-color: #f0f0f0;
}

.home-wrap-head{
	text-align: center;
    font-size: 25px;
    font-weight: 600;
	text-transform: uppercase;

}

.home-wrap-vision{
	color: #e43f0b;
    font-weight: 800;

}

.home-wrap-glow{
	    margin-top: -15px;
	    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.card-head{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.home-wrap-img{
	display: flex;
    justify-content: center;
}

.img-h{
	    width: 100px;
       height: auto;
}

.home-btn{
	height: 50px;
    width: 160px;
    background-color: #e63e0d;
    color: #fff;
    border: none;
    border-radius: 25px;
    margin-top: 50px;
    margin-left: -280px;
}

.product-wrapper {
	background-image: url(../img/product-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.head-glow{
	font-size: 35px;
    font-weight: 900;
    color: white;

}

.head-bat{
	font-size: 35px;
    color: white;
    line-height: 7px;
    font-weight: 300;
}

.product-btn{
	
    width: 148px;
    height: 45px;
    border: none;
    border-radius: 30px;
}


.product-box{
	background-color: #e63e0d;
    padding: 25px;
    margin-left: -44px;
    border-radius: 35px;
}

.product-box-1 {
	   background-color: #e63e0d;
       padding: 52px;
       border-radius: 40px;
       display: flex;
	justify-content: space-between;
}
/*.prod2 {

}*/



.last-wrapper{
	background-image: url(../img/back-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
    padding: 10rem;
    position: relative;
}

.battery-img{
	position: relative;
    top: -13rem;
	margin-bottom: -10rem;

}

.about-wrap{
	background-image: url(../img/about-back.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}


.about-head{
	color: #e63e0d;
    font-size: 22px;
}

.about-glow{
	color: #e63e0d;
    font-size: 22px;
	font-weight: 900;
}

.about-btn{
	height: 50px;
    width: 160px;
    background-color: #e63e0d;
    color: #fff;
    border: none;
    border-radius: 25px;
    margin-top: 50px;
}

.wrapper-new {
	font-weight: 600;
    color: #e63e0d;
    font-size: 26px;
}

.wrapper-sub{
	font-size: 36px;
    font-weight: 500;
    line-height: 43px;
}

.enter{
	height: 60px;
    margin-top: 65px;
    border-radius: 50px;
    padding-left: 30px;
}

.newsltr-btn {
	position: relative;
    display: flex;
    justify-content: right;
	top: -42px;
}
.newsltr-btn button {
	height: auto;
    width: 104px;
    font-size: 17px;
    background-color: #e63e0d;
    border-radius: 15px;
    border: none;
    color: #fff;
    position: relative;
    right: 14px;
	text-transform: uppercase;
}

.wgl-infobox_content {
    display: flex;
    justify-content: start;
    position: absolute;
    top: 12rem;
    bottom: 0;
    left: 50px;
    right: 0;
}
.wgl-infobox_content h1 {
	color: #fff;
    font-size: 48px;
    font-weight: 600;
}
.wgl-infobox_content h1 span {
	color: #fff;
    font-size: 48px;
	font-weight: 300;


}
.wgl-infobox_content2 {
	display: flex;
    justify-content: end;
}
.wgl-infobox_content2 button {
	background-color: #ffffff;
    border: none;
    width: 114px;
    height: auto;
    font-size: 18px;
    border-radius: 13px;
    padding: 7px 0;
	position: relative;
    top: -5rem;
    left: -50px;


}
.wgl-infobox_content3 {
	display: flex;
    justify-content: start;
}
.wgl-infobox_content3 button {
	background-color: #ffffff;
    border: none;
    width: 114px;
    height: auto;
    font-size: 18px;
    border-radius: 13px;
    padding: 7px 0;
	position: relative;
	top: -5rem;


}
.wgl-infobox_content button {
	background-color: #ffffff;
    border: none;
    width: 114px;
    height: auto;
    font-size: 18px;
    border-radius: 13px;
    padding: 7px 0;
    position: relative;
    top: 10rem;
    left: -181px;
    bottom: 0;

}
.pro-img1 {
	position: relative;
    left: -23px;
}
.pro-img2 {
	position: relative;
    left: -42px;
    top: 4px;
}


/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/
.card-head-first{
	text-align: center;
    color: #e63e0d;
    font-size: 25px;
}

.card-head-second {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-top: -19px;
}

.card-head-third {
    text-align: center;
    font-size: 16px;
    margin-top: -12px;
}
.line {
	height: 106px;
    width: 3px;
    background-color: #e63e0d;
    position: absolute;
    top: 4rem;
    left: -22px;
}

/* .about-para{
	position: relative;
    top: -110px;
} */

.card-wrapper{
	background-color: #f0f0f0;
}

.card-box{
	background-color: white;
    padding: 50px;
    height: 100%;
}




/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/
.heading-wrap ,h2 p {
     text-align: center;
	 margin-bottom: 3rem;
}

.product-card {
	padding: 2rem;
}
.card {
	height: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pro-title {
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 4px;
}
.pro-card-body {
	background: #e10020;
	display: flex;
	justify-content: space-between;
}  
.card-link {
	
    font-size: 28px;
    color: #fff;
    position: relative;
    top: -6px;
} 
.card-link:hover {
    text-decoration: none;
    color: #000;
} 

.pro-card {
	border: none;
}

.page-banner-wrap-pro {
	background-image: url(../img/banner-pro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 10rem;
}
.page-banner-wrap-pro h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.page-banner-wrap-pro p {
	text-align: center;
	color: #fff;
	font-size: 21px;

}
.invert-heading h2 {
	text-transform: uppercase;
	font-weight: 500;
}



/*---------------------------------------------------------------------------------------------------------------------
	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;

}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 27px;
}
.cont-button {
	background-color: #e4160f;
    border: none;
    font-size: 20px;
    width: 122px;
    height: auto;
}

.contact-phone-wrap i{
	font-size: 20px;
	color: #e6210f;
}
.contact-social-list li a {
	font-size: 27px;
    color: #000;
}
a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.card-action-button {
	text-align: center;
}
.form-btn {
	background-color: #e4160f;
    color: #fff;
	margin-top: 9px;
}
.btn-form-content {
	background-color: #dedede73;
    color: #fff;
	padding: 2rem 1rem;	
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 

}
.info-box {
	background-color: #ffffff;
    padding: 33px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 
}
.info-box h4 {
    font-weight: 700;
}
.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;
}
.info-box p i {
	font-size: 20px;
    color: #e6210f;
}
.info-box p {
	font-size: 16px;
	font-weight: 500;
}

.cointainer-contact-details-wrap {
	background-color: #ccccccc4;

}
.contact-box img {
    margin-top: 18px;
    border-radius: 15px;
}

/*---------------------------------------------------------------------------------------------------------------------
	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
---------------------------------------------------------------------------------------------------------------------*/
.footer-wrapper {
    padding: 3rem 0 0;
}

.top-footer-wrapper {
	position: relative;
}
.scroll-top {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff !important;
	cursor: pointer;
}
.scroll-top:hover {
	color: #f7f7f7 !important;
}
.footer-batteries-wrap {
	height: 100%;
}
.footer-inner-content h5 {
	color: #ffffff;
}
.footer-list {
	padding: 0;
}
.footer-list li {
	margin-bottom: 4px;
}
.footer-list li a {
	 color: #ffffff;
    line-height: 34px;
    font-size: 17px;

}
.footer-logo-wrap {
	text-align: center;
}
.footer-logo {
	margin-bottom: 15px;
	width: 150px;
}
.footer-social-list {
	padding: 0;
    margin-bottom: 0;
    display: flex;
	justify-content: space-around;
}
.footer-social-list li {

}
.footer-social-list li a {
	color: #000;
}
.footer-social-list li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #fff;
    /* border-radius: 50%; */
    text-align: center;
}
.footer-address {
	margin-top: 10px;  
    margin-left: -8rem;

}
.footer-address p {
	margin: 10px;
}
.footer-address a {
	color: #3a3a3a;
}
.bottom-footer-wrapper {
	background-color: #fff;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #3a3a3a;
}
.creator-link {
	color: #39b7e6;
}
.creator-link:hover {
	color: #3a3a3a;
}
.footer-wrapper {
	background-image: linear-gradient(#e4020f, #e9560f);
}
.footer-download {
    background-color: #fff0;
    color: #fff;
    font-size: 15px;
    padding: 11px;
    position: relative;
    top: 9px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    padding-left: 0;
    padding-top: 0;
}
.btn-secondary:hover {
    color: #000!important;
    background-color: #ffffff!important;
    border-color: #e6240f;
}
.glotech-pro-wrap {
	display: flex;
    justify-content: center;
        background: #f0f0f0;
}

.genex-wrapper  {
	padding: 3rem 0 0;
	background-image: linear-gradient(#0c0c0c, #646464);
}
.gpower-wrapper  {
	padding: 3rem 0 0;
	background-image: linear-gradient(#6c6c6c, #383838);
}

.model-tab-row th, .model-tab-row td {
	border: solid 1px #e90000;
    color: #000000;
}
.model-wrap-txt {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1rem;
	 background-color: #f0f0f0;
    padding: 20px;
}
.g-power {
	    background: #f0f0f0;
    margin-top: 7.2rem;

}

.card {
	width: 100%;
	height: 100%;
	transition: all .5s;
	box-shadow: 15px 15px 30px rgba(25, 25, 25, 0.11),
			   -15px -15px 30px rgba(60, 60, 60, 0.082);
	text-align: center;
	overflow: hidden;
  }
  
 /* .card:hover {*/
	/*height: 100%px;*/
	/*background: linear-gradient(360deg, #e9ecef 50%, hsl(0deg 0% 64% / 51%) 60%);*/
 /* }*/
  
  .card .header {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e6160f;
    margin-bottom: 16px;
  }
  .card .header .img-box {
	width: 50px;
  }
 .card .header .title {
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0 0;
    transition: all .5s;
    color: #ffffff;
}
  
  .card:hover .header {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  }
  
  .card:hover .card .header .title {
	padding: 0;
  }
  
  .card .content {
	display: block;
	text-align: justify;
	color: #212121;
	margin: 0 18px;
  }
  
  .card .content p {
	transition: all .5s;
	font-size: 1em;
	margin-bottom: 8px;
  }
  
  .card .content a {
	color: #1d8122;
	cursor: pointer;
	transition: all .5s;
	font-size: .8rem;
	font-weight: 500;
	text-transform: uppercase;
  }
  
  .card .content .btn-link:hover {
	border-bottom: 1px solid #1d8122;
  }
  .email-wrap-footer a {
	color: #fff;
  }

  .modal-target {
	width: 300px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  .modal-target:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	opacity: 1 !important;
	max-width: 1200px;
  }
  
  /* Caption of Modal Image */
  .modal-caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 1200px;
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 1em;
	margin-top: 32px;
  }
  
  /* Add Animation */
  .modal-content, .modal-caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-atransform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .modal-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* .gallery-wrap {
    border: none;
    overflow: hidden;
    margin-top: 1rem;
}
.gallery-card-img img {
    transition: transform .5s, filter 1.5s ease-in-out;
}
.gallery-card-img:hover img {
  transform: scale(1.1);
} */

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
