about us


OUR TEAM is well equipped to serve you.
.simplefilter { margin: auto; padding: 0; list-style: none; display: flex; width: 600px; } .simplefilter li.active { color: #dd0000; } .simplefilter li { color: #000000; text-transform: uppercase; text-decoration: none; letter-spacing: 0.15em; display: block; padding: 15px 20px; position: relative; transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear; cursor: pointer; } .simplefilter li { margin-bottom: 12px; } .simplefilter li:before { border-bottom: 1px solid silver; content: ""; position: absolute; display: block; top: 0; bottom: 0; left: 0; right: 0; opacity: .6; } .simplefilter li.active:after { width: 100%; left: 0; } .simplefilter li:after { background: none repeat scroll 0 0 transparent; bottom: 0; content: ""; display: block; height: 2px; left: 50%; position: absolute; background: #dd0000; transition: width 0.3s ease 0s, left 0.3s ease 0s; width: 0; } .simplefilter li:hover:after { width: 100%; left: 0; }