/* --- OneLogix Template SCSS --- */
/* --- Variables --- */
/* --- Mixins --- */
/* --- Base --- */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%; }

body {
  padding: 90px 0 64px 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative; }

.full-height {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px; }

.half-height {
  height: 50%; }

.col-0-gutter {
  padding-left: 0;
  padding-right: 0; }

.col-0-gutter-right {
  padding-right: 0; }

.col-0-gutter-left {
  padding-left: 0; }

.bottom-padded {
  padding-bottom: 40px; }

.bottom-white-bordered {
  border-bottom: 1px solid white; }

div.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.table-holder {
  display: table;
  width: 100%;
  height: 100%; }

.table-holder-match {
  display: table; }

.table-row {
  display: table-row; }

.table-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.table-inner-bottom {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 4%; }

div.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.full-background {
  background: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.full-background-fixed {
  background: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.half-background-right {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -webkit-background-size: 50% 100%;
  -moz-background-size: 50% 100%;
  -o-background-size: 50% 100%;
  background-size: 50% 100%; }

.half-background-left {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -webkit-background-size: 50% 100%;
  -moz-background-size: 50% 100%;
  -o-background-size: 50% 100%;
  background-size: 50% 100%; }

ul {
  list-style-image: url("../images/template/ul-arrow.png");
  margin: 0;
  padding: 0 0 0 15px; }

p.covid-warning {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  z-index: 1201;
  background: #2B2171;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 5px 0; }

nav#main-nav {
  background: white;
  padding: 20px 0 12px 0;
  z-index: 1200;
  margin-top: 0;
  -webkit-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  transition: all, 0.2s; }
  nav#main-nav .navbar-right {
    margin-top: 25px; }
    nav#main-nav .navbar-right .mega-dropdown {
      position: static !important; }
    nav#main-nav .navbar-right .mega-dropdown-menu {
      margin-top: -12px;
      padding: 20px 0;
      width: 100%; }
      nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel {
        background: white;
        margin-bottom: 15px; }
        nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel a {
          padding: 10px;
          display: block;
          text-align: center;
          font-weight: 700;
          color: white;
          background: #443B81;
          height: 122px; }
          nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel a img {
            height: 28px;
            margin-bottom: 5px; }
          nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel a:hover {
            background: #2B2171; }
        nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel ul {
          list-style: none;
          margin: 0;
          padding: 10px; }
          nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel ul li a {
            padding: 5px;
            height: auto;
            color: #B1B6BA;
            background: none; }
            nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel ul li a:hover {
              color: #2B2171;
              background: none; }
        nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel:hover {
          -webkit-box-shadow: 0px 0px 5px 0px #8174db;
          box-shadow: 0px 0px 5px 0px #8174db; }
    nav#main-nav .navbar-right .dropdown-menu {
      background: #2B2171; }
      nav#main-nav .navbar-right .dropdown-menu li a {
        color: white;
        padding: 7px 15px; }
        nav#main-nav .navbar-right .dropdown-menu li a:hover {
          color: white;
          background: #1e1659; }

nav#main-nav.shrink {
  padding: 10px 0 2px 0;
  margin-top: 0px; }
  nav#main-nav.shrink img {
    height: 31px; }
  nav#main-nav.shrink .navbar-right {
    margin-top: 5px; }
    nav#main-nav.shrink .navbar-right .mega-dropdown-menu {
      margin-top: -2px; }

section#top-banner {
  height: 100vh;
  position: relative;
  margin-top: -147px; }
  section#top-banner div.intro-heading {
    position: absolute;
    height: 100%;
    z-index: 100;
    padding: 156px 30px 30px 30px;
    min-width: 677px;
    background: url("../images/template/home-text-intro.png") left repeat-y; }
    section#top-banner div.intro-heading h1 {
      color: white;
      text-align: left;
      font-size: 2.5em;
      line-height: 1.3;
      font-weight: 700; }
    section#top-banner div.intro-heading h3 {
      text-align: left;
      color: white;
      font-size: 1.8em;
      line-height: 1.4;
      font-weight: normal;
      margin: 0; }
  section#top-banner div.intro-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    section#top-banner div.intro-slider div.slide {
      width: 100%;
      height: 100vh; }
    section#top-banner div.intro-slider .slide-1 {
      background-image: url("../images/slider/slide-1.jpg"); }
    section#top-banner div.intro-slider .slide-2 {
      background-image: url("../images/slider/slide-2.jpg"); }
    section#top-banner div.intro-slider .slide-3 {
      background-image: url("../images/slider/slide-3.jpg"); }

section#home-copy div.home-copy-intro {
  padding: 60px 0;
  text-align: center; }
  section#home-copy div.home-copy-intro h3 {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.8; }
  section#home-copy div.home-copy-intro p {
    margin: 0;
    font-size: 1.30em;
    line-height: 1.8; }
section#home-copy div.grey-band {
  padding: 20px 0;
  background: #EBECED;
  text-align: center; }
  section#home-copy div.grey-band h2 {
    margin-bottom: 20px; }
  section#home-copy div.grey-band div.flexbox {
    margin-left: -2%;
    flex-wrap: wrap; }
    section#home-copy div.grey-band div.flexbox div.blue-block {
      padding: 40px 20px;
      background: #E30613;
      margin-left: 2%;
      width: 48%;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section#home-copy div.grey-band div.flexbox div.blue-block p {
        font-size: 1.3em;
        margin: 0;
        color: white; }
   	 section#home-copy div.grey-band div.flexbox div.blue-block-long {
      padding: 40px 20px;
      background: #E30613;
      margin-left: 2%;
      width: 48%;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section#home-copy div.grey-band div.flexbox div.blue-block-long p {
        font-size: 1.3em;
        margin: 0;
        color: white; }
	section#home-copy div.grey-band div.flexbox div.blue-block1 {
      padding: 40px 20px;
      background: #E30613;
      margin-left: 2%;
      width: 31.33%;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section#home-copy div.grey-band div.flexbox div.blue-block1 p {
        font-size: 1.3em;
        margin: 0;
        color: white; }
    section#home-copy div.grey-band div.flexbox div.blue-block-long1 {
      padding: 40px 20px;
      background: #E30613;
      margin-left: 2%;
      width: 48%;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section#home-copy div.grey-band div.flexbox div.blue-block-long1 p {
        font-size: 1.3em;
        margin: 0;
        color: white; }

section#brands-scroller {
  padding: 40px 0;
  background: white;
  position: relative; }
  section#brands-scroller h2 {
    text-align: center; }
  section#brands-scroller div.slick-holder div.brand-holder div.table-inner {
    width: inherit; }
  section#brands-scroller div.slick-holder div.slider-rotator {
    position: absolute;
    top: 50%;
    margin-top: 30px;
    width: 100%; }
    section#brands-scroller div.slick-holder div.slider-rotator .left {
      position: absolute;
      left: -25px; }
    section#brands-scroller div.slick-holder div.slider-rotator .right {
      position: absolute;
      right: 15px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #c7cbcf;
  color: #606A74; }
  footer p {
    margin: 0;
    float: left; }
  footer a {
    color: #606A74; }
  footer div.social-icons {
    float: right;
    display: table; }
    footer div.social-icons h4 {
      display: block;
      width: 100%; }
    footer div.social-icons div.social-item {
      padding: 0 15px;
      display: table-cell; }

section#home-contact-banner {
  background-image: url("../images/template/contact-band.jpg"); }
  section#home-contact-banner div.home-contact-block {
    display: block;
    width: 600px;
    margin: 0 auto;
    background: url("../images/template/contact-block-bg.png");
    padding: 60px;
    text-align: center; }
    section#home-contact-banner div.home-contact-block h2 {
      color: white;
      margin: 0 0 20px 0; }

section#about-us {
  padding: 40px 0; }
  section#about-us h4 {
    margin: 0 0 15px 0;
    line-height: 1.8;
    font-size: 1.30em;
    text-align: center;
    font-weight: 400; }

div.top-banner {
  padding: 32px;
  background-color: #606A74;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../images/template/Heading-box.png"); }
  div.top-banner h3 {
    margin: 0;
    text-align: center;
    font-size: 1.77em;
    color: white; }

section#logistics-solutions {
  padding: 40px 0; }
  section#logistics-solutions h3 {
    color: #2B2171;
    font-weight: 700;
    text-align: center;
    font-size: 1.3em; }
  section#logistics-solutions ul {
    font-size: 1.30em; }
    section#logistics-solutions ul li {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #B1B6BA;
      line-height: 1.4; }
    section#logistics-solutions ul .last {
      border: none; }

section#blue-section {
  padding: 40px 0;
  background: #2B2171;
  color: white; }
  section#blue-section h3 {
    text-align: center;
    margin: 0; }
  section#blue-section p {
    text-align: center;
    margin: 15px 0; }

section#grey-section {
  padding: 40px 0;
  background: #636a73;
  color: white; }
  section#grey-section h3 {
    text-align: center;
    margin: 0; }
  section#grey-section p {
    text-align: center;
    margin: 15px 0; }

section#control-monitor {
  padding: 40px 0; }
  section#control-monitor h3 {
    text-align: center;
    margin: 0; }
  section#control-monitor p {
    text-align: center;
    margin: 15px 0; }

section#logistics-solutions-banner {
  height: 200px;
  background-image: url("../images/template/logistics-banner.jpg"); }

section#logistics-solutions-banner-2 {
  height: 200px;
  background-image: url("../images/template/logistics-banner-2.jpg"); }

section#logistics-terms-and-cond {
  width: 100%;
  padding: 40px 0; }
  section#logistics-terms-and-cond div.logistics-terms-and-cond-block {
    display: block;
    width: 600px;
    margin: 0 auto;
    text-align: center; }
    section#logistics-terms-and-cond div.logistics-terms-and-cond-block h2 {
      margin: 0 0 20px 0; }

section#footprint {
  padding: 40px 0; }
  section#footprint h3 {
    font-size: 1.30em;
    font-weight: 400;
    text-align: center;
    line-height: 1.8; }

section#tabs .nav > li > a:hover {
  background: none; }
section#tabs .nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1; }
section#tabs .nav-tabs {
  text-align: center; }
section#tabs div.tab-pane {
  padding-top: 0px; }
section#tabs p {
  color: #818990;
  text-align: center;
  font-size: 1.05em; }
section#tabs ul li {
  border-bottom: 1px solid #E8E9EB; }
  section#tabs ul li:last-of-type {
    border: none; }
section#tabs div.area-of-operation {
  background: #F0F0F1;
  padding: 40px 0; }
  section#tabs div.area-of-operation h3 {
    font-size: 20px;
    margin: 0 0 25px 0;
    text-align: center;
    color: #818990; }
  section#tabs div.area-of-operation ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    background: white; }
    section#tabs div.area-of-operation ul li {
      color: #606A74;
      font-size: 1.07em;
      padding: 5px 0;
      border-bottom: 1px solid #606A74; }
    section#tabs div.area-of-operation ul li.last {
      border: none; }
  section#tabs div.area-of-operation div.it-lists {
    padding: 20px;
    background: white; }
    section#tabs div.area-of-operation div.it-lists ol {
      margin: -9px 0 10px 0;
      padding: 0 0 0 15px;
      list-style-image: url("../images/template/ul-arrow.png"); }
    section#tabs div.area-of-operation div.it-lists p {
      text-align: left; }

.btn-primary-invert {
  color: #E30613;
  background-color: #ffffff;
  border-color: #E30613; }

.btn-primary-invert.focus,
.btn-primary-invert:focus {
  color: #c3020e;
  background-color: #ffffff;
  border-color: #c3020e; }

.btn-primary-invert:hover {
  color: #c3020e;
  background-color: #ffffff;
  border-color: #c3020e; }

section#financials {
  padding: 30px; }
  section#financials div.grey-band-latest {
    background: #F0F0F1;
    padding: 20px; }
    section#financials div.grey-band-latest img {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
  section#financials div.ir-white-holder-block {
    position: relative;
    border: 1px solid #B1B6BA;
    padding: 20px; }
    section#financials div.ir-white-holder-block a {
      color: #606A74;
      font-size: 1.05em;
      font-weight: normal; }
    section#financials div.ir-white-holder-block p {
      font-size: 0.6em;
      color: #606A74;
      margin: 0; }
  section#financials a.open-well {
    display: block;
    padding: 7px 15px;
    background: #E30613;
    color: white;
    text-align: center;
    cursor: pointer; }
  section#financials div#annual-results-archive table {
    margin: 0 0 15px 0; }
    section#financials div#annual-results-archive table td {
      vertical-align: middle; }
    section#financials div#annual-results-archive table p {
      margin: 0; }
    section#financials div#annual-results-archive table a {
      float: right; }
  section#financials div#interim-results-archive table {
    margin: 0 0 15px 0; }
    section#financials div#interim-results-archive table td {
      vertical-align: middle; }
    section#financials div#interim-results-archive table p {
      margin: 0; }
    section#financials div#interim-results-archive table a {
      float: right; }

section#annual-reports {
  padding: 30px; }
  section#annual-reports div.grey-band-latest {
    background: #F0F0F1;
    padding: 20px; }
    section#annual-reports div.grey-band-latest img {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
  section#annual-reports div.ir-white-holder-block {
    position: relative;
    border: 1px solid #B1B6BA;
    padding: 20px; }
    section#annual-reports div.ir-white-holder-block a {
      color: #606A74;
      font-size: 1.05em;
      font-weight: normal; }
    section#annual-reports div.ir-white-holder-block p {
      font-size: 0.6em;
      color: #606A74;
      margin: 0; }
  section#annual-reports a.open-well {
    display: block;
    padding: 7px 15px;
    background: #E30613;
    color: white;
    text-align: center;
    cursor: pointer; }
  section#annual-reports div#annual-reports-archive table {
    margin: 0 0 15px 0; }
    section#annual-reports div#annual-reports-archive table td {
      vertical-align: middle; }
    section#annual-reports div#annual-reports-archive table p {
      margin: 0; }
    section#annual-reports div#annual-reports-archive table a {
      float: right; }

section#presentations {
  padding: 30px; }
  section#presentations div.grey-band-latest {
    background: #F0F0F1;
    padding: 20px; }
    section#presentations div.grey-band-latest img {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
  section#presentations div.ir-white-holder-block {
    position: relative;
    border: 1px solid #B1B6BA;
    padding: 20px; }
    section#presentations div.ir-white-holder-block a {
      color: #606A74;
      font-size: 1.05em;
      font-weight: normal; }
    section#presentations div.ir-white-holder-block p {
      font-size: 0.6em;
      color: #606A74;
      margin: 0; }
  section#presentations a.open-well {
    display: block;
    padding: 7px 15px;
    background: #E30613;
    color: white;
    text-align: center;
    cursor: pointer; }
  section#presentations div#presentations-archive table {
    margin: 0 0 15px 0; }
    section#presentations div#presentations-archive table td {
      vertical-align: middle; }
    section#presentations div#presentations-archive table p {
      margin: 0; }
    section#presentations div#presentations-archive table a {
      float: right; }

section#share-price {
  padding: 30px; }
  section#share-price div.tab-content {
    padding: 15px 0; }
  section#share-price .nav-tabs-justified > li > a, section#share-price .nav-tabs.nav-justified > li > a {
    background: #707982;
    color: white;
    border-left: 1px solid white; }
  section#share-price .nav-tabs-justified > .active > a, section#share-price .nav-tabs-justified > .active > a:focus, section#share-price .nav-tabs-justified > .active > a:hover, section#share-price .nav-tabs.nav-justified > .active > a, section#share-price .nav-tabs.nav-justified > .active > a:focus, section#share-price .nav-tabs.nav-justified > .active > a:hover {
    background: #2B2171;
    color: white;
    border-color: #2B2171; }

section#sens {
  padding: 30px; }

section#where-we-operate {
  padding: 30px 0;
  width: 100%; }
  section#where-we-operate p {
    text-align: center;
    margin: 0; }
  section#where-we-operate div.map-holder {
    margin: 0;
    background: #E0E2E4;
    padding-bottom: 20px;
    position: relative; }
    section#where-we-operate div.map-holder div.map-ahead {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

section#who-we-are {
  padding: 30px 0 0 0;
  text-align: center; }
  section#who-we-are p {
    font-size: 1.05em;
    margin: 0;
    padding: 20px 0; }
  section#who-we-are blockquote .small, section#who-we-are blockquote footer, section#who-we-are blockquote small {
    position: relative;
    color: white; }
  section#who-we-are blockquote footer {
    background: #606A74;
    font-weight: 600; }
  section#who-we-are blockquote footer::before {
    content: ''; }
  section#who-we-are blockquote img {
    padding-top: 8px;
    text-align: left; }
  section#who-we-are blockquote p {
    padding: 0 18px;
    margin: 0 0 9px 0;
    color: white;
    font-weight: 600; }
  section#who-we-are div.quote-left {
    background-image: url("../images/about-us/quote-background.jpg"); }
  section#who-we-are div.who-we-are-reasons {
    background-image: url("../images/template/onelogix-who-we-are-background.jpg");
    padding: 50px 0;
    margin-top: 15px; }
    section#who-we-are div.who-we-are-reasons div.reasons-header {
      background: url("../images/template/who-we-are-banner-background.png"); }
      section#who-we-are div.who-we-are-reasons div.reasons-header h3 {
        font-size: 1.77em;
        color: white;
        text-align: center;
        margin: 0;
        padding: 30px 20px 140px 20px; }
    section#who-we-are div.who-we-are-reasons div.three-pl-four-pl {
      display: inline-block;
      margin: -110px auto 0 auto; }
      section#who-we-are div.who-we-are-reasons div.three-pl-four-pl div.pl-block {
        position: relative;
        z-index: 1200;
        width: 300px;
        margin: -44px auto 0 auto;
        background: #606A74;
        color: white;
        border-left: 1px solid #E30613;
        border-bottom: 1px solid #E30613;
        border-right: 1px solid #E30613;
        padding: 30px; }
        section#who-we-are div.who-we-are-reasons div.three-pl-four-pl div.pl-block p {
          padding: 0; }
  section#who-we-are div.executive {
    background: #D0D3D6; }
    section#who-we-are div.executive h3 {
      background: #E30613;
      padding: 10px 0;
      margin: 5px 0 0 0;
      color: white;
      font-weight: 700;
      font-size: 1.54em; }
    section#who-we-are div.executive div.flexbox {
      padding: 30px 0;
      margin-bottom: 30px;
      justify-content: space-evenly;
      margin-left: -3px; }
      section#who-we-are div.executive div.flexbox div.who-item {
        width: 16.66666%;
        margin-left: 3px; }
        section#who-we-are div.executive div.flexbox div.who-item div.icon {
          padding: 10px;
          background: #2B2171; }
        section#who-we-are div.executive div.flexbox div.who-item div.text {
          display: table;
          width: 100%;
          padding: 10px;
          background: white; }
          section#who-we-are div.executive div.flexbox div.who-item div.text p {
            display: table-cell;
            vertical-align: middle;
            margin: 0; }

section#transformation {
  padding: 30px 0; }
  section#transformation a {
    display: block;
    margin-bottom: 10px; }
  section#transformation table th {
    background: #707982;
    color: white; }
  section#transformation table td.left-heading {
    color: white;
    background: #818990; }

section#sherq div.intro-banner {
  background: #E8E9EB;
  padding: 30px 0;
  color: #818990;
  text-align: center; }
section#sherq .list-none {
  list-style: none; }
section#sherq h3 {
  display: block;
  padding: 20px;
  color: white;
  background: #E30613;
  text-align: center;
  margin: 30px 0 -5px 0; }
section#sherq div.sheq-blocks {
  flex-wrap: wrap;
  margin-left: -30px; }
  section#sherq div.sheq-blocks div.sheq-info-block {
    width: 33.33333%;
    padding-left: 30px;
    margin-bottom: 25px; }
    section#sherq div.sheq-blocks div.sheq-info-block h4 {
      margin: 0 0 12px 0;
      padding: 12px;
      background: #2B2171;
      color: white;
      font-weight: normal;
      font-size: 1.25em; }
    section#sherq div.sheq-blocks div.sheq-info-block ul li {
      padding-left: 15px;
      position: relative; }
      section#sherq div.sheq-blocks div.sheq-info-block ul li .fas {
        position: absolute;
        left: 0;
        top: 6px; }

section#contact-us h3 {
  background: #2B2171;
  padding: 20px;
  margin: 0;
  color: white;
  text-align: center; }
section#contact-us div.contact-intro-text {
  padding: 40px 0;
  font-size: 1.30em;
  text-align: center; }
  section#contact-us div.contact-intro-text p {
    margin: 0; }
section#contact-us div.flexbox {
  width: 100%;
  align-items: stretch; }
  section#contact-us div.flexbox div.contact-intro {
    width: 50%;
    padding: 20px;
    font-weight: 700;
    color: white; }
    section#contact-us div.flexbox div.contact-intro h4 {
      font-size: 1.54em;
      font-weight: 700;
      margin: 0 0 10px 0; }
    section#contact-us div.flexbox div.contact-intro a {
      display: block;
      color: white;
      margin: 0 0 9px 0; }
    section#contact-us div.flexbox div.contact-intro .red-phone {
      background: url("../images/template/phone-red.png") left center no-repeat;
      padding-left: 25px; }
    section#contact-us div.flexbox div.contact-intro .red-mobile {
      background: url("../images/template/mobile-red.png") left center no-repeat;
      padding-left: 25px; }
    section#contact-us div.flexbox div.contact-intro .red-email {
      background: url("../images/template/email-red.png") left center no-repeat;
      padding-left: 25px; }
	section#contact-us div.flexbox div.contact-intro .blue-phone {
      background: url("../images/template/phone-blue.png") left center no-repeat;
      padding-left: 25px; }
    section#contact-us div.flexbox div.contact-intro .blue-mobile {
      background: url("../images/template/mobile-blue.png") left center no-repeat;
      padding-left: 25px; }
    section#contact-us div.flexbox div.contact-intro .blue-email {
      background: url("../images/template/email-blue.png") left center no-repeat;
      padding-left: 25px; }

    section#contact-us div.flexbox div.contact-intro .phone {
      background: url("../images/template/grey-phone.jpg") left center no-repeat;
      padding-left: 25px; }
    section#contact-us div.flexbox div.contact-intro .mobile {
      background: url("../images/template/grey-mobile.jpg") left center no-repeat;
      padding-left: 25px; }
    section#contact-us div.flexbox div.contact-intro .email {
      background: url("../images/template/grey-email.jpg") left center no-repeat;
      padding-left: 25px; }
    section#contact-us div.flexbox div.contact-intro .fax {
      background: url("../images/template/grey-fax.jpg") left center no-repeat;
      padding-left: 25px; }
  section#contact-us div.flexbox div.call-centre {
    background: #E30613; }
  section#contact-us div.flexbox div.sales-inquires {
    background: #818990; }
  section#contact-us div.flexbox div.career-inquries {
    background: #2B2171; }
section#contact-us iframe {
  width: 100%;
  height: 400px;
  margin: 0 0 -7px 0; }
section#contact-us div.contact-blocks {
  padding: 25px 0 0 25px;
  flex-wrap: wrap; }
  section#contact-us div.contact-blocks div.contact-info-block {
    width: 33.33333%;
    padding-right: 25px;
    margin-bottom: 25px; }
    section#contact-us div.contact-blocks div.contact-info-block h4 {
      margin: 0;
      padding: 15px;
      background: #2B2171;
      color: white;
      font-weight: bold;
      font-size: 1.54em; }
  section#contact-us div.contact-blocks p.grey-name {
    background: #818990;
    color: white;
    margin: 0;
    padding: 12px; }
  section#contact-us div.contact-blocks p.grey-text {
    background: #B1B6BA;
    color: white;
    margin: 0;
    padding: 12px; }
  section#contact-us div.contact-blocks a.red-email {
    display: block;
    background: #E30613;
    color: white;
    margin: 0;
    padding: 12px; }

section#history {
  padding: 30px; }

/*----------Timeline -----------------------------------------------------------------------------------------------------------*/
.main-timeline {
  margin-top: 40px; }

.main-timeline .timeline {
  padding: 20px 50px;
  position: relative; }

.main-timeline .timeline:first-child {
  padding-top: 0; }

.main-timeline .timeline:last-child {
  padding-bottom: 0; }

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both; }

.main-timeline .timeline-icon {
  width: 40px;
  height: 40px;
  line-height: 4px;
  border-radius: 50%;
  background: #2B2171;
  box-sizing: border-box;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px transparent;
  text-align: center;
  margin: auto 0;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 0;
  left: -19px;
  bottom: 0;
  z-index: 120; }

.main-timeline .timeline:first-child .timeline-icon,
.main-timeline .timeline:last-child .timeline-icon {
  box-sizing: content-box;
  margin: 0;
  top: 0;
  left: -21px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #2B2171; }

.main-timeline .timeline:last-child .timeline-icon {
  top: auto;
  bottom: 0; }

.main-timeline .timeline:nth-child(2n) .timeline-icon {
  left: auto;
  right: -19px; }

.main-timeline .timeline:last-child:nth-child(2n) .timeline-icon {
  right: -21px; }

.main-timeline .timeline-content {
  width: 100%; }

.main-timeline .timeline:nth-child(2n) .timeline-content {
  float: right;
  text-align: right; }

.main-timeline .title {
  font-size: 17px;
  color: #E30613;
  margin: 8px 0 0 0;
  text-transform: uppercase; }

.main-timeline .description {
  color: #2B2171;
  line-height: 25px;
  padding: 5px 15px;
  margin: 0 0 5px 0;
  background: #f6f7f8; }

.main-timeline .border {
  width: 50%;
  border-top: 2px solid #2B2171;
  border-bottom: 2px solid #2B2171;
  border-left: 2px solid #2B2171;
  border-radius: 6px 0 0 6px;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  z-index: 1; }

.main-timeline .timeline:nth-child(2n) .border {
  border-left: none;
  border-right: 2px solid #2B2171;
  border-radius: 0 6px 6px 0;
  left: 50%; }

.main-timeline .timeline:first-child .border {
  border-top: none; }

.main-timeline .timeline:last-child .border {
  border-bottom: none; }

@media only screen and (max-width: 990px) {
  .main-timeline .timeline {
    padding: 40px 60px;
    margin: 0 0 0 35px; }

  .main-timeline .timeline:nth-child(2n) {
    margin: 0 35px 0 0; }

  .main-timeline .timeline-content {
    width: 100%; } }
section#press-release {
  padding: 30px 0; }
  section#press-release a {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 20px;
    white-space: normal; }

section#our-companies {
  padding: 30px 0; }
  section#our-companies div.flexbox {
    align-items: stretch; }
  section#our-companies div.companies {
    width: 25%; }
    section#our-companies div.companies div.panel-group {
      padding: 10px; }
    section#our-companies div.companies div.panel-heading {
      position: relative;
      clear: both; }
      section#our-companies div.companies div.panel-heading a {
        display: block;
        width: 100%;
        font-size: 0.8em;
        text-align: left;
        padding: 20px 50px 20px 0; }
        section#our-companies div.companies div.panel-heading a img {
          margin-right: 15px; }
      section#our-companies div.companies div.panel-heading .fa-caret-down {
        color: #D0D3D6; }
    section#our-companies div.companies div.panel-heading a span {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -15px;
      -webkit-transition: all, 0.3s;
      -ms-transition: all, 0.3s;
      transition: all, 0.3s;
      transform: rotate(180deg); }
    section#our-companies div.companies div.panel-heading a.collapsed span {
      transform: rotate(0deg); }
  section#our-companies div.abnormal {
    border-right: 2px solid white; }
    section#our-companies div.abnormal h3 {
      background: #2B2171;
      padding: 30px;
      text-align: center;
      color: white;
      margin: 0; }
  section#our-companies div.primary {
    border-right: 2px solid white; }
    section#our-companies div.primary h3 {
      background: #A4AE16;
      padding: 30px;
      text-align: center;
      color: white;
      margin: 0; }
  section#our-companies div.logistics {
    border-right: 2px solid white; }
    section#our-companies div.logistics h3 {
      background: #E30613;
      padding: 30px;
      text-align: center;
      color: white;
      margin: 0; }
  section#our-companies div.it {
    border-right: 2px solid white; }
    section#our-companies div.it h3 {
      background: #606A74;
      padding: 30px;
      text-align: center;
      color: white;
      margin: 0; }

section#purpose-vision-values {
  color: #818990;
  background-image: url("../images/template/code-of-conduct-background.jpg"); }
  section#purpose-vision-values div.purpose-vision {
    padding: 40px 0 0 0;
    color: white; }
    section#purpose-vision-values div.purpose-vision div.table-holder {
      background: url("../images/template/grey-transparency.png"); }
      section#purpose-vision-values div.purpose-vision div.table-holder h3, section#purpose-vision-values div.purpose-vision div.table-holder p {
        margin: 0; }
      section#purpose-vision-values div.purpose-vision div.table-holder p {
        font-size: 1.1em; }
    section#purpose-vision-values div.purpose-vision div.table-inner {
      padding: 30px;
      text-align: left; }
    section#purpose-vision-values div.purpose-vision div.purpose-left {
      background: #E30613;
      width: 25%;
      text-align: center; }
    section#purpose-vision-values div.purpose-vision div.vision-left {
      background: #2B2171;
      width: 25%;
      text-align: center; }
  section#purpose-vision-values div.values div.values-container {
    clear: both; }
    section#purpose-vision-values div.values div.values-container div.values-title {
      float: left;
      width: 25%;
      display: table;
      background: #707982; }
      section#purpose-vision-values div.values div.values-container div.values-title h3 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-weight: 700;
        color: white; }
    section#purpose-vision-values div.values div.values-container div.values-items {
      width: 75%;
      border-left: 2px solid white; }
      section#purpose-vision-values div.values div.values-container div.values-items div.table-inner {
        padding: 10px 20px;
        background: white;
        color: #818990;
        margin: 0;
        border-bottom: 1px solid #A1A7AD; }
        section#purpose-vision-values div.values div.values-container div.values-items div.table-inner p, section#purpose-vision-values div.values div.values-container div.values-items div.table-inner h4 {
          margin: 0;
          text-align: left; }
      section#purpose-vision-values div.values div.values-container div.values-items div.header {
        background: #818990;
        color: white; }
  section#purpose-vision-values div.code-of-conduct-banner {
    padding: 30px 0;
    color: #818990;
    text-align: left; }
    section#purpose-vision-values div.code-of-conduct-banner div.code-left {
      float: left;
      width: 25%;
      color: white;
      background: #B1B6BA;
      padding: 15px; }
      section#purpose-vision-values div.code-of-conduct-banner div.code-left h3 {
        text-align: left;
        font-size: 1.77em; }
      section#purpose-vision-values div.code-of-conduct-banner div.code-left p {
        text-align: left;
        font-size: 1.05em; }
    section#purpose-vision-values div.code-of-conduct-banner div.code-right {
      float: right;
      width: 75%;
      background: white;
      padding: 15px; }
  section#purpose-vision-values ul li {
    border-bottom: 1px solid #B1B6BA;
    line-height: 2;
    padding: 5px 0; }
    section#purpose-vision-values ul li:last-of-type {
      border: none; }

section#the-board {
  padding: 0 0 30px 0; }
  section#the-board h3 {
    padding: 10px 0;
    margin: 0 0 30px 0;
    color: white;
    font-weight: 700;
    font-size: 1.54em;
    text-align: center; }
  section#the-board .executive {
    background: #E30613; }
  section#the-board .non-executive {
    background: #2B2171; }
  section#the-board div.director-block img {
    border-bottom: 2px solid #E30613; }
  section#the-board div.director-block div.director-block-info {
    padding: 15px 15px 47px 15px;
    background: #E8E9EB;
    position: relative; }
    section#the-board div.director-block div.director-block-info a {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: 0 15px; }

/*----------Responsive hover effect and disable  ----------------------------------------------------------------------------------------
---*/
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }

  .dropdown:hover > .dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1; }

  .dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none; } }
/*----------Responsive 768 to 991px --------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 12px;
    padding-top: 10px;
    padding-bottom: 10px; }

  section#our-companies div.flexbox {
    flex-wrap: wrap; }
  section#our-companies div.companies {
    width: 50%; }
    section#our-companies div.companies div.panel-group {
      padding: 10px; }

  section#sherq h3 {
    margin: 30px 0 20px 0; } }
/*----------Responsive 0 to 768px ----------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  div[style] {
    height: auto !important; }

  body {
    overflow-x: hidden;
    padding: 73px 0 0 0; }

  p.covid-warning {
    display: none;
    left: -999em; }

  .navbar-toggle {
    margin: -2px 15px 0 0; }

  .navbar-fixed-top .navbar-collapse {
    max-height: 90vh; }

  nav#main-nav .navbar-right .dropdown-menu li a {
    padding: 7px 30px; }

  li.dropdown .open > .dropdown-menu {
    position: static; }

  .navbar-collapse.in {
    overflow-x: hidden;
    overflow-y: scroll; }

  nav#main-nav {
    margin-top: 0;
    padding: 20px 0; }
    nav#main-nav .navbar-right .mega-dropdown {
      position: relative !important; }
    nav#main-nav .navbar-right .mega-dropdown-menu {
      margin: 0;
      padding: 0; }
      nav#main-nav .navbar-right .mega-dropdown-menu .container {
        padding: 0; }
      nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel {
        margin: 0; }
        nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel a {
          height: auto; }
          nav#main-nav .navbar-right .mega-dropdown-menu div.mega-panel a img {
            display: none; }
    nav#main-nav a.nav-brand img {
      height: 31px; }

  nav#main-nav.shrink {
    padding: 20px 0;
    margin-top: 0px; }

  div.flexbox {
    display: block; }

  section#investor-centre div.reporting div.financials div.left {
    width: 100%; }

  section#investor-centre div.reporting div.financials div.right {
    margin-top: 15px;
    width: 100%; }

  section#investor-centre div.reporting div.financials div.right div.investor-button p {
    text-align: center;
    width: 100%; }
  section#investor-centre div.reporting div.financials div.right div.investor-button a {
    margin-top: 5px;
    float: none;
    display: block; }

  footer {
    position: relative;
    padding-bottom: 40px; }
    footer p {
      float: none; }

  .col-0-gutter {
    padding-left: 15px;
    padding-right: 15px; }

  .col-0-gutter-right {
    padding-right: 15px; }

  .col-0-gutter-left {
    padding-left: 15px; }

  section#who-we-are div.who-we-are-reasons div.three-pl-four-pl div.pl-block {
    z-index: 1199;
    margin: -6px auto 0 auto; }

  section#who-we-are div.executive div.flexbox div.who-item {
    width: 100%; }

  section#our-companies div.flexbox {
    flex-wrap: wrap; }
  section#our-companies div.companies {
    width: 100%; }

  section#purpose-vision-values div.table-row, section#purpose-vision-values div.table-inner, section#purpose-vision-values div.table-holder {
    display: block; }
  section#purpose-vision-values div.purpose-vision div.purpose-left {
    background: #E30613;
    width: 100%;
    text-align: center; }
  section#purpose-vision-values div.purpose-vision div.vision-left {
    background: #2B2171;
    width: 100%;
    text-align: center; }
  section#purpose-vision-values div.values div.values-container div.values-title {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0; }
    section#purpose-vision-values div.values div.values-container div.values-title h3 {
      margin: 0;
      padding: 7px;
      display: block;
      width: 100%;
      text-align: center; }
  section#purpose-vision-values div.values div.values-container div.values-items {
    width: 100%;
    border-left: none; }
    section#purpose-vision-values div.values div.values-container div.values-items div.table-inner {
      padding: 0; }
      section#purpose-vision-values div.values div.values-container div.values-items div.table-inner p, section#purpose-vision-values div.values div.values-container div.values-items div.table-inner h4 {
        padding: 7px; }
    section#purpose-vision-values div.values div.values-container div.values-items div.header {
      background: #818990;
      color: white; }
  section#purpose-vision-values div.code-of-conduct-banner div.code-left {
    float: none;
    width: 100%;
    color: white; }
  section#purpose-vision-values div.code-of-conduct-banner div.code-right {
    float: none;
    width: 100%; }

  div.about-banner {
    background-image: none; }

  section#sherq div.sheq-blocks {
    flex-wrap: wrap;
    margin-left: -30px; }
    section#sherq div.sheq-blocks div.sheq-info-block {
      width: 100%; }

  img.sidebar {
    padding-top: 30px;
    margin: 0 auto; }

  section#contact-us div.flexbox div.contact-intro {
    width: 100%;
    padding: 20px; }
  section#contact-us iframe {
    width: 100%;
    height: 200px;
    margin: 0 0 -7px 0; }
  section#contact-us div.contact-blocks {
    padding: 15px; }
    section#contact-us div.contact-blocks div.contact-info-block {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 15px; }

  section#top-banner {
    height: auto;
    min-height: 600px;
    margin: 0; }
    section#top-banner div.intro-heading {
      min-width: auto;
      padding: 20px; }
    section#top-banner div.intro-slider div.slide {
      width: 100%;
      height: inherit;
      min-height: 600px; }

  section#home-copy div.grey-band {
    padding: 20px 0;
    background: #EBECED;
    text-align: center; }
    section#home-copy div.grey-band h2 {
      margin-bottom: 20px; }
    section#home-copy div.grey-band div.flexbox {
      margin-left: 0;
      flex-wrap: wrap; }
      section#home-copy div.grey-band div.flexbox div.blue-block {
        margin-left: 0;
        width: 100%; }
      section#home-copy div.grey-band div.flexbox div.blue-block-long {
        margin-left: 0;
        width: 100%; }
	  section#home-copy div.grey-band div.flexbox div.blue-block1 {
        margin-left: 0;
        width: 100%; }

  section#home-contact-banner div.home-contact-block {
    display: block;
    width: 100%; } }
