:root {
    --dark-color: hsl(var(--hue), 100%, 9%);
    --light-color: hsl(var(--hue), 95%, 98%);
    --base: hsl(var(--hue), 95%, 50%);
    --complimentary1: hsl(var(--hue-complimentary1), 95%, 50%);
    --complimentary2: hsl(var(--hue-complimentary2), 95%, 50%);
  
    --font-family: "Poppins", system-ui;
  
    --bg-gradient: linear-gradient(
      to bottom,
      hsl(var(--hue), 95%, 99%),
      hsl(var(--hue), 95%, 84%)
    );
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  body {
    max-width: 1920px;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    font-family: var(--font-family);
    color: var(--dark-color);
    background: var(--bg-gradient);
  }

  #progress-parent-text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: black;
  }
  
  .orb-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }

ul {
    margin: 0px;
    padding: 0px;
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #2B96CC;
    text-decoration: none;
}
.section-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.section-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #ff5e14;
    bottom: -25px;
    margin-left: -30px;
}
.section-title.service-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.blog-wrapper {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-blog-wrapper{
  transition: .3s;
}
.blog-wrapper.home-blog-wrapper:hover {
  box-shadow: 10px 20px 30px rgba(0,0,0,.12);
}
.blog-thumb {
  margin-bottom: 20px;
}
.blog-title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding: 0;
  text-align: left;
}
.blog-content.home-blog h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-content.home-blog p {
  margin-bottom: 10px;
}
.link-box.home-blog-link a {
  font-size: 14px;
  color: #ff5e14;
}
.blog-title a {
  color: #222;
}
.link-box a {
  color: #555;
}
.link-box a:hover {
  color: #ff5e14;
}
.blog-title a:hover {
  color: #ff5e14;
}
.meta-info ul li {
  color: #9e9e9e;
  display: inline-block;
  font-size: 11px;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.embed-responsive {
  margin-bottom: 20px;
}
.meta-info ul li:first-child{padding-left:0}
.meta-info ul li a{color:#ff5e14}
.meta-info ul li a:hover{color:#444}
.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.meta-info ul li:first-child:before{display:none}
.blog-thumb img {
  width: 100%;
}
.link-box a {
  font-weight: 600;
}


/*
FOOTER BEGINS HERE
*/
.container,
.container-sm,
.container-xs {
	width: 100%;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px
}

@media(min-width:481px) {

	.container,
	.container-sm,
	.container-xs {
		padding-left: 24px;
		padding-right: 24px
	}
}

.container {
	max-width: 1128px
}

.container-sm {
	max-width: 944px
}

.container-xs {
	max-width: 668px
}

[class*=container] [class*=container] {
	padding-left: 0;
	padding-right: 0
}

[class*=container] .container-sm {
	max-width: 896px
}

[class*=container] .container-xs {
	max-width: 620px
}

footer {
	display: block
}

.site-footer {
	position: absolute
}

.site-footer:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333341;
    opacity:0.4;
	z-index: -3
}

.site-footer-inner {
	padding: 48px 0
}

.footer-top {
	padding-bottom: 12px
}

.footer-bottom {
	padding-top: 12px
}

.footer-blocks {
	display: flex;
	flex-wrap: wrap;
	margin-right: -24px;
	margin-left: -24px;
	margin-top: -12px
}

.footer-blocks:last-of-type {
	margin-bottom: 28px
}

.footer-blocks:not(:last-of-type) {
	margin-bottom: 12px
}

.footer-block {
	flex-grow: 1;
	flex-basis: 160px;
	box-sizing: content-box;
	padding: 12px 24px
}

.footer-block * {
	box-sizing: border-box
}

.footer-block ul li:not(:last-child) {
	margin-bottom: 4px
}

.footer-block a {
	color: #9ca9b3
}

.footer-block a:active,
.footer-block a:hover {
	color: #eceded
}

.footer-block-title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #eceded;
	text-transform: uppercase;
	margin-bottom: 8px
}

.invert-color .footer-block-title {
	color: #0c0c0f
}

.footer-nav a,
.footer-social a {
	display: flex
}

.footer-nav ul,
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 0
}

.footer-social ul {
	margin-right: -16px;
	margin-left: -16px
}

.footer-social li {
	padding: 0 8px
}

.footer-social a {
	padding: 8px
}

.footer-social a svg {
	fill: #2e73ff;
	transition: fill .15s ease
}

.footer-social a:hover svg {
	fill: #acadff
}

.footer-nav {
	margin-right: -12px;
	margin-left: -12px
}

.footer-nav a {
	color: #1a1c1e;
	padding: 0 12px
}

.footer-nav a:active,
.footer-nav a:hover {
	color: #eceded
}

@media(max-width:640px) {

	.footer-bottom>:not(:last-child),
	.footer-top>:not(:last-child) {
		margin-bottom: 24px
	}
}

@media(min-width:641px) {
	.site-footer-inner {
		padding: 64px 0
	}

	.footer-bottom.space-between,
	.footer-top.space-between {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.footer-bottom.invert-order-desktop>:first-child,
	.footer-top.invert-order-desktop>:first-child {
		order: 1
	}
}

.list-reset {
	list-style: none;
	padding: 0
}

.list-reset li {
	margin: 0;
    color: #000000
}

@media(max-width:640px) {
	.ta-l-mobile {
		text-align: left
	}

	.ta-c-mobile {
		text-align: center
	}

	.ta-r-mobile {
		text-align: right
	}

	.center-content-mobile {
		text-align: center
	}

	.center-content-mobile img,
	.center-content-mobile svg,
	.center-content-mobile video {
		margin-left: auto;
		margin-right: auto
	}

	.center-content-mobile .button-group {
		justify-content: center
	}

	.spacer-4-mobile {
		padding-top: 4px
	}

	.spacer-8-mobile {
		padding-top: 8px
	}

	.spacer-12-mobile {
		padding-top: 12px
	}

	.spacer-16-mobile {
		padding-top: 16px
	}

	.spacer-24-mobile {
		padding-top: 24px
	}

	.spacer-32-mobile {
		padding-top: 32px
	}

	.spacer-48-mobile {
		padding-top: 48px
	}

	.spacer-64-mobile {
		padding-top: 64px
	}
}

@media(max-width: 600px) {
  .site-footer {
    max-height: 150px;
  }

  .overlay__btn {
      margin-left: 0px;
      margin-right: 0 !important;
  }

  .site-footer-inner {
    padding: 20px 0;
  }

  .overlay {
    position: absolute;
    top: 20px;
  }
} 

@media(max-width: 250px) {
  .site-footer {
    position: absolute !important;
    margin-top: 5rem;
    display: none;
  }

  body {
    padding: 0 !important;
  }

  .overlay {
    width: auto;
    text-align: center;
    justify-content: center;
    font-size: 9px;
    align-items: center;
    display: flex;
  }

  .overlay__description {
    margin-bottom: 5px;
  }

  .overlay__title {
    margin-bottom: 5px;
  }
}

@media(min-width:641px) {
	.ta-l-desktop {
		text-align: left
	}

	.ta-c-desktop {
		text-align: center
	}

	.ta-r-desktop {
		text-align: right
	}

	.center-content-desktop {
		text-align: center
	}

	.center-content-desktop img,
	.center-content-desktop svg,
	.center-content-desktop video {
		margin-left: auto;
		margin-right: auto
	}

	.center-content-desktop .button-group {
		justify-content: center
	}
}

.text-xxs,
figcaption {
	font-size: 14px;
	line-height: 22px
}