/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 Dec, 2015, 11:56:57 AM
    Author     : administrator
*/

body{
    padding-top:0px;
    font-family: 'Raleway', sans-serif;
    /*font-family: wf_segoe-ui_semilight,wf_segoe-ui_light,wf_segoe-ui_normal,'Segoe UI Semilight','Segoe UI Light','Segoe UI',Arial,sans-serif !important;*/
}
h1,h2,h3,h4,h5,h6,a,li,ul,font,text,span,a:hover{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
p{
    line-height: 25px;
}
.navbar{
    position: static;
    margin: 0 0 46px 0;
    height: 0;
}

.navbar-brand:hover{
    padding: 15px 15px;
}    
    

.navbar-inverse {
    background-color: white;
    border-color: white;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a.active {
    color:#0E9AFD;
}

header{
    background: url('../image/banner.jpeg');
    background-size: cover;
}
header.carousel {
    height: 68%;
}

.carousel-inner h3{
    margin-top:20px;
    margin-bottom: 10px;
}

.carousel-caption h3:first-child {
  animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
  animation-delay: 2s;
}

.carousel-caption button {
  animation-delay: 3s;
}

.carousel-caption{
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}

.carousel-control.left,.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, transparent 100%);
    background-repeat: repeat-x;
}

#provide .carousel-caption{
    text-align:inherit;
}

#provide h3{
    color: white;
    font-weight: 100;
    font-size: 22px;
}

#provide h3 span{
    font-size: 18px;
    line-height: 30px;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 173px;
}

.navbar-right{
    margin-top:30px;
}

.page-header{
    color: #7E7878;
    font-size: 25px;
    border-bottom: 0px none;
    text-transform: uppercase;
}

.custom-pagedata{
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: #2F2F2F;
}

.carousel-inner .btn-primary{
    background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
    border: 1px solid white;
    border-radius: 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #FFF;
    border-color: white;
}
.panel-default > .panel-heading h4{
    color:#012b3b;
}

.panel-default > .panel-heading i{
    color: #012b3b;
    /*display: block;*/
    font-size: 4rem;
}

.panel-body {
    padding: 15px;
    text-align: justify;
}

.btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #5C5C5C;
    border-radius: 0px;
}

.panel h4{
    font-size: 16px;
    color: #0B6FC6;
    text-transform: uppercase;
}

.btn-default:hover {
    color: #FFF9F9;
    background-color: #0E9AFD;
    border-color: #0E9AFD;
}

.carousel-control .custom-icon {
    top: 46%;
    position: absolute;
    font-size: 56px;
    font-weight: lighter;
}
.caption-container{
    background: url('../image/bannerparaller.jpg') fixed;
    background-size: cover;
    /*padding: 30px 0;*/
    min-height:430px;
    position: relative;
    overflow: hidden;
}

.caption-container .italiccaption{
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 183px 0;
    z-index: 10;
    color:white;
    background: rgba(0, 0, 0, 0.17);
    margin: 0;
}

#custom-services .panel:hover{
    /*box-shadow: 1px 3px 8px rgba(128, 128, 128, 0.37);*/
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

video{
    width: 100%;
    position: absolute;
}
/*
    Agile
*/

.agile{
    padding: 40px 0;
    background: rgb(14, 154, 253);
    background-size: cover;
    color: white;
}
.agile p{
    line-height: 30px;
}
.agile .btn-primary{
    background: rgba(255, 255, 255, 0);
    color: black;
    border-radius: 0;
    border: 1px solid black;
}

/*content*/
#content{
    padding: 130px 0;
}
#content h3{
    font-size: 2.5em;
    margin-top: 1em;
    line-height: 70px;
}
.page-header-fixed-container{
    position:relative;
}
.page-header-fixed{
    position: absolute;
    /* top: -87px; */
    bottom: 39px;
    background: #0E9AFD;
    padding: 14px 45px;
}
/*
    Breadcrumbs
*/
.pagebanner{
    padding: 30px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.breadcrumbs {
    float: right;
    margin: 3px 0 6px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #999;
}
.breadcrumbs a {
    color: #444;
}
.breadcrumbs .crumbs-spacer {
    color: #ccc;
    margin: 0 4px;
}
.pagebanner h2{
    font-size: 30px;
    color: #999;
    font-weight: 700;
}
.breadcrumbs .page-header{
    color: white;
    font-weight: 100;
}
.breadcrumb{
    /*background-color: rgba(176, 176, 177, 0.7);*/
    border-radius: 0px;
}
.italiccaption{
    color: #D2CBCB;
    font-style: italic;
    text-align: center;
    line-height: 65px;
}

.custom-header{
    font-weight:bolder;
    text-align: center;
    padding:30px 0; 
}
/*
 *  footer sections
 */

footer {
    margin: 0px 0px 0 0;
}
.footer-top{
    background: #0E9AFD;
    padding: 20px 0;
    color: #FFFFFF;
}
.footheader{
    font-weight:600; 
}
.footer-top a{
    padding: 0px 10px;
}
.footer-top span{
    color: whitesmoke;
    line-height: 30px;
}
.footer-top ul{
    padding: 0;
}
.footer-top ul li{
    list-style: none;
}
.footer-top ul li a{
    color: whitesmoke;
    line-height: 30px;
}
footer a{
    color: #FEFFFF;
}
.footer-bottom{
    background: #131416;
    color:white;
    padding: 10px 0 0;
}
.footer-bottom p{
    color: rgba(128, 128, 128, 0.53);
}


.dashed-right{
    border-right: 1px dashed ;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: -25px;
}

.dashed-top{
    border-top: 1px dashed;
}

.margin0{
    margin-bottom: 0;
    margin-left: -25px;
}

.thumbnail{
    border:0px solid white;
}

.thumbnail .caption h3{
    color: #012b3b;
    font-size: 18px;
}

.thumbnail .caption a{
    color:#012b3b;
        /*#029AFF;*/
}

.mapcontainer{
    width:100%;
    overflow: hidden;
    margin: 0px 0px 35px 0;
}

label{
    font-weight: 100;
}

.form-control{
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
}

.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
}

/*svg*/

body {
  /*background: #00838f !important;*/
}

.wrapper {
    margin: 75px 0 0 0;
  /*height: 2000px;*/
}

svg {
/*  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  margin: auto;
}

.cd-scrolling-bg.cd-color-3 {
    background-color: #fff;
    color: #292c44;
}

.services-dt {
    padding: 0;
}

.services-dt .services-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.rp0 {
    margin: 0 !important;
}

.services-dt .services-nav .item {
    border-right: solid 1px #f0f0f1;
    border-bottom: solid 1px #f0f0f1;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cp0 {
    padding: 0 !important;
}

.services-dt .services-nav .item .wrap {
    position: absolute;
}
.services-dt .services-nav .item .wrap {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 3em 2em 6em;
    height: 100%;
    position: inherit;
}

.services-dt .services-nav .item .wrap .nc-icon {
    max-width: 64px;
}

.services-dt .services-nav .nc-icon {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}

.services-dt .services-nav h3 {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}
.services-dt .services-nav h3 {
    font-weight: 800;
    font-size: 1em;
    line-height: 50px;
    color: #292c44;
    text-transform: uppercase;
    margin-top: 1em;
}

.services-dt .services-nav p {
    font-size: 0.875em;
    opacity: 10;
}

.services-dt .services-nav p {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.services-dt .services-nav p {
    font-size: 16px;
    opacity: 10;
    color: #696767;
}

.services-dt .services-nav .item .wrap:hover p, .services-dt .services-nav .item .wrap:hover h3, .services-dt .services-nav .item .wrap:hover .nc-icon, .services-dt .services-nav .item .wrap:hover a.more {
    opacity: 10;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


.services-dt .services-nav a.more {
    opacity: 0;
}
.services-dt .services-nav a.more {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.services-dt .services-nav a.more {
    color: #4f80e1;
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px;
}


.more {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    margin-top: 10px;
}

.services-dt .services-nav .item .wrap:hover {
    background-color: rgba(240,240,241,0.5);
}

.work-culture{
    background-color: #f0f0f1;
    color: #292c44;
}

.overlay{
    background: rgba(137, 137, 137, 0.21) none repeat scroll 0% 0%;
    position: absolute;
    width: 100%;
    height: 400px;
}

.second-banner-image{
    margin: 0 0 -45px 0;
}

.third-banner-image{
    width: 611px;
}

@media(max-width:768px){
    .cd-scrolling-bg {
        position: relative;
        min-height: 100%;
        padding: 3em 0;
        z-index: 2;
    }
    .services-dt .services-nav{
        display: block;
        
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 36px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #0E9AFD;
        background-image: none;
        border: 0px solid #0E9AFD;
        border-radius: 4px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
        background: #0E9AFD;
        position: absolute;
        width: 100%;
        margin-top: 19px;
        color: white;
        z-index: 1000000000;
    }
    
    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a.active {
        color: #696969;
    }
    
    .navbar-inverse .navbar-nav>li>a {
        color: white;
    }
    p.pageheader{
        display: none;
    }
    .carousel-inner h3,.carousel-inner .btn-primary{
        display: none;
    }
    
    .carousel-indicators{
        display: none;
    }
    
    .second-banner-image {
        margin: 0 0 -126px 0;
    }
    
    .third-banner-image{
        width: 611px;
        margin: 0 0 -40px 0;
    }
    
}


.subtitle{
    font-size: 24px;
    font-weight: 100;
}

.job_listings{
    margin: 40px 0;
}

.job-listings{
    padding: 50px 0;
}

ul.job_listings li.job_listing{
    border: 1px solid #DAD9D9;
    /*padding: 15px;*/
}

.col{
    float: left;
    width: 20%;
}

.job-logo{
    padding: 0 15px;
}

.job-logo img{
    width: 150px;
    padding: 0px;
    vertical-align: middle;
}

ul.job_listings a:hover, ul.job_listings .job_position_featured:hover > a, ul.resumes a:hover {
    background: #f2f2f2;
}
ul.job_listings a, ul.resumes a {
    /*border-bottom: 1px solid #e7e7e7;*/
    color: #888;
    display: block;
    padding: 15px;
    position: relative;
}

ul.job_listings h5, ul.resumes h5, ul.resumes p {
    margin: 0;
    line-height: 1.71em;
}

.job-title h5{
    color: #000;
    text-transform: uppercase;
}

.job-location{
    position: relative;
    float: left;
    padding: 0 15px;
}

.col.job-location:before{
    color: #14b1bb;
    content: "\f041";
    font-family: "FontAwesome";
    left: 0px;
    position: absolute;
    top: 0;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #aaa;
    border-radius: 10px;
}

.badge.temporary {
    background: #c20000;
}

.job-dates{
    position: relative;
    padding: 0 15px;
    color: black;
}

.badge.full-time {
    background: #6ecf26;
}

.badge.internship {
    background: #0064c2;
}

.badge.freelance {
    background: #72d2ff;
}

ul.job_listings .col.job-dates:before {
    color: #14b1bb;
    content: "\f073";
    font-family: "FontAwesome";
    left: 0px;
    position: absolute;
    top: 0;
}


a.load_more_jobs:hover{
    padding: 6px 12px;
}

@media(max-width:500px){
    .xs-padding-12{
        padding-top:12px;
    }
}


@media(max-width:400px){
    .third-banner-image {
        width: 430px;
    }
    .second-banner-image{
        width: 325px;        
    }
}