/*
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 : 30 Jan, 2016, 11:13:43 AM
    Author     : administrator
*/

p{
    color: rgba(28,54,83,0.8);
    font-size: 1em;
    line-height: 29px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(238, 238, 238, 0.33);
}

/*header{
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: rgba(30, 38, 49, 0.75) !important;
}*/

.navbar-inverse {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    position: relative;
    width: 100%;
    z-index: 100000;
    height: 50px;
    top: 0;
}

.pagebanner {
    padding: 0;
    position: relative;
    width: 100%;
    border: 0;
    top: 0%;
    height: 400px;
    background: rgba(14, 154, 253, 0);
}

.caption-container {
    background: url('../image/side3.jpg') fixed;
    background-size: cover;
    /* padding: 30px 0; */
    min-height: 500px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: -101px;
}

h3.pageheader{
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 245px 0 0 0;
    z-index: 10;
    color: white;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    text-shadow: 2px 2px rgba(171, 171, 171, 0.31);
}

p.pageheader{
   position: absolute;
    text-align: center;
    width: 100%;
    padding: 290px 0 0 0;
    z-index: 10;
    color: white;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

h2.custom-header{
    font-size: 2.25em;
    font-weight: 200;
    text-transform: uppercase;
}

.footheader {
    font-weight: 600;
    color: white;
}

.technology{
    background:whitesmoke; 
}

.technology ul{
    text-align: center;
}

.technology ul li {
    display: inline-block;
    padding: 2em 0;
    margin: 0 2em;
    max-width: 50px;
    height: 100%;
    position: relative;
}

.technology ul li a {
    display: block;
}

.technology ul li a img, .technology ul li a .svg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    vertical-align: middle;
    opacity: 0.3;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.technology ul li a:hover img, .technology ul li a:hover .svg {
    opacity: 10;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.mapcontainer {
    width: 100%;
    overflow: hidden;
    margin: 25px 0px -6px 0;
}

#innercontents{
    padding: 30px 0;
}

.sub-heads{
    font-weight: 100;
    line-height: 60px;
}

@media(max-width:768px){
    .pagebanner .caption-container video{
        display: none;
    }
    .navbar-header{
        background: white;
        padding: 0 0 22px 0;
        margin-bottom: -21px
    }
    
    .row{
        margin-left: 0px;
        margin-right: 0px;
    }

}


.item-meta {
    color: #0E9AFD;
    padding-left: 0;
    margin-bottom: 0;
}

.item-meta li {
    padding: 0 15px;
    list-style-type: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.item-meta li a{
    color: #0E9AFD;
}

.item-meta li i {
    margin-right: 10px;
    font-weight: normal;
}

h1.careerheader{
    padding: 20px 0;
    text-transform: uppercase;
}

.job_description ul li{
    color: rgba(28,54,83,0.8);
}