::after, ::before { line-height: normal; }

/* Reset */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #6c757d;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

ol:after, ul:after {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
p, .font-weight-light { font-weight: 300; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

a {
  color: #99ccff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover { color: green; text-decoration: none; }
a:focus { outline: 0; color: green; }


.container { max-width: 1150px; }
.container-2 { max-width: 1250px; }

#outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #outer { display: block; }
}

/* Header / Nav */
.header {
  position: fixed;
  right: 0;
  width: 26%;
  height: 100%;
  background-color: #356ba2;
  overflow-y: auto;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (max-width: 991px) {
  .header {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: flex;
  }
}

@media (max-width: 575px) {
  .header { width: 100%; }
}

.header.open { right: 0; }
.design { color: #fff; }
.design a { color: #fff; text-decoration: none; }
.design a:hover { color: #99ccff; }

.navbar-button {
  width: 50px;
  height: 47px;
  padding: 10px;
  margin: 0;
  outline: 0;
  border: 0;
  z-index: 200;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0;
  display: none;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50,50,50,0.3);
  box-shadow: 0px 5px 10px 0px rgba(50,50,50,0.3);
}

@media (max-width: 991px) {
  .navbar-button { display: flex; align-items: center; justify-content: center; }
}

.navbar-button .menu_icon {
  margin: 0;
  padding-top: 1px;
  float: left;
  width: 25px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.navbar-button .menu_icon .icon-bar {
  display: block;
  position: absolute;
  opacity: 1;
  width: 25px;
  height: 3px;
  background-color: #6699cc;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-button .menu_icon .icon-bar:nth-child(1) { top: 10px; transform: rotate(140deg); }
.navbar-button .menu_icon .icon-bar:nth-child(2) { top: 8px; opacity: 0; left: -10px; }
.navbar-button .menu_icon .icon-bar:nth-child(3) { top: 10px; transform: rotate(-140deg); }

.navbar-button.collapsed .icon-bar { transform: rotate(0deg); }
.navbar-button.collapsed .icon-bar:nth-child(1) { top: 0; }
.navbar-button.collapsed .icon-bar:nth-child(2) { top: 10px; left: 0; opacity: 1; }
.navbar-button.collapsed .icon-bar:nth-child(3) { top: 20px; }

.navbar { padding: 0; margin-bottom: 0; }

.navbar .navbar-collapse {
  display: flex;
  height: 100% !important;
  padding-left: 61px;
  padding-right: 61px;
}

@media (max-width: 1366px) {
  .navbar .navbar-collapse { padding-left: 31px; padding-right: 21px; }
}

.navbar .navbar-nav { position: relative; }

.navbar .navbar-collapse::before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 100%;
  top: 0;
}

.navbar .navbar-nav > .nav-item {
  font-weight: 500;
  font-size: 18px;
  background-image: url(../img/menu-item-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 82px;
  display: flex;
  align-items: center;
  padding-left: 66px;
  margin-bottom: 38px;
}

@media (max-width: 1366px) {
  .navbar .navbar-nav > .nav-item { font-size: 16px; padding-left: 53px; }
}

.navbar .navbar-nav > .nav-item .icn { padding-right: 20px; display: inline-block; }

@media (max-width: 1366px) {
  .navbar .navbar-nav > .nav-item .icn { padding-right: 10px; }
}

.navbar .navbar-nav > .nav-item:last-child { margin-bottom: 0; }

.navbar .navbar-nav > .nav-item:hover > a.nav-link,
.navbar .navbar-nav > .nav-item.active > a.nav-link {
  background-color: transparent;
  outline: 0;
  color: #99ccff;
  transition: all 0.3s ease;
}

.navbar .navbar-nav > .nav-item > a.nav-link {
  color: #fff;
  transition: all 0s ease-in-out;
  padding: 0;
}

.navbar .navbar-nav > .nav-item > a.nav-link.current { color: #99ccff; }

@media (max-width: 991px) {
  .navbar .navbar-nav { padding-top: 5px; margin-bottom: 0; }
  .navbar .navbar-collapse { padding-left: 0; }
  .navbar .navbar-collapse::before { height: 0; }
  .navbar .navbar-nav > .nav-item { min-height: 45px; margin-bottom: 10px; background-size: contain; padding-left: 30px; }
  .nav-link .fa-2x { font-size: 1.2em; }
}

/* Content box */
#content-box {
  overflow: hidden;
  width: calc(74% + 1px);
}

@media (max-width: 991px) {
  #content-box { width: 100%; }
}

.section {
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
}

/* Home Banner */
.banner-section {
  position: relative;
  text-align: center;
  background-color: #99ccff;
  padding-top: 121px;
  align-items: flex-start;
}

.bg-blue-transparent { background-color: rgb(102 153 204 / 0.8); }

.banner-section .logo-wrap {
  display: inline-block;
  max-width: 420px;
  margin-left: 5px;
  padding: 30px 40px;
  margin-bottom: 40px;
  border-radius: 16px;
}

.site-logo {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .banner-section .logo-wrap { margin: 0 auto 30px; }
}

.banner-section .simple {
  color: #fff;
  display: inline-block;
  margin: auto;
  margin-left: 97px;
  padding: 33px 68px 34px 68px;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .banner-section .simple { margin-left: 0; }
}

@media (max-width: 767px) {
  .banner-section .simple { padding: 16px 34px 17px 34px; }
}

.banner-section .simple p {
  margin-bottom: 0;
  font-size: 22px;
}

@media (max-width: 575px) {
  .banner-section .simple p { font-size: 18px; }
}

/* Our Work */
.work-section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  min-height: 850px;
  background-color: #6699cc;
}

.work-section .container { max-width: 1242px; }

.tm-work-item-inner {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .work-section .item { text-align: center; margin-bottom: 30px; }
}

.work-section .item.one { margin-top: 80px; }
.work-section .item.two { margin-top: 161px; }

@media (max-width: 767px) {
  .work-section .item.one,
  .work-section .item.two { margin-top: 0; }
}

.work-section .item .icn {
  width: 119px;
  height: 119px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .work-section .item .icn { margin: 0 auto 20px; }
}

.work-section .item h3 {
  color: #ffccff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: -1px;
  margin-bottom: 9px;
}

.work-section .item p { color: #fff; line-height: 31px; margin-bottom: 0; }

.work-section .title {
  margin-top: 5px;
  margin-left: 1px;
  border-bottom: 1px solid #fff;
}

.work-section .title h2 { color: #fff; font-size: 32px; margin-bottom: 12px; }

/* Positions Section */
.positions-section {
  background-color: #99ccff;
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.positions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

.positions-header h2 {
  color: #006699;
  margin-bottom: 0;
}


.positions-table-wrap {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  overflow-x: auto;
}

.positions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.positions-table thead tr {
  background-color: #356ba2;
  color: #fff;
}

.positions-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
}


.positions-table tbody tr {
  border-bottom: 1px solid #cce0f5;
  transition: background-color 0.2s ease;
}

.positions-table tbody tr:hover {
  background-color: #eef5fb;
}

.positions-table tbody tr:last-child {
  border-bottom: none;
}

.positions-table td {
  padding: 12px 18px;
  color: #333;
  vertical-align: middle;
}


.no-positions {
  padding: 40px;
  text-align: center;
  color: #6c757d;
  font-style: italic;
  font-size: 16px;
  display: none;
}

/* Contact Section */
.contact-section {
  background-color: #6699cc;
  flex-direction: column;
  justify-content: center;
}

.contact-section .title { margin-bottom: 50px; }

.contact-section .title h3 { color: #fff; font-size: 34px; }

.tm-contact-item-inner-2 { max-width: 330px; margin-left: auto; margin-right: auto; }

@media (max-width: 767px) {
  .contact-section .contact-details { margin-bottom: 30px; }
}

.contact-section .contact-details p { color: #fff; line-height: 31px; margin-bottom: 38px; }

.contact-section .contact-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-section .contact-details ul li { color: #fff; margin-bottom: 4px; }
.contact-section .contact-details ul li .icn { margin-right: 10px; display: inline-block; width: 30px; text-align: center; }
.contact-section .contact-details ul li .lbl { display: inline-block; max-width: 55px; width: 100%; }
.contact-section .contact-details ul li a { color: #fff; text-decoration: none; }
.contact-section .contact-details ul li a:hover { color: #99ccff; }

.contact-section .map { text-align: center; }

.map-outer { position: relative; height: 400px; width: 100%; }
.gmap-canvas { overflow: hidden; background: none !important; height: 400px; width: 100%; }

/* Footer */
.footer {
  position: relative;
  background-color: #6699cc;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
}

@media (min-height: 600px) {
  .contact-section { position: relative; }
  .footer { position: absolute; bottom: 0; left: 60px; }
}

@media (max-width: 1300px) {
  .contact-section { height: auto; min-height: 100vh; padding-top: 50px; }
  .contact-details { width: 50%; }
  .map { width: 100%; }
}

.container { padding-left: 50px; padding-right: 50px; }

@media (max-width: 1800px) {
  .footer { left: 15px; }
  .container-2 { max-width: 1150px; }
}

@media (max-width: 1733px) {
  .footer { left: 0; padding-top: 30px; }
}

.parallax-window { background: transparent; }

@media (max-width: 991px) {
  .section {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-section { padding-top: 0; }
  .contact-section { padding-bottom: 0; }
}

@media (max-width: 620px) {
  .contact-details { width: 100%; }
  .contact-details { margin-bottom: 50px !important; }
}
