.services-main{color:var(--pure-cacao);}
.section-services{padding:185px 0 30px;}
.services-rightinr .n-body{margin-bottom:10px;}
.services-rightinr h2{margin-bottom:38px;}
.services-leftinr{line-height:0;}
.services-leftinr svg{margin:0 auto;}
.services-leftinr svg #dotted-lines path{-webkit-animation: dottedLines 1s linear infinite;animation: dottedLines 1s linear infinite;}
.services-leftinr svg #dots{z-index:99;position:relative;}
@keyframes dottedLines{
  to{stroke-dashoffset: 6}
}
@media(min-width:992px){
  .section-services{padding:180px 0 100px;}
  .services-left{border-right:1px solid var(--pure-cacao);}
  .services-rightinr h2{margin-bottom:30px;}
  .services-rightinr .ser_simdesc{margin-bottom:15px;}
  .services-leftinr{padding-right:20px;}
}
@media(max-width:1199px){
  .services-leftinr svg{width:100%;height:auto;}
}
@media(max-width:991px){
  .services-wrap{row-gap:40px;}
  .services-leftinr svg .xs-body{font-size:10px;line-height:12px;}
}