*{
    touch-action: pan-y;
}

.work-wrapper{
	padding: 10px !important;
}

.p-r-20px {
	padding-right: 20px;
}

.lan-active {
	color: #28d1c6 !important;
}

.select-lan > a {
	font-size: 14px !important;
	color: #444 !important;
}

.inner-nav > li > a {
	color: #111;
}

.main-menu > ul > li > .lan-active {
	color: #28d1c6 !important;
}

.menu-bottom-line {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #27CBC0;
    /* margin: 20px auto 25px 0; */
    z-index: 1;
    position: relative;
}

.team-social {
    height: 50% !important;
    width: 100%;
	margin-top: 70% !important;
}

.team-social .large{
	margin-top: -12% !important;
}

.team-title {
    position: absolute;
    padding: 50px 20px 20px 20px;
    height: 30%;
    width: 100%;
	margin-top: 90% !important;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.team-item:hover .team-title {
    opacity: 0;
	/* background-color: #000000; */
}

.post-content > h2 > a {
	color: #111 !important;
}

.filters > li > a:hover,
.filters > li > a.current {
    border-color: #27CBC0;
}

@media (min-width:1200px) {
	.container{
		max-width:1540px
	}
}

.product img {
  max-width: 300px;
  border-radius: 10px;
  margin-bottom: 20px; }
 
.person {
	position: relative;
}

.person .img-bg {
     border-radius: 10px;
     margin-bottom: 20px;
	 background-color: #FFFFFF; 
	 padding: 20px;
	 position:absolute; 
	 right: 8%; 
	 z-index:100;
}

.person .info-bg {
	position:absolute;
	margin-top: 6%; 
	left: 8%; 
	z-index:98
}

.person .info-bg img {
	min-width: 800px;
}

.person .desc {
	position:absolute;
	width: 33%;
	margin-top: 10%; 
	left: 10%;
	z-index:99;
	text-align: left;
}

.person .desc p{
	font-size: 0.625rem;
}
	
.person .desc .h4{
	font-size: 0.625rem;
}

.person img {
    max-width: 650px;
	border-radius: 0px;
	margin: auto;
}

@media screen and (min-width: 960px) and  (max-width: 1199px) {
	.person .img-bg {
		right: 3%; 
	}
	
	.person .img-bg img{
		max-width: 520px;
	}
	
	.person .info-bg {
		margin-top: 28%; 
		left: 5%; 
	}
	
	.person .info-bg img {
		width: 520px !important;
		min-width: 400px;
	}
	
	.person .desc {
		width: 45%;
		margin-top: 33%;
		left: 7%;
		/* background-color: #FFF000; */
	}
	
	.person .desc p{
		font-size: 0.625rem;
	}
	
	.person .desc .h4{
		font-size: 0.625rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.person .img-bg {
		right: -100%; 
	}
	
	.person .img-bg img{
		max-width: 420px;
	}
	
	.person .info-bg {
		margin-top: 55%;
		left: 1%; 
	}
	
	.person .info-bg img {
		width: 450px !important;
		height: 280px !important;
		min-width: 400px;
	}
	
	.person .desc {
		width: 110% !important;
		margin-top: 78%;
		word-wrap: break-word;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.person .img-bg img{
		max-width: 360px;
	}
	
	.person .info-bg {
		margin-top: 35%;
		left: 1%; 
	}
	
	.person .info-bg img {
		width: 400px !important;
		height: 280px !important;
		min-width: 400px;
	}
	
	.person .desc {
		width: 65% !important;
		margin-top: 50%;
		word-wrap: break-word;
		/* background-color: #00ff00 !important; */
	}
}

@media only screen and (max-width: 479px) {
	.person .img-bg img{
		max-width: 280px;
	}
	
   .person .info-bg {
		margin-top: 40%;
		left: -1%; 
   }
   
   .person .info-bg img {
		width: 350px !important;
		height: 250px !important;
		min-width: 250px;
   }
   
   .person .desc {
		width: 90% !important;
		margin-top: 58%;
		left: 1%;
		word-wrap: break-word;
		/* background-color: #FF00FF !important; */
   }
}

@media only screen and (max-width: 360px) {
   .person .info-bg {
		margin-top: 40%;
		left: -7.5%; 
   }
   
   .person .info-bg img {
		height: 260px !important;
   }
   
   .person .desc {
		width: 90% !important;
		margin-top: 62%;
		left: 1%;
		word-wrap: break-word;
		/* background-color: #FF00FF !important; */
   }
}
	
.application {
	height: 850px !important;
}

.clients-carousel {
    text-align: center;
}

#partner-section .ftco-feature-1 {
	width: 320px !important;
	height: 160px !important;
	padding-top: 0px;
}

#app-section {
	height: 850px !important;
}

@media (max-width: 991.98px) {
	#app-section {
		height: auto !important;
	}
}