/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
html {
  font-family: Helvetica, Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
  box-sizing: border-box;
  /* 3 */ }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

html {
  font-size: 16px; }

.no-js body,
.no-canvas body {
  background: black; }

html,
body {
  height: 100%;
  width: 100%; }

section {
  height: auto;
  z-index: 5; }

.bg-canvas {
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.no-js .bg-canvas,
.no-canvas .bg-canvas {
  display: none; }

.container {
  position: relative;
  height: auto;
  width: 100%; }

.large-description {
  margin: 1.425em 0.5em; }

#hiring.hasjobs {
  padding-top: 20%;
  padding-top: 15vh; }

#vision .large-description {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto; }

.inner {
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 700px; }

.table {
  display: table;
  width: 100%;
  min-height: 500px;
  min-height: 100vh;
  height: 100vh; }
  .table .table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    position: relative; }

.center {
  text-align: center !important; }

.mailto {
  margin-top: 2em; }

.bottom-logo {
  margin-top: 1.75em; }

.nav-side-nav {
  position: fixed;
  right: 2em;
  top: 43%;
  z-index: 20;
  display: block;
  position: fixed;
  z-index: 20;
  right: 2em;
  top: 43%;
  text-align: right; }
  @media screen and (max-width: 1024px) {
    .nav-side-nav {
      display: none; } }
  .nav-side-nav li {
    list-style: none;
    margin-bottom: 0.5em; }
  .nav-side-nav span {
    opacity: 1;
    pointer-events: none;
    position: absolute;
    width: 200px;
    right: 15px; }
  .nav-side-nav a {
    color: #00c6ff;
    transition: color 0.3s ease-in-out; }
    .nav-side-nav a:hover + a.bubble {
      background: rgba(255, 255, 255, 0.8); }
  .nav-side-nav a.bubble {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0);
    margin-left: 0.25em; }
    .nav-side-nav a.bubble.between {
      transition: all 0.3s ease-in-out;
      background: rgba(255, 255, 255, 0.5); }
    .nav-side-nav a.bubble.active {
      transition: all 0.3s ease-in-out;
      background: rgba(255, 255, 255, 0.8); }
    .nav-side-nav a.bubble:hover {
      background: rgba(255, 255, 255, 0.8); }

.nav-footer-nav ul {
  margin: 0;
  padding: 0; }
.nav-footer-nav li {
  display: inline-block; }
.nav-footer-nav li:first-child,
.nav-footer-nav li:last-child {
  min-width: 125px; }
.nav-footer-nav li:first-child {
  text-align: right; }
.nav-footer-nav li:last-child {
  text-align: left; }

#job-placeholder {
  margin: 6em auto 0 auto; }
  #job-placeholder a {
    float: left;
    color: #00c6ff;
    line-height: 1.75;
    transition: color 0.3s ease; }
    #job-placeholder a:hover {
      color: #007799; }
  #job-placeholder .close {
    display: none;
    opacity: 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0.5em;
    cursor: pointer;
    transition: all 0.3s ease; }
  #job-placeholder ul {
    padding: 0; }
  #job-placeholder li {
    position: relative;
    padding-top: 0.8em;
    list-style: none;
    border-top: 3px solid #fff;
    max-width: 90%;
    width: 90%;
    float: left;
    margin-bottom: 4em;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 1.6em; }
    @media screen and (min-width: 600px) {
      #job-placeholder li {
        width: 20em;
        min-height: 290px;
        max-width: 44%; } }
    #job-placeholder li article {
      opacity: 0;
      max-height: 0; }
    #job-placeholder li.open {
      max-width: 90%;
      width: 90%;
      transition: max-width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      @media screen and (min-width: 600px) {
        #job-placeholder li.open {
          max-width: 95%;
          width: 95%; } }
      @media screen and (min-width: 1024px) {
        #job-placeholder li.open {
          max-width: 100%;
          width: 100%; } }
      #job-placeholder li.open h3 {
        margin-bottom: 1em; }
      #job-placeholder li.open .close {
        display: block;
        font-size: 2em;
        line-height: 1.75;
        opacity: 1; }
        #job-placeholder li.open .close:hover {
          opacity: 0.5; }
      #job-placeholder li.open .description-toggle {
        display: none; }
      #job-placeholder li.open .description {
        margin-top: 0; }
        #job-placeholder li.open .description article {
          transition: all 0.5s ease 1s;
          opacity: 1;
          max-height: 200em; }
          #job-placeholder li.open .description article p {
            margin: 1em 0; }
            #job-placeholder li.open .description article p:first-child {
              margin-top: 0; }
  #job-placeholder .description {
    float: left;
    margin-top: 0.5em;
    margin-bottom: 0.25em; }
    #job-placeholder .description article {
      color: #fff;
      max-height: 0;
      overflow: hidden;
      letter-spacing: 0;
      opacity: 0; }
      #job-placeholder .description article p, #job-placeholder .description article ul {
        margin: 0 0 1em 0;
        line-height: 1.6;
        font-family: "FacitWeb-Light","Helvetica",sans-serif;
        font-weight: 300;
        letter-spacing: 0; }
  #job-placeholder .description a {
    color: #58595b; }
    #job-placeholder .description a:hover {
      color: #3f4041; }

/* For secondary pages */
.page-section header {
  margin: 2em 0; }
.page-section .page-img {
  border: 10px solid rgba(88, 89, 91, 0.6);
  margin: 2em 0 1em 0;
  max-width: 100%; }
.page-section footer {
  margin: 4em 0 2em 0; }

::-moz-selection {
  background: #00c6ff;
  text-shadow: none; }

::selection {
  background: #00c6ff;
  text-shadow: none; }

h1, h2, h3, h4, p, li {
  color: #fff;
  line-height: 1;
  margin: 0; }

h1, h2, h3, h4, p, li, article, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "FacitWeb-Extralight","Helvetica",sans-serif;
  font-weight: 100;
  font-size: 1.25em;
  line-height: 1.1;
  text-align: center; }
  h1 .hidden {
    display: none; }
  @media screen and (min-height: 500px) {
    h1 {
      font-size: 1.5em;
      line-height: 1.4; } }
  h1#logo {
    position: absolute;
    /*top: 1em;
    top: 10vh;*/
    margin: 0;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    font-size: 1.75em;
    line-height: 1;
    padding: 0; }
    @media screen and (min-height: 500px) {
      h1#logo {
        top: 4em; } }
  @media screen and (min-width: 600px) {
    h1 {
      font-size: 2em; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 1.8em; } }

#logo,
.down,
.nav-side-nav {
  opacity: 0;
  transition: opacity 1s ease 1.5s; }

.tagline {
  opacity: 0;
  transition: opacity 1s ease 0.5s; }

.imgs-loaded #logo,
.imgs-loaded .down,
.imgs-loaded .tagline,
.no-canvas #logo,
.no-canvas .down,
.no-canvas .tagline,
.imgs-loaded .nav-side-nav,
.no-canvas .nav-side-nav {
  opacity: 1; }

h2 {
  font-family: "Tungsten A","Tungsten B","Helvetica",sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.875em;
  text-align: center; }
  @media screen and (min-width: 600px) {
    h2 {
      font-size: 1.531em; } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 1.75em; } }

h3 {
  font-family: "FacitWeb-Light","Helvetica",sans-serif;
  font-weight: normal;
  line-height: 1.1;
  font-size: 1em; }
  @media screen and (min-width: 600px) {
    h3 {
      font-size: 1.75em; } }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 2em; } }

h4 {
  font-family: "Tungsten A","Tungsten B","Helvetica",sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.125em;
  letter-spacing: 2px;
  line-height: 1;
  min-height: 1.125em; }

a {
  text-decoration: none; }

.down {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8em; }
  .down img {
    opacity: 0.4;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .down:hover img {
    transform: translate3d(0, 2em, 0);
    opacity: 0.6; }
  @media screen and (min-height: 500px) {
    .down {
      display: block; } }

nav {
  font-family: "FacitWeb-Light","Helvetica",sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em; }

.nav-footer-nav li {
  font-size: 1.25em;
  padding: 0 0.5em;
  border-right: 1px solid rgba(255, 255, 255, 0.5); }
  .nav-footer-nav li:last-child {
    border-right: none; }
.nav-footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.5s ease; }
  .nav-footer-nav a:hover {
    color: #00c6ff; }

#vision h2 {
  color: black; }

.large-description {
  font-size: 1em;
  line-height: normal;
  font-family: "FacitWeb-Extralight","Helvetica",sans-serif;
  font-weight: 100;
  letter-spacing: -1px; }
  @media screen and (min-width: 600px) {
    .large-description {
      font-size: 1.7em;
      line-height: 1.6; } }

#job-placeholder article {
  font-size: 1em;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: -1px; }

.page-section a {
  color: #00c6ff;
  transition: color 1s ease; }
  .page-section a:hover {
    color: #007799;
    transition: color 0.5s ease; }
.page-section p {
  font-size: 1em;
  line-height: normal;
  font-family: "FacitWeb-Extralight","Helvetica",sans-serif;
  font-weight: 100;
  margin-bottom: 1em;
  text-align: left; }
  @media screen and (min-width: 600px) {
    .page-section p {
      font-size: 1.33em;
      line-height: 1.6; } }
  .page-section p.about {
    margin-left: 1.33em; }
.page-section li {
  font-size: 1em;
  line-height: normal;
  font-family: "FacitWeb-Extralight","Helvetica",sans-serif;
  font-weight: 100;
  margin-bottom: 0.25em; }
  @media screen and (min-width: 600px) {
    .page-section li {
      font-size: 1.5em;
      line-height: 1.25; } }


/* Custom Style */


.fa-play
{
  border: 2px solid #2FC5F4;
  border-radius: 100px;
  height: 37px;
  width: 37px;
  padding-top: 7px;
  color: #2FC5F4;
  padding-left: 3px;
}



@media only screen and (min-width: 1240px) 
{

  .cardome_mobile_image
  {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    top: 50%;
  }

  .cardome_mobile_image2
  {
    position: absolute;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    right: 5%;
    bottom: 8%;
  }


}

@media only screen and (max-width: 1239px) 
{

  .cardome_mobile_image
  {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .cardome_mobile_image2
  {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 25px;
  }

}

.bx-wrapper
{
  border: none;
}



.bx-pager .bx-default-pager
{
  background-color: #000 !important;
}

.hideme
{
    opacity:0;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
  background:#fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus
{
  background:#ccc !important;
}


.bx-wrapper .bx-pager.bx-default-pager a.active
{
  background:#ccc !important;
}

.bx-wrapper .bx-pager
{
  background-color: #000;
  padding-bottom: 24px;
  bottom: -60px;
}


.bread_crumbs
{
  list-style: none;
  padding-left: 19px;
  font-size: 11px;
}
.bread_crumbs li
{
  display: inline-block;
  color: #fff !important;
}
.bread_crumbs li a
{
    color:#fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
    color:#fff !important;
}

#block video
{
  position: fixed !important;
  height: 100%;
}

.full_screen
{
  font-size: 18px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 25px;
}
.full_screen a
{
  background-color: #000;
  color: #fff;
  padding: 11px;
  opacity: 0.55;
}
.full_screen a:hover,
.full_screen a:focus
{
  opacity: 1;
}

.mfp-wrap {
  z-index: 2147483647;
}
.mfp-bg {
  z-index: 2147483646;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
}
.mfp-arrow
{
    background-color:#000 !important;
}


img
{
    user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

.team_section
{
   background-image: url(http://carsdome.com/img/Frist_background_Image.png);
    background-size: cover;
    padding: 80px 0px;

}
.ram_container
{
    background-color: rgba(204, 204, 204, 0.7);
    border-radius: 8px;
    width: 225px;
    padding: 16px 0px;
    float: left;
    margin-left: 35px;
}
.team_col
{
    text-align:center;
}
.team_col h2
{
    color: #333;
font-weight: bold;
font-size: 19px;
letter-spacing: 0px;
margin-bottom: 10px;

}
.team_col p.desi
{
    color: #555;
    font-weight: 600;
    margin-bottom:5px;
}
.team_col img.profile
{
    width: 181px;
    margin-top: 6px;
    border-radius: 100px;

}
.team_col .other_images
{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-top:10px;
}
.team_col .other_images li
{
    padding:0px;
    list-style:none;
    margin-bottom:10px;
}
.team_col .other_images img
{
    width:150px;   
}

.list_job
{
  padding-left: 20px !important;
}
.job_line
{
  position: relative;
  padding-left: 13px;
  display: block;
  margin-bottom: 8px;
}
.job_line .dot
{
    position: absolute;
    left: 0;
    top: 0px;
}
.location_title
{
  font-size: 15px;
  margin-top: 17px;
  position: relative;
  top: 5px;
  margin-left: 10px;
  color: #999;
  font-weight: bold;
}

@media screen and (max-width:500px) {
    #logo img{
        height:120px !important;
    }
    .table-cell .tagline{
        margin-top:150px !important;
    }
}
