/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2024 | 05:26:02 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.shape-4 img{
	animation: tptranslateX2 4s forwards infinite alternate;
}
p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
.filtr-container{
	margin-top:50px;
}
/*----------------------------------------*/
/*  8.1 Services css
/*----------------------------------------*/
.tp-service-item-content {
    padding: 0 0 30px 0;
}
.tp-service-item-wrapper {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px;
}
.tp-service-item-icon span {
    position: absolute;
    top: -22px;
    right: 38px;
    height: 64px;
    width: 64px;
    display: inline-block;
    line-height: 64px;
    text-align: center;
    border-radius: 5px;
    transition: transform 0.5s ease;
    background-image: linear-gradient(90deg, #4CB047 0%, #24B3E4 100%);
}
.tp-service-item-title {
    color: #16243e;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.96px;
    margin-bottom: 10px;
}
.tp-service-item-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.tp-service-item-thumb img {
    border-radius: 5px;
    width: 100%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-service-item-wrapper:hover .tp-service-item-thumb img {
    transform: scale(1.08);
}
.tp-process-counter {

  
  
    animation: tptranslateY3 2s linear 0s infinite alternate;
}

.sp-testimonial-free{
	padding:30px !important;
}
.p-relative {
    position: relative;
}
.tp-team-item-thumb {
    overflow: hidden;
    border-radius: 5px;
}
.tp-team-item:hover img {
    transform: scale(1.2);
	transition: transform 1s ease-in-out;
}
.tp-team-item-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(3.65deg, #4CB047 5.86%, rgba(0, 77, 110, 0) 82.23%);
    border-radius: 5px;
    z-index: 1;
}
.tp-team-social {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}
.tp-team-social .icon-1 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}
.tp-team-social .icon-2 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
}
.tp-team-social .icon-3 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
}
.tp-team-social .icon-4 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.6s ease-in-out;
}
.tp-team-social a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-bottom: 10px;
    color: #16243E;
    background: #fff;
    transition: none;
}
.tp-team-social {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}
.tp-team-info {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.text-center {
    text-align: center!important;
}
.tp-team-item-thumb img {
    border-radius: 5px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-team-item:hover .tp-team-social .icon-1 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
}
.tp-team-item:hover .tp-team-social .icon-2 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
}
.tp-team-item:hover .tp-team-social .icon-3 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
}
.tp-team-item:hover .tp-team-social .icon-4, .tp-team-item:hover .tp-team-social .icon-5, .tp-team-item:hover .tp-team-social .icon-6, .tp-team-item:hover .tp-team-social .icon-7, .tp-team-item:hover .tp-team-social .icon-8, .tp-team-item:hover .tp-team-social .icon-9, .tp-team-item:hover .tp-team-social .icon-10, .tp-team-item:hover .tp-team-social .icon-11, .tp-team-item:hover .tp-team-social .icon-12, .tp-team-item:hover .tp-team-social .icon-13, .tp-team-item:hover .tp-team-social .icon-14 {
    visibility: visible;
    transform: translateX(-30px);
    opacity: 1;
}
.tp-team-info-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.96px;
    color: #ffffff;
}
.tp-team-info p {
    color: #ffffff;
}
.tnp.tnp-subscription form {
    display: flex;
    align-items: center;
	justify-content:space-between;
}
.tnp-email {
    background: #fff !important;
}
.tnp-field.tnp-field-email {
    width: 75%;
}
.tnp.tnp-subscription {
    max-width: 100%;
	margin: 0;
    margin-bottom: -10px;
}
.tnp-field.tnp-field-button {
    width: 25%;
}

input.tnp-submit {
    width: 100% !important;
    padding: 17px 45px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #4CB047 0%, #24B3E4 100%) !important;
}
.tnp-field.tnp-field-email label {
    display: none;
}
@keyframes tptranslateX2{
		0% {
		-webkit-transform: translateX(-30px);
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px);
	  }
	  100% {
		-webkit-transform: translatXY(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	  }
}
@keyframes tptranslateY3{
		0% {
		-webkit-transform:translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform:translateY(-20px);
		transform: translateY(-20px);
	  }
	  100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	  }
}

