/* 
    Created on : Apr 26, 2016, 10:54:58 AM
    Author     : maarif
*/

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;
    font-family: 'Helvetica';
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

body { line-height: 1 }

/*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
}

/* core css */

html, body { overflow: hidden; }

.background {
    border: 0px solid blue;
    padding-top: 10.0vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 110vh;
    position: fixed;
    width: 100%;


    -webkit-transform: translateY(20vh);
    -ms-transform: translateY(20vh);
    -moz-transform: translateY(20vh);
    -o-transform: translateY(20vh);
    transform: translateY(20vh);


    -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);

    /*
    -ms-transform: translateY(20vh);
   -webkit-transform: translateY(20vh);
   
  transform: translateY(20vh);
   z-index: 1000; 
   position: relative;
   display: inline-block;*/
}

.background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);/*rgba(0, 0, 0, 0.3);*/
}

.background:first-child {
    background-image: url('../img/main_landing_page_001.jpg');
    -webkit-transform: translateY(-10vh);
    -ms-transform: translateY(-10vh);
    transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
    -webkit-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    transform: translateY(10vh);
}

.background:nth-child(2) { background-image: url('../img/company_profile_background.jpg'); }

.background:nth-child(3) { background-image: url('../img/our_customer_segments.jpg'); }

.background:nth-child(4) { background-image: url('../img/contact_us.jpg'); }

.background:nth-child(5) { background-image: url('../img/career2.jpg'); }

/* Set stacking context of slides */

.background:nth-child(1) { z-index: 4; }

.background:nth-child(2) { z-index: 3; }

.background:nth-child(3) { z-index: 2; }

.background:nth-child(4) { z-index: 1; }

.content-wrapper {
    padding:0;
    margin: 0;
    height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #fff;
    font-family: 'Helvetica';
    /*text-transform: lowercase;*/
    -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
    transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
}

.content-title {
    font-size: 6vh;
    line-height: 1.3;
    text-shadow: 2px 5px black;
    padding-bottom: 15px;
}

.content-title-black {
    font-size: 4vh;
    line-height: 1.3;
    color: black;
    /*text-shadow: 2px 5px grey;*/
    padding-bottom: 15px;
}

.content-subtitle {
    line-height: 1.2;
    text-shadow: 2px 2px gray;
}

.content-subtitle-no-shadow {
    line-height: 1.2;
    font-size: 1.8vh;
    color: black;    
}

strong{
    font-weight: 900;
    color: black;
}

.bluecolor{
    font-weight: 900;
    color: red;
}

.menuText{    
    color: #ff7900;
    font-weight: bold;
    cursor: pointer;
}

.menuText:hover{
    color:#0f6aa8;
}

.dividerVer{
    font-size: 12px;
    cursor:none;
    padding-left:30px;
    padding-right:3px;
}

.up-down {
    border:0px solid blue;
    overflow:hidden;
    height:200px;
    width:800px;
}
/*
.slide {
    width:800px;
    height:200px;
}
*/
.default {
    background-color:transparent;
}

div span{
    color:#000;
    font-size: 3vh;
}

div span.menuText{
    cursor: pointer;
}

.spanover{
    cursor: pointer;
    color: #47a3da;
}

/*
Bootstrap
*/
h3 {
    display: inline-block;
    padding: 10px;
    background: #B9121B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*End bootstrap*/

.aboutUsHolder{
    position:absolute;
    top: 0;
    left:10vh;
    right:10vh;
    border:1px solid red;
    height:77vh;
    width:90%;
    background-color: rgba(255,255,255,0.5);
    text-align:center;
}