/*--
CSS code for pakproness.com
Author: dicodur
--*/

body a {
	transition: 0.5s all;
	-webkit-transition: 0.4s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

html,
body {
	font-size: 100%;
}

body {
	background: #FFFFFF;
}

/* ::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
} */

#loading-bar-spinner.spinner {
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	z-index: 19 !important;
	animation: loading-bar-spinner 400ms linear infinite;
	visibility: visible;
	overflow: hidden;
}

#loading-bar-spinner.spinner .spinner-icon {
	width: 40px;
	height: 40px;
	border: solid 4px transparent;
	border-top-color: #00C8B1 !important;
	border-left-color: #00C8B1 !important;
	visibility: visible;
	overflow: hidden;
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

table {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid rgb(255, 255, 255);
	padding: 6px;
}

th,
td {
	border: 2px solid rgb(255, 255, 255);
}

th,
td {
	padding: 8px;
	text-align: center;
}

.tooltip-btn {
	position: relative;
	padding: 10px 20px;
	background-color: #3498db;
	color: white;
	border: none;
	cursor: pointer;
}

.tooltip {
	display: none;
	position: absolute;
	background-color: #333;
	color: white;
	margin-top: 1em;
	left: -22px;
	padding: 5px 10px;
	font-size: 14px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transform: translateY(10px);
	transition: opacity 0.2s, transform 0.2s;
	white-space: nowrap;
}

.tooltip-btn:hover+.tooltip {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

.btn {
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
}

.banner {
	background: url(../images/1.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.agileinfo-dot {
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
	padding: 1.1em 0;
}

.jarallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*-- banner --*/
/*-- header --*/
.agileits-logo {
	text-align: center;
}

.agileits-logo h1 {
	margin: 0;
}

.agileits-logo h1 a {
	font-size: 2em;
	text-transform: uppercase;
	/* color: #1eff00; */
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 6px;
	padding: 0;
}

.agileits-logo h1 a span {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 300;
	color: #FFFFFF;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
	padding: 0;
	box-shadow: none;
}

.navbar-default .navbar-brand {
	color: #fff;
}

.navbar-nav {
	float: none;
	text-align: center;
	background: none;
	margin: 2em 0 0 0;
}

.header-top-info ul li {
	display: inline-block;
	float: none;
}

.navbar-nav li:after {
	content: "";
	position: absolute;
	background: #FFFFFF;
	height: 7px;
	width: 7px;
	top: 16px;
	left: 0;
}

.navbar-nav li.active:after {
	background: none !important;
	width: 0px !important;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	border: solid 2px rgba(255, 255, 255, 0);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
	border: solid 2px #ffffff;
	background: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #ffffff;
}

.navbar-nav>li>a {
	font-size: 1em;
	padding: .5em 2em;
	margin: 0 1em;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	border: solid 2px #ffffff;
	background: none;
}

/*-- //header --*/

#finalHeading {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 60%;
	color: rgb(252, 252, 228);
}

/*--slider--*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: 109px;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 50px;
	height: 50px;
	background: transparent url(../images/arrows.png) no-repeat left top;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.callbacks_nav.prev {
	right: auto;
	background-position: left top;
	left: 0;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	/* -webkit-backface-visibility: hidden; */
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 111%;
	left: 49.7%;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	width: 100%;
	max-width: 100vw;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0;
}

/*----*/
.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: #ffffff;
	border: 2px solid #ffffff;
}

.callbacks_here a:after {
	background: #003f27;
	border: 2px solid #ffffff;
}

/*-- //slider --*/
/*-- pakproness-banner-info --*/
.pakproness-banner-info {
	padding: 8em 0;
}

.banner_text {
	text-align: center;
}

.banner_text h3 {
	color: #FFFFFF;
	font-size: 7em;
	margin: 0;
	font-weight: 100;
	text-transform: uppercase;
}

.banner_text p {
	color: #FFFFFF;
	font-size: 1em;
	margin: 2em 0;
	letter-spacing: 2px;
}

.ppn_button {
	position: relative;
	margin: 0;
	padding: 1em;
	z-index: 1;
}

.ppn_button a {
	color: #FFFFFF;
	font-size: 1em;
	padding: .5em 1em;
	border: solid 2px #003f27;
	text-decoration: none;
	margin: 0;
	background: #003f27;
}

.ppn_button a:hover {
	color: #FFFFFF;
	background: none;
	border: solid 2px #FFFFFF;
}

/*-- //pakproness-banner-info --*/
/*-- about--*/
.about,
.markets,
.portfolio,
.downloads_ppn-dot,
.team,
.blog,
.mail {
	padding: 4em 0;
}

.welcome {
	/* border-bottom: 1px dashed #ccc; */
	padding-bottom: 1em;
	text-align: center;
}

.agileits-title h2,
.agileits-title h3 {
	font-size: 4em;
	color: #003f27;
	margin: 0;
	text-align: center;
}

.agileits-title p {
	font-size: 1em;
	color: #999;
	line-height: 1.8em;
	margin: 1em auto 0;
	width: 86%;
}

.about-ppnlsrow {
	margin: 4em 0 0 0;
}

.ppnabout-img {
	background: url(../images/2.jpg)no-repeat 0px 0px;
	background-size: cover;
	min-height: 30em;
	padding: 0;
	position: relative;
}

.ppnabout-text {
	background: #ccc6ce;
	position: absolute;
	width: 56%;
	padding: 3em;
	right: -48%;
	top: 24%;
}

.ppnabout-text h5 {
	font-size: 2.5em;
	color: #212121;
	margin: 0;
}

.ppnabout-text p {
	font-size: .9em;
	line-height: 1.8em;
	margin: 1em 0 0 0;
}

/*-- //about--*/
/*-- markets --*/

.wthree-heading h3,
.agileits-top-heading h2 {
	color: #212121;
	font-size: 2.5em;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.wthree-heading {
	text-align: center;
}

.markets-grids,
.agileits-feedback-grids,
.ppn-agileits-newsletter,
.team-grids,
.agile-contact-form,
.ppn-agile-downloads_ppn,
.wthree-blog-grids,
.ppn_mail_grids,
.agileits-team-grids {
	margin: 4em 0 0 0;
}

.agileits-icon-grid {
	padding: 2em;
	background: #121212;
	box-shadow: 0 0px 2px rgb(255, 255, 255), 0 1px 2px rgba(0, 0, 0, .24);
}

.icon-left {
	float: none;
	width: 70px;
	height: 70px;
	text-align: center;
	padding: 1.2em 0 0 0;
	margin: 0 auto 1em;
	background: #003f27;
}

.icon-left i.fa {
	color: #FFFFFF;
	font-size: 2em;
}

.icon-right {
	float: none;
	width: 100%;
	text-align: center;
}

.icon-right h5 {
	color: #ffffff;
	font-size: 1em;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.icon-right p {
	color: #ffffff;
	font-size: .9em;
	margin: 1em 0 0 0;
	line-height: 1.8em;
}

.ppnls-markets-grid:nth-child(4),
.ppnls-markets-grid:nth-child(5),
.ppnls-markets-grid:nth-child(6) {
	margin: 3em 0 0 0;
}

/*-- //markets --*/
/*-- portfolio --*/
.filtr-item {
	padding: 0;
	width: 33.3335%;
	float: left;
}

.filtr-container {
	width: 100%;
}

.item-desc {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

.simplefilter li,
.multifilter li,
.sortandshuffle li {
	color: #212121;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: .9em;
	font-weight: 600;
	margin: 0 0.4em;
}

.simplefilter li {
	border: 2px solid #ffffff;
}

.simplefilter li.active {
	border: 2px solid #003f27;
	color: #ffffff;
	background: #003f27;
}

select {
	padding: 1rem 1rem;
	text-transform: uppercase;
}

.sortandshuffle .shuffle-btn {
	background-color: #dec800;
}

.sortandshuffle .sort-btn {
	background-color: #de0000;
}

.sortandshuffle .sort-btn.active {
	background-color: #9d0000;
}

.filtr-item {
	transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);
	transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

ul.simplefilter {
	text-align: center;
	margin: 4em 0 3em;
	padding: 0;
}

.theline {
	border: none;
	border-top: 1px solid white;
	margin: 10px 0;
	display: block;
}

@media screen and (min-width: 1200px) {
	.theline {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	.servers {
		display: none;
	}

	.navbar-default .navbar-nav>li.serversbutton {
		display: none;
	}
}

@media screen and (max-width:991px) {
	.servers {
		display: none;
	}

	.navbar-default .navbar-nav>li.serversbutton {
		display: none;
	}

	.mobileFix {
		margin-bottom: 3em;
	}

	.filtr-item {
		float: left;
		width: 33.33%;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
}

@media screen and (max-width:768px) {
	#finalHeading {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		color: rgb(255, 255, 245);
	}

	.servers {
		display: none;
	}

	.buyserverbtn {
		display: none;
	}

	.donatebtn {
		display: none;
	}

	.navbar-default .navbar-nav>li.serversbutton {
		display: none;
	}

	.filtr-item {
		float: left;
		width: 50%;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		padding: 8px 10px;
		font-size: 0.9em;
		letter-spacing: 0px;
	}
}

@media screen and (max-width:600px) {
	.filtr-item {
		padding: 0em;
	}

	ul.simplefilter {
		margin-bottom: 0em;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		margin-bottom: 1em;
	}
}

@media screen and (max-width:414px) {
	ul.simplefilter {
		margin-bottom: 0em;
	}

	.filtr-item {
		width: 100%;
	}

	.simplefilter li,
	.multifilter li,
	.sortandshuffle li {
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
	}
}

.portfolio figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.portfolio figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}

.portfolio figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.portfolio figcaption h3 {
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
	font-size: 2em;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-top: 105px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}

.portfolio figcaption h3 span {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 300;
}

.portfolio figure:hover h3 {
	left: 0;
}

.portfolio figcaption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

.portfolio figcaption a:hover {
	color: #4f5856;
	background: #fff;
}

/*-- //portfolio --*/
/*-- modal --*/
.agileits-pakproness-info img {
	width: 100%;
}

.modal-header h4 {
	margin: 0;
	font-size: 2em;
	text-transform: uppercase;
	color: #003f27;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 6px;
	padding: 0;
}

.modal-header h4 span {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 300;
	color: #fcfcfc;
}

.modal-body p {
	margin: 1em 0 0 0;
	font-size: .1200em;
	line-height: 1.8em;
}

/*-- //modal --*/
/*-- downloads_ppn --*/
.downloads_ppn {
	background: url(../images/1.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.elite_ppn {
	background: url(../images/1.jpg) no-repeat 0px 0px;
	background-size: cover;
}

.downloads_ppn-dot {
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
}

.elite_ppn-dot {
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
}

.downloads_ppn-heading h3 {
	color: #FFFFFF;
}

.downloads_ppn-heading h5 {
	color: #FFFFFF;
}

.downloads_ppn-img-grid {
	width: 28%;
	margin: 0 auto;
}

.downloads_ppn-img {
	float: left;
	width: 26.33%;
}

.downloads_ppn-img:nth-child(2) {
	margin: 0 2em;
}

.downloads_ppn-img img {
	width: 100%;
}

.t-img1 img,
.t-img2 img {
	opacity: 0.6;
}

/*-- //downloads_ppn --*/
/*-- team --*/
.team-heading h4 {
	color: rgba(255, 255, 255, 0.47);
}

.team-info {
	position: relative;
	margin-bottom: 12%;
	overflow: hidden;
	box-shadow: 0 1px 5px rgb(255, 255, 255), 0 1px 2px rgba(255, 255, 255);
}

.team-info img {
	width: 100%;
}

.team-caption h4 {
	color: #FFFFFF;
	font-size: 1.5em;
	margin: .5em 0 0 0;
}

.team-caption p {
	color: #eaeaea;
	font-size: 16px;
	margin: 0;
}

.team-caption ul {
	padding: 0;
	margin: 1em 0 0 0;
}

.team-caption ul li {
	display: inline-block;
}

.team-caption ul li a {
	color: #333;
	text-align: center;
}

.team-caption ul li a i.fa.fa-facebook {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: solid 2px #FFF;
	background: none;
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.team-caption ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
}

.team-caption ul li a i.fa.fa-twitter {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: solid 2px #FFF;
	background: none;
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.team-caption ul li a i.fa.fa-twitter:hover {
	background: #55acee;
}

.team-caption ul li a i.fa.fa-instagram {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: solid 2px #FFF;
	background: none;
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.team-caption ul li a i.fa.fa-instagram:hover {
	background: #d62976;
}

.team-caption ul li a i.fa.fa-github {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: solid 2px #FFF;
	background: none;
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.team-caption ul li a i.fa.fa-github:hover {
	background: #000000;
}

.team-caption ul li a i.fa.fa-rss {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: solid 2px #FFF;
	background: none;
	color: #FFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.team-caption ul li a i.fa.fa-rss:hover {
	background: #f26522;
}

.team-caption {
	background: #003f27;
	padding: 1em;
	position: absolute;
	left: 0;
	bottom: -105%;
	text-align: center;
	border-top-right-radius: 1.2em;
	border-top-left-radius: 1.2em;
	width: 100%;
	height: 154px;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
}

.team-info:hover .team-caption {
	bottom: 0%;
}

.team-info:hover .team-caption {
	bottom: 0%;
}

/*-- //team --*/
/*-- blog --*/
.blog {
	background: #ececec;
}

.blog-left h4 {
	color: #003f27;
	margin: 0 0 1em 0;
	font-size: 2.5em;
	font-weight: 800;
}

.blog-left ul {
	padding: 0;
	margin: 1em 0 0 0;
}

.blog-left ul li {
	display: block;
	color: #212121;
	font-size: .9em;
	margin: .5em 0;
}

.blog-left ul li a {
	color: #003f27;
	text-decoration: none;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.blog-left ul li a:hover {
	color: #212121;
}

.blog-left ul li a:focus,
.blog-right a:focus,
.date-text a:focus {
	outline: none;
}

.blog-right a {
	line-height: 1.5em;
	color: #212121;
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.blog-right a:hover {
	color: #003f27;
}

.blog-right p {
	color: #999999;
	margin: 1em 0 0 0;
	font-size: .9em;
	line-height: 1.8em;
}

/*-- //blog --*/
/*-- mail --*/
.ppn_mail_grids textarea {
	outline: none;
	padding: 10px;
	color: #212121;
	font-size: 14px;
	border: none;
	border-bottom: 2px solid #212121;
	background: none;
	width: 97.3%;
	margin: 0 0 3em 1.1em;
	min-height: 150px;
	resize: none;
	font-weight: 600;
}

.ppn_mail_grids textarea::-webkit-input-placeholder {
	color: #212121 !important;
}

.ppn_mail_grids input[type="submit"] {
	outline: none;
	padding: .5em 1em;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 1em;
	border: none;
	text-transform: uppercase;
	background: #003f27;
	border: 2px solid #003f27;
	font-weight: 600;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ppn_mail_grids input[type="submit"]:hover {
	color: #212121;
	border: 2px solid #212121;
	background: none;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 30%;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	background: #f0f0f0;
	color: #aaa;
	/* -webkit-appearance: none; */
	/* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	padding: 0 1em;
	width: 40%;
	color: #212121;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Jiro */
.input__field--jiro {
	padding: 1em 0.5em;
	width: 100%;
	background: transparent;
	color: #212121;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.input__label--jiro {
	position: absolute;
	left: 0;
	padding: 0 0.85em;
	width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
	font-size: 14px;
}

.input__label-content--jiro {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}

.input__label--jiro::before,
.input__label--jiro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--jiro::before {
	border-top: 2px solid #212121;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input__label--jiro::after {
	z-index: -1;
	background: #f5f5f5;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.input__field--jiro:focus,
.input--filled .input__field--jiro {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input__field--jiro:focus+.input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
	-webkit-transform: translate3d(0, -80%, 0);
	transform: translate3d(0, -80%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--jiro:focus+.input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.input__field--jiro:focus+.input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--jiro:focus+.input__label--jiro::after,
.input--filled .input__label--jiro::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*-- //mail --*/
/*-- contact --*/
.contact-ppnlsleft.map {
	padding: 0;
}

.address-row {
	margin-top: 3em;
}

.contact-ppnlsright {
	padding: 6em 6em;
	background: #ececec;
}

.contact-ppnlsright h6 {
	line-height: 1.5em;
	color: #212121;
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
}

.address-left {
	padding: 0;
	text-align: center;
}

.address-right {
	padding-left: 2em;
}

.address-row span.glyphicon {
	font-size: 1em;
	border: 1px solid #afafaf;
	padding: 1.6em 1em;
	color: #212121;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}

.address-row:hover span.glyphicon {
	border-color: #003f27;
	color: #003f27;
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}

.address-row h5 {
	font-size: 1em;
	color: #212121;
	margin: 0 0 1em 0;
	font-weight: 600;
}

.address-right p {
	color: #999999;
	font-size: .9em;
	margin: 0;
	line-height: 1.8em;
}

.address-right p a {
	color: #003f27;
	text-decoration: none;
}

.address-right p a:hover {
	color: #212121;
}

.map iframe {
	width: 100%;
	min-height: 526px;
	border: none;
	margin-bottom: -.5em;
}

/*-- //contact --*/
/*-- footer --*/
.footer {
	background: #333;
	padding: 4em 0;
}

.footer-title h3 {
	font-size: 1.5em;
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
}

.amet-sed p {
	margin: 2em 0 0 0;
	color: #999999;
	font-size: .9em;
	line-height: 1.8em;
}

.amet-medium p a {
	color: #003f27;
	text-decoration: none;
}

.amet-medium p a:hover {
	color: #FFFFFF;
}

.amet-sed .ppnsocial-icons {
	margin-top: 1em;
}

.support input[type="email"] {
	width: 64%;
	padding: .5em 1em;
	font-size: 1em;
	text-align: left;
	font-weight: 400;
	border: 2px solid #fff;
	outline: none;
	margin: 0;
	background: #fff;
}

.support input[type="text"] {
	width: 64%;
	padding: .5em 1em;
	font-size: 1em;
	text-align: left;
	font-weight: 400;
	border: 2px solid #fff;
	outline: none;
	margin: 0;
	background: #fff;
}

.support input[type="submit"] {
	background: #003f27;
	cursor: pointer;
	border: 2px solid #003f27;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	padding: .5em 1em;
	text-align: center;
	/* -webkit-appearance: none; */
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.support input[type="submit"]:hover {
	background: none;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.support {
	margin: 1em 0em 0 0;
	background-color: rgb(45, 45, 45);
	padding: 1em 1em;
}

/*-- social-icons --*/
.agileinfo-social-grids {
	margin: 2em 0 0 0;
}

.agileinfo-social-grids ul {
	padding: 0;
	margin: 0;
}

.agileinfo-social-grids ul li {
	display: inline-block;
}

.agileinfo-social-grids ul li a {
	color: #FFFFFF;
	text-align: center;
}

.agileinfo-social-grids ul li a i.fa {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.containerx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.download-item {
	background: #121212;
	/* height: 16rem; */
	flex-basis: 100%;
	margin-top: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
	margin: 1em;
	max-width: 22em;
	box-shadow: 0 0px 2px rgb(255, 255, 255), 0 1px 2px rgba(0, 0, 0, .24);
}

@media screen and (min-width: 480px) {
	.download-item {
		flex-basis: calc(50% - 2em);
		/* Adjust the value (- 2em) to accommodate for margins or padding */
	}
}

.download-item h2,
h3 {
	text-align: center;
}

.download-item a {
	text-decoration: none;
	color: rgb(171, 255, 245);
}

.download-item a:hover {
	color: rgb(255, 255, 255);
}

.elite-item {
	background: #121212;
	height: 15rem;
	flex-basis: 100%;
	margin-top: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
	margin: 1em;
	max-width: 22em;
	box-shadow: 0 0px 2px rgb(255, 255, 255), 0 1px 2px rgba(0, 0, 0, .24);
}

@media screen and (min-width: 480px) {
	.elite-item {
		flex-basis: calc(50% - 2em);
		/* Adjust the value (- 2em) to accommodate for margins or padding */
	}
}

.elite-item h2,
h3 {
	text-align: center;
}

.elite-item a {
	text-decoration: none;
	color: white;
}

.elite-item a:hover {
	color: white;
}

.reghelp {
	background-color: #e2cccc;
	padding: 8px;
	padding-bottom: 25px;
}

.reghelp h4 {
	padding-top: 6px;
	color: #003f27;
	font-size: xx-large;
}

.banhelp {
	background-color: #e2cccc;
	padding: 8px;
	padding-bottom: 25px;
}

.banhelp h4 {
	padding-top: 6px;
	color: #003f27;
	font-size: xx-large;
}

/*-- //footer --*/
/*-- copyright --*/
.copyright {
	background: #212121;
	padding: 1em 0;
}

.copyright p {
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;
	margin: 0;
}

.copyright p a {
	color: #003f27;
}

.copyright p a:hover {
	color: #FFFFFF;
}

/*-- //copyright --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px) {
	.ppnabout-text {
		width: 63%;
		right: -35%;
	}

	.portfolio figcaption h3 {
		margin-top: 87px;
	}

	.input {
		max-width: 29.5%;
	}

	.downloads_ppn-img-grid {
		width: 35%;
	}

	.address-row {
		padding-left: 0;
	}

	.contact-ppnlsright {
		padding: 3em 3em;
	}

	.map iframe {
		min-height: 516px;
	}

	.support input[type="email"] {
		width: 54%;
	}

	.support input[type="text"] {
		width: 54%;
	}
}

@media(max-width:991px) {
	.navbar-nav>li>a {
		padding: .5em 1em;
		margin: 0 .8em;
	}

	.banner_text h3 {
		font-size: 5em;
	}

	.pakproness-banner-info {
		padding: 5em 0;
	}

	.ppnabout-text {
		width: 89%;
	}

	.ppnls-markets-grid:nth-child(2),
	.ppnls-markets-grid:nth-child(3),
	.ppnls-markets-grid:nth-child(4),
	.ppnls-markets-grid:nth-child(5),
	.ppnls-markets-grid:nth-child(6) {
		margin: 2em 0 0 0;
	}

	.downloads_ppn-img-grid {
		width: 50%;
	}

	.portfolio figcaption h3 {
		margin-top: 70px;
	}

	.agileits-title p {
		width: 95%;
	}

	.agileits-team-grid {
		float: left;
		width: 50%;
		margin-bottom: 2em;
	}

	.agileits-team-grid:nth-child(3),
	.agileits-team-grid:nth-child(4) {
		margin: 0;
	}

	.ppn-agileits-blog-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}

	.amet-medium {
		margin: 2em 0;
	}

	.support input[type="email"] {
		width: 83%;
	}

	.support input[type="text"] {
		width: 83%;
	}

	.input {
		max-width: 28.5%;
	}
}

@media(max-width:768px) {
	.tooltip {
		display: none;
	}

	.tooltip-btn:hover+.tooltip {
		display: none;
	}

	.callbacks_tabs {
		left: 47%;
	}

	.portfolio figcaption h3 {
		margin-top: 100px;
	}
}

@media(max-width:736px) {
	.agileits-logo h1 a {
		font-size: 1.5em;
	}

	.navbar-toggle {
		float: none;
		margin-right: 0;
	}

	.navbar {
		text-align: center;
	}

	.navbar-nav {
		margin: 1em 0;
	}

	.header-top-info ul li {
		display: block;
	}

	.navbar-nav li:after {
		background: none;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.84);
		z-index: 9999;
	}

	.navbar-default .navbar-toggle {
		border-color: #fff;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: #003f27;
	}

	.input {
		max-width: 28%;
	}

	.ppnabout-text {
		width: 60%;
		right: 0;
	}

	.support input[type="email"] {
		width: 82%;
	}

	.support input[type="text"] {
		width: 82%;
	}

	.navbar-nav>li>a {
		margin: 1em .5em;
	}
}

@media(max-width:667px) {
	.input {
		max-width: 27.5%;
	}

	.support input[type="email"] {
		width: 80%;
	}

	.support input[type="text"] {
		width: 80%;
	}
}

@media (max-width:640px) {

	.support input[type="email"] {
		width: 78%;
	}

	.support input[type="text"] {
		width: 78%;
	}
}

@media(max-width:600px) {
	.banner_text h3 {
		font-size: 4em;
	}

	.pakproness-banner-info {
		padding: 4em 0;
	}

	.ppnabout-text {
		width: 72%;
	}

	.portfolio figcaption h3 {
		margin-top: 75px;
	}

	.downloads_ppn-img-grid {
		width: 60%;
	}

	.input {
		max-width: 27%;
	}

	.map iframe {
		min-height: 350px;
	}

	.support input[type="email"] {
		width: 77%;
	}

	.support input[type="text"] {
		width: 77%;
	}
}

@media(max-width:568px) {
	.input {
		max-width: 26%;
	}

	.support input[type="email"] {
		width: 75%;
	}

	.support input[type="text"] {
		width: 75%;
	}
}

@media(max-width:480px) {
	.agileits-logo h1 a {
		font-size: 1.2em;
	}

	.navbar-nav>li>a {
		margin: .5em .5em;
	}

	.navbar-nav>li>a {
		margin: .5em .5em;
	}

	.callbacks_tabs {
		left: 45%;
		top: 108%;
	}

	.agileinfo-dot {
		padding: 2em 0;
	}

	.pakproness-banner-info {
		padding: 3em 0;
	}

	.portfolio figcaption h3 {
		margin-top: 60px;
		font-size: 1.5em;
	}

	.downloads_ppn-img:nth-child(2) {
		margin: 0 1em;
	}

	.agileits-title h2,
	.agileits-title h3 {
		font-size: 3em;
	}

	.blog-left h4 {
		font-size: 2em;
	}

	.input {
		max-width: 100%;
	}

	.ppn_mail_grids textarea {
		width: 93.3%;
		margin: 1em;
	}

	.contact-ppnlsright h6 {
		font-size: 1em;
	}

	.address-row {
		float: none;
		width: 100%;
		margin-top: 2em;
	}

	.support input[type="email"] {
		width: 70%;
	}

	.support input[type="text"] {
		width: 70%;
	}

	.callbacks_nav {
		width: 35px;
		height: 35px;
		background: transparent url(../images/arrows.png) no-repeat left top;
		background-size: 203%;
	}

	.ppnabout-text {
		padding: 2em;
	}
}

@media(max-width:414px) {
	.banner_text h3 {
		font-size: 3em;
	}

	.ppnabout-img {
		min-height: 22em;
	}

	.ppnabout-text {
		padding: 1em;
	}

	.ppnabout-text h5 {
		font-size: 2em;
	}

	.ppnabout-text {
		top: 20%;
	}

	.about,
	.markets,
	.portfolio,
	.downloads_ppn-dot,
	.team,
	.blog,
	.mail {
		padding: 2em 0;
	}

	.markets-grids,
	.agileits-feedback-grids,
	.ppn-agileits-newsletter,
	.team-grids,
	.agile-contact-form,
	.ppn-agile-downloads_ppn,
	.wthree-blog-grids,
	.ppn_mail_grids,
	.agileits-team-grids {
		margin: 2em 0 0 0;
	}

	ul.simplefilter {
		margin: 2em 0 2em;
	}

	.portfolio figcaption h3 {
		margin-top: 105px;
	}

	.agileits-title h2,
	.agileits-title h3 {
		font-size: 2.5em;
	}

	.team-caption h4 {
		font-size: 1.2em;
	}

	.blog-left h4 {
		font-size: 1.2em;
	}

	.address-right {
		padding-left: 1em;
	}

	.about-ppnlsrow {
		margin: 2em 0 0 0;
	}

	.support input[type="email"] {
		width: 62%;
	}

	.support input[type="text"] {
		width: 62%;
	}
}

@media(max-width:384px) {
	.agileits-logo h1 a {
		font-size: 1em;
	}

	.banner_text p {
		margin: 1em 0;
		letter-spacing: 1px;
	}

	.callbacks_nav {
		bottom: 25px;
	}

	.pakproness-banner-info {
		padding: 2em 0;
	}

	.callbacks_tabs {
		left: 44%;
	}

	.agileits-icon-grid {
		padding: 1em;
	}

	.portfolio figcaption h3 {
		margin-top: 95px;
	}

	.agileits-team-grid {
		float: none;
		width: 100%;
		margin-bottom: 2em !important;
	}

	.agileits-team-grid:nth-child(4) {
		margin: 0 !important;
	}

	.blog-left {
		float: none;
		width: 100%;
	}

	.blog-right {
		float: none;
		width: 100%;
		margin: 1em 0 0 0;
	}

	.address-right {
		padding-left: 1.5em;
		padding-right: 0;
	}

	.footer {
		padding: 2em 0;
	}

	.support input[type="email"] {
		width: 58%;
	}

	.support input[type="text"] {
		width: 58%;
	}

	.agileits-title p {
		font-size: .9em;
	}
}

@media(max-width:320px) {
	.agileits-logo h1 a {
		font-size: .9em;
	}

	.banner_text h3 {
		font-size: 2em;
	}

	.callbacks_tabs {
		left: 43%;
	}

	.ppn_button {
		padding: .5em;
	}

	.ppnabout-text {
		width: 87%;
	}

	.portfolio figcaption h3 {
		margin-top: 80px;
	}

	.agileits-title h2,
	.agileits-title h3 {
		font-size: 2em;
	}

	.blog-left {
		padding: 0;
	}

	.blog-right {
		padding: 0;
	}

	.blog-right a {
		font-size: .9em;
	}

	.ppn_mail_grids input[type="submit"] {
		font-size: .9em;
	}

	.contact-ppnlsright {
		padding: 2em;
	}

	.support input[type="email"] {
		width: 100%;
	}

	.support input[type="text"] {
		width: 100%;
	}

	.support input[type="submit"] {
		margin: 1em 0 0 0;
	}
}