

	.line1, .line2, .line3, .line4
{
	stroke-dasharray:2300;
	stroke-dashoffset:2300;
	animation: dash 5s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.logos {
   overflow: hidden;
   padding: 1px 0px;
   /* background: white; */
   position: relative;
    
}
.logos-slide img {
    height: 29px;
    margin: 14px 19px;
}


.inter-pricing .box {
	height:auto;
}

.inter-pricing .description {
    margin: 0px auto;
    font-size: 18px;
}

.network-banner{
    background-repeat:no-repeat  !important;
}

.capacity-con{
    max-width:1600px !important;
}

.capacity-text{
    font-weight:normal;
    padding-bottom: 20px;

}

.juniper-neetsec{
    padding-bottom:0 !important;
}

.network-peeringsec{
    background-image:url(/images/network/network-peering.webp);
    height:450px;
}

.network-peeringdiv{
    padding-top:100px !important
}