﻿﻿﻿﻿  .wf-force-outline-none[tabindex="-1"]:focus {
  	outline: none;
  }

  body {
  	cursor: auto;
  }


  /* add custom cursor */
  .typed-words::after {
  	display: inline;
  	animation: blink 1s infinite;
  }

  /* custom cursor animation */
  @keyframes blink {
  	0% {
  		opacity: 1;
  	}

  	50% {
  		opacity: 0;
  	}

  	100% {
  		opacity: 1;
  	}
  }

  .splide__pagination {
  	display: flex;
  	column-gap: 10px;
  	align-content: center;
  	justify-content: center;
  	padding-left: 0px;
  }
  
  .weight-500{
	  font-weight: 600;
  }
  
  .blog-content ul {
      padding-left: 20px;
  }

  .blog-content ul li {
	list-style: disc;
	font-size: 15px;
	line-height: 24px;
	margin-bottom:8px;
	color:#999;
  }

  .splide__pagination__page {
  	background-color: #0E163F;
  	border-radius: 50%;
  	opacity: 15%;
  	width: 7px;
  	height: 7px;
  	padding: 0px;
  }

  .splide__pagination__page.is-active {
  	opacity: 100%;
  }

  #blog-slider .splide__slide.blog.is-active {
  	background-color: #486DFF;
  }

  #blog-slider .splide__arrow.splide__arrow--next.blue-arrow {
  	top: 16px;
  }

  #blog-slider .splide__arrow.splide__arrow--prev.blue-arrow {
  	top: 0px;
  	right: 50px;
  	left: auto;
  }

  #blog-slider .splide__arrow.splide__arrow--next.blue-arrow:disabled {
  	opacity: 50%;
  }

  #blog-slider .splide__arrow.splide__arrow--prev.blue-arrow:disabled {
  	opacity: 50%;
  }
	
	.typed-cursor{
	  opacity: 1;
	}
	.typed-cursor.typed-cursor--blink{
	  animation: typedjsBlink 0.7s infinite;
	  -webkit-animation: typedjsBlink 0.7s infinite;
			  animation: typedjsBlink 0.7s infinite;
	}

	.typed-location::after {
	  display: inline;
	  animation: blink 1s infinite;
	}
	
	.typed-cursor {
		color: #486dff;
	}
	
	
	.navbar {
	  -webkit-backdrop-filter: blur(8px);
	  backdrop-filter: blur(8px);
	}

	@keyframes blink {
	  0% {
	    opacity: 1;
	  }
	  50% {
	    opacity: 0;
	  }
	  100% {
	    opacity: 1;
	  }
	}
	@keyframes typedjsBlink{
	  50% { opacity: 0.0; }
	}
	@-webkit-keyframes typedjsBlink{
	  0% { opacity: 1; }
	  50% { opacity: 0.0; }
	  100% { opacity: 1; }
	}
	
	
.splide__pagination {
display: flex;
column-gap: 10px;
align-content: center;
justify-content: center;
padding-left: 0px;
margin-top: 16px;
}

#quotes .splide__pagination {
margin-left: 30px;
justify-content: flex-start;
}


.splide__pagination__page {
background-color: #0E163F;
border-radius: 50%;
opacity: 15%;
width: 7px;
height: 7px;
padding: 0px;
}

.w-variant-9d9b6643-8ca3-618c-44f4-25e3f265ee43 .splide__pagination__page {
background-color: #d1daff;
}

.splide__pagination__page.is-active {
opacity: 100%;
}