/*first row*/
/*
.sppb-section.dt-first-row {
    margin-top: -100px!important;
}
*/

@media screen and (max-width:992px){
.sppb-section.dt-first-row{
    height: 600px!important; margin-top:50px!important;
  }}

/*display none br


@media screen and (max-width:992px){
br{display:none;}}

*/


/*client smooth scroll*/
.clients-image{height:500px;overflow:hidden;position: relative;}

.clients-image img {
  animation-name: somename;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  white-space: nowrap;
  width: 100%!important;
}

@keyframes somename {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(-49.5%);
  }
}

.clients-image::before, .clients-image::after {  
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.clients-image::before {top:0;background: linear-gradient(to bottom, #141e3e, transparent 100%);}
.clients-image::after {bottom:0;background: linear-gradient(to bottom,transparent, #141e3e 100%);}

/*ads tracking*/
.landing-accordion .sppb-panel-heading {
    background: #141e3e !important; 
}

.landing-accordion .sppb-panel-body {
    background: #26335f;
}

/*whatsapp blasting*/
.fb001 img.sppb-img-responsive {
    width: 50px;
    height: 50px;
}
.fb001 {
    padding: 20px;
    border: 1px solid #cccccc82;
    border-radius: 10px;
    background: #ffffff1a;
}
.fb001 p{
	margin:0px;
}

.img-layout-001 .sppb-addon-image-layout-caption.caption-below {
    width: 80%;
    margin: auto;
    margin-top: -40px;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    background: #111934;
}

/*business analysis software*/
.business-analysis-read-more .sppb-media-body .sppb-media-content a {
    padding: 0px!important;
}

/*aichatbot*/
.img-layout-001 strong {
    font-weight: 900;
}

/*seo services*/
.seo-problems {
    background: #1f2a50;
    border-radius: 10px;
    padding: 15px 30px;
    letter-spacing: 0px;
    border: 1px solid #ffffff5e;
    width: fit-content;
}

@media screen and (max-width:992px){
.seo-problems {
    width: 100%;
}}


.problem-01 {
    top:50px;
    right: -120px!important;
    position: absolute;
}

.problem-02 {
    top: 250px;
    right: -200px!important;
    position: absolute;
}

.problem-03 {
    top: 150px;
    left: -150px!important;
    position: absolute;
}






