body{
	font-family: arial,helvetica;
	color: #333;
	background-color: #fff !important;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;	
}
p, h2{
	font-size: 2em;
}
h2{
	color:inherit;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: top !important  ;
  width: 100%;
  height: 100%;
}
/*.section{
	text-align:center;
}*/
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px; 
            border-radius: 10px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
#section0 img,
#section1 img{
	height: 100vh;
	width: 100%;
	/*margin: 20px 0 0 0;*/
}	

.contact{
	display: flex;
	justify-content: center;
}

.navbar {
  padding: 0;
  width: 5%;
}

.navbar-mobile{
  width: 100%;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 14px;
  font-family: poppins;
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: 'HelveticaNeue';
  letter-spacing: 3px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #f68b1e;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbtn {
  color: #fff;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    max-width: 145px;
}
.headerbtn .navbtn:first-child {
    margin-right: 10px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
#header {
	position: absolute;
	width: 100%;
	height: 70px;
   background: #fff; 
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0 0px 0;
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); 
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


#header .logo  img {
  margin-bottom: 3px;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #e03a3c;
}

#header .logo img {
  max-height: 70px;
}
.logo5{
  display: flex;
  margin: auto;
  width: 350px;
}
.div-center{
	width: 90%;
	padding: 10px;
  position: absolute;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.urban-electric{
	color: #877b77;
	font-size: 36px;
}

.urban-next-p{
	color: #5b4f4b;
	font-size: 36px;
}
.p1{
	color: #fd7e14;
	font-size: 36px;

}

.p2{
	color: #000;
	font-size: 36px;
  font-weight: 400;
}

.line1{
	border: 2px solid #fff;
	margin-bottom: 8px;
}

@media (min-width:1200px) and (max-width:1440px){
.div-center{
  width: 100%;
  Padding:10px;
  position: relative;
  border-radius: 3px;
  top: 40%;
  left: 50%;
  margin-top: 80px;;
  transform: translate(-50%, -50%);
  font-size: 15px;
  
}
}
.fadeInUp{animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}







.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.leFadeInLeft span { animation-name: leFadeInLeft }
@keyframes leFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to { opacity: 1 }
}
/*span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}*/

/*@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
*/
@media (min-width:768px) and (max-width:1200px){
	
	.urban-electric, .urban-next-p1, .urban-next-p, .urban-next-p2{
		font-size: 25px;
	}
	.services_tab_content p {
    line-height: 20px;
    color: #f68b1e;
    font-size: 20px;
}
/*.serviceList ul li {
    font-size: 15px !important;
    color: #fff;
    margin-left: -30px;
}*/
.servicePdesign .modal-header {
    
    
    height: 250px;
}
}

/*.serviceList ul li{
	font-size: 26px;
	color: gray;
	padding: 0px !important;
}*/
.bttn {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
    display: block;
    max-width: 150px;
    background: #666463;
    font-size: 14px;
    border-radius: 4px;
    padding: 4px;
    background-color: green !important;
}
/*.btn-bg-color{
	background-color: green !important;
}*/

.modal-text{
	background: rgba(255, 255, 255, -0.25) !important;
    backdrop-filter: blur(5px) !important;
    border: none;
    
    z-index: 1;
}





@media (min-width:1200px) and (max-width:1440px) {  

	.div-center .urban-electric .urban-next-p1 .urban-next-p .urban-next-p2 {
		font-size: 10px !important;
	}

}

/*@media (min-width:1000px) and (max-width:1400px){
	.modal-header img{
		height: 10vh !important;
	}
	.services_tab_content p {
    line-height: 30px;
    color: #f68b1e;
    font-size: 20px;

}
}*/

[class^=swiper-button-] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* main slide section */
.main-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.main-slide:after {
    content: "";
    background: rgba(0,0,0, 0.2);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.main-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  z-index: 1;
    background-position: top center;
    background-size: 60%;
  background-repeat: no-repeat;
}
.main-slide .entity-img {
    display: none;
}
.start-interaction {
    bottom: 130px;
    margin: auto;
    position: absolute;
    left: 100px;
    right: 0;
    width: 280px;
  z-index: 2;
}
.start-interaction .btn-startexp {
  padding: 13px 25px;
  letter-spacing: 0.25px;
  background: transparent;
  border: 2px solid #000;
  color: #B13C3C;
  font-size: 22px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}
.start-interaction .btn-startexp a{
  color: #000;
}
.start-interaction .btn-startexp:hover { 
  background-color: #f68b1e;
  outline: none;
  color: #fff !important;
}
.horizontal-modal {
  display: none;
  z-index: 3;
  height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
}
.cloes-modal {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    position: absolute;
    padding: 16px;
    z-index: 2;
    right: 25px;
    top: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
  cursor: pointer;
}
.QPH-caption {
    position: absolute;
    right: 0;
    max-width: 850px;
    width: 100%;
    text-align: right;
    padding: 20px 0px;
    bottom: 25%;
    color: #fff;
}
/* Horizontal parallax effect */
.swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
/* .swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
} */
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
}
.swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}

.banner {
  position: relative;
  padding-bottom: 56.2%;
  width: 100%;
  overflow: hidden;
}

.videoembed {
  position: absolute;
  top: 0;
  /*z-index: -99; */
  width: 100%; 
  height: 100%;
  background: #333;
}
/* .fp-controlArrow.fp-prev{
	display: none !important;
}
.fp-controlArrow.fp-next{
	display: none !important;
} */
.fp-slidesNav ul li a span {
	background: #fff!important;
}
.fp-slidesNav {
	text-align:center;
}

.energy-img{
  height: 40vh;
  position: absolute;
  top: 30%;
  animation-delay:2s;
}

.fp-slidesNav_dot {
	bottom: 55px;
	position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    right: 0;
    margin: 0 auto;
	text-align: center;
}
.fp-slidesNav_dot ul {
    margin: 0;
    padding: 0;
	display: none;
}
.fp-slidesNav_dot ul.open {
   display: block;
}
.fp-slidesNav_dot ul li {
	display: inline-block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav_dot ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.fp-slidesNav_dot ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
	border-radius: 100%;
    background: #fff;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.fp-slidesNav_dot ul li a.active span {
	height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
.fp-slidesNav_dot ul li:hover a:not(.active) span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

