/*! 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.
 */
html {
  min-height: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #ffffff; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; }

/* 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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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; }

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2rem; }

h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #4e5052;
  margin-bottom: 2rem;
  margin-top: 0;
  line-height: 2.8rem; }

.wrapper {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  display: block;
  z-index: 3; }

header .logo {
  background: url("../images/oracle_logo.png") no-repeat;
  background-size: 100%;
  width: 180px;
  height: 80px; }

header .glyphicon {
  font-size: 35px;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 35px;
  top: calc(50% - 17px); }
  @media (max-width: 992px) {
    header .glyphicon.glyphicon-menu-hamburger {
      display: block; } }
  header .glyphicon.glyphicon-remove {
    display: none; }

@media (max-width: 992px) {
  header .wrapper {
    position: relative;
    max-width: none;
    background-color: #f80000;
    width: 100%;
    padding-left: 75px; } }

.intro {
  height: 90vh;
  width: 100%;
  color: #ffffff;
  position: relative;
  background: url("../images/main-banner.jpg") no-repeat;
  background-size: auto 100%;
  background-position: right;
  background-color: #000000; }
  @media (max-width: 992px) {
    .intro {
      background-position: 50%; } }
  @media (min-width: 640px) {
    .intro {
      height: 80vh; } }
  .intro .intro-text {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%); }
    @media (max-width: 992px) {
      .intro .intro-text {
        -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
        transform: translateY(5%); } }
    .intro .intro-text h1 {
      font-size: 2.3rem;
      font-weight: bold;
      opacity: 0;
      padding-bottom: 10%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      color: #ffffff; }
      .intro .intro-text h1 span {
        color: #f80000; }
      @media (max-width: 992px) {
        .intro .intro-text h1 {
          padding-bottom: 3%; } }
    .intro .intro-text .page-heading h2 {
      width: 70%; }
      @media (min-width: 1200px) {
        .intro .intro-text .page-heading h2 {
          width: 100%; } }
    .intro .intro-text h2 {
      margin-bottom: 2rem;
      font-size: 4rem;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      opacity: 0; }
    .intro .intro-text p {
      font-size: 2.1rem;
      line-height: 2.7rem;
      color: #ffffff;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      opacity: 0; }
  .intro .construction {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 162px;
    height: 84px;
    background: url("../images/const-engineering.png") no-repeat;
    background-size: 100%; }
  .intro .wrapper.open .glyphicon.glyphicon-menu-hamburger {
    display: none; }
  .intro .wrapper.open .glyphicon.glyphicon-remove {
    display: none; }
    @media (max-width: 992px) {
      .intro .wrapper.open .glyphicon.glyphicon-remove {
        display: block; } }

@media screen and (max-width: 500px) and (max-height: 768px) {
  .intro {
    min-height: 640px; } }

@media screen and (max-height: 768px) {
  .intro h1 {
    padding-bottom: 3% !important; }
  .airports .section-four .sec-1-banner .banner-image {
    height: 100% !important; } }

.banner-holder .banner-image {
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: 0; }

.pull-right {
  position: relative; }

.fixed-header {
  background-color: #592439;
  padding: 2rem 0;
  z-index: 100;
  display: table;
  width: 100%; }
  @media (max-width: 992px) {
    .fixed-header {
      position: absolute;
      top: 80px;
      width: 100%;
      left: 0;
      padding: 0;
      overflow: hidden;
      display: block;
      max-height: 0; } }
  .fixed-header a {
    border: 2px solid #ffffff;
    padding: 1rem 2rem;
    display: block;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 992px) {
      .fixed-header a {
        border: 0;
        border-bottom: 1px solid #fff; } }
    .fixed-header a:hover {
      background-color: #ffffff;
      color: #592439;
      text-decoration: none; }
    .fixed-header a.active {
      background-color: #ffffff;
      color: #592439;
      text-decoration: none; }
  @media (max-width: 992px) {
    .fixed-header .col-sm-3 {
      width: 100%;
      float: none;
      border: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 992px) {
    .fixed-header .wrapper {
      max-width: none;
      width: 100%; } }
  @media (max-width: 992px) {
    .fixed-header .wrapper .row {
      margin: 0; } }

.maroon-slant-wrap {
  position: relative; }
  .maroon-slant-wrap .maroon-slant {
    width: 114%;
    height: 80px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    margin: 1rem 0 5rem -2rem;
    background-color: #592439;
    position: relative; }
  .maroon-slant-wrap:after {
    content: '';
    background: url(../images/spreader-blue.svg) no-repeat;
    background-position: 105px 80%;
    background-size: 200%;
    position: absolute;
    width: 40%;
    right: 0;
    height: 110rem;
    top: 0;
    z-index: -4; }

.grey-box {
  padding: 4rem 6rem;
  background-color: #dee0e0; }
  .grey-box h3 {
    color: #592439;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold; }
  .grey-box p strong {
    color: #592439; }
  .grey-box.quotes {
    padding-top: 6rem; }
    .grey-box.quotes .quoting {
      position: relative;
      font-size: 1.8rem; }
      .grey-box.quotes .quoting:before {
        content: '"';
        color: #592439;
        position: absolute;
        left: -4rem;
        top: 0;
        font-weight: bold;
        font-size: 6rem; }
      .grey-box.quotes .quoting:after {
        content: '"';
        color: #592439;
        position: absolute;
        right: -3rem;
        bottom: -2rem;
        font-weight: bold;
        font-size: 6rem; }

.listings {
  list-style-position: inside;
  padding-left: 2rem;
  margin-bottom: 2rem; }
  .listings li {
    list-style-type: disc;
    padding-left: 1rem; }
    .listings li p {
      margin-bottom: 1rem; }

.maroon-sec {
  background-color: #592439;
  color: #ffffff;
  padding: 5rem 0 4rem; }
  .maroon-sec h3 {
    color: #ffffff; }
  .maroon-sec p {
    color: #ffffff; }
  .maroon-sec .tab-slide {
    margin: 4rem 0;
    border-top: 1px solid #ebcad3;
    border-bottom: 1px solid #ebcad3;
    padding: 4rem 0 0 0; }
    @media (max-width: 992px) {
      .maroon-sec .tab-slide {
        padding-bottom: 8rem; } }
    .maroon-sec .tab-slide p {
      width: 85%;
      margin: 4rem auto 0 auto;
      font-size: 2rem; }
    .maroon-sec .tab-slide .number {
      font-size: 30rem;
      font-weight: bold;
      line-height: 23.5rem;
      text-align: center;
      color: #ebcad3;
      vertical-align: bottom;
      margin-bottom: -1.2rem; }
    .maroon-sec .tab-slide .slide-summary {
      text-align: center; }
    .maroon-sec .tab-slide .carousel-control.right {
      background: none;
      opacity: 1; }
      .maroon-sec .tab-slide .carousel-control.right .glyphicon {
        top: 24%;
        right: 40%;
        position: absolute;
        color: #ffffff;
        font-size: 5rem; }
    @media (max-width: 992px) {
      .maroon-sec .tab-slide .carousel-indicators {
        bottom: -60px; } }
    .maroon-sec .tab-slide .carousel-indicators li {
      border-radius: 5px;
      width: 50px;
      height: 4px;
      background-color: #ac929c;
      border: none;
      margin: 0 5px; }
      @media (max-width: 992px) {
        .maroon-sec .tab-slide .carousel-indicators li {
          width: 25px;
          height: 10px; } }
      .maroon-sec .tab-slide .carousel-indicators li.active {
        background-color: #ffffff;
        border: none; }

.maroon-footer {
  width: 104%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin: 0 0 0 -2rem;
  background: url(../images/spreader-white.svg) no-repeat;
  background-position: 130% 110%;
  background-size: 50%;
  background-color: #592439;
  position: relative;
  padding: 10rem 0 3rem 0;
  color: #ffffff; }
  @media (max-width: 992px) {
    .maroon-footer {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-left: 0;
      padding-top: 3rem;
      background-image: none; } }
  @media (max-width: 768px) {
    .maroon-footer {
      background-image: none; } }
  .maroon-footer p,
  .maroon-footer h3 {
    color: #ffffff; }
  .maroon-footer a {
    color: #ffffff;
    text-decoration: underline; }
  .maroon-footer .row {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg); }
    @media (max-width: 992px) {
      .maroon-footer .row {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); } }
  @media (max-width: 992px) {
    .maroon-footer .col-md-7 {
      padding-right: 15%; } }
  .maroon-footer .wrapper {
    padding-left: 0; }
    @media (min-width: 640px) {
      .maroon-footer .wrapper {
        padding-left: 19rem; } }
    .maroon-footer .wrapper img.vehicle {
      position: absolute;
      left: -19rem;
      top: 0;
      display: none; }
      @media (min-width: 640px) {
        .maroon-footer .wrapper img.vehicle {
          display: block; } }
  .maroon-footer .cta {
    padding: 1rem 2rem;
    border: 2px solid #fff;
    margin-top: 1rem;
    display: inline-block; }
    .maroon-footer .cta p {
      display: inline-block;
      position: relative;
      padding-right: 4rem;
      margin-bottom: 0; }
      .maroon-footer .cta p img {
        position: absolute;
        right: 0;
        left: auto;
        top: 0; }

.footer-banner {
  height: 40rem;
  margin-top: -8rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-attachment: fixed; }
  @media (max-width: 1300px) {
    .footer-banner {
      background-size: cover;
      background-position: 0 0; } }

.section-padding {
  padding: 0 0 6rem 0; }

/*Footer Social icons - adding Blog icon*/
footer .u10 .u10w1 ul.scl-icons li.scl-blog {
  background: #8aadbf;
  opacity: 0.6;
  z-index: 90999; }
  footer .u10 .u10w1 ul.scl-icons li.scl-blog a {
    background: url(../images/blogger-icon.png) no-repeat !important; }
    footer .u10 .u10w1 ul.scl-icons li.scl-blog a:hover {
      opacity: 1;
      background-color: #ffffff; }
  footer .u10 .u10w1 ul.scl-icons li.scl-blog:hover {
    opacity: 1;
    background-color: #ffffff; }

.summary {
  padding: 6rem 0;
  overflow: hidden; }

.travel {
  padding: 0;
  overflow: hidden; }

.banner-holder.slant {
  position: relative;
  height: 300px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin: 5rem 0 5rem -2rem; }
  @media (max-width: 992px) {
    .banner-holder.slant {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); } }
  .banner-holder.slant:before {
    content: '';
    width: 40%;
    height: 30vh;
    right: -10%;
    bottom: 100%;
    background: url("../images/spread-ring.png") no-repeat;
    background-size: cover;
    position: absolute; }
  .banner-holder.slant:after {
    content: '';
    width: 40%;
    height: 40vh;
    left: 0;
    top: 100%;
    background: url("../images/spread-ring.png") no-repeat;
    background-size: cover;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .banner-holder.slant .inner {
    overflow: hidden; }
    .banner-holder.slant .inner .slant-sec {
      width: 110%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../images/summary-bg.png") no-repeat;
      background-attachment: cover;
      background-size: 110%;
      background-position: center;
      position: relative; }
      .banner-holder.slant .inner .slant-sec.banner-image {
        position: absolute !important; }

.travel .section-one {
  position: relative;
  padding-top: 6rem; }
  .travel .section-one .sec-1-banner {
    float: right;
    width: 38%;
    height: 101%;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 992px) {
      .travel .section-one .sec-1-banner {
        display: none; } }
    .travel .section-one .sec-1-banner .banner-image {
      background: url(../images/section-1-img.png);
      background-repeat: no-repeat;
      background-size: cover; }

.travel .section-two {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (max-width: 992px) {
    .travel .section-two {
      padding-top: 3rem; } }

.travel .flight-wing {
  width: 100%;
  height: 450px;
  position: relative; }
  .travel .flight-wing .banner-image {
    background: url(../images/flight-wing.gif) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    @media (max-width: 1024px) {
      .travel .flight-wing .banner-image {
        background-size: cover; } }

.travel .section-three {
  padding: 6rem 0;
  background: url(../images/spreader-blue.svg) no-repeat;
  background-position: 150% 20%;
  background-size: 45%; }
  @media (max-width: 992px) {
    .travel .section-three {
      padding: 3rem 0; } }

.travel .section-four .left-flag {
  width: 0;
  height: 80px;
  background-color: #592439;
  margin: 0 0 7rem 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  @media (max-width: 992px) {
    .travel .section-four .left-flag {
      width: 50%; } }
  .travel .section-four .left-flag img {
    height: 100%;
    float: right;
    margin-right: -30px; }

.travel .maroon-slant-wrap {
  margin-top: 50px; }

.travel .footer-banner {
  background-image: url(../images/travel-footer.jpg); }

.airports {
  overflow: hidden; }
  .airports .section-four {
    position: relative;
    padding-top: 6rem; }
    .airports .section-four .sec-1-banner {
      float: right;
      width: 38%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 992px) {
        .airports .section-four .sec-1-banner {
          display: none; } }
      .airports .section-four .sec-1-banner .banner-image {
        background: url(../images/airport-section-1-img.jpg);
        background-size: 400%;
        background-repeat: no-repeat;
        background-position: 40% 85%;
        height: 104%; }
        @media (max-width: 1024px) {
          .airports .section-four .sec-1-banner .banner-image {
            background-size: cover;
            height: 100%; } }
    .airports .section-four .maroon-slant {
      margin-top: 5rem; }
  .airports .section-five {
    padding: 6rem 0 0; }
    @media (max-width: 992px) {
      .airports .section-five {
        padding: 1rem 0 0; } }
  .airports .section-six {
    position: relative; }
    .airports .section-six:after {
      content: '';
      background: url(../images/spreader-blue.svg) no-repeat;
      background-position: 105px 50%;
      background-size: 200%;
      position: absolute;
      width: 40%;
      right: 0;
      height: 140rem;
      top: 0;
      z-index: -4; }
  .airports .divided-sec {
    position: relative;
    margin: 0 0 6rem 0; }
    @media (max-width: 992px) {
      .airports .divided-sec {
        margin: 0 0 3rem 0; } }
    .airports .divided-sec .left-maroon-box {
      position: inherit;
      padding-top: 570px;
      padding-bottom: 50px;
      color: #ffffff; }
      @media (max-width: 992px) {
        .airports .divided-sec .left-maroon-box {
          padding-top: 50px;
          background-color: #592439; } }
      .airports .divided-sec .left-maroon-box h3,
      .airports .divided-sec .left-maroon-box p {
        color: #ffffff; }
      .airports .divided-sec .left-maroon-box:before {
        content: '';
        position: absolute;
        width: 52%;
        top: 300px;
        bottom: 0;
        left: 0;
        background-color: #592439;
        z-index: -1; }
        @media (max-width: 992px) {
          .airports .divided-sec .left-maroon-box:before {
            display: none; } }
      .airports .divided-sec .left-maroon-box .port-img {
        height: 520px;
        position: absolute;
        width: 52%;
        left: 0;
        top: 0; }
        @media (max-width: 992px) {
          .airports .divided-sec .left-maroon-box .port-img {
            display: none; } }
        .airports .divided-sec .left-maroon-box .port-img .banner-image {
          background: url(../images/port-img.png) no-repeat;
          background-size: cover;
          background-position: top left;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
    .airports .divided-sec .right-panel {
      padding-top: 15rem; }
      @media (max-width: 992px) {
        .airports .divided-sec .right-panel {
          padding-top: 3rem; } }
      .airports .divided-sec .right-panel h3 {
        color: #592439; }
  .airports .section-seven {
    padding: 3rem 0 6rem 0; }
    .airports .section-seven .left-flag {
      width: 0%;
      height: 80px;
      margin: 0 0 7rem 0;
      position: relative;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      @media (max-width: 992px) {
        .airports .section-seven .left-flag {
          width: 60%; } }
      .airports .section-seven .left-flag:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #592439;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg);
        left: -100px; }
  .airports .footer-banner {
    background-image: url(../images/airport-footer.jpg); }

.rail {
  overflow: hidden; }
  .rail .section-one {
    position: relative;
    padding: 6rem 0;
    overflow: hidden; }
    .rail .section-one .sec-1-banner {
      float: right;
      width: 38%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; }
      @media (max-width: 1024px) {
        .rail .section-one .sec-1-banner {
          background-size: cover; } }
      @media (max-width: 992px) {
        .rail .section-one .sec-1-banner {
          display: none; } }
      .rail .section-one .sec-1-banner .banner-image {
        background: url(../images/rail-section-1-img.jpg);
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: 40% 85%;
        height: 120%; }
        @media (max-width: 1300px) {
          .rail .section-one .sec-1-banner .banner-image {
            background-size: cover; } }
  .rail .section-two {
    position: relative;
    padding: 6rem 0 12rem;
    overflow: hidden; }
    .rail .section-two .sec-2-banner {
      float: left;
      width: 35%;
      height: 125%;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 1024px) {
        .rail .section-two .sec-2-banner {
          background-size: cover;
          height: 110%; } }
      @media (max-width: 992px) {
        .rail .section-two .sec-2-banner {
          display: none; } }
      .rail .section-two .sec-2-banner .banner-image {
        background: url(../images/rail-section-2-img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 40% 0%;
        height: 150%; }
  .rail .section-three {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
    @media (max-width: 992px) {
      .rail .section-three {
        padding-top: 5rem;
        padding-bottom: 0; } }
    .rail .section-three .text-hidden {
      opacity: 0; }
      @media (max-width: 992px) {
        .rail .section-three .text-hidden {
          display: none; } }
    .rail .section-three .text-absolute {
      position: absolute;
      bottom: 0; }
      @media (max-width: 992px) {
        .rail .section-three .text-absolute {
          position: relative; } }
    .rail .section-three .col-md-6:last-child {
      padding-left: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 992px) {
        .rail .section-three .col-md-6:last-child {
          padding-left: 20px; } }
  .rail .image-slant {
    width: 104%;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    margin: 0 0 0 -2rem;
    height: 25rem;
    position: relative; }
    @media (max-width: 992px) {
      .rail .image-slant {
        display: none; } }
    .rail .image-slant .banner-image {
      background: url(../images/rail-section-3-img-slant.jpg) no-repeat;
      background-size: cover;
      background-position: 0 42%;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .rail .section-eight {
    padding: 12rem 0 9rem; }
    @media (max-width: 992px) {
      .rail .section-eight {
        padding-top: 5rem; } }
  .rail .footer-banner {
    background-image: url(../images/rail-footer.jpg); }
  .rail .maroon-slant-wrap .maroon-slant {
    margin-top: -8rem; }
  .rail .maroon-slant-wrap:after {
    height: 80rem; }
  .rail .maroon-sec {
    z-index: 2;
    position: relative; }
