@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.servicesFadeInLeft{animation:1s both fadeInLeft}.servicesFadeInRight{animation:1s both fadeInRight}.servicesSlideInDown{animation:2.5s both slideInDown}.servicesFadeInLeftDelay0{animation-delay:0s}.servicesFadeInLeftDelay1{animation-delay:.1s}.servicesFadeInRightDelay0{animation-delay:0s}.servicesFadeInRightDelay1,.servicesSlideInDownDelay{animation-delay:.1s}.servicesOne{z-index:1;background:#2d442f;padding:120px 0 90px;display:block;position:relative;overflow:visible}.servicesOneBg{z-index:-1;background:#2d442f;width:100%;height:508px;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.servicesContainer{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 15px;position:relative}.servicesSecTitle{text-align:center;margin-top:-7px;margin-bottom:54px;display:block;position:relative}.servicesSecTitle .icon{margin-bottom:2px;display:block;position:relative}.servicesSecTitle .icon img{width:auto;max-width:100%;height:auto;display:inline-block}.servicesSecTitleTagline{color:#b3c5b5;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:14px;font-weight:500;line-height:20px;display:inline-block}.servicesSecTitleTitle{letter-spacing:-.04em;color:#fff;margin:0;font-size:50px;font-weight:700;line-height:1.1em}.servicesRow{flex-wrap:wrap;margin:0 -15px;display:flex}.servicesCol{flex:0 0 100%;max-width:100%;padding:0 15px}@media (min-width:992px){.servicesCol{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.servicesCol{flex:0 0 25%;max-width:25%}}.servicesSingle{z-index:1;background:0 0;border:1px solid transparent;border-radius:10px;margin-bottom:30px;transition:all .3s;display:block;position:relative;overflow:visible;box-shadow:0 10px 60px rgba(0,0,0,.1)}.servicesSingle:hover{transform:translateY(-5px);box-shadow:0 15px 80px rgba(0,0,0,.15)}.servicesSingleImg{z-index:1;background:0 0;margin-bottom:0;padding-bottom:0;display:block;position:relative;overflow:visible}.servicesSingleImgInner{z-index:1;display:block;position:relative;overflow:hidden}.servicesSingleImgInner:before{content:"";z-index:1;background-color:rgba(51,75,53,.5);border-top-left-radius:10px;border-top-right-radius:10px;transition:all .5s;position:absolute;top:0;bottom:0;left:0;right:0;transform:scaleX(0)}.servicesSingle:hover .servicesSingleImgInner:before{transform:scaleX(1)}.servicesSingleImgInner img{border-radius:10px 10px 0 0;width:100%;height:auto;transition:all .5s;display:block;transform:scale(1)}.servicesSingle:hover .servicesSingleImgInner img{transform:scale(1.02)}.servicesSingleImgIcon{display:none}.servicesSingleContent{z-index:2;text-align:center;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:55px 40px 40px;display:block;position:relative;background-color:#263c28!important}.servicesSingleContent h3{margin-top:0;margin-bottom:15px;font-size:24px;line-height:30px}.servicesSingleContent h3 a{color:#fff;text-decoration:none;transition:all .2s linear}.servicesSingleContent h3 a:hover{color:#f1cf69}.servicesSingleContent p{color:#29a632;margin:0;font-size:16px;line-height:30px}.servicesHoverCircle{opacity:0;z-index:20;pointer-events:none;background:rgba(241,207,105,.15);border:3px solid #f1cf69;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;transition:all .6s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:-55px;left:50%;transform:translate(-50%)scale(0)}.servicesSingle:hover .servicesHoverCircle{opacity:1;animation:2s ease-in-out infinite circlePulse;transform:translate(-50%)scale(1)}@keyframes circlePulse{0%,to{box-shadow:0 0 rgba(241,207,105,.4)}50%{box-shadow:0 0 0 15px rgba(241,207,105,0)}}.servicesHoverCircleInner{color:#334b35;background:#f1cf69;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .5s cubic-bezier(.34,1.56,.64,1) .15s;display:flex;transform:scale(0)rotate(-180deg);box-shadow:0 4px 15px rgba(241,207,105,.3)}.servicesSingle:hover .servicesHoverCircleInner{transform:scale(1)rotate(0)}.servicesHoverCircleInner svg{color:#334b35;stroke-width:2.5px;width:32px;height:32px}.servicesReadMoreWrapper{justify-content:center;align-items:center;width:100%;margin-top:25px;padding-top:10px;display:flex}.servicesReadMoreBtn{z-index:1;cursor:pointer;background:#6d8c54;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.servicesReadMoreBtn:before{content:"";z-index:-1;transform-origin:50%;background:#f1cf69;border-radius:50%;transition:all .4s cubic-bezier(.62,.21,.45,1.52);position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(0)}.servicesReadMoreBtn:hover:before{transform:scale(1)}.servicesReadMoreBtn svg{color:#fff;z-index:1;transition:all .2s linear;display:inline-block;position:relative}.servicesReadMoreBtn:hover svg{color:#334b35}@media (max-width:1199px){.servicesOne{padding:100px 0 80px}.servicesSecTitleTitle{font-size:42px}.servicesSingleContent{padding:55px 30px 35px}}@media (max-width:991px){.servicesOne{padding:80px 0 60px}.servicesSecTitle{margin-bottom:40px}.servicesSecTitleTitle{font-size:36px}.servicesSingleContent h3{font-size:22px;line-height:28px}.servicesSingleContent{padding:55px 25px 30px}}@media (max-width:767px){.servicesContainer{padding:0 12px}.servicesRow{margin:0 -12px}.servicesCol{padding:0 12px}.servicesOne{padding:60px 0 48px}.servicesSecTitleTitle{font-size:28px}.servicesSecTitleTagline{font-size:12px}.servicesSingle{margin-bottom:24px}.servicesSingleContent h3{font-size:20px;line-height:26px}.servicesSingleContent p{font-size:15px;line-height:28px}.servicesSingleContent{padding:60px 20px 25px}.servicesHoverCircle{width:120px;height:120px;bottom:-60px}.servicesHoverCircleInner{width:75px;height:75px}.servicesHoverCircleInner svg{width:28px;height:28px}}@media (max-width:480px){.servicesSecTitleTitle{font-size:24px}.servicesSingleContent h3{font-size:18px;line-height:24px}.servicesSingleContent p{font-size:14px;line-height:26px}.servicesHoverCircle{width:100px;height:100px;bottom:-50px}.servicesSingleContent{padding:50px 20px 25px}.servicesHoverCircleInner{width:65px;height:65px}.servicesHoverCircleInner svg{width:24px;height:24px}.servicesReadMoreBtn{width:45px;height:45px}.servicesReadMoreBtn svg{width:18px;height:18px}}
