@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
/*-------------------------------------------------------------------------------------------
  CSS definations for HELIX
-------------------------------------------------------------------------------------------*/
/* RESET */
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%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
a:hover,
a:focus {
    outline:none;
    text-decoration:none;
}
a:hover{
    text-decoration: none !important;
}

/* Common Tages */
label {
    padding-bottom: 6px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.btn {
    border: 1px solid #13c4d7;
    background: #13c4d7;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
}
.btn-default {
    border: 1px solid #C9C9C9;
    background: #f9f9f9;
    color: #666;
    font-weight: 600;
}
.btn:hover,
.btn:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn-lg {
    padding: 10px 20px;
}
.form-control {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 15px;
    height: auto;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
textarea.form-control {
    min-height: 120px;
}
.form-group {
    margin-bottom: 30px;
}
.content {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #5b5b5b;
    font-weight: 300;
}

/* top-bar */
.top-bar {
    background: #ececec;
    margin-bottom: 14px;
    text-align: right;
    color: #000;
}
.top-bar p {
    line-height: 28px;
}
.top-bar p a {
    color: #000;
}
.top-bar p a:hover {
    color: #13c4d7;
}

/* header */
.header {
    border-bottom: 1px solid #ececec;
    background: #fff;
    width: 100%;
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}
/* home header */
.home .header {
    border: none;
}

/* logo */
.logo {
    float: left;
    padding-right: 30px;
}
.logo img {
    width: auto;
    height: 30px;
    float: left;
}

/* logo2 */
.logo2 {
    padding: 0;
    float: right;
    padding-left: 30px;
}

/* navigation */
.mobile-menu {
    float: right;
    margin-top: 3px;
    font-size: 24px;
    color: #000;
    line-height: 24px;
    display: none;
}
.navigation {
    float: right;
    bottom: -4px;
    padding-top: 12px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
.navigation li {
    float: left;
    padding: 0 25px;
}
.navigation li a {
    color: #5b5b5b;
}
.navigation li:last-child {
    padding-right: 0;
}
.navigation li a:hover {
    color: #13c4d7;
}

/* showcase */
.showcase {
    background: #f1f1f1;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.showcase .slides li {
    padding: 86px 0 0 0;
    position: relative;
    overflow: hidden;
}
.showcase li img {
    width: 100%;
    height: auto;
    float: left;
}
.showcase .caption {
    width: 100%;
    padding: 15px 0 20px 0;
    text-align: left;
    color: #fff;
    transform: translate3d(0,0,0);
    background: 0 0;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.9)),color-stop(1,rgba(0,0,0,0)));
    background: -ms-linear-gradient(bottom,rgba(0,0,0,.9),rgba(0,0,0,0));
    background: -moz-linear-gradient(center bottom,rgba(0,0,0,.9)0,rgba(0,0,0,0)100%);
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.9)', GradientType=0);
    position: absolute;
    left: 0;
    bottom: 0;
}
.showcase h3 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.showcase .flex-prev,
.showcase .flex-next {
    background: rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 50%;
}
.showcase .flex-prev {
    left: 30px;
}
.showcase .flex-next {
    right: 30px;
}
.showcase .flex-control-nav {
    max-width: 1200px;
    height: 1px;
    margin: auto;
    padding: 0 25px;
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.showcase .flex-control-nav li {
    display: inline-block;
    padding: 0 3px;
}
.showcase .flex-control-nav li a {
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    float: left;
    text-indent: 9999px;
    border-radius: 100%;
    position: relative;
    top: -12px;
}
.showcase .flex-control-nav li a.flex-active {
    background: #fff;
}

/* footer */
.footer {
    border-top: 1px solid #ececec;
    background: #fff;
    width: 100%;
    padding: 10px 0;
}
.logo-txt {
    float: left;
    font-size: 18px;
}
.logo-txt a {
    color: #828282;
}
.logo-txt a {
    color: #828282;
}
.logo-txt2 {
    float: right;
}

/* social */
.social {
    float: right;
}
.social li {
    float: left;
    padding-left: 15px;
}
.social li:first-child {
    padding-left: 0;
}
.social li a {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 21px;
}

/* home footer */
.home .footer {
    border: none;
}

/* page-heading */
.page-heading {
    border-bottom: 1px solid #ececec;
    margin-top: 86px;
    padding: 10px 0;
}
.page-heading h1 {
    display: inline-block;
    float: left;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    text-transform: uppercase;
}
.page-heading ul {
    float: left;
    display: inline-block;
    padding: 3px 0;
}
.page-heading li {
    border-left: 1px solid #ececec;
    float: left;
    padding: 0 15px;
}
.page-heading li a {
    color: #828282;
}
.page-heading li.active a {
    color: #13c4d7;
}

/* projects */
.projects {
    padding: 4px 0 0 0;
}
.projects ul {
    margin-left: -4px;
}
.projects li {
    width: 20%;
    float: left;
    padding: 0 0 4px 4px;
}
.projects li .imgb {
    position: relative;
    z-index: 1;
    float: left;
}
.projects li .imgb img {
    width: 100%;
    height: auto;
    float: left;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.4s;
}
.projects li:hover .imgb img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
.projects .caption {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background: #eee;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.75)),color-stop(1,rgba(0,0,0,0)));
    background: -ms-linear-gradient(bottom,rgba(0,0,0,.75),rgba(0,0,0,0));
    background: -moz-linear-gradient(center bottom,rgba(0,0,0,.75)0,rgba(0,0,0,0)100%);
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.75));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.75)', GradientType=0);
    position: absolute;
    z-index: 3;
    width: 100%;
    min-height: 130px;
    bottom: 0;
    left: 0;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    line-height: 19px;
}
.projects li .caption .txt {
    bottom: 25px;
    left: 20px;
    right: 40px;
    position: absolute;
}
.projects .caption h4 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.projects li:hover .caption {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}
.projects .caption:after {
    content: ' ';
    height: 4px;
    background-color: #00dff3;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* project-detail */
.share-links {
    float: right;
}
.share-links .addthis_toolbox a {
    width: auto !important;
    height: 24px !important;
    float: left;
    padding: 0 !important;
    margin: 0 0 0 5px !important;
}
.share-links .addthis_toolbox a.addthis_counter.addthis_bubble_style {
    border: 1px solid #ccc;
    background: none !important;
    width: auto !important;
    line-height: 24px;
}
.share-links .addthis_toolbox a.addthis_counter.addthis_bubble_style a {
    line-height: 24px;
}
.share-links .at-icon-wrapper,
.share-links .at-icon-wrapper svg {
    width: 24px !important;
    height: 24px !important;
    float: left !important;
}
.project-detail .txtb {
    padding: 30px 0;
}
.project-detail .txtb p {
    padding: 5px 0;
    line-height: 21px;
}
.project-detail .slider {
    background: #f1f1f1;
    position: relative;
}
.project-detail .slides li img {
    width: 100%;
    height: auto;
}
.project-detail .slider .flex-prev,
.project-detail .slider .flex-next {
    background: rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 50%;
}
.project-detail .slider .flex-prev {
    left: 30px;
}
.project-detail .slider .flex-next {
    right: 30px;
}
.project-detail .slider .flex-control-nav {
    max-width: 860px;
    margin: auto;
    padding: 0 25px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.project-detail .slider .flex-control-nav li {
    display: inline-block;
    padding: 0 3px;
}
.project-detail .slider .flex-control-nav li img {
    border: 2px solid #fff;
    width: 75px;
    float: left;
}
.project-detail .slider .flex-control-nav li .flex-active {
    border-color: #13c4d7;
}

/* about */
.about .section {
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}
.about .section:before {
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.about .section.bg-none {
    background: none;
}
.about .section.bg-none:before {
    display: none;
}
.about .section.bg-none .caption {
    background: none;
    color: #000;
}
.about .section .caption {
    background: rgba(0,0,0,0.3);
    display: inline-block;
    padding: 30px 30px 15px 30px;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 3;
}
.about .section img {
    width: 100%;
    height: auto;
}
.about .section h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.about .section p {
    padding: 10px 0;
    line-height: 30px;
}

/* team */
.team {
    padding-top: 15px;
}
.team ul {
    margin-left: -15px;
}
.team li {
    width: 25%;
    padding: 0 0 15px 15px;
}

/* team-info */
.team-info {
    padding: 30px;
}
.team-info .imgb {
    width: 300px;
    float: left;
    margin-right: 30px;
}
.team-info .imgb img {
    width: 100%;
    height: auto;
}
.team-info .txtb {
    margin-left: 330px;
}
.team-info h5 {
    padding-bottom: 3px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.team-info .tag-line {
    color: #999;
}
.team-info p {
    padding: 7px 0;
    line-height: 24px;
}

/* modal */
.modal-content {
    border-radius: 0;
}
.modal-content .close {
    background: #000;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 9999;
    opacity: 1;
}

/* contact */
.contact-box {
    padding: 40px 0;
}
.contact .info h4 {
    padding-bottom: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}
.contact .info p {
    padding: 7px 0;
    line-height: normal;
}
.contact .info address {
    padding-top: 10px;
}
.contact .info a {
    color: #5b5b5b;
}
.contact .info a:hover {
    color: #13c4d7;
}

/* home-about */
.home-about {
    padding: 30px 0;
}
.home-about h2 {
    padding-bottom: 15px;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}
.home-about h5 {
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}
.home-about p {
    padding-bottom: 15px;
    text-align: justify;
    line-height: 21px;
}






/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/
@media (min-width: 320px) and (max-width: 767px) {

.content {
    padding: 0 15px;
}
.position-static {
    position: static;
}

/* top-bar */
.top-bar {
    text-align: center;
}

/* navigation */
.mobile-menu {
    display: block;
}
.navigation {
    background: #13c4d7;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    bottom: initial;
    display: none;
}
.navigation li {
    border-top: 1px solid #fff;
    float: none;
    padding: 0;
    margin: 0;
}
.navigation li:first-child {
    border-top: none;
}
.navigation li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}
.navigation li a:hover {
    color: #fff;
}

/* showcase */
.showcase {
    height: auto;
    margin-top: 86px;
}
.showcase .slides li {
    height: auto;
}
.showcase li img {
    width: 100%;
    height: auto;
}
.showcase .slides li {
    padding: 0;
}
.showcase h3 {
    font-size: 14px;
}
.showcase .caption {
    padding: 15px 0;
    bottom: 0;
}
.showcase .flex-prev,
.showcase .flex-next {
    margin-top: -20px;
}
.showcase .flex-prev {
    left: 0;
}
.showcase .flex-next {
    right: 0;
}
.showcase .flex-control-nav {
    display: none;
}

.about .section {
    padding: 40px 0;
}
.about .section .caption {
    padding: 30px 15px 15px 15px;
    font-size: 14px;
}
.about .section.bg-none .caption {
    padding: 30px 0 15px 0;
}
.about .section h4 {
    font-size: 18px;
    line-height: normal;
}
.about .section p {
    line-height: 24px;
}

/* team */
.projects {
    padding: 15px 15px 0 0;
}
.projects.team {
    padding: 15px 0 0 0;
}
.team li,
.projects li {
    width: 100%;
}
.projects ul {
    margin: 0;
}
.projects li {
    padding: 0 0 15px 15px;
}
.team li {
    padding: 0 0 15px 0;
}
.projects .caption {
    display: block;
    opacity: 1;
}
.projects li .imgb {
    width: 100%;
}
.projects li .imgb img {
    filter: inherit;
}

/* contact */
.contact .map iframe {
    height: auto;
}
.contact .info {
    background: #f1f1f1;
    padding: 15px;
    margin-top: 30px;
}
.contact .info p {
    line-height: 21px;
}

/* team-info */
.team-info {
    padding: 15px;
}
.team-info .imgb {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0 auto 30px auto;
}
.team-info .txtb {
    margin: 0;
}
.team-info p {
    text-align: justify;
}

.modal-content .close {
    top: -10px;
    right: -10px;
}

/* project-page-heading */
.project-page-heading {
    padding: 10px 0 5px 0;
}
.project-page-heading h1 {
    border-bottom: 1px solid #ececec;
    float: none;
    margin-bottom: 10px;
    padding-bottom: 4px;
    display: block;
}
.project-page-heading ul {
    float: none;
}
.project-page-heading li:first-child {
    border-left: none;
    padding-left: 0;
}
.share-links {
    border-top: 1px solid #ececec;
    float: none;
    padding-top: 10px;
    margin-top: 4px;
    text-align: center;
}
.share-links .addthis_toolbox {
    display: inline-block;
}

/* project-detail */
.project-detail .slider {
    margin-top: 15px;
}
.project-detail .slider .flex-control-nav {
    display: none;
}
.project-detail .slider .flex-prev,
.project-detail .slider .flex-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 28px;
    line-height: 30px;
}
.project-detail .slider .flex-prev {
    left: 0;
}
.project-detail .slider .flex-next {
    right: 0;
}
.project-detail .txtb {
    padding: 20px 0;
}

/* footer */
.home .footer {
    border-top: 1px solid #ececec;
    position: static;
}
.logo-txt {
    float: none;
    text-align: center;
    font-size: 14px;
}
.social {
    border-top: 1px solid #ececec;
    float: none;
    margin: 10px -15px -3px -15px;
    padding-top: 12px;
    text-align: center;
}
.social ul {
    display: inline-block;
}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

.project-page-heading ul {
    display: none;
}

/* showcase */
.showcase .slides li,
.showcase {
    height: auto;
    padding-bottom: 0;
}
.showcase li img {
    width: 100%;
    height: auto;
}
.showcase .caption {
    padding-bottom: 15px;
}
.showcase .flex-control-nav {
    bottom: 20px;
}

/* projects */
.projects li {
    width: 33.333%;
}

/* team-info */
.team-info .imgb {
    float: none;
    margin: 0 auto 30px auto;
}
.team-info .txtb {
    margin: 0;
}

.home .footer {
    position: static;
}

}

/* Medium devices (desktops, 1445px and up 1600px) */
@media (min-width: 1450px) and (max-width: 1749px) {

.content {
    max-width: 1400px;
}

}

/* Medium devices (desktops, 1750px and up 1900px) */
@media (min-width: 1750px) and (max-width: 1900px) {

.content {
    max-width: 1700px;
}

}
