/* common cess start */
*{
    padding: 0;
    margin: 0;
    outline: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	display: inline-block;
}
ul , ol{
	list-style-type: none;
}
h1 h2 h3 h4 h5 h6 p{
	margin: 0;
	padding: 0;
	line-height: 0.8;
}
body{
    scroll-behavior: smooth;
}
/* common cess end */
/* headerPart start */
/* sticky header start */
.stickyheader{
	background: teal;
	animation: alamin 1s;
	}
	@keyframes alamin{
	from{
	top: -100px;
	}
	to{
	top: 0;
	}
	}
/* sticky header end */
/* back to top start */
.back-to-top{
	position: fixed;
	right: 25px;
	bottom: 25px;
	font-size: 40px;
}
.back-to-top i{
	color: rgba(0, 0, 0, 0.591);
}
/* back to top end */
.navbar{
    background: rgba(0, 0, 0, 0.598);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* z-index: 5; */
}
.nav-link {
	color: white;
	position: relative;
	margin-left: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
}
.nav-link::after{
    content: " ";
    height: 100%;
	transition:2s;
	width: 100%;
    border: 2px solid rgb(202, 22, 22);
    position: absolute;
    border-width: 0 3px 3px 0;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
    opacity: 0;
}
.nav-link::before {
	content: " ";
	transition: 2s;
	width: 100%;
	border: 2px solid rgb(202, 22, 22);
	position: absolute;
	border-width: 0 3px 3px 0;
	top: 10px;
	left: 5px;
     opacity: 0;
}
.nav-link:hover::after{
opacity: 1;
color: white;
}
.nav-link:hover::before{
opacity: 1;
color: white;
}
.navcons a{
	padding: 15px 40px;
	background: rgb(202, 22, 22);
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition: 2s;
}
.navcons a:hover{
background: white;
color: black;
}
/* headerPart end */
/* bannerPart start */

#bannerPart{
	background: url(../image/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bannerOverlay{
padding-top: 100px;
padding-bottom: 50px;
background: rgba(0, 0, 0, 0.514);
}
.bannerText{
	text-align: center;
}
.bannerText h3{
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 100px;
}
.bannerText h1{
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 128px;
	line-height: 120px;
}
.bannercons a{
		padding: 15px 40px;
	background: rgb(202, 22, 22);
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 60px;
	transition: 2s;
}
.bannercons a:hover{
background: white;
color: black;
}

/* bannerPart end */
/* servicePart start */
#servicePart{
	padding: 40px 0;
}
.serviceTopText p{
    color: rgb(202, 22, 22);
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.serviceTopText h3{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 50px;
	padding: 0 155px;
	margin-bottom: 40px;
}
button{
	padding: 10px 30px;
	background: rgb(202, 22, 22);
	border: none;
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
}
.serviceimg img{
	width: 100%;
}
.serviceText h4{
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin-top: 20px;
	text-transform: capitalize;
	color: rgb(202, 22, 22);
}
.serviceText p {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
	text-transform: capitalize;
	line-height: 28px;
}
/* servicePart end */
/* electric start */
#ElactricSolution{
	padding: 30px 0;
}
.electricImg img{
	width: 100%;
	margin-top: 0px;
}
.clectricText p{
	color: rgb(202, 22, 22);
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 22px;
	margin-left: 68px;
}
.clectricText h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 51px;
	margin-left: 68px;
}
.clectricText h5{
	color: rgb(202, 22, 22);
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-top: 22px;
	margin-left: 68px;
	line-height: 28px;
	text-transform: capitalize;
}
.clectricText h6{
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 40px;
	margin-left: 68px;
	line-height: 28px;
	text-transform: capitalize;
}
.clectricText{
	margin-top: 80px;
}
/* electric end */
/* quality start */
#qualityPart{
	padding: 30px 0;
}
.qualityFirst{
	width: 100%;
	background:rgb(202, 22, 22);
	margin-top: 30px;
}
.qualitytext{
	padding: 20px;
	color: white;
}
.qualitytext h3{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 48px;
}
.qualitytext h4{
font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-top: 30px;
	text-transform: capitalize;
}
.qualitytext p{
font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 30px;
	text-transform: capitalize;
}
.qualityText p{
	color: rgb(202, 22, 22);
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 22px;
	margin-left: 68px;
}
.qualityText h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 51px;
	margin-left: 68px;
}
.qualityText h5{
	color: rgb(202, 22, 22);
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-top: 22px;
	margin-left: 68px;
	line-height: 28px;
	text-transform: capitalize;
}
.qualityText h6{
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 40px;
	margin-left: 68px;
	line-height: 28px;
	text-transform: capitalize;
}
.qualityText h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-top: 40px;
	margin-left: 68px;
	line-height: 28px;
	text-transform: uppercase;
	color: rgb(202, 22, 22);
}
.qualityText h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-left: 68px;
}
.qualityText{
	margin-top: 80px;
}
.btn{
	margin-left: 631px;
}
/* quality end */
/* capibilities start */
#capibilities{
	padding: 30px 0;
}
.capfirst{
	width: 100%;
	border: 2px solid gray;
	margin: 140px 0;
	padding: 20px 0;
}
.captext{
	padding:10px 20px;
}
.captext h3{
    font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: rgb(202, 22, 22);
}
.captext h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.captext p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.captext h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
padding: 10px 20px;
}
.capimg img{
	width: 100%;
}
.capp{
	background: url(../image/electric.jpg);
	/* padding: 30px 0; */
	width: 100%;
}
.fulchange{
	background: url(../image/banner.jpg);
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
}
/* capibilities end */
/* counterUp start */
#counterUp{
	background: url(../image/counter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}
.countertext h3{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color:rgb(202, 22, 22) ;
	margin-bottom: 20px;
}
.counterMain{
	padding: 20px 0;
	border: 2px solid gray;
}
.counterText i{
	font-size: 28px;
	color: gray;
}
.counterText h4{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: rgb(202, 22, 22);
	margin-top: 30px;
}
.counterText p{
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
color: gray;
}
/* counterUp end */
/* countdown start */
.countDownetext h3{
		font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-top: 40px;
}
.countdown{
	padding: 40px 0;
	background:rgb(202, 22, 22) ;
	 text-align: center;
	color: white;
}
.countdown h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	height: 80px;
	width: 80px;
	border: 2px solid white;
	border-radius: 100%;
	margin: 0 auto;
	padding-top: 16px;
}
.countdown h4{
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	padding-top: 30px;
}
/* countdown end */
/* lightBox start */
/* nai */
/* lightBox end */
/* venubox start */
#venuBox{
	margin-bottom: 40px;
}
/* venubox end */
/* Type Js start */
#typedJs{
	background: url(../image/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.overlaytype{
	background: rgba(0, 0, 0, 0.568);
	padding: 60px 0;
}
.typejstext h3{
text-align: center;
color: white;
font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
}
.typejstext h2{
text-align: center;
color: white;
font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
/*Add custom cursor so it auto inherits font styles*/
.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.btns {
	display: block;
	width: 400px;
	margin: 0;
	padding: 30px 0 0 30px;
}
.btns a {
	display: inline-block;
	margin-left: 5px;
}
.btns a:first-child{margin-left:0}
.btn {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #ecf0f1;
	text-decoration: none;
}
a .btn {
	cursor: pointer;
	border: 1.5px solid #ecf0f1;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	list-style-type: none;
	transition: all .3s;
}

.btn:hover {
	background: #ecf0f1;
	color: #34495e;
}

/* Type Js end */
/* slickslider start */
#banner{
	padding: 40px;
}
.bannerfull{
	position: relative;
}
.bannertext {
	position: absolute;
	top: 335px;
	left: 33px;
}
.bannertext h2{
	font-family: "Artifika", serif;
	font-weight: 400;
	font-size: 62px;
	color: #223915;
}
.bannertext a{
	font-family: "Rubik", serif;
	font-size: 16px;
	font-weight: 400;
	color: #02021D;
	padding: 10px 30px;
	background: #69C593;
	margin-top: 20px;
}

 .bannerimg img{
	width: 100%;
}
.slick-dots{
	position: absolute;
	bottom:50px ;
	left: 50%;
	transform: translateX(-50%);
}
.slick-dots li{
	display: inline-block;
	margin-right: 10px;
	
}
.slick-dots button {
	background: white;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	border: none;
	list-style: none;
	font-size: 10px;
	padding: 0px;
}
.slick-dots li.slick-active button{
	background: black;
}
/* slickslider end */