.idx-bnr-graphic1 {
	position: absolute;
	top: 0;
	 animation: idx-bnr-graphic1 10000ms ease-in-out 1ms infinite alternate none; 
	opacity: 0.6;
	left: -11.3%;
	top: -59%;
}
@keyframes idx-bnr-graphic1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(7.94deg);
	}
}
.idx-bnr-graphic2 {
  position: absolute;
  bottom: 0;
  left: 20.7%;
    transform: rotate(200deg);
 bottom: -23%;
 animation: idx-bnr-graphic2 10000ms ease-in-out 1ms infinite alternate none;
 opacity: 0.6;
}

@keyframes idx-bnr-graphic2 {
	0% {
		transform: rotate(200deg);;
	}
	100% {
		transform: rotate(187.3deg);;
	}
}
.idx-bnr-graphic3 {
  position: absolute;
  bottom: 5%;
  z-index: 2;
  left: 0;
  animation: idx-bnr-graphic3 10000ms ease-in-out 1ms infinite alternate none;
}

@keyframes idx-bnr-graphic3 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(15deg);
	}
}

.idx-bnr-graphic4 {
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(12.73deg);
   animation: idx-bnr-graphic4 10000ms ease-in-out 1ms infinite alternate none;
}


@keyframes idx-bnr-graphic4 {
	0% {
		transform: rotate(12.73deg);
	}
	100% {
		transform: rotate(-2.27deg);
	}
}



/*contentgraphics*/
.idx-cntent-section1{
position:absolute;
left:0;
top: 4%;
transform: rotate(-21deg);
animation: idx-cntent-section1 10000ms ease-in-out 1ms infinite alternate none;
 opacity:0.6;
}

@keyframes idx-cntent-section1 {
	0% {
		transform: rotate(-21deg);
	}
	100% {
		transform: rotate(-27.28deg);
	}
}



.idx-cntent-section2{
	position: absolute;
right: -4%;
top: -6%;
transform: rotate(-30deg);
animation: idx-cntent-section1 10000ms ease-in-out 1ms infinite alternate none;
 opacity:0.6;
}
@keyframes idx-cntent-section2 {
	0% {
		transform: rotate(-30deg);
	}
	100% {
		transform: rotate(-22deg);
	}
}

.idx-cntent-section3 {
	position: absolute;
	left: -10%;
	bottom: -5%;
	transform: rotate(-151.28deg);
	animation: idx-cntent-section3 10000ms ease-in-out 1ms infinite alternate none;
	 opacity:0.6;
}
@keyframes idx-cntent-section3 {
	0% {
		transform: rotate(-151.28deg);
	}
	100% {
		transform: rotate(-142.28deg);
	}
}
.idx-cntent-section4 {
  position: absolute;
  right: -9%;
  bottom: -20%;
  transform: rotate(-6deg);
  opacity:0.6;
  animation: idx-cntent-section4 10000ms ease-in-out 1ms infinite alternate none;
}
@keyframes idx-cntent-section4 {
	0% {
		transform: rotate(-6deg);
	}
	100% {
		transform: rotate(-14deg);
	}
}





/*general animation*/
.zoom-bnr {
  object-fit: cover;
  filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.25));
  z-index: 1;
  position: relative;
  width: 79%;
  height:79%;
  /*animation: zoom-bnr 3s ease 0s 0.2 normal forwards;*/
  object-fit: cover;
  animation-name: zoom-bnr;
  animation-duration:1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes zoom-bnr {
	0% {
		transform: scale(0.5);
	}
	40% {
		transform: scale(1.05);
	}
	55% {
		transform: scale(1);
	}
	70% {
		transform: scale(1.02);
	}
	100% {
		transform: scale(1);
	}
}

.testimonials-section .testimonials-img-left {
	background-image: url(../img/graphics/star-pattern.png);
	position: absolute;
	width: 400px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	opacity: 0.6;
	
	animation: testimonials-circle-blink 10000ms linear 1ms infinite normal forwards;
	top: -133px;
	left: -133px;
}
.testimonials-section.testimonials-section-inr-pge .testimonials-img-left {
	background-image: url(../img/graphics/star-pattern.png);
	position: absolute;
	width: 400px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	opacity: 0.6;
	
	animation: testimonials-circle-blink 10000ms linear 1ms infinite normal forwards;
	top: 0px;
	left: 0;
}
@keyframes testimonials-circle-blink {
	0% {
		opacity: 1;
	}

	48% {
		opacity: 0.1;
	}
	50% {
		opacity: 0.05;
	}
	52% {
		opacity: 0.1;
	}

	100% {
		opacity: 1;
	}
}
.row.justify-content-between.lob-content .fa-solid{
  transition: all .5s ease-in-out; 
 margin-bottom: 20px;
}
.row.justify-content-between.lob-content .fas{
  transition: all .5s ease-in-out; 
 margin-bottom: 20px;
}

.circle-bg .lob-section span{

    transition: all .5s ease-in;
    transform: scale(1);  
	
 
}

.row.justify-content-between.lob-content > *:hover .fa-solid{
transform: scale(2);
translate: 0 20px;
}
.row.justify-content-between.lob-content > *:hover .fas{
transform: scale(2);
translate: 0 20px;
}
.row.justify-content-between.lob-content.cta-bottom > *:hover .fa-solid {
	translate: initial;
}
.row.justify-content-between.lob-content.cta-bottom > *:hover .fas {
	translate: initial;
}
.row.justify-content-between.lob-content > :hover span {

   transform: scale(0); 
	
}
.have-questions-section .row.justify-content-between.lob-content > :hover h2 {
animation: questionsanim 300ms ease-in-out 0s 1 normal forwards;
}

@keyframes questionsanim {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}
.testimonials-img-bottom {
  position: absolute;
  bottom: -20px;
  right:-20px;
 
  animation: testimonials-img-bottom 10000ms ease-in-out 1ms infinite alternate none;
}
@keyframes testimonials-img-bottom {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(7deg);
	}
}



/* auto page*/
.auto-bnr-graphic1 {
  left: -30px;
  transform: rotate(1deg);
  bottom: -49px;

   animation: auto-bnr-graphic1 10000ms ease-in-out 1ms infinite alternate none; 
	opacity: 0.6;
}

@keyframes auto-bnr-graphic1 {
	0% {
		transform: rotate(1deg);
	}
	100% {
		transform: rotate(7.94deg);
	}
}
.auto-bnr-graphic2 {
	right: -3.4%;
	top: -37.1%;
	transform: rotate(-7.1deg);
	 animation: auto-bnr-graphic2 10000ms ease-in-out 1ms infinite alternate none; 
	opacity: 0.6;
	position: absolute;
	 
}
@keyframes auto-bnr-graphic2 {
	0% {
		transform: rotate(-7.1deg);
	}
	100% {
		transform: rotate(1.5deg);
	}
}

.auto-cntent-section1 {
  bottom: -1.5%;
  left: -7%;
  transform: rotate(-7.4deg);
  position: absolute;
   animation: auto-cntent-section1 10000ms ease-in-out 1ms infinite alternate none; 
   opacity: 0.6;
}

@keyframes auto-cntent-section1 {
	0% {
		transform: rotate(-7.4deg);
	}
	100% {
		transform: rotate(-0.4deg);
	}
}

.auto-cntent-section2 {
  transform: rotate(75deg);
  top: 3%;
  position: absolute;
  right: 0;
  opacity: 0.6;
  animation: auto-cntent-section2 10000ms ease-in-out 1ms infinite alternate none; 
}
@keyframes auto-cntent-section2 {
	0% {
		transform: rotate(75deg);
	}
	100% {
		transform: rotate(69deg);
	}
}



.commercial-bnr-graphic1 {
  top: -36.2%;
  left: -13%;
  opacity: 0.6;
  transform: rotate(96deg);
    position: absolute;
  
  animation: commercial-bnr-graphic1 10000ms ease-in-out 1ms infinite alternate none; 
}

@keyframes commercial-bnr-graphic1 {
	0% {
		transform: rotate(96deg);
	}
	100% {
		transform: rotate(102deg);
	}
}

.commercial-bnr-graphic2 {
  transform: rotate(178deg);
  bottom: -25%;
  position: absolute;
  left: 20%;
  opacity: 0.6;
  animation: commercial-bnr-graphic2 10000ms ease-in-out 1ms infinite alternate none; 
}
@keyframes commercial-bnr-graphic2 {
	0% {
		transform: rotate(178deg);
	}
	100% {
		transform: rotate(173deg);
	}
}

.commercial-bnr-graphic3 {
  position: absolute;
  opacity: 0.6;
  bottom: -18%;
right: -23px;
transform: rotate(161deg);
animation: commercial-bnr-graphic3 10000ms ease-in-out 1ms infinite alternate none; 
}
@keyframes commercial-bnr-graphic3 {
	0% {
		transform: rotate(161deg);
	}
	100% {
		transform: rotate(156deg);
	}
}

.commercial-cntent-section1 {
  position: absolute;
  opacity: 0.6;
 transform: rotate(68.21deg);
left: -7.3%;
top: 27.3%;
animation: commercial-cntent-section1  10000ms ease-in-out 1ms infinite alternate none; 
}
@keyframes commercial-cntent-section1 {
	0% {
		transform: rotate(68.21deg);
	}
	100% {
		transform: rotate(73.21deg);
	}
}

.commercial-cntent-section2{
	position: absolute;
	opacity: 0.6;
	transform: rotate(132.51deg);
right: -10.5%;
top: -11%;
animation: commercial-cntent-section2  10000ms ease-in-out 1ms infinite alternate none; 
}

@keyframes commercial-cntent-section2 {
	0% {
		transform: rotate(132.51deg);
	}
	100% {
		transform: rotate(138.51deg);
	}
}
.commercial-cntent-section3 {
	opacity: 0.6;
  transform: rotate(165.60deg);
  bottom: 2%;
  right: 0;
  position: absolute;
 animation: commercial-cntent-section3  10000ms ease-in-out 1ms infinite alternate none; 
}

@keyframes commercial-cntent-section3 {
	0% {
		 transform: rotate(165.60deg);
	}
	100% {
		transform: rotate(161.6deg);
	}
}
.cont-bnr-graphic1 {
  transform: rotate(58.19deg);
  left: -15%;
  top: -15%;
    position: absolute;
	opacity: 0.6;
	animation: cont-bnr-graphic1  10000ms ease-in-out 1ms infinite alternate none; 
}
@keyframes cont-bnr-graphic1  {
	0% {
		  transform: rotate(58.19deg);
	}
	100% {
		transform: rotate(64.19deg);
	}
}

.cont-bnr-graphic2
{
	 position: absolute;
	 	 transform: rotate(118deg);
top: -21%;
right: 2.5%;
opacity: 0.6;
animation: cont-bnr-graphic2  10000ms ease-in-out 1ms infinite alternate none; 
	 
}
@keyframes cont-bnr-graphic2  {
	0% {
		  	 	 transform: rotate(118deg);
	}
	100% {
		transform: rotate(114deg);
	}
}
.cont-bnr-graphic3 {
  transform: rotate(-121.71deg);
  bottom: -20%;
  left: 32%;
  opacity: 0.6;
  animation: cont-bnr-graphic3  10000ms ease-in-out 1ms infinite alternate none; 
   position: absolute;
}
@keyframes cont-bnr-graphic3  {
	0% {
		  	transform: rotate(-121.71deg);
	}
	100% {
		transform: rotate(-116.71deg);
	}
}
.cnt-cntent-section1 {
  position: absolute;
  transform: rotate(67.94deg);
  top: -5%;
  left: -7%;
animation: cnt-cntent-section1  10000ms ease-in-out 1ms infinite alternate none;
}
@keyframes cnt-cntent-section1  {
	0% {
		  transform: rotate(67.94deg);
	}
	100% {
		transform: rotate(72.94deg);
	}
}
.cnt-cntent-section2 {
  position: absolute;
  transform: rotate(177.29deg);
  top: 24%;
  right: -4.5%;
  animation: cnt-cntent-section2  10000ms ease-in-out 1ms infinite alternate none;
}
@keyframes cnt-cntent-section2  {
	0% {
		    transform: rotate(177.29deg);
	}
	100% {
		transform: rotate(171.29deg);
	}
}

.cmpre-bnr-graphic1 {
  transform: rotate(111.91deg);
  left: -10%;
  top: -30%;
  position: absolute;
  opacity: 0.6;
  animation: cmpre-bnr-graphic1 10000ms ease-in-out 1ms infinite alternate none;
}

@keyframes cmpre-bnr-graphic1  {
	0% {
		    transform: rotate(111.91deg);
	}
	100% {
		transform: rotate(116.91deg);
	}
}


.cmpre-bnr-graphic2 {

transform: rotate(-167.44deg);
bottom: -20%;
left: 25%;
position: absolute;
opacity: 0.6;
  animation: cmpre-bnr-graphic2  10000ms ease-in-out 1ms infinite alternate none;
}

@keyframes cmpre-bnr-graphic2   {
	0% {
		    transform: rotate(-167.44deg);
	}
	100% {
		  transform: rotate(-172.44deg);
	}
}
.cmpre-bnr-graphic3 {
  position: absolute;
  opacity: 0.6;
  transform: rotate(-25.39deg);
 right: 20px;
  top: -12%;
    animation: cmpre-bnr-graphic3  10000ms ease-in-out 1ms infinite alternate none;
}
@keyframes cmpre-bnr-graphic3   {
	0% {
		    transform: rotate(-25.39deg);
	}
	100% {
		  transform: rotate(-30.39deg);
	}
}

@media screen and (max-width: 767px) {
.idx-bnr-graphic1 {
  left: -16%;
  top: -11%;
  width: 45%;
  transform: rotate(117deg);
}
@keyframes idx-bnr-graphic1 {
	0% {
		transform: rotate(117deg);
	}
	100% {
		transform: rotate(129.17deg);
	}
}
.idx-bnr-graphic2 {
  top: 27%;
  left: 50%;
  width: 45%;
  bottom: auto;
}

.idx-bnr-graphic4 {
  width: 40%;
  right: 0%;
}
.idx-cntent-section1 {
  transform: rotate(16deg);
  top: 15px;
  left: -10%;
    width: 45%;
}

@keyframes idx-cntent-section1 {
	0% {
		transform: rotate(16deg)
	}
	100% {
		transform: rotate(22.28deg);
	}
}

.idx-cntent-section2 {
  position: absolute;
  right: -7px;
  bottom: -2.5%;
  top: auto;
  width: 45%;
  
}
.testimonials-img-bottom {
  bottom: -13%;
  right: -9%;
  transform: rotate(24deg);

}
.testimonials-section .testimonials-img-bottom img {
  height: auto;
 
}
@keyframes testimonials-img-bottom {
	0% {
		transform: rotate(24deg);
	}
	100% {
		transform: rotate(32deg);
	}
}

.auto-bnr-graphic1 {
	width: 45%;
	top: 38%;
	bottom: auto;
}
.auto-bnr-graphic2 {
	right: -20%;
	top: -11%;

	width: 45%;
	opacity: 0.6;
	position: absolute;
}
.auto-cntent-section1 {
  bottom: -2%;
  left: -10%;
  width: 45%;
}
.auto-cntent-section2t{
  position: absolute;
  right: 0;
}
.commercial-bnr-graphic1{
	width: 40%;
	top: -9%;
left: -16%;
transform: rotate(101deg);
}
@keyframes commercial-bnr-graphic1 {
	0% {
		transform: rotate(101deg);
	}
	100% {
		transform: rotate(96deg);
	}
}
.commercial-bnr-graphic2 {
  
  bottom: auto;
  left: 50%;
  animation: commercial-bnr-graphic2 10000ms ease-in-out 1ms infinite alternate none;
  width: 40%;
  top: 23%;
}
.commercial-bnr-graphic3 {
  width: 40%;
  bottom: -5%;
  right: 0;
}

.commercial-cntent-section1 {

  width: 45%;
}
.commercial-cntent-section2 {
  right: -13.5%;
  top: -1%;
 
  width: 45%;
}
.commercial-cntent-section3{
	width: 45%;
}

.cont-bnr-graphic1{
	width: 45%;
	left: -25%;
top: -5%;
}

.cont-bnr-graphic2 {
  width: 45%;
  top: -6%;
}
.cont-bnr-graphic3 {
  width: 45%;
  bottom: auto;
  top: 30%;
}
.cnt-cntent-section1{
	width: 45%;
	top: 0;
left: -11%;
}
.cnt-cntent-section2 {
	width: 45%;
}
.cmpre-bnr-graphic1 {
	width: 45%;
	left: -16%;
top: -9%;
}
.cmpre-bnr-graphic2 {
  width: 45%;
  bottom: auto;
  top: 15%;
}
	.idx-bnr-graphic2 {
    width: 30%;
 
}
.cmpre-bnr-graphic3 {
   right: 0;
  top: -3%;

  width: 30%;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.idx-bnr-graphic2 {
  left: 5%;
}
.commercial-bnr-graphic1,
.commercial-bnr-graphic2,
.commercial-bnr-graphic3,
.cont-bnr-graphic1,
.cont-bnr-graphic2,
.cont-bnr-graphic3,
.cnt-cntent-section1,
.cnt-cntent-section2,
.cmpre-bnr-graphic1,
.cmpre-bnr-graphic2,
.cmpre-bnr-graphic3 {
	 width: 30%;
}

}

