section {
    float: left;
    width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body a ,body p, body strong, body li {
   font-family: 'Source Sans 3', sans-serif;
	margin:0;
}
html {
  scroll-behavior: smooth;
	    margin-top: 0!important;
}

main {
	height: 100vh;
	z-index: 1;
	position: relative;
}
/* Form */
.dd-form-wrap .gform_required_legend,
.dd-form-wrap .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}
.dd-form-wrap .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}
/* HERO */
video.hero-video {
    width: 100%;
    height: 100%;
	    object-fit: cover;
	
}
.dd-hero-tablet-video{
	display:none;
}
/* section.dd-hero {
    min-height: 450px;
} */
div#dd-bacground-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.site-header {
	opacity:0;
}
section.dd-hero {
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	background-color: #fff;
    z-index: 0;
}
.hero-video-conte {
    float: left;
    width: 100%;
    min-height: 100vh;
    position: relative;
	min-width: 80%;
}
section.dd-hero {
    height: 100vh;
}
h1.dd-hero-title {
    position: absolute;
    bottom: 50px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 40.031px;
    letter-spacing: 4.804px;
}
/* SOLARE POLE SECTION */
section.dd-solar-poles-section {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	background:#fff;
}
img.box-2.dd-poles-sun {
	position: absolute;
	top: 200px;
	left: -100px;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	opacity:1!important;
}
.dd-solar-poles-title{
	color: #78BE48;
	font-size: 65px;
	font-weight: 400;
	line-height: 70px;
	letter-spacing: -1.6px;
	text-align:center;
	z-index: 10;
	position: relative;
	margin-bottom: 15px;
}
.dd-solar-poles-title span{
color: #989898;
}
p.dd-solar-poles-text {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.28px;
	    margin-bottom: 25px;
	position: relative;
    z-index: 10;
}
.dd-solar-poles-box {
    text-align: center;
}
h3.dd-solar-pole-single-title {
    color: #111;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.28px;
    margin-bottom: 10px;
}
p.dd-solar-pole-single-text {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
	padding: 0 20px;
}
a.dd-solar-pole-link {
    color: #78BE48;
    font-size: 17.733px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
a.dd-solar-pole-link:focus{
	outline:none;
}
.dd-solar-poles-text-holder {
    background: #fff;
    position: relative;
    padding-top: 30px;
}
.dd-solar-poles-box img {
       position: relative;
    bottom: -40px;
    transition: all .4s;
    max-height: 400px;
}

.dd-solar-link-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
	transition:all .3s ease-in-out;
}
a.dd-solar-pole-link:hover .dd-solar-link-text{
	gap:30px;
}
:root {
	--animate-duration: 1.5s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animated {
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	animation-fill-mode: both;
}
[data-animation]:nth-child(1) {
	animation-delay: 100ms;
} 
[data-animation]:nth-child(2) {
	animation-delay: 500ms;
}
[data-animation]:nth-child(3) {
	animation-delay: 900ms;
}
[data-animation]:nth-child(4) {
	animation-delay: 1300ms;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* BANNER SLIDE TEXT */
section.dd-banner-text-section {
	position: relative;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding:50px 0;
	background:#fff;
}
h2.dd-banner-text {
	color: #78BE48;
	font-size: 100px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-left:20px;
}
h2.dd-banner-text span{
	color: #989898;
}


/* .scrollerText {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.scrollerText .scrollerText__inner {
    display: inline-block;
    animation: scrollText 10s linear infinite;
}

@keyframes scrollText {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
} */
/* street light section */

section.dd-street-section{
	position:relative;
}
    .md-back-test {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
		transition: opacity .4s;
}  
.main-container {
    margin: 135px 0 30px;
}

.dd-sreet-light-left {
    height: 800px;
}
.main-container {
	background: #F6F6F6;
	height: 800px;
	margin: 0;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-section {
    background: #fff;
    margin-left: -250px;
	    padding: 50px 160px 60px 54px;
}
h2.dd-street-light-title {
    color: #000;
    font-size: 44px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -0.44px;
    max-width: 300px;
	margin-bottom:40px;
}
.street-menu-item {
    color: #909090;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.18px;
	position:relative;
	transition:all .4s ease-in-out;
	cursor: pointer;
	    font-family: 'Source Sans 3',sans-serif;
}
.street-menu-item:hover{
	color:#000;
}
.street-menu-item:before{
	content:"";
	background:#000;
	height:2px;
	width:0px;
	position: absolute;
    top: 11px;
	left:0;
	transition:all .4s ease-in-out;
}
.street-menu-item.active{
	color:#000;
	padding-left:50px;
}
.street-menu-item.active:before{
	width:40px;
	left:0;
}
.street-menu-item:not(:last-child){
	margin-bottom:20px;
}
section.dd-street-section .dd-sreet-light-left {
    padding-left: 0;
	background: #fff;
    z-index: 0;
}
.dd-street-section .mdactive {
    opacity: 1;
	transition:opacity .3 ease-in-out;
}
.md-back-test {
    opacity: 0;
		transition:opacity .3 ease-in-out;

}

/* SERVICES */
section.dd-services-section {
    padding-top: 150px;
	background:#fff;
}
h2.dd-services-title {
    color: #78BE48;
    font-size: 65px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.75px;
    text-align: center;
	margin-bottom:15px;
}
h2.dd-services-title span{
	color: #989898;
}
p.dd-serviecs-text {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.25px;
    text-align: center;
	margin-bottom:130px;
}
.dd-services-holder {
	display: flex;
	border-top: 1px solid #D4D4D4;
}
a.dd-services-link:not(:last-child){
	border-right: 1px solid #D4D4D4;
}
h3.dd-services-single-title {
    color: #111;
    font-size: 44px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.44px;
    margin-bottom: 24px;
		transition:color .3s ease-in-out;
}
p.dd-services-single-text {
    color: #676767;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.22px;
    margin-bottom: 200px;
	transition:color .3s ease-in-out;
}
img.dd-ser-link-arrow {
    margin-left: 15px;
	transition:all .3 s ease-in-out;
}
p.dd-services-link-text {
    display: flex;
    align-items: center;
	position:absolute;
	bottom:40px;
}
a.dd-services-link {
	padding: 45px;
	flex: 1;
	color: #78BE48;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	transition:color .3s ease-in-out, background .3s ease-in-out;
	position:relative;

}
a.dd-services-link:hover {
    background: #78BE48;
	color:#fff;
}
a.dd-services-link:hover h3.dd-services-single-title,a.dd-services-link:hover p.dd-services-single-text{
	color:#fff;
}
a.dd-services-link:hover img.dd-ser-link-arrow {
	filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(230deg) brightness(104%) contrast(99%);
}


/* PROJECTS */
section.dd-project-section.home-section {
    position: relative;
    float: left;
    width: 100%;
height: 800px;
	    background: #fff;
}
.md-bacground-for-slider {
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 45%;
	z-index:1;
}
.project-carousel {
	position: relative;
	margin: 0 auto;
	float:left;
	width: 100%;
	height: 800px;
}
.project-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
	    width: 100%;
}

.project-item.active {
  opacity: 1;
}
.carousel-controls {
    position: absolute;
       bottom: 20px;
    right: 40px;
    display: flex;
    justify-content: flex-end;
	gap:10px;
	cursor:pointer;
	z-index:10;
}
img.prev {
    transform: rotate(180deg);
}
img.prev,img.next{
	transition: all .3s ease-in-out;
}
img.prev:hover,img.next:hover{
	filter: brightness(0) saturate(100%) invert(52%) sepia(46%) saturate(11%) hue-rotate(314deg) brightness(97%) contrast(92%);
}
.dd-projcet-before-titles {
    color: #000;
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.44px;
	    padding-top: 30px;
    padding-left: 40px;
}
.dd-project-right {
    width: 100%;
    height: 800px;
}
.dd-project-right img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.dd-project-description h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.26px;
}
.dd-project-description p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.18px;
}

/* 
.dd-project-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    transform: translateY(0);
} */

.dd-project-description div.active {
    transform: translateY(-100%);
}

.dd-project-left{	
    width: 340px;
    position: relative;
    top: 150px;
    left: 40px;
    overflow: hidden;
    z-index: 11;
}
.active .dd-project-left {
/* 	display:flex; */
}
.dd-project-description {
    transform: translateY(53px);
    transition: 1s ease-in-out;
		opacity:1;

}
.active .dd-project-description {
    transform: translateY(0px);
    transition: 1s ease-in-out;
		opacity:1;

}
.md-car-prev .dd-project-description {
    transform: translateY(-53px);
    transition: 1s ease-in-out;
		opacity:1;

}
.dd-project-holder.project-item.md-car-prev .dd-project-left .dd-project-description {
    z-index: 101;
    background: #fff;
	opacity:1;
	transition:0.5s ease-in-out;
}
 .dd-project-holder.project-item.active .dd-project-left .dd-project-description {
    z-index: 99999999;
    background: #fff;
	 transition:0.5s ease-in-out;
	opacity:1;
}
.dd-project-description {
    position: relative;
    background: #ffff;
    z-index: 1;
	opacity:0;
	transition:0.01s ease-in-out;
}
.active .dd-project-right img {
    opacity: 1;
}

.dd-project-right img{
    opacity: 0;
	transition:opacity .3s ease-in-out;
}
.dd-project-left-all {
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 45%;
    z-index: 1;
}
/* CLIENT SECTION */
section.dd-client-section {
    position: relative;
    padding: 30px 0;
	height: auto;
	overflow:hidden;
	background:#fff;
}


.dd-floating-box {
    /* max-width: 240px; */
    width: auto;
/*     padding: 40px 20px 30px 40px; */
    background: #fff;
}

.scroller__inner {
  padding-block: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 110px;
}

/* .scroller[data-animated="true"], .scrollerText[data-animated="true"]{
  overflow: hidden;
} */
/* infinite */
/* .scroller[data-direction="right"] ,.scrollerText[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"], .scrollerText[data-direction="left"]{
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] , .scrollerText[data-speed="fast"] {
  --_animation-duration: 20s; 
}

.scroller[data-speed="slow"],.scrollerText[data-speed="slow"] {
  --_animation-duration: 60s;
} */
/* .scroller[data-animated="true"] .scroller__inner,.scrollerText[data-animated="true"] .scrollerText__inner {
  width: max-content;
  flex-wrap: nowrap;
/* -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) 0.2s  linear infinite; */
	-webkit-animation: scroll 20s 0.2s  linear infinite;
/*   animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards)  linear infinite ; */
	
/* } */
/* .scroller__inner,.scrollerText[data-animated="true"] .scrollerText__inner{
	display:flex;
} */
/* .scroller[data-animated="true"] .scroller__inner:hover ,.scrollerText[data-animated="true"] .scrollerText__inner:hover {
    animation-play-state: paused;
} */


/* @keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
} */
/* @keyframes scroll {
  to {
    transform: translate3d(calc(-50% - 0.5rem), 0, 0);
  }
} */


/* Store animation properties in variables */
.scrollerText__inner {
    display: inline-flex;
}
:root {
  --animation-name: scroll;
  --animation-duration: var(--_animation-duration, 40s);
  --animation-direction: var(--_animation-direction, forwards);
}
/* Use the variables in the animation definition */
@keyframes scroll {
  to {
    transform: translate3d(calc(-50% - 0.5rem), 0, 0);
  }
}
/* Apply animation using the stored variables */
.scrollerText .scrollerText__inner,
.scroller .scroller__inner {
    display: inline-flex;
    width: max-content;
    flex-wrap: nowrap;

}
.scroller[data-animated="true"] .scroller__inner,
.scrollerText[data-animated="true"] .scrollerText__inner {
  animation-name: var(--animation-name);
    animation-duration: var(--animation-duration);
    animation-direction: var(--animation-direction);
    animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0); 
}
/* Force reapply styles using transform */
.scroller[data-animated="true"]:hover .scroller__inner,
.scrollerText[data-animated="true"]:hover .scrollerText__inner {
  transform: translate3d(0, 0, 0);
}


/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}

/* html {
  color-scheme: dark;
} */

.dd-devices-slider {
  display: grid;
  place-content: center;
	background: #F4F5F1;
 
}

.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list div {
/*   padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem; */
/*   box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900); */
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}
/* sekcija svetlo */
section.dd-light-section {
	padding-top: 50px;
}
h2.dd-big-light-title {
    left: 70px;
    margin-left: 70px;
    color: #78BE48;
    font-size: 65px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.75px;
}
h2.dd-big-light-title span{
	color: #989898;
}
/* img.dd-light-image {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
} */
img.dd-light-image {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}
.dd-light-wrap {
    position: relative;
    display: block;
/*     overflow: hidden; */
    border-radius: 10px;
    margin: 30px auto 0;
	    max-width: 700px;
	    z-index: 1;
}
section#dd-light-section-cont {
    background: #fff;
	border-top:1px solid #D4D4D4;
}
.pins {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pin {
/*     background: #0000009c; */
    z-index: 9;
    position: absolute;
}

.pin-1 {
    width: 15px;
    height: 16px;
}
.pin-2 {
    width: 20px;
    height: 20px;
}
.pin.pin-3 {
    width: 10px;
    height: 10px;
}
/* .dd-light-wrap .dd-light-image-1 {
	display:none;
}
.dd-light-wrap .dd-light-image-2 {
	display:none;
} */
.dd-light-image.dd-light-image-1,
.dd-light-wrap .dd-light-image-2,
.dd-light-wrap .dd-light-image-3 {
    position: absolute;
    top: 0;
    z-index: -1;
}
.dd-light-anim .dd-light-image-f-anim-1 {
    opacity: 0;
}
.dd-light-anim img.dd-light-image.dd-light-image-1.dd-light-image-anim-1 {
    opacity: 1;
    display: block;
}
.dd-light-anim img.dd-light-image.dd-light-image-2.dd-light-image-anim-2 {
    opacity: 1;
    display: block;
}
.dd-light-image-1,
.dd-light-image-2,
.dd-light-image-3 {
    opacity: 0;
}
.dd-light-anim img.dd-light-image.dd-light-image-3.dd-light-image-anim-3 {
    opacity: 1;
    display: block;
}
.mdpin-wrap-cont-icon {
    width: 70.432px;
    height: 69.296px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #73BF44;
    border-radius: 50%;
}
.mdpin-wrap-cont a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mdpin-wrap-cont h3 {
    color: #000;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    padding-left: 20px;
}
.mdpin-wrap {
    position: relative;
}
.mdpin-wrap-cont {
    position: absolute;
}
.dd-light-active1 .mdpin-wrap-cont {
    position: absolute;
    left: -18px;
    top: 200px;
}
.dd-light-active2 .mdpin-wrap-cont {
    position: absolute;
    left: -13px;
    top: 240px;
}
.dd-light-active3 .mdpin-wrap-cont {
    position: absolute;
    left: -22px;
    top: 330px;
}
.dd-light-wrap-cont {
    float: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mdpin-wrap-cont a {
    position: relative;
}
.mdpin-wrap-cont a:before {
    content: "";
    position: absolute;
    width: 1px;
    background: #73bf44;
    left: 27px;
	height: 0px;
	transition: 0.6s ease-in-out;
	transform: scaleY(0);
    transform-origin: top;
}
.dd-light-active1 .mdpin-wrap-cont a:before {
	height: 191px;
	top: -190px;
	transition: 0.6s ease-in-out;
	transform: scaleY(1);
}
.dd-light-active2 .mdpin-wrap-cont a:before {
	    height: 233px;
		    top: -225px;
	transition: 0.6s ease-in-out;
	transform: scaleY(1);
}
.dd-light-active3 .mdpin-wrap-cont a:before {
    height: 340px;
    top: -330px;
	transition: 0.6s ease-in-out;
	transform: scaleY(1);
}
.mdpin-wrap-cont-icon {
    transform: scale(0.5);
    opacity: 0;
}
.dd-light-active1 .mdpin-wrap-cont-icon,
.dd-light-active2 .mdpin-wrap-cont-icon,
.dd-light-active3 .mdpin-wrap-cont-icon {
    transform: scale(1);
    transition: 0.6s ease-in-out;
    opacity: 1;
}
.mdpin-wrap-cont {
    z-index: 999999999;
    opacity:0;

}
.dd-light-active1 .mdpin-wrap-cont,
.dd-light-active2 .mdpin-wrap-cont,
.dd-light-active3 .mdpin-wrap-cont{
     opacity:1;
	transition: 0.5s ease-in-out;
}
img.mdpin-wrap-cont-arow {
    padding-left: 10px;
}
.mdpin-wrap-cont a h3,.mdpin-wrap-cont a img.mdpin-wrap-cont-arow{
	transition:all .3s ease-in-out;
}
.mdpin-wrap-cont a:hover h3 {
    color: #78BE48;
}
.mdpin-wrap-cont a:hover img.mdpin-wrap-cont-arow {
   filter: brightness(0) saturate(100%) invert(56%) sepia(91%) saturate(305%) hue-rotate(52deg) brightness(102%) contrast(83%);
}

@media only screen and (max-width:1200px){
	.dd-light-wrap {
		max-width:540px;
		margin-left:50px;
	}
	.dd-light-active1 .mdpin-wrap-cont a:before {
    height: 110px;
	  top: -115px;
	}
	.mdpin-wrap-cont-icon {
		width: 50.432px;
		height: 49.296px;
		margin-left: 11px;
	}
	.dd-light-active1 .mdpin-wrap-cont{
		top:127px;
	}
	.dd-light-active2 .mdpin-wrap-cont {
		top: 168px;
	}
	.dd-light-active2 .mdpin-wrap-cont a:before {
		height: 157px;
		top: -161px;
	}
	.dd-light-active3 .mdpin-wrap-cont {
		top: 230px;
	}
	.dd-light-active3 .mdpin-wrap-cont a:before {
		top: -233px;
		height: 230px;
	}
}
@media screen and (min-width:992px){
	a.dd-solar-pole-link:hover .dd-solar-poles-box img{
	bottom: 0;
}
}
@media only screen and (max-width:991px) {
	.dd-light-wrap {
		max-width: 360px;
		margin-left: auto;
	}
}
@media only screen and (max-width:767px){
		.dd-light-active1 .mdpin-wrap-cont {
			left: -20px;
			    top: 65px;

		}
		.dd-light-active2 .mdpin-wrap-cont {
			left: -15px;
			top: 93px;

		}
			.dd-light-active3 .mdpin-wrap-cont {
			left: -24px;
				top: 131px;

		}
	.dd-light-wrap {
		width: calc( 100% - 100px );
		margin-left: 0;
		min-width: 240px;
	}
	.pins .mdpin-wrap-cont a:before {
		display:none;
	}
	.mdpin-wrap-cont h3 {
		font-size: 24px;
		line-height: 34px;
		padding-left: 10px;
	}
	.mdpin-wrap-cont-icon {
		width: 35.432px;
		height: 34.296px;
	}
	.mdpin-wrap-cont-icon img {
		height: 20px;
	}
	.mdpin-wrap-cont h3 {
		font-size: 16px;
	}
	img.mdpin-wrap-cont-arow {
		height: 10px;
		padding-left: 5px;
	}
}
section {
    overflow: hidden!important;
}





@media screen and (min-width:1600px){
	.dd-solar-poles-holder-all {
    float: left;
    width: 100%;
    padding: 0 250px;
}
	p.dd-services-single-text{
font-size:20px;
	line-height:32px;}
}
@media screen and (max-width:1600px){
	h1.dd-hero-title{
		bottom:40px;
		font-size:16px;
	}
	section.dd-client-section{
		padding:18px 0;
	}
	.dd-solar-poles-box img {
    width: auto;
}
}

@media screen and (min-width:1200px) and (max-width:1600px){
	section.dd-solar-poles-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
	
	p.dd-solar-poles-text{
		font-size:22px;
	}
	
	
	h3.dd-services-single-title{
		font-size:36px;
	}
	
	section.dd-services-section{
		padding-top:135px;
	}
	p.dd-services-single-text{
		margin-bottom:150px;
	}
	
/* 	section.dd-banner-text-section{
		padding:30px;
	}
	h2.dd-banner-text{
		font-size:86px;
	} */
	.dd-project-description h3{
		font-size:18px;
	}
	.menu-section {
    padding: 18px 160px 60px 54px;
}
	h2.dd-banner-text{
    font-size:80px;
	}
	section.dd-banner-text-section{
		padding:33px 0;
	}
}
@media screen and (min-width:1430px) and (max-width:1600px){
	.dd-solar-poles-holder-all {
    padding: 0 150px;
}
	img.box-2.dd-poles-sun{
		top:80px;
		left:-50px;
	}
	.dd-solar-poles-title,h2.dd-big-light-title, h2.dd-services-title{
    font-size: 54px;
    line-height: 56px;
 
}
	.dd-sreet-light-left,.main-container {
    height: 700px;
}
	section.dd-project-section.home-section,.dd-project-right,.dd-project-right img,.project-carousel{
		height:700px;
	}
	.dd-solar-poles-title{
		   margin-bottom: 10px;
	}
	h3.dd-solar-pole-single-title{
font-size:26px;
	}
		.dd-light-wrap {
	    max-width: 650px;
}
}
@media screen and (min-width:1200px) and (max-width:1430px){
	.dd-solar-poles-holder-all {
    padding: 0 100px;
}
	.dd-solar-poles-box img {
    max-height: 250px;
}
	.dd-solar-poles-title, h2.dd-big-light-title, h2.dd-services-title {
    font-size: 50px;
    line-height: 52px;
   
}
	.dd-sreet-light-left,.main-container {
    height: 600px;
}
	section.dd-project-section.home-section,.dd-project-right,.dd-project-right img,.project-carousel{
		height:600px;
	}
	.dd-solar-poles-title{
		 margin-bottom: 5px;
	}
	h3.dd-solar-pole-single-title{
font-size:24px;
		margin-bottom: 5px;
	}
	p.dd-solar-pole-single-text{
		margin-bottom:5px;
	}
	p.dd-solar-poles-text{
		margin-bottom:15px;
	}
	p.dd-solar-pole-single-text{
		font-size:16px;
		line-height:26px;
	}
	img.box-2.dd-poles-sun {
		top: 110px;
		height: 400px;
		width: 400px;
		left:0;
	}
	.dd-solar-link-text {
    font-size: 16px;
}
	.dd-light-wrap {
	    max-width: 580px;
}
}
@media screen and (max-width:1200px){
	h3.dd-services-single-title{
		font-size:30px;
		margin-bottom:16px;
	}
	p.dd-services-link-text{
		font-size:18px;
	}
}
@media screen and (min-width:992px) and (max-width:1200px){
	
	h1.dd-hero-title {
    bottom: 30px;
		font-size:16px;
}
	.dd-solar-poles-title,h2.dd-big-light-title,h2.dd-services-title{
    font-size: 50px;
    line-height: 52px;
	}
	p.dd-solar-pole-single-text{
		padding:0;
		font-size: 18px;
		line-height: 28px;
	}
	p.dd-solar-poles-text{
		margin-bottom:30px;
	}
	img.box-2.dd-poles-sun {
    top: 100px;
    height: 350px;
    width: 350px;
		left:0;
}
		h3.dd-solar-pole-single-title{
font-size:24px;
		margin-bottom: 5px;
	}
	p.dd-solar-pole-single-text{
		margin-bottom:5px;
	}
	p.dd-solar-poles-text{
		margin-bottom:15px;
	}
	p.dd-solar-pole-single-text{
		font-size:16px;
		line-height:26px;
	}
	.dd-solar-poles-box img {
    max-height: 250px;
}
	.dd-solar-link-text {
    font-size: 16px;
}
	section.dd-solar-poles-section{
		padding-top:80px;
		padding-bottom:80px;
	}
	h2.dd-banner-text{
		font-size:60px;
	}
	section.dd-banner-text-section{
      padding:25px;
	}
	.dd-sreet-light-left,.main-container {
    height: 556px;
	}
	.menu-section {
    padding: 18px 80px 50px 54px;
}
	section.dd-services-section{
		padding-top:120px;
	}
	a.dd-services-link{
		padding:40px 33px;
	}
	p.dd-services-single-text{
		margin-bottom:170px;
	}
	section.dd-project-section.home-section,.dd-project-right,.dd-project-right img,.project-carousel{
		height:580px;
	}
	.dd-project-left-all{
		width:55%;
	}
	.scroller__inner{
		gap:80px;
	}
	.dd-projcet-before-titles{
		font-size:36px;
	}
	.dd-project-description h3{
		font-size:18px;
	}
}

@media screen and (min-width:992px){
	.street-menu-item{
		width:279px;
	}
	.dd-hero-destkop-video{
		display:block!important;
	}
	.dd-hero-tablet-video{
		display:none;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.dd-hero-tablet-video{
		display:block!important;
	}
}

@media screen and (min-width:768px){
	.dd-hero-mobile-video{
		display:none;
	}
}
@media screen and (max-width:767px){
		.dd-hero-mobile-video{
		display:block!important;
	}
}
@media screen and (max-width:991px){
	.dd-hero-destkop-video{
		display:none;
	}
	.hero-video-conte{
      min-width:90%;
	}
	.main-container{
		display:block;
	}
	
	a.dd-services-link:not(:last-child) {
    border-bottom: 1px solid #D4D4D4;
		border-right:none;
}
	.dd-services-holder{
		flex-direction:column;
}

	.menu-section{
		position:relative;
	}
	h2.dd-big-light-title{
		margin-left:0;
	}
	.dd-solar-poles-holder{
		opacity:1!important;
	
	}
	.dd-solar-poles-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dd-slick .slick-dots li.slick-active {
    width: 70px;
}
	.dd-slick .slick-dots li.slick-active {
    width: 80px;
    height: 4px;
    border-radius: 100px;
    background: #000;
}
	.dd-slick .slick-dots li {
    width: 28px;
}

.dd-slick .slick-dots li {
    border-radius: 100px;
    background: #D9D9D9;
    width: 37px;
    height: 4px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
	p.dd-services-single-text{
		max-width:500px;
	}
}

@media screen and (min-width:600px) and (max-width:991px){
	
	h1.dd-hero-title{
     bottom:40px;
		font-size:16px;
	}
	.dd-solar-poles-title,h2.dd-big-light-title,h2.dd-services-title{
		font-size: 40px;
    line-height: 46px;
	}
	.dd-solar-poles-title{
		margin-bottom:6px;
	}
	p.dd-solar-poles-text{
		font-size:22px;
	    line-height:30px;
	}
	section.dd-solar-poles-section{
		padding-top:60px;
	}
	section.dd-banner-text-section{
		padding:30px 0;
	}
	h2.dd-banner-text{
		font-size:80px;
	}
	.menu-section {
		margin-left: 55px;
		padding: 18px 40px 60px 54px;
		width: 100%;
		top: -270px;
	}
	.main-container {
    height: 230px;
}
section.dd-light-section {
    padding-top: 60px;
}
	.dd-sreet-light-left {
		height: 800px;
	}
	
	section.dd-services-section{
		padding-top:105px;
	}
	
	section.dd-project-section.home-section,.dd-project-right,.dd-project-right img,.project-carousel{
		height:900px;
	}
	.dd-project-left-all {
    height: 330px;
    width: 90%;
}
	.dd-project-left{
		top:180px;
	}
	section.dd-client-section{
padding:20px 0;
	}
	h2.dd-big-light-title{
		margin-left:0;
		text-align:center;
	}
	img.box-2.dd-poles-sun {
    top: 200px;
    height: 400px;
    width: 400px;
}
	.dd-solar-poles-box img{
		height:300px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.dd-light-wrap {
    max-width: 460px;
}
	.mdpin-wrap-cont h3 {
    font-size: 24px;
    padding-left: 10px;
}
}
@media screen and (max-width:767px){
	section.dd-light-section {
    padding: 80px 15px 0;
}
	div#pin-1,div#pin-2,div#pin-3 {
    right: 18px!important;
}
}
@media screen and (min-width:600px){
	.dd-project-mobile-image{
		display:none;
	}
}
@media screen and (max-width:600px){
	h1.dd-hero-title{
		bottom:30px;
		font-size:16px;
	}
	img.box-2.dd-poles-sun {
    top: 150px;
    left: -100px;
    width: 270px;
    height: 270px;
}
	h3.dd-solar-pole-single-title{
    font-size:24px;
	}
	section.dd-solar-poles-section{
		padding-top:60px;
		    padding-bottom: 120px;
	}
	.dd-solar-poles-title,h2.dd-big-light-title,h2.dd-services-title{
		font-size: 36px;
		line-height: 42px;
		letter-spacing: -0.66px;
	}
	h2.dd-big-light-title{
		max-width:300px;
		margin-bottom: 15px
	}
	.dd-solar-poles-title{
		margin-bottom:5px;
	}
	p.dd-solar-poles-text{
		font-size: 18px;
		line-height: 40px;
		letter-spacing: 0.18px;
		margin-bottom:0px;
	}
	p.dd-solar-pole-single-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 0 20px;
    max-width: 280px;
}
	h2.dd-banner-text{
		font-size:60px;
	}
	section.dd-banner-text-section{
		padding:30px 0;
	}
	.menu-section {
		margin-left: 25px;
		top: -105px;
		padding: 18px 30px 40px 30px;
	}
	
	section.dd-street-section .main-container {
    padding-left: 0;
    padding-right: 0;
}
	.dd-sreet-light-left {
		height: 420px;
	}
	h2.dd-street-light-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.33px;
    max-width: 100%;
    margin-bottom: 30px;
		max-width:280px;
}
	.street-menu-item:not(:last-child){
		margin-bottom:15px;
	}
	.street-menu-item.active{
		padding-left:30px;
	}
	.street-menu-item.active:before{
		width:20px;
	}
	section.dd-services-section{
		padding-top:80px;
	}
	p.dd-serviecs-text{
		font-size:18px;
		line-height:30px;
		margin-bottom: 70px;
	}
	h2.dd-services-title{
		margin-bottom:10px;
	}
	h3.dd-services-single-title {
    font-size: 28px;
    margin-bottom: 10px;
}
	a.dd-services-link{
		padding:35px;
	}
	section.dd-project-section.home-section,.dd-project-right,.dd-project-right img,.project-carousel{
		height:630px;
	}
	.dd-project-left-all{
		height:270px;
		width:100%;
		    left: 25px!important;
	}
	p.dd-projcet-before-titles {
    font-size: 33px;
    line-height: 30px;
    letter-spacing: -0.28px;
    padding-top: 24px;
    padding-left: 24px;
}
	.dd-project-description h3{
	 font-size:18px;
	}
	.dd-project-description p{
		font-size:16px;
	}
	.dd-project-left {
    top: 75px;
    left: 24px;
    width: 280px;
}
	img.prev, img.next{
		height:50px;
	}
	.carousel-controls{
		bottom: 15px;
       right: auto;
    left: 50px;
	}
	section.dd-client-section{
		padding:5px 0;
	}
	.scroller__inner{
		gap:50px;
	}
	img.dd-single-client-image {
    height: 55px;
}
	.dd-solar-poles-box img {
    max-height: 300px;
}
	.dd-project-desktop-image{
		display:none;
	}
	.main-container {
		height: 310px;
	}
	p.dd-services-single-text {
		margin-bottom: 140px;
	}
}
@media screen and (max-width:400px){
		.dd-light-active1 .mdpin-wrap-cont {
			left: -40px;
			    top: 65px;

		}
		.dd-light-active2 .mdpin-wrap-cont {
			left: -35px;
			top: 93px;

		}
			.dd-light-active3 .mdpin-wrap-cont {
			left: -45px;
				top: 131px;

		}
	.mdpin-wrap-cont-icon img {
    height: 18px;
}
	.street-menu-item{
		font-size:16px;
	}
}


/* UTILITY POPUP */
.dd-utility-popup-content-bottom {
    height:auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	max-height: 300px;
    min-height: 184px;
}
.utility-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 999;
    padding: 15px;
}
.utility-popup-content{
	    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    max-width: 350px;
}
h2.dd-utility-popup-title {
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1A1A1A;
	text-align:center;
}
h2.dd-utility-popup-title span{
	font-weight:600;
}
p.dd-utility-popup-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.01em;
	text-align: left;
	margin-bottom: 35px;
}
.dd-utility-popup-content-top {
    padding: 16px 15px;
}
#utility-close-popup {
    position: absolute;
    top: -30px;
    right: 0;
	cursor:pointer;
	    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

img.utility-video-play {
    z-index: 10;
    cursor: pointer;
}
video.utility-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.poster-holder {
    position: relative;
    z-index: 11;
    cursor: pointer;
    pointer-events: none;
}

@media screen and (min-width:768px){
	.dd-utility-popup-content-bottom{
		min-height:400px;
	}
	video.utility-video {
    height: 400px;
    object-fit: cover;
}
	.utility-popup-content{
		width:740px;
		max-width:740px;
	}
}
@media screen and (min-width:992px){
	.dd-utility-popup-content-bottom{
		min-height:290px;
	}
	video.utility-video {
    height: 300px;
    object-fit:contain;
}
	.utility-popup-content{
		width:530px;
		max-width:530px;
	}
	h2.dd-utility-popup-title{
		font-size:25px;
		line-height:35px;
	}
	.utility-popup-content{
		top:58%;
	}
}
@media screen and (min-width:1500px){
	.dd-utility-popup-content-bottom{
		min-height:400px;
	}
	video.utility-video {
    height: 400px;
    object-fit: cover;
}
	.utility-popup-content{
		width:740px;
		max-width:740px;
	}
	h2.dd-utility-popup-title{
		font-size:34px;
		line-height:48px;
	}
	.utility-popup-content{
		top:50%;
	}
}

@media screen and (max-width:767px){
	
	h2.dd-utility-popup-title {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.dd-utility-popup-content-top {
    padding: 15px;
}
	.utility-popup-content{
		padding:0 4px 4px;
	}
}