html, body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", serif;
	font-size: 16px;
	top: 0px !important;
	scroll-behavior: smooth;
}

/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-style: italic;
}
p {
	color: #676767;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
    background-color: #f5802b;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 10px;
	border-color: #f5802b;
}
.c-btn:hover {
	color: #fff;
    background-color: #f5802b;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    display: flex;
    flex-direction: column;
}
.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: #000000 !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-link:hover {
	color: #f5802b !important
}

/* add your custome hamburger icon */
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: transparent;
}
.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
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	margin-top: 81px;
}

.ab-details h1 {
	text-align: center;
}
.ab-details p {
	text-align: center;
}

.main-banner {
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
	background-color: #000000bf;
    background-blend-mode: overlay;
}

.banner-wrap {
    display:flex;
    align-items : center;
}
.banner-text h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 25px;
	font-weight: 700;
}

.banner-text p {
	color: #fff;
    font-size: 18px;
}

.enquiry-form-wrap {
	background-color: #f5802c;
    padding: 35px 30px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 15px;
}

.enquiry-submit {
	height: 50px;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    box-shadow: hsl(0deg 0% 100% / 47%) 0px 7px 0px 0px;
    background-color: hsl(0deg 0% 100%);
    border-radius: 12px;
    overflow: hidden;
    color: #f5802c;
}

.enquiry-submit:hover {
	color: #f5802c;
}

.enquiry-form-wrap h3 {
	margin-bottom: 25px;
	color: #fff;
}

.form-group input, .form-group select {
	border-radius: 0;
}

.form-group label {
	color: #fff;
}

.for-nigeria-wrap h4 {
   color: #f5802b;
}

.home-cta-one {
	background-image: url('../img/cta-home-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
	background-color: #0c0c0c82;
    background-blend-mode: overlay;
	background-attachment: fixed;
}

.cta-one-text h5 {
	text-align: center;
    font-size: 36px;
    color: #fff;
    line-height: 45px;
    padding: 50px;
}

.serving-key-wrap {
	background-color: #f5802b;
}

.serving-key-wrap {
	text-align: center;
}

.serving-key-wrap h2 { 
	color: #fff;
}

.product-wrappers {
    background-color: #f2f2f2;
}

.pro-img img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #f2f2f2;
    border-radius: 15px;
}

.serving-key-wrap p { 
	color: #fff;
}

.why-trust-wrapper {
	background-image: url('../img/bg-why-us.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #020202a6;
    background-blend-mode: overlay;
}

.why-trust-heading h2 {
	color: #fff;
}

.why-list-details h5 {
    color: #f79d5c;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.why-list-details p {
	color: #fff;
}

.icon-wrap {
	padding-right: 10px;
}

.icon-wrap i {
	 color: #ffffff;
    background-color: #f26624;
    font-size: 20px;
    padding: 3px;
    border-radius: 10%;
}

.why-list-wrap {
	display: flex;
}

tr:nth-child(even){background-color: #f2f2f2}
  
.skiptranslate span {
	display:none;
}

.goog-te-gadget {
 color: transparent !important;
}

.goog-te-banner-frame {
  display:none !important
  }
  
  body > .skiptranslate {
  display: none;
}

.goog-te-gadget .goog-te-combo {
  color:#f5802b !important;
  margin: 12px 0 !important;
  font-size: 19px;
  padding: 8px 0;
  border:none;
  border-radius:3px;
}

.owl-carousel {
	height: 100%;
}
.testimonial {
	background:#e3e3e3b8;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.testimonial img {
	width: 80px!important;
	height: 80px!important;
	border-radius: 50%;
	margin-bottom: 15px;
}
.testimonial h3 {
	margin: 5px 0;
	font-size: 18px;
	color: #333;
}
.testimonial p {
	font-size: 14px;
	color: #666;
}

.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
}

.testimonial-wrapper {
        background-color: #f2f2f2;
}

.testimonial-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.hm-test-head-box {
	margin-bottom: 40px;
}

.test-name-box {
	display: flex;
	align-items: center;
}

.test-img-box img {
	width: 130px !important;
	margin-right: 20px;
}

.testi-box p {
	padding: 35px 10px;
}

.name-txt-box span {
	color: #f5802b;
	font-size:25px;
}

.pro-main-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    background-color: #fff;
}

.pro-card-title h4 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.inverter-heading {
    text-align:center;
}

.pro-card-title h5 {
    text-align: center;
}

/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------------------------------------------
	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;

}


/*---------------------------------------------------------------------------------------------------------------------
	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
---------------------------------------------------------------------------------------------------------------------*/
.bottom-footer-wrapper {
	background-color: #f2751a;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: #ffffff;
	font-weight: 800;
}
.creator-link:hover {
	color: #fff;
}




