/*---------------------------------------*
 * Primary
 *---------------------------------------*/

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

html,
body {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  font: 'Merriweather', serif;
  height: 100%;
  width: 100%;
  overflow: auto;
}

a {
  text-decoration: none;
  outline: 0;
  color: #189fff;
}

a:hover {
  color: #189fff;
  text-decoration: none;
}

h3 {
  color: #189fff;
  letter-spacing: 1px;
  font-family: 'Lato';
  font-size: 0.9em;
  font-weight: 400;
}

h2 {
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0;
}

h5 {
  opacity: #4c4c4c;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
}

p {
  color: #868686;
  font-size: 1.5rem;
  /* text-align: justify; */
}
.content {
  max-width: 1024px;
  width: 80%;
  margin: auto;
}

/*---------------------------------------*
 * Header Region
 *---------------------------------------*/
header {
  color: #fff;
  font-family: 'Lato', sans-serif;
}

header a {
  color: #fff;
}
header a:hover {
  color: #fff;
  opacity: 0.7;
}

header h1 {
  font-weight: 400;
  font-size: 40px;
}
.heading-container {
  width: 100%;
  background-image: url('../images/bg2_mini.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.header_content {
  margin-top: 35px;
  background-color: #f0f0f0;
  width: 100%;
  color: #4e4e4e;
}

.page_content {
  padding-bottom: 30px;
}

.overlay {
  padding-top: 40px;
  background-color: rgba(75, 135, 210, 0.5);
  width: 100%;
  height: 100%;
}

.navbar-default {
  z-index: 10007;
  width: 100%;
}

/*--------- Logo and Company Name --------*/

#branding a:hover {
  opacity: 1;
}

#logo {
  display: inline-block;
  vertical-align: middle;
}

#company_name {
  display: inline-block;
  vertical-align: middle;
}

#company_name h1 {
  font-size: 30px;
  margin: 0;
}

#logo img {
  width: 40px;
}

/*--------- main menu ---------*/

.homepage_menu {
  /*padding-top: 15px;*/
  line-height: 1;
  margin: 0 auto 3em;
  float: right;
  margin-bottom: 0;
}

.page_menu {
  line-height: 1;
}

.site-navigation {
  display: block;
}

.site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-navigation li {
  color: #fff;
  display: block;
  float: left;
  /*margin: 0 2px 0 0;
    padding: 12px;*/
  position: relative;
  text-decoration: none;
}

.site-navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.site-navigation li:hover {
  cursor: pointer;
}

.site-navigation ul li ul {
  background-color: #4e4e4e;
  visibility: hidden;
  float: left;
  min-width: 200px;
  position: absolute;
  z-index: 100000000;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li ul:hover {
  visibility: visible;
}

.site-navigation ul li ul li {
  clear: both;
  width: 100%;
}

.site-navigation ul li ul li:hover {
}

.page_menu {
  line-height: 1;
}

#menu_list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  list-style: none;
  float: right;
}

li.menu-item {
  display: block;
  margin-bottom: 0 !important;
}

.menu_link {
  font-size: 1.05em;
  padding: 1em;
  cursor: pointer;
}

.menu_item_current > a {
  color: #189fff !important;
}

.menu-item i {
  padding-left: 5px;
}

#drop-down-menu {
  display: none;
  /*display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;*/
}

#drop-down-menu a {
  color: #3e3e3e !important;
}

#menu_container {
  padding-right: 0;
}

/*--------- menu style when scrolling ---------*/

.navbar-default .menu-scrolling {
  z-index: 1000000;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  border-bottom: 1px solid #f0f0f0;
}

.menu-scrolling .menu-link {
  color: #868686;
}

.menu-scrolling #company_name {
  color: #4e4e4e;
}

.menu-scrolling #blocks {
  padding-top: 68px;
}

.menu-scrolling #main-content {
  padding-top: 148px;
}

.menu-scrolling .dropdown {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
/*--------- heading caption ---------*/

#heading_caption {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 75%;
}

#heading_caption h2 {
  font-weight: 700 !important;
  letter-spacing: 1px;
  font-size: 40px;
  margin-top: 0;
}

#heading_caption p {
  font-weight: 300;
  margin-bottom: 0;
}

#heading_caption a:hover {
  color: #189fff;
}

#heading_caption a {
  color: #868686;
}
/*---------------------------------------*
 * Main Content
 *---------------------------------------*/

#main-content .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#main-content {
  padding-top: 50px;
}

#map.row {
  height: 350px;
  margin-right: 0;
  margin-left: 0;
}

#map {
  position: relative;
}

.map-overlay {
  width: 100%;
  min-height: 350px;
  position: absolute;
  top: 0;
}

.with-padding {
  padding-top: 50px;
}

.no-left-padding {
  padding-left: 0;
}

.with-bottom-padding {
  padding-bottom: 25px;
}

/*---------------------------------------*
 * Contact Us page
 *---------------------------------------*/
.contact-us-content {
  margin-top: 50px;
}
/*--------- overview ---------*/

#mission-illustration {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#big-data-illustration,
#cloud-illustration {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 991px) {
  #big-data-illustration,
  #cloud-illustration {
    margin-bottom: 20px;
  }

  #big-data-text {
    padding-left: 0;
  }
}

/*--------- about -> useful links ---------*/

.links {
  list-style: none;
  color: #868686;
}

.links a {
  color: #189fff;
}

/*--------- about -> jobs ---------*/

.job-list li {
  color: #868686;
}

.job-list {
  list-style-type: disc;
  padding-left: 20px;
}

/*--------- about -> people ---------*/

@media screen and (min-width: 901px) {
  .visible-md-screen {
    display: block;
  }

  .visible-sm-screen {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .visible-md-screen {
    display: none;
  }

  .visible-sm-screen {
    display: block;
  }
}

.profile-title {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: Helvetica;
}

/*--------- about -> news ---------*/

.effect-bubba p {
  text-align: center;
}

/*---------------------------------------*
 * Footer Region
 *---------------------------------------*/

footer {
  padding-top: 50px;
}

footer .row {
  margin-left: 0;
  margin-right: 0;
}

/*--------- site map ---------*/

#site-map {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}

#site-map * {
  padding-left: 0;
}
#site-map h5 {
  font-family: 'Lato';
  color: #189fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#site-map p {
  color: #868686;
}

#site-map ul {
  list-style-type: none;
}

#site-map li {
  color: #868686;
  margin: 0;
}

#site-map i {
  color: #868686;
  padding-right: 15px;
  font-size: 20px;
}

#site-map i:hover {
  color: #189fff;
}

#site-map i {
  border: 0 !important;
}

#latest-tweets h5 {
  padding-left: 10px;
  margin-bottom: 10px;
}
/*--------- copyright ---------*/

#copyright-container {
  background-color: #f0f0f0;
  color: #818181;
  font-weight: 300;
  font-size: 16px;
}

.copyright {
  border-top: 1px solid #d6d6d6;
  padding: 5px;
}
