.quote-icon-left{    
  position: relative;}
.quote-icon-left:before{
  	position: absolute;
  	background-size: contain !important;
  	content: url(/images/0_Dreamztech_Oct2022/culture/Path_3.png);
  	bottom: 35px;
  	left: -100px;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	}

.quote-icon-right{
  position: relative;
  }
@media (min-width: 992px) {
	.quote-icon-right:before{
  	position: absolute;
  	background-size: contain !important;
  	content: url(/images/0_Dreamztech_Oct2022/culture/path4.png);
  	bottom: 35px;
  	right: 30%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	}
}


/*notjustwork*/
@media only screen and (min-width: 1300px) {
.notjustwork h1.sppb-addon-title{    
  position: relative;}
.notjustwork h1.sppb-addon-title:before{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 0px;
  	left: -12%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 50px;
  	}
.notjustwork h1.sppb-addon-title:after{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 0px;
  	right: -56%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 50px;
  	}
}

@media only screen and (min-width: 993px) and (max-width:1299px){
.notjustwork h1.sppb-addon-title{    
  position: relative;}
.notjustwork h1.sppb-addon-title:before{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 0px;
  	left: -24%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 50px;
  	}
.notjustwork h1.sppb-addon-title:after{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 0px;
  	right: -69%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 50px;
  	}
}

@media only screen and (min-width: 600px) and (max-width:992px){
.notjustwork h1.sppb-addon-title{    
  position: relative;}
.notjustwork h1.sppb-addon-title:before{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 0px;
  	left: -12%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 50px;
  	}
.notjustwork h1.sppb-addon-title:after{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 0px;
  	right: -60%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 50px;
  	}
}

@media only screen and (max-width: 600px){
.notjustwork h1.sppb-addon-title{    
  position: relative;}
.notjustwork h1.sppb-addon-title:before{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 0px;
  	left: -64%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 39px;
  	}
.notjustwork h1.sppb-addon-title:after{
  	position: absolute;
  	color: rgb(255 255 255 / 5%);
  	content: "NOT JUST WORK";
  	bottom: 38px;
  	right: -47%;
  	margin:auto;
  	background-repeat:no-repeat;
  	z-index:-1 !important;
  	font-size: 40px;
  	}
}





.animated-loop .sppb-addon-title span:hover {
    opacity: 1;
}

.animated-loop .sppb-addon-title span {
    opacity: 0.1;
    transition: 0.5s;
    font-weight: 600;
}


.animated-loop .sppb-addon-title {
    white-space: nowrap;
    -webkit-animation-delay: -20s;
    -webkit-animation-name: animate !important;
    -webkit-animation-duration: 30s !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-timing-function: linear !important;
}

@keyframes animate {
	0% {
	
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-200%);
	}
}