:root {
  --midnight-blue: #00255c;
  --dark-orange: #f58426;
  --steel-blue: #0084c7;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--midnight-blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--midnight-blue);
  margin-bottom: 10px;
}

a {
  color: var(--midnight-blue);
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.blue-heading-2 {
  text-transform: uppercase;
  display: block;
}

.blue-paragraph.bold {
  font-weight: 700;
}

.blue-paragraph.bold.white.footer {
  color: #ffffffb3;
  text-align: center;
  margin-bottom: 20px;
}

.blue-paragraph.white {
  color: #fff;
  text-align: left;
}

.blue-paragraph.white.arabic {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.blue-paragraph.white.arabic.bold {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.blue-paragraph.salem, .blue-paragraph.centre {
  text-align: center;
}

.about-us-image {
  float: right;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.vm-image {
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
}

.blue-heading-3 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

.hse-section {
  margin-bottom: 30px;
  padding-top: 30px;
}

.hse-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1300px;
  display: flex;
}

.hse-image {
  border-radius: 3px;
  box-shadow: 3px 3px 7px #0000004d;
}

.security-section {
  background-color: #0084c7;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 10px 5px #0000004d;
}

.security-container {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.security-text-block {
  flex: 1;
  width: 50%;
}

.security-image {
  float: right;
  margin-left: 20px;
}

.text-block {
  color: #ffffff80;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shipyard-page-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Shipyard-Overview-copy.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.accordion-tab-button {
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-size: 18px;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: #0000;
}

.accordion-tab-button.trading {
  padding-right: 1135px;
}

.accordion-container {
  border-radius: 4px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-div {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-accordion-container {
  max-width: 1300px;
}

.read-more {
  color: #0084c7;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.read-more.orange {
  color: var(--dark-orange);
}

.accordion-pane-content {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-arrow {
  opacity: .8;
  width: 15px;
}

.hse-accordion-section, .shipyard-o-accordion-section {
  background-color: #fff;
}

.image-block-link {
  width: 150px;
  height: 210px;
  margin: 10px;
  text-decoration: none;
}

.media-name {
  color: #fff0;
  text-align: center;
  width: 150px;
  height: 210px;
  padding-top: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.media-name:hover {
  color: #fff;
}

.clolor-block {
  background-color: #00255c00;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
  transition: background-color .2s;
}

.clolor-block:hover {
  background-color: #00255cbf;
}

.media-news-image {
  background-image: url('../images/IMG_01-11-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  margin-bottom: 20px;
  display: flex;
}

.shipyard-operation-text {
  background-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ship-repair-section {
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.floating-dock-image {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 2px #0003;
}

.ship-rehabilitaion-section {
  margin-bottom: 50px;
}

.shipbuilding-section {
  padding-bottom: 0;
}

.shipbuilding-div {
  background-color: #ebebeb;
  padding-top: 0;
  padding-bottom: 20px;
}

.shipbuilding-list-container {
  margin-bottom: 20px;
}

.shipbuilding-slider-div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.shipbuilding-table {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shipbuilding-slider-conaiter {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.shipbuilding-slider {
  border-radius: 5px;
  height: 440px;
}

.shipbuilding-slide-1 {
  background-image: url('../images/Wara.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.shipbuilding-slide-1._2 {
  background-image: url('../images/Masharif-1.jpg');
}

.shipbuilding-slide-1._3 {
  background-image: url('../images/GDC-600.jpg');
  border-radius: 5px;
}

.shipbuilding-slide-1._4 {
  background-image: url('../images/Aluminium-Landing-Craft.jpg');
}

.right-arrow {
  text-shadow: 0 1px 6px #000;
  background-color: #0000;
  border-radius: 3px;
  font-size: 20px;
}

.left-arrow {
  text-shadow: 0 1px 5px #000;
  background-color: #0000;
  border-radius: 3px;
  font-size: 20px;
}

.diving-section {
  background-color: #ebebeb;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.diving-container {
  max-width: 1150px;
  padding-left: 27px;
  padding-right: 27px;
}

.diving-slider {
  border-radius: 5px;
  height: 530px;
}

.diving-slide-1 {
  background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diving-slide-1._2 {
  background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-2.jpg');
}

.diving-slide-1._3 {
  background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.diving-slide-1._4 {
  background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-4.jpg');
}

.right-arrow-2 {
  background-color: var(--steel-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  margin-bottom: 7px;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
}

.left-arrow-2 {
  background-color: var(--steel-blue);
  border-radius: 5px;
  width: 50px;
  height: 30px;
  margin-bottom: 7px;
  margin-left: 10px;
  font-size: 20px;
}

.diving-slider-container {
  max-width: 1200px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.afloat-section {
  background-image: linear-gradient(#0006, #0006), url('../images/AfloatPort-Repairs-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.manbower-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.manpower-container {
  max-width: 1200px;
  display: block;
}

.manpower-row {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.manpower-image {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.various-projects-section {
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.various-projects-cotainer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mask {
  border-radius: 10px;
  height: 410px;
}

.various-projects-slider {
  border-radius: 10px;
  height: 410px;
  margin-top: 20px;
  box-shadow: 1px 1px 22px #0000004d;
}

.slide-7, .mask-2 {
  border-radius: 5px;
}

.icon-2 {
  text-shadow: 1px 1px 6px #000;
}

.right-arrow-3, .left-arrow-3 {
  font-size: 30px;
}

.mask-3 {
  border-radius: 5px;
}

.oil-gas-const-oper-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.oil-gas-const-oper-container {
  max-width: 1300px;
  margin-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
}

.oil-gas-const-oper-slider {
  border-radius: 20px;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-arrow-4 {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-bottom-right-radius: 5px;
  width: 35px;
  height: 25px;
  margin-bottom: -30px;
  font-size: 15px;
}

.left-arrow-4 {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-bottom-left-radius: 5px;
  width: 35px;
  height: 25px;
  margin-bottom: -30px;
  font-size: 15px;
}

.mask-4 {
  border-radius: 8px;
}

.mechanical-oper-section {
  background-color: #ebebeb;
}

.right-arrow-5 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-bottom-right-radius: 5px;
  width: 35px;
  height: 25px;
  margin-bottom: -30px;
  font-size: 15px;
}

.left-arrow-5 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-bottom-left-radius: 5px;
  width: 35px;
  height: 25px;
  margin-bottom: -30px;
  font-size: 15px;
}

.dark-button {
  color: #fff;
  text-align: center;
  background-color: #00255c;
  border-radius: 5px;
  width: 100px;
  height: 25px;
  margin-top: 5px;
  padding: 2px 0 0;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  box-shadow: 0 1px 10px #0009;
}

.dark-button:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.dark-button.piplines, .dark-button.flowlines {
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dark-button.plants {
  position: absolute;
  inset: auto auto 0% 0%;
}

.piplines-slider, .flowlinesslider, .plants-slider {
  border-radius: 5px;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.civil-operations-section {
  background-color: var(--steel-blue);
  padding-top: 15px;
  padding-bottom: 40px;
}

.civil-operations-container {
  max-width: 1300px;
}

.civil-operations-slider {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 960px;
  height: 240px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-5-white {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-bottom-left-radius: 5px;
  width: 35px;
  height: 25px;
  margin-bottom: -30px;
  font-size: 15px;
}

.right-arrow-5-white {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-bottom-right-radius: 5px;
  width: 35px;
  height: 25px;
  margin-bottom: -30px;
  font-size: 15px;
}

.mask-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dark-button-2 {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  width: 100px;
  height: 25px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 0 0;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  display: block;
  box-shadow: 0 1px 10px #0009;
}

.dark-button-2:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.dark-button-2.electrical {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-top: 9px;
}

.dark-button-2.electrical:hover {
  background-color: var(--steel-blue);
}

.dark-button-2.civil {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-top: 9px;
}

.dark-button-2.civil:hover {
  background-color: var(--steel-blue);
}

.dark-button-2.indust {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.dark-button-2.indust:hover {
  background-color: var(--steel-blue);
}

.dark-button-2.tanks {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-top: 9px;
}

.dark-button-2.tanks:hover {
  background-color: var(--steel-blue);
}

.dark-button-2.fabrication-ex {
  background-color: var(--midnight-blue);
  color: var(--white);
  background-image: none;
}

.dark-button-2.fabrication-ex:hover {
  background-color: var(--steel-blue);
}

.electricaloperations-slider {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 960px;
  height: 240px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
}

.tanks-operations-slider {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 960px;
  height: 240px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.industrial-section {
  background-color: #ebebeb;
  padding-top: 20px;
  padding-bottom: 50px;
}

.industrial-container {
  max-width: 1300px;
}

.industrial-slider, .fabrication-slider {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 960px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.trading-slider {
  border-radius: 5px;
  width: 550px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brands-logos {
  display: block;
}

.scafolding-section {
  background-color: #ebebeb;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 30px;
}

.scafolding-container {
  max-width: 1300px;
}

.scafolding-slider {
  border-radius: 5px;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.oli-gas-oper-accordion-section {
  background-color: #fff;
  display: none;
}

.trading-accordion-section {
  background-color: var(--steel-blue);
  padding-bottom: 50px;
  display: block;
}

.trading-brands-main-accordion-div {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: row;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.brands-text-accordion-div {
  border-right: 3px solid var(--steel-blue);
  width: 85%;
  padding-left: 10px;
  padding-right: 20px;
}

.brands-logo-accordion-div {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-section {
  background-color: #ebebeb;
  padding-top: 15px;
  padding-bottom: 15px;
}

.news-container {
  background-color: #0000;
  padding: 10px;
}

.news-div {
  background-color: var(--steel-blue);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 5px;
}

.subsidiary-section {
  margin-top: 20px;
  margin-bottom: 30px;
}

.subsidiary-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.gd-logo {
  margin: 25px auto;
  display: block;
}

.contact-us-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.contact-us-container {
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.contact-div {
  background-color: #eee;
  border-radius: 5px;
  width: 270px;
  margin: 10px 20px;
  padding: 10px;
  box-shadow: 1px 1px 10px #0000004d;
}

.contact-div.head {
  width: 300px;
  height: auto;
  padding-bottom: 10px;
}

.contact-div.salem {
  width: 383px;
  padding-bottom: 10px;
}

.business-lines-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.og-lines-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.og-lines-container {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.og-contacts-div {
  background-color: #eee;
  border-radius: 5px;
  width: 293px;
  margin-top: 17px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px;
  box-shadow: 1px 1px 10px #0000004d;
}

.contacts-devider-div {
  background-color: var(--steel-blue);
  height: 10px;
}

.container-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  text-align: center;
}

.careers-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.careers-page-image {
  background-image: url('../images/Careers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
}

.careers-text {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.governance-section {
  background-color: #e4e4e4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.image-3 {
  margin-top: 15px;
  margin-bottom: 0;
}

.image-3.flowlines {
  margin-bottom: 283px;
}

.flowlines-ex-section, .electrical-ex-section, .civil-ex-section, .storage-tanks-ex-section {
  margin-top: 0;
  margin-bottom: 30px;
}

.indust-ex-section {
  margin-bottom: 20px;
}

.fabrication-ex-section {
  margin-top: 0;
  margin-bottom: 30px;
}

.qc-ex-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testing {
  background-image: url('../images/Testing--Calibration-Cover-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.ndt {
  background-image: url('../images/NDT-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.slide-1 {
  background-image: url('../images/Jalboot-L_1021.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/Jalboot-L_1022.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/Jalboot-L_1023.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-4 {
  background-image: url('../images/Jalboot-L_1024.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-5 {
  background-image: url('../images/Jalboot-L_1025.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-6 {
  background-image: url('../images/Jalboot-L_1026.jpg');
  background-position: 50%;
  background-size: cover;
}

.galvanizing-plant-slider {
  border-radius: 5px;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blue-heading-6 {
  color: #00255c;
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  display: block;
}

.blue-heading-6.arabic {
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-size: 24px;
}

.new-footer-div {
  display: block;
}

.bold-footer-link {
  color: #ffffff80;
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  transition: color .2s;
  display: block;
}

.bold-footer-link:hover, .bold-footer-link:visited {
  color: #fff;
}

.bold-footer-link.w--current {
  color: var(--white);
}

.bold-footer-link.main {
  text-align: left;
  padding-bottom: 20px;
}

.light-footer-link {
  color: #ffffff80;
  text-align: left;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 400;
  transition: color .2s;
  display: block;
}

.light-footer-link:hover, .light-footer-link:visited {
  color: #fff;
}

.light-footer-link._2 {
  padding-left: 10px;
}

.light-footer-link._3 {
  padding-left: 20px;
}

.light-footer-link.main {
  text-align: left;
  margin-top: -20px;
}

.qs-about-us-section {
  color: #0082be;
  background-color: #999;
  padding-top: 20px;
  padding-bottom: 20px;
}

.qs-about-us-container {
  max-width: 1200px;
}

.blue-heading-7 {
  color: #0092cc;
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  display: block;
}

.bold-text-2 {
  color: #eb9e46;
}

.qs-about-us-accordion-section {
  background-color: #fff;
  display: none;
}

.blue-paragraph-4 {
  color: #5d5a5a;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

.qs-media-section {
  background-color: #ebebeb;
  flex-flow: row;
  place-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.brochores-div-2 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.qs-media-container {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.image-block-link-2 {
  width: 150px;
  height: 210px;
  margin: 10px 40px;
  text-decoration: none;
  box-shadow: 1px 1px 3px 1px #0000004d;
}

.qs-our-clients-section {
  padding-bottom: 30px;
}

.our-clients-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 15px;
}

.clients-logo {
  box-shadow: 1px 1px 3px #0000004d;
}

.footer-section {
  background-image: url('../images/Footer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pages-footer-div {
  display: block;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: auto;
  display: grid;
}

.footer-acordion-section {
  background-image: url('../images/Footer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.footer-acordion-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: auto;
  display: grid;
}

.qs-services-section {
  background-color: var(--white);
}

.qs-services-container {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  padding-bottom: 30px;
  display: flex;
}

.qs-services-card {
  background-image: url('../images/Ultrasonic-test-For-Page.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 300px;
  height: 400px;
  margin: 25px 40px;
}

.qs-services-card.ndt {
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 5px 1px #0009;
}

.qs-services-card.heat-treatment {
  background-image: url('../images/Heat-treatment-activity-For-Page.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 5px 1px #0009;
}

.qs-services-card.third-party {
  background-image: url('../images/Welding-inspection-For-Page-.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 5px 1px #0009;
}

.qs-services-card.mechanical-testing {
  background-image: url('../images/Destructive-test-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 5px 1px #0009;
}

.qs-services-card.calibration-testing-copy {
  background-image: url('../images/Torque-Wrench-For-Page.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 5px 1px #0009;
}

.qs-cards-color {
  background-color: var(--steel-blue);
  opacity: 0;
  border-radius: 10px;
  flex-direction: column;
  height: 350px;
  padding: 15px 10px;
  transition: opacity .5s;
  display: flex;
}

.qs-cards-color:hover {
  opacity: .85;
}

.qs-cards-text {
  color: var(--white);
  margin-bottom: 52px;
}

.qs-cards-button {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  width: 60%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
}

.qs-cards-button:hover {
  color: var(--steel-blue);
  background-color: #ffffffb3;
  box-shadow: 1px 1px 10px #0000004d;
}

.ndt-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Ultrasonic-test.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.ndt-main-container {
  margin-bottom: 20px;
}

.services-rich-text h2, .services-rich-text strong {
  color: #0092cc;
}

.services-rich-text p {
  color: #616161;
}

.services-rich-text h3 {
  color: #0092cc;
  font-size: 20px;
}

.services-rich-text ol {
  color: #5a5a5a;
  list-style-type: disc;
}

.services-rich-text li {
  margin-bottom: 12px;
}

.ndt-container {
  max-width: 1200px;
}

.ndt-slide._7 {
  background-image: url('../images/Radiograhpy-testing-X-ray--Gamma-ray-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._11 {
  background-image: url('../images/Computed-Radiography.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._12 {
  background-image: url('../images/Digitization-of-radiography.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._10 {
  background-image: url('../images/Holiday-test.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._5 {
  background-image: url('../images/Radiography-testing-X-ray--Gamma-rays.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._8 {
  background-image: url('../images/Magnetic-particle-tesring-MT--MPI.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._13 {
  background-image: url('../images/Automated-ultrasonic-testing-.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._9 {
  background-image: url('../images/Liquid-penterant-testing--PT-DPT.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide._6 {
  background-image: url('../images/Radiography-testing-X-ray--Gamma-rays-copy.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide-2._3 {
  background-image: url('../images/Tank-inspection.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide-2._2 {
  background-image: url('../images/Ultrasonic-test.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide-2._1 {
  background-image: url('../images/Ultrasonic-thickness-gauging.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide-2._4 {
  background-image: url('../images/Radiography-testing-X-ray--Gamma-rays2.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide-2.third-1 {
  background-image: url('../images/Visual--dimensional-inspection-.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide-2.thrid-3 {
  background-image: url('../images/Welding-inspection-.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slide-2.third-2 {
  background-image: url('../images/Visual-and-dimensional-inspection-.jpg');
  background-position: 50%;
  background-size: cover;
}

.ndt-slider {
  border-radius: 5px;
  height: 530px;
  margin-top: 15px;
}

.heat-treatment-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Heat-treatment-activity-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mechanical-testing-content {
  padding-top: 0;
  padding-bottom: 20px;
}

.image-8 {
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heat-treatment-hero {
  margin-bottom: 20px;
}

.third-party-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Visual--dimensional-inspection-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.thaird-party-hero {
  padding-top: 0;
  padding-bottom: 20px;
}

.third-party-slider {
  border-radius: 5px;
  height: 530px;
  margin-top: 15px;
}

.mechnichal-testing-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/On-site-testing-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mechanical-slide-2 {
  background-image: url('../images/Destructive-test-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mechanical-slide-1 {
  background-image: url('../images/Destructive-test-0-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mechanical-slider {
  border-radius: 5px;
  height: 530px;
  margin-top: 15px;
}

.mechanical-slide-3 {
  background-image: url('../images/dimensional--mechanical-tools-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mechanical-slide-6 {
  background-image: url('../images/Destructive-test-lab-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mechanical-slide-4 {
  background-image: url('../images/On-site-testing-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mechanical-slide-5 {
  background-image: url('../images/Destructive-test-lab-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.calibration-content {
  padding-top: 10px;
  padding-bottom: 20px;
}

.calibration-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Torque-Wrench-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.calibration-testing-div {
  border-top: 2px solid #0092cc;
  border-left: 2px solid #0092cc;
  border-right: 2px solid #0092cc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 520px;
  padding: 5px 5px 5px 10px;
  overflow: scroll;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5px;
}

.services-paragraph {
  color: #5a5a5a;
}

.services-paragraph.grid {
  border: 1px solid var(--steel-blue);
  margin: 10px;
  padding: 10px;
  font-size: 14px;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

.heading-3.blue {
  color: #0092cc;
}

.calibration-lab-slide-3 {
  background-image: url('../images/Calibration-Lab---Mina-Abdallah-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.calibration-lab-slider {
  border-radius: 5px;
  height: 530px;
  margin-top: 15px;
}

.calibration-lab-slide-1 {
  background-image: url('../images/Torque-Wrench-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.calibration-lab-slide-5 {
  background-image: url('../images/Chemical-calbration-.jpg');
  background-position: 50%;
  background-size: cover;
}

.calibration-lab-slide-6 {
  background-image: url('../images/Electrical-calbration-.jpg');
  background-position: 50%;
  background-size: cover;
}

.calibration-lab-slide-4 {
  background-image: url('../images/Non-Destructive-Testing-Instruments-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.calibration-lab-slide-2 {
  background-image: url('../images/Temperature--Humidity-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.calibration-head {
  color: #0092cc;
  font-size: 18px;
}

.qs-services-devider {
  background-color: var(--white);
  width: 60%;
  height: 1px;
  margin: 30px auto;
}

.services-rich-text-div {
  border-top: 2px solid #0092cc;
  border-left: 2px solid #0092cc;
  border-right: 2px solid #0092cc;
  border-radius: 10px 10px 0 0;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: scroll;
}

.ndt-head-line {
  color: #0092cc;
  font-size: 32px;
}

.heading-5 {
  padding-left: 20px;
}

.bold-text-7 {
  font-size: 32px;
}

.qs-s-name {
  margin-top: -15px;
}

.qs-s-name-head {
  color: #0092cc;
  text-align: center;
  font-size: 20px;
}

.qs-projects-section {
  background-color: #ebebeb;
  flex-flow: row;
  place-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.qs-projects-container-2 {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  background-color: var(--white);
}

.qs-projects-head {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.qs-lines-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.qs-contact-container {
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.div-block-5 {
  background-color: var(--midnight-blue);
  height: 2px;
}

.main-logo-section {
  background-color: var(--white);
}

.main-logo-container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.navbar-2 {
  color: #0000;
  background-color: #12284c;
  justify-content: center;
  align-items: center;
}

.nav-link {
  border: 1px solid var(--midnight-blue);
  color: #adadad;
  text-transform: uppercase;
  transform-style: preserve-3d;
  padding-top: 10px;
  padding-bottom: 9px;
  font-weight: 400;
  transition: border-color .3s, color .3s;
}

.nav-link:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #12284c;
  border-left-color: #fff;
  border-right-color: #fff;
  font-weight: 400;
  transition: color .3s;
}

.slide-9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/4Q-2020-TSCK-Salmiya---Expansion-Program---Marine-Works---Gulf-Dredging-19-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1Q-2020-Tank-Unit---SGU-at-Azzour-26-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/4-Q-2016---Shipyard-Overview-123-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.left-arrow-6, .right-arrow-6, .slide-nav-4 {
  display: none;
}

.slide-12 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_01-11-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section-2 {
  height: 70vh;
}

.slide-8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1Q---2019-NDT-Facilities-65-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-13 {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_01-27-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-14 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1Q-2019-Galvanizing-Plant-17-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-15 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3Q-2019--Shipyard-Calm-Buoy-Project-Sep-24--73-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-16 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IQ-2019-Tank-CPF-ISS-at-Abdaly--33-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-17 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/4Q-2019--Shipyard-Calm-Bouy-Project-Nov-14-32-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Vessel-Loading--22-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/4Q-2020-Construction-of-New-Houses-in-South-Ahmadi-for-KOC---Gulf-Dredging-15-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.nav-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.about-us-grid {
  grid-template-columns: 1fr .75fr;
}

.about-us-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-us-container {
  max-width: 1300px;
}

.vessel-in-floating-dock {
  border-radius: 8px;
}

.v-m-section {
  background-color: var(--steel-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.v-m-div {
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 500px;
  height: 380px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px 21px;
  display: flex;
  box-shadow: 1px 1px 8px 1px #0000001c;
}

.hero-slider {
  height: 100%;
}

.logo-line-div {
  background-color: #0082ca;
  height: 3px;
}

.hero-slider-text {
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 10px #000;
  background-color: #0000;
  border-radius: 8px;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 10px;
  font-size: 20px;
}

.hse-slider {
  width: 800px;
  height: 600px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 8px 4px #00000070;
}

.scroll-mouse-link {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #00000026;
}

.mouse-icon {
  border: 2px solid #bbb;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.mouse-wheel-icon {
  background-color: #bbb;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

.icon-5 {
  font-size: 20px;
}

.hse-slider-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.shipyard-main-text-div {
  background-color: #00000061;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 20px;
  display: flex;
}

.main-headline {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #00000080;
  font-size: 70px;
}

.main-headline._2 {
  letter-spacing: 12px;
  font-size: 40px;
}

.shipyard-operation-text-container {
  max-width: 1300px;
}

.ship-repair-container {
  justify-content: space-between;
  max-width: 1300px;
  display: flex;
}

.ship-repair-text-div {
  width: 50%;
  padding-right: 50px;
}

.ship-repair-image-div {
  width: 50%;
}

.syncrolift-section {
  background-image: linear-gradient(#0006, #0006), url('../images/Syncrolift-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 400px;
  padding-right: 400px;
  display: flex;
}

.afloat-text-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2.white.center {
  color: var(--white);
  margin-top: 10px;
}

.h2.white {
  color: #fff;
}

.h3.center {
  text-align: center;
}

.h3.white {
  color: #fff;
}

.par.white.bold, .par.bold {
  font-weight: 700;
}

.par.center {
  text-align: center;
}

.par.light-blue {
  color: var(--steel-blue);
}

.par.light-blue.grid {
  border: 1px solid var(--steel-blue);
  text-align: center;
  border-radius: 3px;
  width: 120px;
  height: 55px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.par.white {
  color: #fff;
}

.list {
  padding-left: 20px;
}

.list.white {
  color: var(--white);
}

.list.floating-dock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.list-point.white {
  color: #fff;
}

.o-g-page-image {
  background-image: linear-gradient(#0006, #0006), url('../images/Oil--Gaz-Image.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.o-g-operation-text {
  background-color: #ebebeb;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.o-g-operation-text-container {
  max-width: 1300px;
}

.o-g-operations-text-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.o-g-operations-grid-div {
  margin-left: auto;
  margin-right: auto;
}

.mechanical-oper-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.o-g-text-div {
  position: relative;
}

.tab-link {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  transition: transform .3s;
  display: flex;
  transform: translate(0);
}

.tab-link:hover {
  transform: translate(0, 5px);
}

.tab-link.w--current {
  background-color: var(--white);
  color: var(--midnight-blue);
  height: auto;
  transform: translate(0, 5px);
  box-shadow: 0 0 8px #0006;
}

.mechanical-oper-cont {
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-menu {
  perspective: 10px;
  perspective-origin: 50% 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
  transform: perspective(10px);
}

.tab-pane-tab-1 {
  background-color: var(--white);
}

.mechanical-oper-div {
  border-radius: 0;
  padding: 20px 30px 50px;
}

.tabs-content {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 8px #0006;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  background-color: var(--white);
}

.text-block-2, .text-block-3, .text-block-4 {
  text-transform: uppercase;
}

.tab-pane-tab-1-2 {
  background-color: var(--white);
  padding: 1px 20px 20px;
}

.tab-pane-tab-2-2 {
  margin-bottom: 0;
  padding: 0 20px 20px;
}

.tab-pane-tab-3-2 {
  padding: 0 20px 20px;
}

.image-10 {
  display: block;
}

.scafolding-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
  display: flex;
}

.scafolding-slider-div {
  margin-left: 20px;
}

.galvanizing-div {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
  display: flex;
}

.galvanizing-slider-div {
  margin-left: 20px;
}

.h1.white {
  color: var(--white);
}

.qs-page-image {
  background-image: linear-gradient(#0006, #0006), url('../images/QS-Home-Image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.qs-strength-section {
  background-image: linear-gradient(#0006, #0006), url('../images/HEISCO-024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.qs-about-us-text-div {
  text-align: left;
  background-color: #0006;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.qs-our-strength-text-div {
  background-color: #0006;
  padding: 20px;
}

.qs-about-us-text-cont {
  max-width: 1300px;
}

.grid-13 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
}

.container-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.arabic-button {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.arabic-button.num {
  margin-top: 5px;
}

.management-devider {
  background-color: var(--white);
  width: 90%;
  height: 1px;
  margin-bottom: 10px;
}

.body-2 {
  background-color: #ececec;
}

.image-11 {
  display: none;
}

.shipyard-certificates-slider {
  background-color: #00255c;
  border-radius: 5px;
  width: 588px;
  height: 831px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 25px #0000004d;
}

.shipyard-ceritifecates-section, .oil-gas-ceritifecates-section {
  height: 1000px;
}

.oil-gas-certificates-slider {
  background-color: #00255c;
  border-radius: 5px;
  width: 553px;
  height: 781px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 25px #0000004d;
}

.qs-certificates-slider {
  background-color: #00255c;
  border-radius: 5px;
  width: 588px;
  height: 831px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 25px #0000004d;
}

.qs-ceritifecates-section {
  margin-bottom: 20px;
}

.accordion-pane-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.accordion-item-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.boursa-link {
  text-align: center;
  border-radius: 5px;
  width: 25%;
  height: 40px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 18px;
  transition: background-color .2s;
}

.boursa-link:hover {
  background-color: #00255c;
}

.accordion-pane-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.accordion-tab-button-2 {
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-size: 18px;
  display: flex;
}

.accordion-tab-button-2:hover {
  background-color: #0000;
}

.accordion-div-2 {
  border-bottom: 1px solid var(--steel-blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.disclosure-accordion-section {
  background-color: #ebebeb;
  justify-content: center;
}

.accordion-arrow-2 {
  opacity: .8;
  width: 20px;
  margin-top: 6px;
  margin-right: 30px;
  font-size: 18px;
}

.disclosure-link {
  text-align: right;
  background-color: #3898ec;
  border-radius: 5px;
  width: 75%;
  height: 40px;
  font-size: 18px;
  transition: background-color .2s;
}

.disclosure-link:hover {
  background-color: #00255c;
}

.accordion-container-2 {
  border-radius: 4px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.discosure-text {
  text-align: right;
  font-size: 18px;
}

.main-accordion-container-2 {
  background-color: #fff;
  justify-content: center;
  max-width: 1300px;
  display: flex;
}

.disclosure-head-div {
  background-color: #00255c;
  background-image: linear-gradient(#00255c, #0084c7);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  padding-bottom: 11px;
  display: flex;
  box-shadow: 1px 1px 5px #00000080;
}

.disclosures-accordion-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.disclosures-accordion-div._23 {
  margin-top: 19px;
}

.disclosures-accordion-main-div {
  border-radius: 8px;
  width: 900px;
  padding-top: 5px;
}

.paragraph {
  color: #fff;
}

.sh-oper-accordion-section {
  background-color: #fff;
}

.read-more-2 {
  color: #0084c7;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.ship-repair-accordion-section, .diving-ser-accordion-section {
  background-color: #fff;
}

.ann-a-20 {
  background-image: url('../images/2020---Cover-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.fabrication {
  background-image: url('../images/HEISCO---Oil--Gas-Fabrication-Brochure-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.ann-e-20 {
  background-image: url('../images/2020---Cover-E-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.media-heading {
  color: #0084c7;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  display: block;
}

.media-section {
  flex-flow: row;
  place-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.industrial {
  background-image: url('../images/Industrial-Maintenance-Operation-Brochure-Cover-Outer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.persian {
  background-image: url('../images/Persian-Flyer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.brochores-div {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 350px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.media-container {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.ann-a-21 {
  background-image: url('../images/2021---Cover-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.media-heading-block {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shipyard {
  background-image: url('../images/Shipyard-Brochure-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.galvanizing {
  background-image: url('../images/Galvanizing-Plant-Flyer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.ann-e-21 {
  background-image: url('../images/2021---Cover-E.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.oil-gas {
  background-image: url('../images/HEISCO---Oil--Gas-Brochure-Cover-Outer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.an-report-div {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 350px;
  margin-top: 30px;
  margin-left: 10px;
  display: flex;
}

.blue-heading-4 {
  color: #00255c;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
}

.board-name {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}

.accordion-div-3 {
  background-color: #0000;
  border-bottom: 1px solid #0084c7;
  justify-content: center;
  align-items: center;
}

.arabic-link {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 18px;
  transition: all .2s;
}

.arabic-link:hover {
  background-color: #a65b2b;
}

.english-link {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
  transition: all .2s;
}

.english-link:hover {
  background-color: #a65b2b;
}

.disclosures-accordion-main-div-2 {
  border-radius: 8px;
  width: 900px;
}

.arabic-23 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 49%;
  margin: 5px;
  padding: 10px;
  display: flex;
}

.accordion-container-3 {
  border-radius: 4px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

.accordion-pane-content-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.disclosures-23 {
  border-bottom: 2px dashed #3898ec;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.arabic-dis {
  color: #fff;
  text-align: center;
  background-color: #3898ec;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .2s;
}

.arabic-dis:hover {
  background-color: #00255c;
}

.english-dis {
  text-align: center;
  background-color: #3898ec;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 16px;
  transition: all .2s;
}

.english-dis:hover {
  background-color: #00255c;
}

.vertical-devider {
  background-color: var(--dark-orange);
  width: 1px;
  height: 110px;
}

.english-23 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 49%;
  margin: 5px;
  padding: 10px;
  display: flex;
}

.ann-e-22 {
  background-image: url('../images/2022-Cover-E.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.ann-a-22 {
  background-image: url('../images/2022-Cover-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.qa-contacts {
  margin-top: 15px;
  display: flex;
}

.ann-english-23 {
  background-image: url('../images/2023---English-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.ann-arabic-23 {
  background-image: url('../images/2023---Arabic-Cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.pop-up-background {
  z-index: 1000;
  background-color: #12274ccc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

._50-years-logo-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #12274cb3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._50-years-logo {
  opacity: 1;
  border-radius: 20px;
}

.golden-close {
  object-fit: fill;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.governance-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.board-of-directors-div {
  border: 1px none var(--white);
  background-color: var(--steel-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 85px;
  margin: 60px auto;
  padding-top: 10px;
  display: block;
  box-shadow: 1px 1px 3px #0003;
}

.members-div {
  border: 1px solid var(--white);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 145px;
  margin-bottom: 15px;
  display: flex;
  box-shadow: 1px 1px 3px #0003;
}

.material-information-div {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 10px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.material-information-div:hover {
  border: 1px solid var(--white);
  background-color: #fff3;
}

.envisters-div {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #fff3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 120px;
  margin-bottom: 30px;
  display: flex;
}

.bod {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.members {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.div-block-7 {
  background-color: #00255d;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 1px;
}

.members-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.members-text._2 {
  margin-top: -5px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 13px;
  display: flex;
}

.div-block-8 {
  background-color: #00255d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
}

.gover-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.gover-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

.dis-link {
  background-color: #00255d;
  border-radius: 8px;
  width: 400px;
  margin-bottom: 35px;
  transition: background-color .2s cubic-bezier(1, -.052, 0, 1.048);
}

.dis-link:hover {
  background-color: #0084c7;
}

.heading-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
}

.bold-text-8 {
  color: var(--white);
}

.heading-7 {
  color: var(--white);
  text-align: center;
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 20px;
}

.slide-18, .slide-19, .slide-20, .slide-21, .slide-22, .slide-23, .slide-24, .slide-25 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-26 {
  background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.disclosures-25 {
  border-bottom: 2px dashed #3898ec;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.english-25, .arabic-25 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 49%;
  margin: 5px;
  padding: 10px;
  display: flex;
}

.ann-english-24 {
  background-image: url('../images/Cover-2024---E.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

.ann-arabic-24 {
  background-image: url('../images/Cover-2024---A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .blue-heading-2 {
    margin-top: 20px;
    font-size: 30px;
  }

  .blue-paragraph {
    margin-bottom: 5px;
    display: block;
  }

  .blue-paragraph.bold.white.footer {
    color: #ffffffb3;
    margin-bottom: 15px;
  }

  .about-us-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .vm-image {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hse-columns {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hse-image-columns {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hse-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 58px;
    padding-right: 58px;
    display: flex;
  }

  .security-section {
    margin-top: 0;
    padding-top: 20px;
  }

  .security-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .security-text-block {
    width: 80%;
    margin-top: 19px;
  }

  .security-image {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block {
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .shipyard-page-image {
    background-position: 0 100%;
    height: 300px;
  }

  .accordion-tab-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-tab-button.trading {
    padding-right: 20px;
  }

  .accordion-container {
    width: auto;
    margin-top: 0;
  }

  .accordion-div {
    background-color: #0000;
  }

  .main-accordion-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .read-more.orange {
    color: #f58426;
  }

  .accordion-pane-content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hse-accordion-section {
    margin-top: 0;
    padding-top: 21px;
  }

  .hse-columns-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .media-news-image {
    background-position: 50% 100%;
    background-attachment: scroll;
    height: 400px;
  }

  .ship-repair-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ship-rehabilitaion-section {
    margin-bottom: 20px;
  }

  .ship-rehabilitaion-container {
    max-width: 90%;
  }

  .shipbuilding-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .shipbuilding-text-container, .shipbuilding-list-container {
    max-width: 90%;
  }

  .shipbuilding-slider-div {
    padding-top: 0;
  }

  .shipbuilding-slider {
    height: 330px;
  }

  .slide-nav-2 {
    height: 35px;
  }

  .diving-slider {
    height: 418px;
  }

  .diving-slider-container {
    margin-top: -15px;
  }

  .afloat-section {
    height: 500px;
  }

  .manbower-section {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .manpower-container {
    max-width: 90%;
  }

  .manpower-row {
    display: block;
  }

  .manpower-image {
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .various-projects-section {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mask, .various-projects-slider {
    height: 320px;
  }

  .oil-gas-const-oper-section {
    padding: 20px 30px 50px;
  }

  .oil-gas-const-oper-slider {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mechanical-oper-section {
    margin-bottom: 0;
  }

  .dark-button.piplines {
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: auto 0% 2%;
  }

  .dark-button.flowlines {
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: auto 0 2%;
  }

  .dark-button.plants {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: auto 0% 2%;
  }

  .piplines-slider {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flowlinesslider {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .plants-slider {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .civil-operations-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .civil-operations-slider {
    width: 690px;
    height: 172px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .electricaloperations-slider {
    width: 690px;
    height: 172px;
    margin-top: 10px;
  }

  .tanks-operations-slider {
    width: 690px;
    height: 172px;
    margin-top: 0;
  }

  .industrial-section {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .industrial-slider {
    width: 690px;
    height: 172px;
  }

  .fabrication-slider {
    width: 690px;
    height: 172px;
    margin-top: 0;
  }

  .trading-slider, .brands-logos {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .scafolding-section {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scafolding-slider {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .oli-gas-oper-accordion-section {
    background-color: #ebebeb;
    padding-top: 15px;
    display: block;
  }

  .trading-accordion-section {
    background-color: var(--steel-blue);
    padding-bottom: 50px;
    display: block;
  }

  .trading-brands-main-accordion-div {
    background-color: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .brands-text-accordion-div {
    border-right: 3px solid var(--steel-blue);
    width: 530px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-right: 10px;
    display: block;
  }

  .brands-logo-accordion-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .accordion-all-brands-div {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .subsidiary-section {
    margin-top: 10px;
  }

  .subsidiary-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-us-section {
    padding-left: 49px;
    padding-right: 49px;
  }

  .og-contacts-div {
    margin-bottom: 20px;
  }

  .container-2 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .container-3 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .careers-page-image {
    height: 260px;
  }

  .governance-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .flowlines-ex-section, .electrical-ex-section, .civil-ex-section, .storage-tanks-ex-section, .fabrication-ex-section {
    margin-top: 20px;
  }

  .galvanizing-plant-slider {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text {
    display: inline;
  }

  .blue-heading-6 {
    margin-top: 20px;
    font-size: 30px;
  }

  .bold-footer-link.main, .light-footer-link.main {
    text-align: left;
  }

  .qs-about-us-section {
    margin-bottom: 34px;
  }

  .blue-heading-7 {
    margin-top: 20px;
    font-size: 30px;
  }

  .qs-about-us-accordion-section {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .blue-paragraph-4 {
    margin-bottom: 5px;
    display: block;
  }

  .qs-media-section {
    padding-top: 20px;
  }

  .qs-our-clients-section {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-section {
    flex-direction: column;
    display: none;
  }

  .footer-div {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: 34px auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    width: 90%;
    height: auto;
    display: grid;
  }

  .footer-acordion-section {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-acordion-div {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: 34px auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    width: 90%;
    height: auto;
    display: grid;
  }

  .qs-services-section {
    margin-top: 15px;
  }

  .qs-services-container {
    max-width: none;
  }

  .qs-services-card.ndt, .qs-services-card.heat-treatment, .qs-services-card.third-party, .qs-services-card.mechanical-testing, .qs-services-card.calibration-testing-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ndt-overlay {
    height: 40vh;
  }

  .ndt-container {
    max-width: 90%;
  }

  .ndt-slider {
    height: 418px;
  }

  .heat-treatment-overlay, .third-party-overlay {
    height: 40vh;
  }

  .third-party-slider {
    height: 418px;
  }

  .mechnichal-testing-hero {
    height: 50vh;
  }

  .mechanical-slider {
    height: 418px;
  }

  .calibration-overlay {
    height: 50vh;
  }

  .calibration-testing-div {
    height: 460px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .calibration-lab-slider {
    height: 418px;
  }

  .qs-services-devider {
    width: 80%;
  }

  .bold-text-7 {
    font-size: 30px;
  }

  .qs-projects-section {
    padding-top: 15px;
  }

  .qs-projects-head {
    margin-bottom: 0;
  }

  .main-logo-container {
    padding: 20px;
  }

  .navbar-2 {
    border-bottom: 1px solid #fff;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: flex-end;
  }

  .nav-link {
    background-color: #12284c;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
    font-size: 18px;
    display: flex;
  }

  .menu-button-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button-2.w--open {
    background-color: #12284c;
  }

  .icon-4 {
    color: #fff;
    font-size: 50px;
  }

  .hero-section-2 {
    height: 500px;
  }

  .nav-container {
    border: 1px #fff;
    border-bottom-style: solid;
  }

  .about-us-grid {
    grid-template-rows: auto auto auto;
  }

  .about-us-section {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .v-m-section {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .v-m-div {
    width: auto;
    height: auto;
    margin-bottom: 40px;
  }

  .hero-slider-text {
    font-size: 16px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .shipyard-main-text-div {
    padding: 10px;
  }

  .main-headline {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .main-headline._2 {
    letter-spacing: 8px;
    font-size: 30px;
  }

  .syncrolift-section {
    height: 500px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .h2 {
    margin-top: 0;
  }

  .h3.white {
    color: #fff;
  }

  .list.floating-dock-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-point.white {
    color: #fff;
  }

  .o-g-page-image {
    background-position: 0 100%;
    height: 300px;
  }

  .o-g-operations-text-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .mechanical-oper-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .o-g-text-div {
    position: static;
  }

  .tab-link {
    margin-bottom: 10px;
    margin-left: 14px;
    margin-right: 10px;
  }

  .mechanical-oper-cont {
    max-width: none;
    padding-top: 15px;
  }

  .tabs-menu {
    margin-bottom: -5px;
  }

  .mechanical-oper-div {
    padding-top: 0;
  }

  .scafolding-div {
    flex-direction: column;
  }

  .scafolding-slider-div {
    margin-top: 5px;
  }

  .galvanizing-div {
    flex-direction: column;
  }

  .qs-page-image {
    background-position: 0 100%;
    height: 300px;
  }

  .qs-strength-section {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .qs-about-us-text-div, .qs-our-strength-text-div {
    padding: 5px;
  }

  .grid-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-11 {
    display: none;
  }

  .shipyard-ceritifecates-section, .oil-gas-ceritifecates-section {
    height: 980px;
  }

  .qs-ceritifecates-section {
    padding-top: 15px;
  }

  .boursa-link {
    height: 60px;
    padding-top: 6px;
    line-height: 24px;
  }

  .accordion-div-2 {
    background-color: #fff;
  }

  .disclosure-link {
    height: 60px;
    padding-top: 6px;
    line-height: 24px;
  }

  .disclosures-accordion-main-div {
    width: 700px;
  }

  .sh-oper-accordion-section {
    margin-top: 0;
    padding-top: 21px;
  }

  .read-more-2 {
    color: #f58426;
  }

  .ship-repair-accordion-section {
    background-color: #0084c7;
    margin-top: 0;
    padding-top: 21px;
  }

  .slide-5 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-4.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-2 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .diving-ser-accordion-section {
    margin-top: 0;
    padding-top: 21px;
  }

  .div-block {
    width: auto;
  }

  .media-container {
    justify-content: center;
    align-items: center;
  }

  .media-heading-block.annual {
    margin-top: 40px;
  }

  .blue-heading-4 {
    margin-top: 0;
  }

  .accordion-div-3 {
    background-color: #fff;
  }

  .arabic-link, .english-link {
    padding-top: 6px;
    line-height: 24px;
  }

  .disclosures-accordion-main-div-2 {
    width: 700px;
  }

  .disclosures-23 {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .arabic-dis {
    padding-top: 6px;
    line-height: 24px;
  }

  .english-dis {
    padding-top: 6px;
  }

  ._50-years-logo-div {
    border-radius: 15px;
    width: 400px;
  }

  ._50-years-logo {
    border-radius: 15px;
  }

  .golden-close {
    width: 20px;
    height: 20px;
  }

  .members-div {
    grid-template-columns: 1fr 1fr;
  }

  .members {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .gover-block {
    flex-direction: column;
  }

  .slide-29 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-30 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-31 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-6.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-32 {
    background-image: url('../images/OFFSHORE-AND-DIVING-SERVICES-7.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .disclosures-25 {
    margin-top: 5px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .blue-heading-2 {
    clear: right;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: block;
  }

  .about-us-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hse-image-columns {
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hse-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hse-image {
    width: 200px;
    margin-bottom: 10px;
  }

  .security-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .security-text-block {
    width: 93%;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .shipyard-page-image {
    background-position: 0 100%;
    height: 300px;
  }

  .main-accordion-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .media-news-image {
    background-position: 50% 100%;
    height: 320px;
  }

  .shipyard-operation-text, .ship-repair-section, .ship-rehabilitaion-section, .shipbuilding-text-container, .shipbuilding-list-container, .shipbuilding-slider-div, .shipbuilding-slider-conaiter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shipbuilding-slider {
    height: 250px;
  }

  .right-arrow, .left-arrow {
    width: 50px;
  }

  .slide-nav-2 {
    height: 30px;
    font-size: 12px;
  }

  .diving-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .diving-slider {
    height: 330px;
  }

  .right-arrow-2 {
    width: 50px;
    height: 20px;
    margin-top: 176px;
    margin-right: 7px;
    font-size: 15px;
  }

  .left-arrow-2 {
    width: 50px;
    height: 20px;
    margin-top: 176px;
    font-size: 15px;
  }

  .diving-slider-container {
    margin-top: -15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .afloat-section {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .manbower-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask {
    width: 450px;
    height: 200px;
  }

  .various-projects-slider {
    width: 450px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 50px;
    font-size: 20px;
  }

  .oil-gas-const-oper-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .oil-gas-const-oper-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mechanical-oper-section, .civil-operations-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .civil-operations-slider, .electricaloperations-slider, .tanks-operations-slider {
    width: 440px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .industrial-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .industrial-slider, .fabrication-slider {
    width: 440px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .trading-slider {
    width: 470px;
    height: 299px;
  }

  .scafolding-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trading-accordion-section {
    box-shadow: none;
    margin-bottom: 15px;
  }

  .trading-brands-main-accordion-div {
    flex-wrap: wrap-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brands-text-accordion-div {
    border-top: 3px solid var(--steel-blue);
    border-right-style: none;
  }

  .brands-logo-accordion-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .news-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subsidiary-section {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subsidiary-container {
    padding-left: 0;
    padding-right: 0;
  }

  .gd-logo {
    margin-top: 10px;
  }

  .contact-us-container {
    padding-left: 58px;
    padding-right: 58px;
  }

  .contact-div {
    margin-bottom: 20px;
  }

  .og-lines-container {
    padding-left: 58px;
    padding-right: 58px;
  }

  .og-contacts-div {
    margin-bottom: 10px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .flowlines-ex-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .electrical-ex-section {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .civil-ex-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .storage-tanks-ex-section {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .indust-ex-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fabrication-ex-section {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .qc-ex-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blue-heading-6 {
    clear: right;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: block;
  }

  .qs-about-us-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .blue-heading-7 {
    clear: right;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: block;
  }

  .qs-about-us-accordion-section {
    padding-top: 0;
  }

  .qs-media-section {
    flex-direction: column;
    align-items: center;
  }

  .brochores-div-2 {
    margin-bottom: 30px;
  }

  .our-clients-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-div {
    grid-template-rows: 34px auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-acordion-section {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-acordion-div {
    grid-template-rows: 34px auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ndt-overlay {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ultrasonic-test.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    height: 30vh;
    padding: 40px 20px;
  }

  .services-rich-text ol {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .ndt-slider {
    height: 330px;
  }

  .heat-treatment-overlay {
    height: 30vh;
    padding: 40px 20px;
  }

  .mechanical-testing-content {
    padding: 0 20px 20px;
  }

  .heat-treatment-hero {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .third-party-overlay {
    height: 30vh;
    padding: 40px 20px;
  }

  .thaird-party-hero {
    padding: 0 20px 20px;
  }

  .third-party-slider {
    height: 330px;
  }

  .mechnichal-testing-hero {
    height: 30vh;
    padding: 40px 20px;
  }

  .mechanical-slider {
    height: 330px;
  }

  .calibration-content {
    padding: 0 10px;
  }

  .calibration-overlay {
    height: 30vh;
    padding: 40px 20px;
  }

  .calibration-testing-div {
    height: 560px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-auto-flow: row;
  }

  .heading-3 {
    font-size: 18px;
  }

  .calibration-lab-slider {
    height: 330px;
  }

  .qs-services-devider {
    width: 100%;
  }

  .services-rich-text-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ndt-head-line {
    font-size: 28px;
  }

  .heading-5 {
    padding-left: 10px;
  }

  .bold-text-7 {
    font-size: 25px;
  }

  .qs-projects-section {
    flex-direction: column;
    align-items: center;
  }

  .qs-projects-head {
    width: 500px;
  }

  .qs-contact-container {
    padding-left: 58px;
    padding-right: 58px;
  }

  .main-logo-section {
    text-align: center;
  }

  .main-logo-container {
    padding: 15px;
  }

  .nav-link {
    font-size: 16px;
  }

  .menu-button-2 {
    background-color: #12284c;
  }

  .icon-4 {
    font-size: 40px;
  }

  .hero-section-2 {
    height: 350px;
  }

  .v-m-section {
    padding-top: 20px;
  }

  .v-m-div {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .hero-slider-text {
    font-size: 14px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .shipyard-main-text-div {
    margin: 0;
  }

  .main-headline {
    margin-top: -10px;
    font-size: 30px;
    line-height: 35px;
  }

  .main-headline._2 {
    letter-spacing: 5px;
    font-size: 20px;
  }

  .syncrolift-section {
    height: 400px;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .par.light-blue.grid {
    width: 120px;
    height: 55px;
  }

  .o-g-page-image {
    background-position: 0 100%;
    height: 300px;
  }

  .o-g-operation-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .o-g-operations-text-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .tab-link {
    width: 400px;
    margin-top: 0;
    margin-bottom: 10px;
    transition: transform .3s;
    transform: translate(0);
  }

  .tab-link:hover {
    transform: none;
  }

  .tab-link.w--current {
    width: 400px;
    transform: none;
  }

  .mechanical-oper-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .h1.white {
    font-size: 30px;
  }

  .qs-page-image {
    background-position: 0 100%;
    height: 300px;
  }

  .qs-strength-section {
    height: 600px;
  }

  .qs-about-us-text-div, .qs-our-strength-text-div {
    padding: 5px;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .arabic-button {
    font-size: 18px;
  }

  .container-5 {
    margin-bottom: 20px;
  }

  .image-11 {
    width: 200px;
    display: inline-block;
  }

  .shipyard-certificates-slider {
    width: 450px;
    height: 636px;
  }

  .shipyard-ceritifecates-section, .oil-gas-ceritifecates-section {
    height: 760px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .oil-gas-certificates-slider, .qs-certificates-slider {
    width: 450px;
    height: 636px;
  }

  .qs-ceritifecates-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boursa-link {
    text-align: center;
    width: 70%;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .accordion-pane-content-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .accordion-tab-button-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .disclosure-link {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .disclosures-accordion-div {
    flex-direction: column-reverse;
  }

  .disclosures-accordion-main-div {
    width: 530px;
  }

  .link-block-2 {
    display: none;
  }

  .media-section {
    flex-direction: column;
    align-items: center;
  }

  .div-block {
    width: 500px;
  }

  .brochores-div {
    margin-bottom: 30px;
  }

  .media-heading-block.annual {
    margin-top: 20px;
  }

  .blue-heading-4 {
    clear: right;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .board-name {
    font-size: 18px;
  }

  .arabic-link {
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .english-link {
    text-align: center;
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
  }

  .disclosures-accordion-main-div-2 {
    width: 530px;
  }

  .accordion-pane-content-3 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .arabic-dis {
    padding-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .english-dis {
    padding-top: 6px;
    font-size: 14px;
  }

  .qa-contacts {
    display: block;
  }

  ._50-years-logo-div {
    border-radius: 10px;
    width: 300px;
  }

  ._50-years-logo {
    border-radius: 10px;
  }

  .golden-close {
    width: 15px;
    height: 15px;
  }

  .members-div {
    font-size: 14px;
  }

  .material-information-div {
    width: 300px;
    height: 86px;
  }

  .envisters-div {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .members-text {
    font-size: 14px;
  }

  .members-text._2 {
    font-size: 11px;
  }

  .gover-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .blue-heading-2 {
    font-size: 20px;
    line-height: 23px;
  }

  .blue-paragraph {
    font-size: 14px;
  }

  .blue-paragraph.white.arabic {
    text-align: center;
  }

  .blue-paragraph.white.arabic.bold {
    font-size: 20px;
  }

  .blue-heading-3 {
    font-size: 18px;
  }

  .hse-columns {
    width: auto;
  }

  .hse-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    text-align: left;
  }

  .shipyard-page-image {
    background-position: 0 100%;
    height: 200px;
    padding-left: 19px;
  }

  .main-accordion-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-news-image {
    background-position: 100%;
    height: 160px;
  }

  .shipyard-operation-text, .ship-repair-section, .ship-rehabilitaion-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shipbuilding-section {
    padding-top: 0;
  }

  .shipbuilding-text-container, .shipbuilding-list-container, .shipbuilding-slider-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shipbuilding-slider-conaiter {
    padding-left: 0;
    padding-right: 0;
  }

  .shipbuilding-slider {
    height: 200px;
  }

  .right-arrow, .left-arrow {
    width: 30px;
    font-size: 20px;
  }

  .slide-nav-2 {
    height: 30px;
    font-size: 10px;
  }

  .diving-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .diving-slider {
    height: 200px;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 30px;
    height: 15px;
    margin-top: 125px;
    font-size: 15px;
  }

  .diving-slider-container {
    margin-top: -15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .afloat-section {
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .manbower-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask, .various-projects-slider {
    width: 320px;
    height: 140px;
  }

  .right-arrow-3, .left-arrow-3 {
    width: 40px;
  }

  .oil-gas-const-oper-section {
    padding: 0 10px 30px;
  }

  .oil-gas-const-oper-slider {
    width: 280px;
    height: 210px;
  }

  .mechanical-oper-section {
    padding: 0 10px;
  }

  .dark-button.piplines {
    width: 80px;
    height: 22px;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
  }

  .piplines-slider, .flowlinesslider, .plants-slider {
    width: 280px;
    height: 210px;
  }

  .civil-operations-section {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .civil-operations-slider {
    width: 280px;
    height: 70px;
  }

  .dark-button-2.indust {
    width: 80px;
    height: 22px;
    font-size: 12px;
  }

  .dark-button-2.tanks {
    width: 80px;
    height: 22px;
    padding-top: 0;
    font-size: 12px;
  }

  .dark-button-2.fabrication-ex {
    width: 80px;
    font-size: 12px;
    line-height: 18px;
  }

  .electricaloperations-slider, .tanks-operations-slider {
    width: 280px;
    height: 70px;
  }

  .industrial-section {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .industrial-slider, .fabrication-slider {
    width: 280px;
    height: 70px;
  }

  .trading-slider {
    width: 280px;
    height: 178px;
  }

  .scafolding-section {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scafolding-slider {
    width: 260px;
    height: 196px;
  }

  .trading-accordion-section {
    margin-top: 0;
    padding-top: 0;
  }

  .news-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subsidiary-section {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gd-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-us-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-container {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-div.head {
    width: 270px;
    margin-bottom: 10px;
  }

  .contact-div.salem {
    width: 260px;
  }

  .business-lines-section, .og-lines-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .og-lines-container {
    padding-left: 0;
    padding-right: 0;
  }

  .og-contacts-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .careers-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .careers-page-image {
    height: 150px;
  }

  .careers-text {
    font-size: 20px;
  }

  .governance-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    margin-top: 1px;
    margin-bottom: 0;
  }

  .flowlines-ex-section, .electrical-ex-section, .civil-ex-section, .storage-tanks-ex-section, .indust-ex-section, .fabrication-ex-section, .qc-ex-section {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .galvanizing-plant-slider {
    width: 280px;
    height: 210px;
  }

  .blue-heading-6, .blue-heading-7 {
    font-size: 20px;
    line-height: 23px;
  }

  .qs-about-us-accordion-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blue-paragraph-4 {
    font-size: 14px;
  }

  .qs-media-section {
    align-items: center;
  }

  .brochores-div-2 {
    flex-direction: column;
    width: 300px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-section {
    flex-direction: column;
    align-items: center;
  }

  .footer-div {
    grid-template-rows: 34px auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-acordion-section {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-acordion-div {
    grid-template-rows: 34px auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .ndt-overlay {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ultrasonic-test.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .centered-container {
    text-align: left;
  }

  .ndt-main-container {
    padding-top: 0;
  }

  .services-rich-text ol {
    padding-left: 10px;
  }

  .ndt-container {
    max-width: 95%;
  }

  .ndt-slider {
    height: 200px;
  }

  .heat-treatment-overlay {
    height: 25vh;
  }

  .third-party-overlay {
    height: 20vh;
  }

  .third-party-slider, .mechanical-slider {
    height: 200px;
  }

  .calibration-testing-div {
    height: 540px;
  }

  .grid-6 {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-12 {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .calibration-lab-slider {
    height: 200px;
  }

  .qs-services-devider {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .ndt-head-line {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text-7 {
    font-size: 22px;
  }

  .qs-projects-section {
    align-items: center;
  }

  .qs-projects-head {
    width: 300px;
    margin-bottom: -10px;
  }

  .qs-lines-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .qs-contact-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .icon-4 {
    font-size: 30px;
  }

  .hero-section-2 {
    height: 220px;
  }

  .v-m-div {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-slider-text {
    text-shadow: 0 0 10px #000;
    width: 70%;
  }

  .main-headline {
    margin-top: -5px;
    font-size: 20px;
    line-height: 25px;
  }

  .main-headline._2 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .syncrolift-section {
    height: 300px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .h2.white.center {
    margin-top: 0;
    font-size: 23px;
  }

  .par.light-blue.grid {
    width: 210px;
    height: 33px;
  }

  .o-g-page-image {
    background-position: 0 100%;
    height: 200px;
    padding-left: 19px;
  }

  .o-g-operation-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .o-g-operations-text-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tab-link {
    width: 250px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .tab-link.w--current {
    width: 250px;
  }

  .mechanical-oper-cont, .tabs-menu {
    align-items: center;
  }

  .mechanical-oper-div, .tab-pane-tab-1-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs {
    width: 300px;
  }

  .scafolding-slider-div {
    margin-left: 0;
  }

  .h1.white {
    text-align: center;
    font-size: 25px;
  }

  .qs-page-image {
    background-position: 0 100%;
    height: 200px;
    padding-left: 19px;
  }

  .qs-strength-section {
    height: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .qs-about-us-text-div, .qs-our-strength-text-div {
    padding: 5px;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .arabic-button {
    text-align: center;
  }

  .image-11 {
    width: 150px;
    margin-bottom: -5px;
  }

  .shipyard-certificates-slider {
    width: 280px;
    height: 395px;
  }

  .shipyard-ceritifecates-section, .oil-gas-ceritifecates-section {
    height: 540px;
  }

  .oil-gas-certificates-slider {
    width: 280px;
    height: 394px;
  }

  .qs-certificates-slider {
    width: 280px;
    height: 395px;
  }

  .accordion-item-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .boursa-link {
    width: 70%;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .accordion-arrow-2 {
    width: 14px;
    margin-right: 15px;
  }

  .disclosure-link {
    text-align: center;
    width: 100%;
  }

  .disclosure-head-div {
    width: 300px;
  }

  .disclosures-accordion-div {
    flex-direction: column-reverse;
    align-content: flex-start;
    margin-bottom: 12px;
  }

  .disclosures-accordion-main-div {
    width: 290px;
  }

  .media-heading {
    font-size: 20px;
  }

  .media-section {
    align-items: center;
  }

  .div-block {
    width: 300px;
  }

  .brochores-div {
    flex-direction: column;
    width: 300px;
  }

  .media-heading-block, .an-report-div {
    width: 300px;
  }

  .blue-heading-4 {
    font-size: 20px;
    line-height: 23px;
  }

  .board-name {
    margin-top: 0;
    font-size: 15px;
  }

  .arabic-link, .english-link {
    width: 70%;
    height: 40px;
  }

  .disclosures-accordion-main-div-2 {
    width: 290px;
  }

  .arabic-23 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accordion-container-3 {
    margin-bottom: 15px;
  }

  .disclosures-23 {
    flex-direction: column-reverse;
    align-content: flex-start;
    margin-bottom: 12px;
  }

  .arabic-dis, .english-dis {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .vertical-devider {
    display: none;
  }

  .english-23 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  ._50-years-logo-div {
    border-radius: 8px;
    width: 200px;
  }

  ._50-years-logo {
    border-radius: 8px;
  }

  .golden-close {
    width: 10px;
    height: 10px;
  }

  .board-of-directors-div {
    width: 230px;
    height: 78px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 7px;
  }

  .members-div {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .material-information-div {
    width: 260px;
  }

  .envisters-div {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .bod {
    font-size: 16px;
  }

  .members {
    place-items: center;
  }

  .members-text {
    font-size: 12px;
  }

  .members-text._2 {
    font-size: 10px;
  }

  .disclosures-25 {
    flex-direction: column-reverse;
    align-content: flex-start;
    margin-bottom: 12px;
  }

  .english-25 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .arabic-25 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

#w-node-_4d39eb17-3443-d631-4181-fb7598c07c78-0296635c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d39eb17-3443-d631-4181-fb7598c07c83-0296635c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4d39eb17-3443-d631-4181-fb7598c07c84-0296635c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_26e74099-221e-2ebb-4002-fe21df78870e-df78870c {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_26e74099-221e-2ebb-4002-fe21df788710-df78870c {
  order: 0;
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto start;
}

#w-node-_26e74099-221e-2ebb-4002-fe21df78871b-df78870c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_26e74099-221e-2ebb-4002-fe21df78872c-df78870c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_26e74099-221e-2ebb-4002-fe21df788745-df78870c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_26e74099-221e-2ebb-4002-fe21df788752-df78870c {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_26e74099-221e-2ebb-4002-fe21df78875f-df78870c {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05143-ccb05141 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05145-ccb05141 {
  order: 0;
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto start;
}

#w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05150-ccb05141 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05161-ccb05141 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb0517a-ccb05141 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05187-ccb05141 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05194-ccb05141 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_42d057b5-649e-c279-be81-18a4a81a3467-3896635d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_837a4686-2fc6-e891-ae44-d7999e34e1f4-23966366 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecd57277-3e87-375b-0d48-16beec82a6ce-23966366 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b8ce1ec8-5dda-d90b-7cc6-bc96036351f4-23966366 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8267bc0a-0030-c579-1a95-fea703a52abb-23966366 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3f1ef86e-5f89-895b-ad01-ec27e1a18234-23966366 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-d67c4bbb-dd38-e5ad-8f78-90cee2ca4212-2596636d, #w-node-_6035bc99-fa70-965d-fb62-95ee16f42175-2596636d, #w-node-_0fbe6273-7337-2c05-4a8d-bf973e4b2d54-2596636d, #w-node-b54d5b9d-a3a1-f38a-7e56-2ff2fd315c88-2596636d, #w-node-d81029ec-6323-7ff6-df1f-bac3c0c1be4b-2596636d, #w-node-eb46df9c-9966-60db-0c69-5449993a798e-2596636d, #w-node-_12ce86fd-858d-1b0c-c561-0c1b36cd5d49-2596636d, #w-node-a3b802cd-12ae-cc19-1f66-14d526e8d0e3-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c61272-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c61274-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c61276-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c61278-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c6127a-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c6127c-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c6127e-2596636d, #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c61280-2596636d, #w-node-_9c20a49e-8c88-b551-8dd9-fae159d58cb0-2596636d, #w-node-_26d179a7-c57b-03f3-4920-9dfb482e1a24-2596636d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68a0b67b-473e-599b-9096-f2391777dab4-2596636d, #w-node-b3527bed-bf37-728d-171f-6238293efb81-2596636d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_983ca2a0-4302-c642-6277-db4feaa1497a-2596636d, #w-node-_983ca2a0-4302-c642-6277-db4feaa1498b-2596636d, #w-node-_8d1fe620-f58a-bc38-7b16-231051eaa929-2596636d, #w-node-_8d1fe620-f58a-bc38-7b16-231051eaa931-2596636d, #w-node-db079ee5-edd7-94df-5edf-2b64495d3095-2596636d, #w-node-db079ee5-edd7-94df-5edf-2b64495d30a0-2596636d, #w-node-d30f0970-59b5-bf0c-c3c5-d09263e89776-b1966373, #w-node-_616c6282-27cf-3cb5-0249-b9fee2e46b56-b1966373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4d39eb17-3443-d631-4181-fb7598c07c78-0296635c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4d39eb17-3443-d631-4181-fb7598c07c83-0296635c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_4d39eb17-3443-d631-4181-fb7598c07c84-0296635c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78870e-df78870c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df788710-df78870c {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto start;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78871b-df78870c {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78872c-df78870c {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df788745-df78870c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df788752-df78870c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78875f-df78870c {
    grid-area: 4 / 2 / 5 / 3;
    align-self: end;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05143-ccb05141 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05145-ccb05141 {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto start;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05150-ccb05141 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05161-ccb05141 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb0517a-ccb05141 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05187-ccb05141 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05194-ccb05141 {
    grid-area: 4 / 2 / 5 / 3;
    align-self: end;
  }

  #w-node-_837a4686-2fc6-e891-ae44-d7999e34e1f4-23966366 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ecd57277-3e87-375b-0d48-16beec82a6ce-23966366 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b8ce1ec8-5dda-d90b-7cc6-bc96036351f4-23966366 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8267bc0a-0030-c579-1a95-fea703a52abb-23966366 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3f1ef86e-5f89-895b-ad01-ec27e1a18234-23966366 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d1b8cd38-c39c-39c4-24e5-fd9d09c61280-2596636d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26e74099-221e-2ebb-4002-fe21df78871b-df78870c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78872c-df78870c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df788745-df78870c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df788752-df78870c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05150-ccb05141 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05161-ccb05141 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb0517a-ccb05141 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05187-ccb05141 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26e74099-221e-2ebb-4002-fe21df78870e-df78870c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78871b-df78870c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78872c-df78870c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df788745-df78870c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df788752-df78870c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_26e74099-221e-2ebb-4002-fe21df78875f-df78870c {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05143-ccb05141 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05150-ccb05141 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05161-ccb05141 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb0517a-ccb05141 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05187-ccb05141 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-dfbf2d4b-92ff-99fe-b9e4-bdfeccb05194-ccb05141 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_42d057b5-649e-c279-be81-18a4a81a3467-3896635d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


