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