/* css from added plugins */

.mfp-bg {
	background: #006300;
	opacity: 0.99;
}
.mfp-close-btn-in .mfp-close, .white-popup h2 {
    color: #FFF;
}
.white-popup {
  position: relative;
  color: #FFF;
  padding: 20px;
  width: auto;
  max-width: 60vw;
  margin: 20px auto;
  > * {
    margin-top: 0;
  }
}
.white-popup .np-logo {
	text-align: center;
}
.white-popup .np-logo img {
	width: 180px;
	margin-bottom: 0px;
}
.white-popup p {
	line-height: 1.2;
}
.hidden {
	display: none;
}
.cta-get-started:before {
    content: '';
    position: absolute;
    top: 40px;
    height: 1px;
    width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    border-bottom: 2px solid #44cf21;
}
.ts-services {
	padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
	.fix-bg-3 {
		background-position-x: -450px !important;
	}
	.rs-skills {
		margin-top: 40px;
	}
}