@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    font-weight: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
@font-face {
    font-family: 'Intro';
    src: url('../fonts/Intro.eot');
    src: local('?'), url('../fonts/Intro.woff') format('woff'), url('../fonts/Intro.ttf') format('truetype'), url('../fonts/Intro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.eot');
    src: local('?'), url('../fonts/Nexa-Bold.woff') format('woff'), url('../fonts/Nexa-Bold.ttf') format('truetype'), url('../fonts/Nexa-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa-Light';
    src: url('../fonts/Nexa-Light.eot');
    src: local('?'), url('../fonts/Nexa-Light.woff') format('woff'), url('../fonts/Nexa-Light.ttf') format('truetype'), url('../fonts/Nexa-Light.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    color: #5a5a5a;
    font: 16px/1.5 'Intro';
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    z-index: 999;
}

/*end*/
#intro {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/intro.jpg) no-repeat fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

#intro ::selection {
    background: rgba(214, 40, 0, 0.6);
}

#intro ::-moz-selection {
    background: rgba(214, 40, 0, 0.6);
}

#intro .arrow {
    background: url('../img/arrow.png') no-repeat center bottom;
    width: 79px;
    height: 67px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    z-index: 999;
    top: inherit;
    bottom: 10px;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#intro .arrow.animate {
    bottom: 0;
}

#intro .logo-box {
    display: none;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    width: 100%;
    z-index: 9;
}

#intro .logo-box.animate {
    display: block;
}

#intro .logo-box #logo {
    width: 131px;
    height: 131px;
    margin: 70px auto 20px;
    -webkit-animation: bounceIn 3s 1;
    -moz-animation: bounceIn 3s 1;
    -ms-animation: bounceIn 3s 1;
    animation: bounceIn 3s 1;
}

#intro .logo-box #logo a {
    display: block;
    background: url('../img/logo.png') no-repeat 2px 2px;
    width: 131px;
    height: 131px;
}

#intro .logo-box .title {
    cursor: default;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#intro .logo-box .title h3 {
    font: 66px/1.5 'Intro';
}

#intro .logo-box .title h5 {
    font: 30px/1.5 'Nexa-Light';
}

#intro .logo-box .title h3,
#intro .logo-box .title h5 {
    -webkit-animation: fadeInUp 4s 1;
    -moz-animation: fadeInUp 4s 1;
    -ms-animation: fadeInUp 4s 1;
    animation: fadeInUp 4s 1;
}

.cover {
    position: relative;
    width: 100%;
    height: 268px;
}

.cover.news span {
    background: url('../img/cover2.jpg') no-repeat;
}

.cover.web span {
    background: url('../img/web-cover.jpg') no-repeat;
}

.cover.contact span {
    background: url('../img/contact-cover.jpg') no-repeat;
}

.cover span {
    background: url('../img/cover1.jpg') no-repeat;
    background-position: center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
}

.cover h3 {
    font: 55px/1.5 Nexa;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    z-index: 999;
    text-transform: uppercase;
    top: 50%;
    letter-spacing: 10px;
    cursor: default;
}

nav {
    background: #fff;
    padding: 35px 0 32px;
    border-bottom: 1px solid #d4d4d4;
    height: 30px;
    /*.transition(@value:0.6s);*/

}

nav.other {
    border-top: 2px solid #0f8991;
}

nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 25px 0 22px;
}

nav #menu {
    float: right;
}

nav #menu li {
    float: left;
}

nav #menu li a {
    text-decoration: none;
    color: #5a5a5a;
    font: 16px/1.5 'Nexa-Light';
    text-transform: uppercase;
    padding: 10px 22.5px;
    border-radius: 7px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav #menu li a:hover,
nav #menu li a.active {
    color: #fff;
    background: #d62800;
}

nav span.brand {
    float: left;
    font: 18px/1.5 'Intro';
    color: #0f8991;
    cursor: default;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

nav span.brand:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.container .wrapper {
    padding: 55px 0 60px;
}

h4 {
    font: 20px/1.5 Nexa;
    color: #5a5a5a;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

.line {
    width: 65px;
    height: 5px;
    background: #d62800;
    margin: 10px auto 70px;
    display: block;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -ms-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}

.container {
    clear: both;
    position: relative;
    overflow: hidden;
}

.container ::selection {
    background: #0f8991;
    color: #fff;
}

.container ::-moz-selection {
    background: #0f8991;
    color: #fff;
}

.container .post:nth-child(even) {
    background: url('../img/even.png');
}

.container .post:nth-child(even) img {
    float: left;
}

.container .post:nth-child(even) .wrap {
    float: right;
}

.container .post:nth-child(even) .wrap p,
.container .post:nth-child(even) .wrap h3 {
    text-align: right;
}

.container .post .wrapper {
    width: 895px;
    padding: 150px 0;
}

.container .post .wrap {
    float: left;
    width: 655px;
}

.container .post h3 {
    font: 24px/1.5 Nexa;
    color: #5a5a5a;
    text-transform: uppercase;
}

.container .post p {
    font: 15px/1.5 Nexa-Light;
    color: #5a5a5a;
    margin: 0;
    text-align: left;
    width: auto;
}

.container .post:hover img {
    animation: flip 1s 1;
    -webkit-animation: flip 1s 1;
    -moz-animation: flip 1s 1;
    -ms-animation: flip 1s 1;
    -o-animation: flip 1s 1;
}

.container .post img {
    float: right;
}

.container.news div.pager {
    margin: 0 0 80px;
}

.container.news div.pager a.prev-post {
    float: left;
}

.container.news div.pager a.next-post {
    float: right;
}

.container.news div.pager a {
    font: 20px/1.5 Nexa;
    color: #5a5a5a;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.container.news div.pager a:hover {
    color: #d62800;
}

.container.news .pager {
    border-top: 5px solid #e3e3e3;
    padding: 15px 0;
}

.container.news .pager li {
    float: left;
    margin: 0 10px 0 0;
}

.container.news .pager li a {
    font: 18px/1.5 Nexa-Light;
    color: #5a5a5a;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.container.news .pager li a:hover,
.container.news .pager li a.active {
    border: 1px solid #5a5a5a;
    color: #d62800;
}

.container.news .wrapper {
    width: 60%;
    padding: 40px 0 0;
}

.container.news .news-box {
    padding: 20px;
    border: 1px solid transparent;
    clear: both;
    margin: 0 0 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: default;
}

.container.news .news-box a {
    text-decoration: none;
    color: #5a5a5a;
}

.container.news .news-box:hover {
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

.container.news .news-box:hover h4 {
    color: #d62800;
}

.container.news .news-box.single:hover {
    border: 1px solid transparent;
    background: #fff;
}

.container.news .news-box.single > p {
    margin: 0 0 40px;
}

.container.news .news-box.single img {
    display: block;
    margin: 0 auto 40px;
}

.container.news .news-box .date {
    color: #5a5a5a;
    display: block;
    font: 12px/1.5 Nexa-Light;
}

.container.news .news-box h4 {
    font: 18px/1.5 Nexa;
    color: #5a5a5a;
    text-align: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.container.news .news-box h3 {
    font: 20px/1.5 Nexa;
    color: #d62800;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.container.news .news-box .cotation {
    background: #fafafa;
    padding: 20px 15px;
    border: 1px solid #e5e5e5;
    width: 96%;
    margin: 0 0 40px;
}

.container.news .news-box .cotation img {
    margin: 20px 0;
}

.container.news .news-box .cotation p {
    margin: 0;
    font-size: 13px;
}

.container.news .news-box p {
    font: 14px/1.5 Nexa-Light;
    text-align: justify;
    margin: 10px 0 0;
    width: 100%;
}

.container .feed {
    float: right;
    padding: 15px 55px 10px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #d4d4d4;
    color: #d4d4d4;
    font: 18px/1.5 Nexa-Light;
    text-decoration: none;
    background: url('../img/feed.png') no-repeat 255px center;
    margin: 0 0 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.container .feed:hover {
    color: #0f8991;
    border-color: #0f8991;
}

.container:hover .line {
    width: 80px;
}

.container p {
    font: 15px/1.5 Nexa-Light;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: 0 auto 25px;
}

.container .wrapper {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.shape {
    display: block;
    position: absolute;
    z-index: 5;
    background: url('../img/sprite.png') no-repeat;
    text-indent: -9999px;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}

.shape#ps {
    background-position: -188px 7px;
    width: 120px;
    height: 125px;
}

.shape#ps.animate {
    left: 45%;
    top: 50px;
    opacity: 0.4;
}

.shape#drupal {
    background-position: -89px 7px;
    width: 98px;
    height: 130px;
}

.shape#drupal.animate {
    left: 30%;
    top: 65px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.4;
}

.shape#html {
    background-position: 1px 7px;
    width: 82px;
    height: 130px;
}

.shape#html.animate {
    left: 13%;
    top: 50px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.4;
}

.shape#mysql {
    background-position: -121px -177px;
    width: 235px;
    height: 130px;
}

.shape#mysql.animate {
    left: 12%;
    top: inherit;
    bottom: -30px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.4;
}

.shape#python {
    background-position: -308px 9px;
    width: 205px;
    height: 75px;
}

.shape#python.animate {
    left: inherit;
    right: 2%;
    top: 70px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.4;
}

.shape#css {
    background-position: 0 -136px;
    width: 105px;
    height: 150px;
}

.shape#css.animate {
    left: inherit;
    right: 18%;
    top: inherit;
    bottom: -30px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.4;
}

.services {
    height: 347px;
    overflow: hidden;
    position: relative;
}

.services .bg {
    background: url('../img/services-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.services .item {
    width: 270px;
    height: 160px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    z-index: 999;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.services .item.active {
    opacity: 1;
    visibility: visible;
}

.services .item span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
}

.services .item#webdesign {
    left: 15%;
}

.services .item#webdesign span {
    background: url('../img/sprite.png') no-repeat -383px -194px;
    width: 108px;
    height: 82px;
}

.services .item#mobile {
    left: 50%;
}

.services .item#mobile span {
    background: url('../img/sprite.png') no-repeat -383px -87px;
    width: 85px;
    height: 93px;
}

.services .item#network {
    left: 85%;
}

.services .item#network span {
    background: url('../img/sprite.png') no-repeat -492px -85px;
    width: 75px;
    height: 98px;
}

.services .item a {
    text-decoration: none;
    display: block;
}

.services .item a:hover h5 {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.services .item a:hover span {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.services .item h5 {
    font: 20px/1.5 Nexa-Light;
    color: #fff;
    margin: 0 0 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#our-team {
    position: relative;
    background: url('../img/our-teame.jpg') !important;
    min-height: 750px;
}

#our-team .next,
#our-team .prev {
    display: block;
    width: 100px;
    height: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    z-index: 999;
    top: 50%;
    text-indent: -9999px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#our-team .next {
    background: url('../img/next-team.png') no-repeat center;
    left: inherit;
    right: 10%;
}

#our-team .next:hover {
    right: 8%;
}

#our-team .prev {
    background: url('../img/prev-team.png') no-repeat center;
    left: 15%;
    display: none;
}

#our-team .prev:hover {
    left: 13%;
}

#our-team ul {
    width: 735px;
    margin: 0 auto;
    display: none;
}

#our-team ul li {
    width: 215px;
    float: left;
    margin: 0 43px 50px 0;
}

#our-team ul li:nth-child(3n) {
    margin-right: 0;
}

#our-team ul li a {
    text-decoration: none;
    display: block;
}

#our-team ul li a:hover .box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#our-team ul li a .img-wrap {
    position: relative;
    width: 147px;
    height: 135px;
    margin: 0 auto 20px;
}

#our-team ul li a img {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: block;
    margin: 0 auto;
}

#our-team ul li a h4,
#our-team ul li a h5 {
    text-align: center;
    clear: both;
}

#our-team ul li a h4 {
    color: #0f8991;
    font: 18px/1.4 Nexa;
}

#our-team ul li a h5 {
    color: #000;
    font: 12px/1.5 Nexa-Light;
}

#our-team ul li a div.box {
    width: 111px;
    height: 113px;
    border-radius: 100%;
    background: rgba(15, 133, 141, 0.5);
    position: absolute;
    top: 17px;
    left: 18px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#our-team ul li a div.box .ability {
    font: 17px/1.5 Nexa-Light;
    color: #fff;
    display: block;
    text-align: center;
    margin: 22px 0 0;
}

#clients,
#our-team {
    min-height: 440px;
    background: url('../img/bg-slider.png');
}

#clients .wrapper,
#our-team .wrapper {
    overflow: hidden;
    padding: 70px 0;
}

#clients .line,
#our-team .line {
    background: #0f8991;
}

#clients:hover .line,
#our-team:hover .line {
    width: 100px;
}

#clients #slider .description,
#our-team #slider .description {
    float: right;
    padding: 35px 0 0;
    background: url('../img/comaa.png') no-repeat top left;
    width: 100%;
    position: absolute;
    right: -10px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#clients #slider .description.animate,
#our-team #slider .description.animate {
    /*right: 0;*/

    opacity: 1;
}

#clients #slider .description p,
#our-team #slider .description p {
    font: 24px/1.5 Nexa-Light;
    color: #929292;
    margin: 0 0 10px;
}

#clients #slider .description .company-name,
#our-team #slider .description .company-name {
    font: 14px/1.5 Nexa-Light;
    color: #929292;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

#clients #slider .description .company-name:hover,
#our-team #slider .description .company-name:hover {
    color: #000;
}

#clients .bx-controls-direction,
#our-team .bx-controls-direction {
    display: none;
}

#clients .bx-wrapper,
#our-team .bx-wrapper {
    width: 895px;
    padding: 0 115px;
    margin: 0 auto;
    position: relative;
}

#clients .bx-pager-item,
#our-team .bx-pager-item {
    float: left;
    margin: 0 8px 0 0;
}

#clients .bx-pager-item a,
#our-team .bx-pager-item a {
    width: 13px;
    height: 13px;
    border: 2px solid #a8a8a8;
    background: #a8a8a8;
    border-radius: 100%;
    text-indent: -9999px;
    display: block;
    -webkit-border-radius: 100%;
}

#clients .bx-pager-item a.active,
#our-team .bx-pager-item a.active {
    background: transparent;
}

#clients .bx-controls,
#our-team .bx-controls {
    margin: 0 auto;
    width: 110px;
    position: absolute;
    bottom: -50px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
}

#clients .bx-viewport,
#our-team .bx-viewport {
    overflow: visible !important;
    min-height: 160px;
}

#customers {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

#customers ul {
    padding: 20px 0 0;
    text-align: center;
}

#customers ul li {
    -webkit-transition: all .500s;
    -moz-transition: all .500s;
    -ms-transition: all .500s;
    -o-transition: all .500s;
    transition: all .500s;
    opacity: 0.3;
    background: url('../img/sprite.png') no-repeat;
    display: inline-block;
    margin: 0 120px 15px 0;
    vertical-align: middle;
}

#customers ul li:hover {
    opacity: 1;
}

#customers ul li:last-child {
    margin-right: 0;
}

#customers ul li#lorikit {
    background-position: -572px -61px;
    width: 111px;
    height: 36px;
}

#customers ul li#plaza {
    background-position: -584px -119px;
    width: 55px;
    height: 56px;
}

#customers ul li#cellpack {
    background-position: -550px -12px;
    width: 127px;
    height: 31px;
}

#customers ul li#tums {
    background-position: -593px -194px;
    width: 43px;
    height: 55px;
}

#customers ul li#arup {
    background-position: -501px -212px;
    width: 66px;
    height: 56px;
}

#customers ul li#salamat {
    background-position: -585px -267px;
    width: 130px;
    height: 32px;
}

#projects {
    padding: 70px 0 90px;
    background: #f5f5f5;
}

#projects:hover .line {
    width: 100px;
}

#projects ul {
    padding: 0 0 90px;
    overflow: hidden;
    text-align: center;
}

#projects ul li {
    width: 380px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

#projects ul li:hover img {
    -webkit-transform: scale(2) rotate(-20deg);
    -moz-transform: scale(2) rotate(-20deg);
    -ms-transform: scale(2) rotate(-20deg);
    -o-transform: scale(2) rotate(-20deg);
    transform: scale(2) rotate(-20deg);
}

#projects ul li:hover div {
    visibility: visible;
    opacity: 1;
}

#projects ul li a {
    display: block;
}

#projects ul li a img {
    width: 380px;
    height: 240px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

#projects ul li a div {
    position: absolute;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    width: 290px;
    height: 160px;
    padding: 40px 45px;
    top: 0;
    left: 0;
    background: rgba(214, 40, 0, 0.9);
    text-align: left;
}

#projects ul li a div h5 {
    font: 15px/1.5 'Nexa';
    text-transform: uppercase;
    margin: 0 0 10px;
}

#projects ul li a div p {
    font: 13px/1.5 Nexa-Light;
}

.request {
    padding: 15px 40px;
    background: #d62800;
    border-radius: 10px;
    font: 20px/1.5 Nexa;
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 0 auto;
    clear: both;
    width: 240px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 3px solid transparent;
}

.request:hover {
    background: transparent;
    border: 3px solid #d62800;
    color: #d62800;
}

#contact {
    background: url('../img/contact-bg.jpg');
    clear: both;
    padding: 50px 0;
    position: relative;
}

#contact.single {
    display: none;
}

#contact.page {
    padding: 50px 0 90px;
    background: #fff;
}

#contact.page .info-wrap {
    padding: 55px 0 20px;
    border-top: 1px solid #eaeaea;
    clear: both;
}

#contact.page .info-wrap .text-wrap {
    width: 260px;
    float: left;
    margin: 0 30px 0 0;
}

#contact.page .info-wrap .text-wrap h5 {
    color: #0f8991;
    font: 18px/1.5 Nexa;
    text-transform: uppercase;
}

#contact.page .info-wrap .text-wrap p {
    color: #5a5a5a;
    font: 18px/1.5 Nexa-Light;
}

#contact.page #map-canvas {
    height: 330px;
}

#contact.page .wrapper {
    width: 896px;
}

#contact.page .wrap {
    width: 350px;
}

#contact.page h4 {
    color: #0f8991;
}

#contact.page p {
    color: #5a5a5a;
    font: 14px/1.5 Nexa-Light;
    margin: 0 0 20px;
}

#contact.page p:last-child {
    margin: 0 0 60px;
}

#contact.page .line {
    background: #d62800;
}

#contact.page .social {
    padding: 0 0;
}

#contact.page .social li#Facebook a {
    background-position: -854px -11px;
}

#contact.page .social li#linkedin a {
    background-position: -783px -11px;
}

#contact.page .social li#twitt a {
    background-position: -712px -11px;
}

#contact.page .social li#rss a {
    background-position: -925px -11px;
}

#contact.page #contact-form {
    width: 530px;
}

#contact.page #contact-form :-moz-placeholder {
    /* Firefox 18- */

    color: #5a5a5a;
    font: 15px/1.5 Nexa-Light;
}

#contact.page #contact-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #5a5a5a;
    font: 15px/1.5 Nexa-Light;
}

#contact.page #contact-form :-ms-input-placeholder {
    color: #5a5a5a;
    font: 15px/1.5 Nexa-Light;
}

#contact.page #contact-form ::-webkit-input-placeholder {
    color: #5a5a5a;
    font: 15px/1.5 Nexa-Light;
}

#contact.page #contact-form .text-form,
#contact.page #contact-form textarea {
    border: 1px solid #b5b5b5;
    color: #5a5a5a;
    float: right;
    width: 505px;
}

#contact.page #contact-form textarea {
    height: 145px;
}

#contact.page #contact-form .submit-form {
    width: 527px;
    height: 35px;
    background: #d62800;
    color: #fff;
    float: right;
    margin: 0 0 60px;
}

#contact.page #contact-form .submit-form:hover {
    border-color: #d62800;
    color: #d62800;
}

#contact ::-webkit-input-placeholder {
    color: #fff;
    font: 15px/1.5 Nexa-Light;
}

#contact :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    font: 15px/1.5 Nexa-Light;
}

#contact ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    font: 15px/1.5 Nexa-Light;
}

#contact :-ms-input-placeholder {
    color: #fff;
    font: 15px/1.5 Nexa-Light;
}

#contact .wrapper {
    width: 750px;
}

#contact .wrap {
    float: left;
    width: 315px;
}

#contact .line {
    background: #fff;
}

#contact h4 {
    color: #fff;
}

#contact:hover .line {
    width: 100px;
}

#contact #contact-form {
    float: right;
    width: 360px;
}

#contact #contact-form .text-form {
    width: 330px;
    height: 25px;
    font: 15px/1.5 Nexa-Light;
}

#contact #contact-form textarea {
    width: 330px;
    height: 50px;
    resize: none;
    font: 15px/1.5 Nexa-Light;
}

#contact #contact-form .text-form,
#contact #contact-form textarea {
    padding: 10px;
    color: #fff;
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    margin: 0 0 5px;
}

#contact #contact-form .submit-form {
    width: 351px;
    height: 35px;
    background: #fff;
    color: #0f8991;
    font: 16px/1.5 Nexa-Light;
    border: none;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#contact #contact-form .submit-form:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

#contact .wrapper {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
}

#contact .wrapper.animate {
    opacity: 1;
}

#contact .info {
    clear: both;
}

#contact .info span {
    color: #fff;
    font: 15px/1.5 Nexa-Light;
    text-align: left;
    clear: both;
    padding: 0 0 0 27px;
    display: block;
}

#contact .info span#add {
    background: url('../img/add.png') no-repeat left top;
}

#contact .info span#tell {
    background: url('../img/tell.png') no-repeat left top;
}

#contact .info span#email {
    background: url('../img/email.png') no-repeat left top;
}

#contact .social {
    text-align: left;
    padding: 20px 0 0;
    overflow: hidden;
}

#contact .social li {
    display: inline-block;
    margin: 0 10px 0 0;
}

#contact .social li#Facebook a {
    background-position: -725px -183px;
}

#contact .social li#linkedin a {
    background-position: -656px -183px;
}

#contact .social li#twitt a {
    background-position: -656px -119px;
}

#contact .social li#rss a {
    background-position: -725px -120px;
}

#contact .social li a {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../img/sprite.png') no-repeat;
    text-indent: -9999px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#contact .social li a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.4;
    opacity: 1;
}

#map-canvas {
    width: 100%;
    height: 260px;
    margin: 0 auto;
}

#ascrail2000 {
    z-index: 9999 !important;
    right: 2px !important;
}

#ascrail2000 div {
    background-color: #5a5a5a !important;
}

#footer {
    padding: 20px 0;
    background: #5a5a5a;
    font: 14px/1.5 Nexa-Light;
    color: #fff;
    text-align: center;
    position: relative;
    clear: both;
}

#footer .contact-btn {
    width: 200px;
    height: 14px;
    border-radius: 5px 5px 0 0;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    z-index: 999;
    top: -16px;
    font: 14px/1.5 Nexa;
    color: #fff;
    padding: 10px 25px 10px 15px;
    text-decoration: none;
    background: #2a8e94;
    /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhOGU5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFmODM4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTc2N2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2a8e94 0%, #1f8389 50%, #11767c 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a8e94), color-stop(50%, #1f8389), color-stop(100%, #11767c));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #2a8e94 0%, #1f8389 50%, #11767c 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #2a8e94 0%, #1f8389 50%, #11767c 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #2a8e94 0%, #1f8389 50%, #11767c 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #2a8e94 0%, #1f8389 50%, #11767c 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a8e94', endColorstr='#11767c', GradientType=0);
    /* IE6-8 */

}

#footer .contact-btn span {
    width: 12px;
    height: 12px;
    display: block;
    background: url('../img/contact-btn-pin.png') no-repeat;
    float: right;
    margin: 3px 0 0 10px;
}

.error-img {
    background: url('../img/404-bg.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 85vh;
    width: 100%;
    color: #fff;
    position: relative;
}

.error-img .wrap {
    width: 680px;
    height: 240px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    z-index: 999;
    top: 50%;
    text-align: center;
}

.error-img h2 {
    font: 58px/1.5 Nexa;
    cursor: default;
}

.error-img h3 {
    font: 31px/1.5 Nexa-Light;
    cursor: default;
}

.error-img h2,
.error-img h3,
.error-img a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.error-img h2:hover,
.error-img h3:hover,
.error-img a:hover {
    text-shadow: 0px 0px 10px;
    -webkit-text-shadow: 0px 0px 10px;
    -moz-text-shadow: 0px 0px 5px;
    -ms-text-shadow: 0px 0px 5px;
    -o-text-shadow: 0px 0px 5px;
}

.error-img a {
    width: 279px;
    height: 49px;
    border-radius: 7px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font: 20px/2.5 Nexa-Light;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 70px auto 0;
}

.loading {
    display: none;
}

#load-more-projects a {
    text-decoration: none;
}





.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}




@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}