@import url('https://fonts.googleapis.com/css?family=Courgette');
#empty{
	display: block;
	text-align: center;
}
#empty::after{
	content: 'Not Available';
	color: #999;
	display: block;
	font-size: 1.5em;
	font-weight: 300;
	height: 120px;
	line-height: 120px;
	text-align: center;
	vertical-align: middle;
}
a.inovindo{
	display: inline-block;
	font-size: 13px;
}
a.inovindo::before{
	content: 'inovindo';
	color: #345fbc;
	font-weight: 700;
	text-transform: uppercase;
}
a.inovindo::after{
	content: ' web';
	color: #d63535;
	font-weight: 700;
	text-transform: uppercase;
}

a.see-all {
	color: #fff;
	display: block;
	font-size: 17px;
	margin-top: 20px;
	text-align: center;
	transition: all .4s;
}
a.see-all:hover {
	color: #ddd;
}
a.see-all:hover i {
	transform: translateY(5px);
}
a.see-all i {
	display: block;
	font-size: 23px;
	transition: all .3s;
}
.img-profile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid rgba(225, 225, 225, 5);
    border-radius: 50%;
    box-shadow: 0 0 0 10px #33b3c0;
    display: inline-block;
    height: 320px;
    width: 320px;
}
.text-profile {
    font-size: 18px;
    margin: 10px 0;
    text-align: justify;
}
.parlin-success {
	background-color: #3eb257;
	border: 1px solid #33934b;
	border-radius: 3px;
	color: rgba(245, 245, 245, 1);
}
.parlin-success i {
	color: rgba(255, 255, 255, .85);
	font-size: 1.2em;
	margin: 0 5px;
}
.parlin-failed {
	background-color: #e23636;
	border: 1px solid #a32a2a;
	border-radius: 3px;
	color: rgba(245, 245, 245, 1);
}
.parlin-failed i {
	color: rgba(255, 255, 255, .85);
	font-size: 1.2em;
	margin: 0 5px;
}
.button-primary {
	background-color: #2fd0e0;
	border: 1px solid #2fd0e0;
	border-radius: 3px;
	color: #eee;
	display: inline-block;
	margin: 10px 0;
	padding: 10px 25px;
}
.button-primary:hover {
	background-color: #33b3c0;
	color: #fff;
}
.folder-parlin {
	border: 1px solid #aaa;
	display: block;
	cursor: pointer;
	height: 250px;
	margin: 5px;
	padding: 55px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	transition: all .4s;
}
.folder-parlin::before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid #33b3c0;
}
.folder-parlin:hover {
	background-color: #33b3c0;
}
.folder-parlin:hover i {
	background-color: #fff;
	border: 3px solid #33b3c0;
	box-shadow: 0px 0px 0 2px #fff;
	color: #33b3c0;
}
.folder-parlin:hover label {
	color: #fff;
}

.folder-parlin i {
	background-color: #33b3c0;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0 2px #33b3c0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 2em;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	transition: all .4s;
	width: 70px;
}
.folder-parlin label {
	color: #33b3c0;
	cursor: pointer;
	display: block;
	font-size: 18px;
	padding: 10px;
	transition: all .4s;
	word-wrap: break-word;
}

.review-folder-parlin {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #aaa;
	display: block;
	cursor: pointer;
	height: 250px;
	margin: 5px;
	padding: 80px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	transition: all .4s;
}
.review-folder-parlin::before {
	content: " ";
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid #33b3c0;
	transition: all .4s;
}
.review-folder-parlin:hover::before {
	content: " ";
	background-color: rgba(255, 255, 255, .25);
}
.review-folder-parlin:hover {
	background-color: #33b3c0;
}
.review-folder-parlin:hover i {
	opacity: .95;
}
.review-folder-parlin:hover label {
	color: #fff;
}

.review-folder-parlin i {
	background-color: #33b3c0;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 2em;
	height: 70px;
	line-height: 65px;
	margin: 0 auto;
	opacity: 0;
	transition: all .4s;
	width: 70px;
}
.review-partner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-clip: content-box;
	padding: 10px;
	border: 1px solid #aaa;
	display: block;
	cursor: pointer;
	height: 200px;
	margin: 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	transition: all .4s;
}

.testimony-parlin {
	display: block;
	margin: 27px 0;
}
.testimony-parlin .testimony-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #33b3c0;
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(190,190,190,.15);
	height: 130px;
	margin: 0 auto;
	margin-bottom: -60px;
	width: 135px;
}
.testimony-parlin .testimony-text {
	background-color: #fbfbfb;
	border: 1px solid #ededed;
	border-radius: 6px;
	display: block;
	padding: 70px 10px 10px 10px;
	position: relative;
	z-index: -1;
}
.testimony-parlin .testimony-text h3 {
	font-family: 'Courgette';
	margin: 10px 0 5px 0;
	text-align: center;
}
.testimony-parlin .testimony-text h6 {
	color: #33b3c0;
	font-size: 15px;
	margin: 0 0 10px 0;
	text-align: center;
}
.testimony-parlin .testimony-text p::before,
.testimony-parlin .testimony-text p::after {
	content: " \" ";
}
.testimony-parlin .testimony-text h3::before {
	content: "";
	background-color: #333;
	display: inline-block;
	height: 1px;
	margin: 0 5px 7px 0;
	width: 55px;
}
.testimony-parlin .testimony-text h3::after {
	content: "";
	background-color: #333;
	display: inline-block;
	height: 1px;
	margin: 0 0 7px 5px;
	width: 55px;
}
.testimony-parlin .testimony-text blockquote {
	border: 0 none;
	color: #777;
	display: block;
	font-family: 'Courgette';
	font-weight: lighter;
	text-align: center;
}
.bodoamat {
	position: fixed;
		right: 0;
		top: 29%;
	z-index: 9998 !important;
}
.bodoamat li {
	list-style-type: none;
}
.bodoamat li a {
	color: #fff;
	display: block;
	padding: 15px;
	transition: all .5s;
}
.bodoamat li a.whatsapp {
	background: #25D366;
	transition: all .5s;
}
.bodoamat li a.whatsapp:hover {
	background: #21a853;
}
.bodoamat li a.email {
	background: #c71610;
	transition: all .5s;
}
.bodoamat li a.email:hover {
	background: #a8241f;
}
.bodoamat li a.instagram {
	background: 
		radial-gradient(circle at 17% -3%, rgba(74,98,216,1) 0%, rgba(147,50,189,1) 20%, rgba(147,50,189,-0.49) 49%, rgba(255,255,255,0.15) 74%, rgba(255,255,255,0) 100%),
		radial-gradient(circle at 21% 97%, rgba(254,213,111,1) 0%, rgba(254,213,111,1) 4%, rgba(251,159,47,1) 21%, rgba(241,78,69,1) 41%, rgba(217,40,149,1) 69%, rgba(208,40,149,1) 100%);
	transition: all .5s;
}
.bodoamat li a.instagram:hover {
	background: linear-gradient( #400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
	opacity: .7;
}
.bodoamat li a.phone {
	background: #2fd0e0;
	transition: all .5s;
}
.bodoamat li a.phone:hover {
	background: #78a1d3;
}
.bodoamat li a i {
	font-size: 30px;
	transition: all .5s;
	text-align: center;
}
.bodoamat li a:hover > i {
	transition: all .5s;
}

.under_footer {
	background-color: #aaa;
	display: block;
	min-height: 170px;
	padding: 20px 0;
	position: relative;
}

#sub-footer {
  background-color: #33b3c0;
  border-radius: 23px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -30px;
  padding: 40px 20px;
}
#sub-footer h3 {
  display: block;
  font-family: 'Baloo';
  font-size: 30px;
  margin: 0;
}
#sub-footer label {
  display: block;
  font-size: 12px;
  margin: 0;
}
#sub-footer label a {
  color: #333;
}
#sub-footer label a:hover {
  color: #555;
}


@media (max-width: 767px) {
	.testimony-parlin .testimony-text h3::before,
	.testimony-parlin .testimony-text h3::after {
		content: "";
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}
