.sector-wrap .sector-inner .sector-box{opacity:0;transition:opacity 1s ease-out}.sector-wrap .sector-inner .sector-box.animate{opacity:1}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.sector-wrap .sector-inner .sector-box.slide-left.animate{animation:slideInFromLeft 1s forwards}.sector-wrap .sector-inner .sector-box.slide-right.animate{animation:slideInFromRight 1s forwards}.sector-wrap{display:inline-block;padding:25px 20px;width:100%}.sector-wrap .section-title{display:inline-block;padding:0;text-align:center;width:100%}.sector-wrap .section-title h3{display:inline-block;font-weight:700;justify-content:center;letter-spacing:2px;margin:0;text-transform:uppercase;width:100%}.sector-wrap .sector-inner{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:center;padding:20px;width:100%}.sector-wrap .sector-inner .sector-box{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1 calc(50% - 20px);height:500px;justify-content:center;margin:10px;padding:10px}.sector-wrap .sector-inner .sector-box a{background:rgba(0,0,0,.9);color:#fff;display:inline-block;font-family:Raleway;font-size:14px;font-weight:700;letter-spacing:2px;margin:0;padding:20px 40px;position:relative;text-transform:uppercase;width:auto}.sector-wrap .sector-inner .sector-box a:after{background:#00c167;bottom:8px;content:"";height:2px;left:40px;position:absolute;width:30px}.sector-wrap .sector-inner .sector-box a:hover{background:#00c167;color:#fff}@media (max-width:1199px){.sector-wrap .sector-inner .sector-box{flex:1 1 calc(33.33% - 20px)}}@media (max-width:1024px){.sector-wrap .sector-inner{justify-content:flex-start}.sector-wrap .sector-inner .sector-box{flex:1 1 calc(50% - 20px);height:300px;margin:5px 10px}}@media (max-width:800px){.sector-wrap .sector-inner .sector-box{flex:1 1 100%;height:115px}.sector-wrap .section-title h3{font-size:16px}.sector-wrap .section-title{padding:0 0 40px}}