@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: dubai-light;
  src: url("../fonts/dubai/Dubai-Light.ttf");
}
@font-face {
  font-family: dubai-medium;
  src: url("../fonts/dubai/Dubai-Medium.ttf");
}
@font-face {
  font-family: dubai-regular;
  src: url("../fonts/dubai/Dubai-Regular.ttf");
}
@font-face {
  font-family: dubai-bold;
  src: url("../fonts/dubai/Dubai-Bold.ttf");
}
@font-face {
  font-family: libel-suit;
  src: url("../fonts/libel-suit-rg.otf");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  background-color: #f2f2f2;
  position: relative;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.libelSuit {
  font-family: libel-suit !important;
}

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

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.globalFont {
  font-size: 22px !important;
}

.globalTitle {
  font-size: 40px !important;
  font-family: dubai-regular;
  color: #4c4c4c;
}

.globalDesc {
  font-family: dubai-regular;
  line-height: 30px;
  color: #4c4c4c;
}

#header {
  background-color: #f2f2f2;
  position: relative;
}
#header .container {
  background-color: #f2f2f2;
}
#header .container .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  height: 105px;
}
#header .container .header-menu .left {
  display: flex;
  align-items: center;
}
#header .container .header-menu .left .logo {
  width: 200px;
  height: 75px;
  overflow: hidden;
  transition: 200ms all;
}
#header .container .header-menu .left .logo:hover {
  /*opacity: 0.5;*/
}
#header .container .header-menu .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .container .header-menu .left .logo-text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 75px;
  line-height: 20px;
  border-left: 1px solid #a9a9a9;
}
#header .container .header-menu .left .logo-text .in_class {
  color: #0047ba;
  font-weight: bold;
}
#header .container .header-menu .right {
  display: flex;
  align-items: center;
}
#header .container .header-menu .right .mobile-menu-btn {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: none;
  transition: 300ms all;
}
#header .container .header-menu .right .mobile-menu-btn:hover {
  opacity: 0.5;
}
#header .container .header-menu .right .mobile-menu-btn img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .container .header-menu .right .dd-container {
  width: 75px !important;
}
#header .container .header-menu .right #header-lang .dd-selected-image,
#header .container .header-menu .right #header-lang .dd-option-image {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  -o-object-position: center !important;
     object-position: center !important;
}
#header .container .header-menu .right #header-lang .dd-select {
  background: #f2f2f2 !important;
  border: none !important;
  width: 100% !important;
  padding-left: 10px !important;
}
#header .container .header-menu .right #header-lang .dd-selected {
  padding: 0 !important;
}
#header .container .header-menu .right #header-lang .dd-pointer-up,
#header .container .header-menu .right #header-lang .dd-pointer-down {
  border-top-color: #a3a3a3;
}
#header .container .header-menu .right #header-lang .dd-options {
  margin-top: 10px !important;
  border: 1px solid #dedede !important;
  width: 100% !important;
}
#header .container .header-menu .menu {
  height: 105px;
}
#header .container .header-menu .menu nav {
  height: 100%;
}
#header .container .header-menu .menu ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .container .header-menu .menu ul li {
  height: 100%;
  padding: 2px 20px 2px 0;
  position: relative;
}
#header .container .header-menu .menu ul li:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
#header .container .header-menu .menu ul li:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #4c4c4c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#header .container .header-menu .menu ul li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #4c4c4c;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: 300ms all;
}
#header .container .header-menu .menu ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#header .container .header-menu .menu ul li .detail-menu {
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 105px;
  z-index: 5;
  width: calc(100% + 55px);
  background-color: #f2f2f2;
  margin-left: -40px !important;
  border: 1px solid #c6c6c6;
}
#header .container .header-menu .menu ul li .detail-menu ul {
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100%;
}
#header .container .header-menu .menu ul li .detail-menu ul li {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: 300ms all !important;
  width: 100%;
}
#header .container .header-menu .menu ul li .detail-menu ul li::before {
  display: none !important;
}
#header .container .header-menu .menu ul li .detail-menu ul li a {
  margin: 0 !important;
  padding: 20px 30px !important;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: capitalize !important;
}
#header .container .header-menu .menu ul li .detail-menu ul li a .icon {
  width: 34px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}
#header .container .header-menu .menu ul li .detail-menu ul li a .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .container .header-menu .menu ul li .detail-menu ul li a::after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #c6c6c6;
  content: "";
}
#header .container .header-menu .menu ul li .detail-menu ul li a:hover {
  opacity: 1 !important;
}
#header .container .header-menu .menu ul li .detail-menu ul li:hover {
  background-color: #dedede;
}
#header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  background-color: #f2f2f2;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
#header .header-video {
  width: 100%;
  height: calc(100vh - 105px);
}
#header .header-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#header .header-image {
  width: 100%;
  height: 500px;
  /*height: calc(50vh - 105px);*/
}
#header .header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 80px;
  text-align: center;
  width: 60%;
  line-height: 50px;
  font-family: libel-suit;
}

.header-title-top {
  z-index: 2;
  color: #2b2b2b;
  font-size: 60px;
  text-align: center;
  line-height: 80px;
  font-family: libel-suit;
}

.header-title span {
  color: #0047ba;
  margin-left: 10px;
}

.header-bg-title {
  position: absolute;
  bottom: -55px;
  left: 0;
  z-index: 0;
  color: #fff;
  font-size: 360px;
  text-align: center;
  font-weight: 600;
  mix-blend-mode: soft-light;
}
.header-bg-title span {
  color: #0047ba;
  margin-left: 10px;
}

.contact-banner {
  position: fixed;
  z-index: 90;
  display: inline-block;
  bottom: 70px;
  right: 0;
  background-color: #0047ba;
  width: 200px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  transition: 300ms all;
}
.contact-banner:hover {
  /*opacity: 0.5;*/
}
.contact-banner .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 10px;
}
.contact-banner .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-banner:hover {
  color: #fff;
  text-decoration: none;
}

.online-catalog-banner {
  position: fixed;
  z-index: 90;
  display: inline-block;
  bottom: 140px;
  right: 0;
  background-color: #0047ba;
  width: 140px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  transition: 300ms all;
}

#header-bottom-items {
  background-color: #f2f2f2;
  padding-bottom: 30px;
  margin-top: -40px;
}
#header-bottom-items .header-bottom-item {
  background-color: #f2f2f2;
  padding: 45px 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-primary {
  padding: 15px;
  color: #fff;
  border: 1px solid transparent;
  transition: 300ms all;
  border-radius: 3px;
  background-color: #0047ba;
}
.btn-primary:hover {
  text-decoration: none;
  color: #0047ba;
  border-color: #0047ba;
  background-color: transparent;
}

.sub-title {
  color: #0047ba;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}

.sub-desc {
  font-size: 20px;
  color: #4c4c4c;
  line-height: 1.1;
  font-family: dubai-regular, sans-serif;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.arrow-btn {
  font-weight: 500;
  color: #0047ba;
  display: flex;
  align-items: center;
}
.arrow-btn img {
  width: 25px;
  height: 15px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
  transition: 300ms all;
}
.arrow-btn:hover img {
  margin-left: 10px;
}

.tall-big-item {
  padding-top: 40px;
}
.tall-big-item .text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tall-big-item .text-section .icon {
  width: 70px;
  height: 70px;
  border: 1px solid #0047ba;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.tall-big-item .text-section .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.tall-big-item .tall-big-image {
  width: 100%;
  height: 300px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;

  border: 5px solid #fff;
  -webkit-box-shadow: -6px 8px 19px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: -6px 8px 19px -5px rgba(0,0,0,0.4);
  box-shadow: -6px 8px 19px -5px rgba(0,0,0,0.4);
}
.tall-big-item .tall-big-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.tall-big-item-reverse .row {
  flex-direction: row-reverse !important;
}
.tall-big-item-reverse .tall-big-image {
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.page-title {
  margin: 35px 0 30px 0;
}
.page-title .title {
  font-weight: 600;
  color: #0047ba;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

#global-section .container-bg {
  width: 100%;
  padding: 125px 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
#global-section .container-bg .col-lg-3 {
  padding: 0 7.5px !important;
}
#global-section .container-bg .global-item {
  padding: 125px 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.79);
  text-align: center;
}
#global-section .container-bg .global-item .strong-text {
  display: block;
  color: #0047ba;
  font-weight: 600;
  font-size: 45px;
}
#global-section .container-bg .global-item .desc {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
  text-transform: uppercase;
}
#global-section .bottom-text {
  font-family: dubai-regular, sans-serif;
  font-size: 20px;
  color: #4c4c4c;
  margin: 25px 0 15px 0;
}
#global-section .btn-primary {
  margin: 0 auto;
}

#contact {
  margin-top: 50px;
}
#contact #contact-map {
  margin-top: 50px;
  width: 100%;
  height: 210px;
  border-radius: 15px;
  overflow: hidden;
}
#contact .contact-form-title {
  color: #0047ba;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
#contact input,
#contact textarea {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: #ececec;
  color: #adadad;
  padding: 15px;
  outline: none;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}
#contact button {
  outline: none;
  border-radius: 50px;
  padding: 13px 35px;
  background-color: #0047b9;
  margin: 20px auto 0 auto;
}
#contact button:hover {
  background-color: transparent;
}
#contact .address {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact .address .icon {
  width: 35px;
  height: 40px;
  overflow: hidden;
  margin: 20px 0 10px 0;
}
#contact .address .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#contact .address .address-text {
  color: #0047ba;
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 23px;
}

#footer {
  margin-top: 70px;
  padding-top: 80px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  background: linear-gradient(to right, #0047BA, #00316F);
}
#footer .footer-menu {
  padding-bottom: 50px;
}
#footer .footer-menu ul {
  display: flex;
  align-items: center;
}
#footer .footer-menu ul li:not(:last-child) {
  margin-right: 20px;
}
#footer .footer-menu ul li a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #fff;
  transition: 250ms all;
}
#footer .footer-menu ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#footer .footer-links {
  padding-bottom: 60px;
}
#footer .footer-links ul li {
  margin-bottom: 15px;
}
#footer .footer-links ul li a {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
#footer .footer-links ul li a .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 7px;
}
#footer .footer-links ul li a .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-bg-section {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#footer .footer-bg-section .bg-img {
  width: 421px;
  height: 100%;
  overflow: hidden;
}
#footer .footer-bg-section .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-bg-section .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  display: flex;
  flex-direction: column;
}
#footer .footer-bg-section .text .bg-title {
  display: inline-block;
  margin-top: 90px;
  padding: 15px 30px;
  padding-right: 150px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
#footer .footer-bg-section .text .footer-social-media {
  display: flex;
  align-items: center;
}
#footer .footer-bg-section .text .footer-social-media ul {
  display: flex;
  align-items: center;
}
#footer .footer-bg-section .text .footer-social-media ul li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  transition: 300ms all;
}
#footer .footer-bg-section .text .footer-social-media ul li img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer-bg-section .text .footer-social-media ul li:hover {
  opacity: 0.5;
}
#footer .copy-right {
  background-color: rgba(22, 22, 22, 0.9);
  color: #fff;
  z-index: 5;
  position: relative;
}
#footer .copy-right .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
#footer .copy-right .container .right ul {
  display: flex;
  align-items: center;
}
#footer .copy-right .container .right ul li {
  margin-left: 20px;
}
#footer .copy-right .container .right ul li a {
  color: #fff;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 100%;
  transition: 300ms all;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.33);
}
#mobile-menu .content {
  width: 70%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#mobile-menu .content .mobile-logo {
  width: 85%;
  height: 75px;
  overflow: hidden;
  margin: 20px auto;
}
#mobile-menu .content .mobile-logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#mobile-menu .content .mobile-menu ul li {
  margin-bottom: 10px;
  margin-right: 20px;
  transition: 300ms all;
}
#mobile-menu .content .mobile-menu ul li a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  display: inline-flex;
  padding: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #0047b9;
}
#mobile-menu .content .mobile-menu ul li:hover {
  margin-left: 5px;
}
#mobile-menu .content .mobile-mega-menu .mobile-mega-detail {
  height: 0;
  overflow: hidden;
  transition: 300ms all;
}
#mobile-menu .content .mobile-mega-menu .mobile-mega-detail ul li {
  margin-top: 5px;
  margin-right: 40px;
  margin-bottom: 0 !important;
  transition: 300ms all;
}
#mobile-menu .content .mobile-mega-menu .mobile-mega-detail ul li a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  display: inline-flex;
  padding: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #0047b9;
}
#mobile-menu .mobile-close-btn {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: calc(70% + 20px);
  transition: 300ms all;
}
#mobile-menu .mobile-close-btn img {
  width: 30px;
  height: 30px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#mobile-menu .mobile-close-btn:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 998px) {
  #header #header-lang,
#header .menu {
    display: none;
  }
  #header .mobile-menu-btn {
    display: block !important;
  }
  .header-bottom-item {
    margin-bottom: 30px;
  }
  .tall-big-item {
    width: calc(100% - 15px);
  }
  .tall-big-item .tall-big-image {
    margin: 30px 0 0 15px;
  }
  .tall-big-item-reverse .tall-big-image {
    margin: 30px 15px 0 0;
  }
  .global-item {
    padding: 60px 0 !important;
    margin-bottom: 30px;
  }
  .contact-form-title {
    margin-top: 30px;
  }
  .bottom-text {
    padding: 0 15px;
  }
  #footer .footer-menu ul {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  #footer .footer-menu ul li {
    margin-bottom: 10px;
  }
  #footer .footer-bg-section .bg-img {
    height: 420px;
  }
  .homepage-header-title {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  #aboutus .top_img {
    height: 280px !important;
  }
  #aboutus .sub-desc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #gasTurbine .top_img {
    max-height: 270px !important;
  }

  #gasTurbine .imgBoxs {
    transform: scale(0.7) !important;
    top: 0px !important;
  }

  #steamTurbine .top_img {
    max-height: 270px !important;
  }

  #steamTurbine .imgBoxs {
    transform: scale(0.7) !important;
    top: 0px !important;
  }

  #cCompressor .top_img {
    max-height: 310px !important;
    margin-top: 0px !important;
  }

  #cCompressor .fullbanner1 span {
      font-size: 30px !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      line-height: 35px !important;
  }

  #cCompressor .bottom_left_div {
    width: 91% !important;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;

    -webkit-box-shadow: 24px 24px 0px -1px rgba(0,0,0,0.24) !important;
    -moz-box-shadow: 24px 24px 0px -1px rgba(0,0,0,0.24) !important;
    box-shadow: 24px 24px 0px -1px rgba(0,0,0,0.24) !important;
  }

  #cCompressor .bottom_left_div span {
    font-size: 30px !important;
    line-height: 37px !important;
  }

  #cCompressor .bottom_img {
    margin-top: 45px !important;
    width: 98% !important;
  }

  #refurbishment .top_img{
    max-height: 240px !important;
  }

  .rightBadge {
    background: url('../img/sub/mavi.svg') no-repeat right center !important;
  }

  #overhaul-desktop {
    display: none !important;
  }

  #overhaul-mobile {
    display: block !important;
  }
  
  #operation-desktop {
    display: none !important;
  }

  #operation-mobile {
    display: block !important;
  }

  .siemens_img {
    max-height: 210px !important;
  }

  .siemens_img_txt {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .settings_img {
    max-height: 250px !important;
  }

  .settings_img_c {
    justify-content: center !important;
    margin-top: 30px !important;
  }

  #operationMaintenance .fullbanner1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  #operationMaintenance .fullbanner1 span {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .turbine_desc_1, .turbine_desc_2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .exchange_img {
    max-height: 250px !important;
  }

  #turbineExchange .weCanProvideC {
    /*padding: 0 !important;*/
    margin-top: 40px !important;
    background: url('../img/sub/turbine_exchange/wecanprovide_mobile_square.png') center center no-repeat !important;
    background-size: cover !important;
    min-height: 400px !important;

    padding-left: 10px !important;
    padding-top: 56px !important;
  }

  #turbineExchange .weCanProvide {
    padding-left: 50px;
    margin-top: 0 !important;
  }
  
  #turbineExchange .weCanProvideGri {
    display: none;
  }

  #turbineExchange .weCanProvideTitle {
    padding-left: 50px;
  }

  #turbineExchange .weCanProvide li {
    font-size: 16px !important;
  }

  #turbineExchange .weCanProvide li:not(:last-child) {
    margin-bottom: 10px !important;
  }

  #turbineExchange .rightBadge {
    background-size: 80px !important;
  }

  .operation_schedule {
    background: url("../img/sub/operation/mobile/operation.png") no-repeat center !important;
    min-height: 500px !important;
  }

  .operation_our_commit {
    background: url("../img/sub/operation/mobile/operation2.png") no-repeat center !important;
    min-height: 800px !important;
  }

  #operationMaintenance .fullbanner1 span {
    font-family: dubai-regular;
    font-weight: normal !important;
    font-size: 21px !important;
    line-height: 26px !important;
  }

  #refurbishment .rightBadge {
    background-size: 130px !important;
  }

  #turbineExchange #turbineMainC {
    flex-direction: column;
  }
  
  #operationMaintenance #operation_siemens {
    flex-direction: column;
  }

  #spareParts .top_img {
    max-height: 240px !important;
  }
}
@media only screen and (max-width: 728px) {
  .header-title {
    font-size: 50px;
  }
  .header-bg-title {
    display: none;
  }
  .page-title .title {
    font-size: 36px;
  }
  .container-bg {
    width: calc(100% - 30px) !important;
    padding: 25px !important;
  }
  #joinus-section .contactBox {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 580px) {
  .footer-links {
    padding-bottom: 0 !important;
  }
  .footer-bg-section {
    position: relative !important;
  }
  .footer-bg-section .bg-img {
    width: 100% !important;
    height: 250px !important;
  }
  .footer-bg-section .bg-img img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: top !important;
       object-position: top !important;
  }
  .copy-right {
    padding: 0 15px !important;
  }
  .copy-right .container {
    flex-direction: column;
  }
  .copy-right .container .left {
    margin-bottom: 15px;
  }
  .logo img {
    -o-object-position: left !important;
       object-position: left !important;
  }
  .logo-text {
    display: none !important;
  }
  .header-title {
    font-size: 42px;
  }
  .header-bg-title {
    display: none;
  }
  .bg-title {
    padding-right: 0 !important;
  }
  #joinus-section .contactBox {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}/*# sourceMappingURL=style.css.map */





/*Career start*/

#joinus-section .joinus-desc {
  font-size: 20px;
  color: #4c4c4c;
  line-height: 1.1;
  font-family: dubai-regular, sans-serif;
  margin-bottom: 15px;
}

#joinus-section .icon {
  width: 35px;
  height: 40px;
  overflow: hidden;
  margin: 20px 0 10px 0;
}

#joinus-section .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

#joinus-section .contactBox {
  border: 2px solid white;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-top: 20px;

  -webkit-box-shadow: 1px 6px 19px -5px rgb(0 0 0 / 25%);
  -moz-box-shadow: 1px 6px 19px -5px rgb(0 0 0 / 25%);
  box-shadow: 1px 6px 19px -5px rgb(0 0 0 / 25%);
}

#joinus-section .contactBox:first-child {
  margin-right: 15px;
}

#joinus-section .contactBox:not(:first-child) {
  margin-left: 15px;
}

#joinus-section .contactBox p {
  font-family: dubai-regular;
  color: #4c4c4c;
  font-size: 20px;
  margin-bottom: 5px;
}

/*Career end*/


/*Contact start*/


#contact .contactBox {
  margin-top: 20px;
}

#contact .contactBox p {
  font-family: dubai-regular;
  color: #4c4c4c;
  font-size: 20px;
  margin-bottom: 5px;
}

#contact .contactBox .icon {
  width: 30px;
}


/*Contact end*/

/*aboutus start*/
#aboutus .list1 {
  background-color: #ebebeb;
  padding: 25px;
}

#aboutus .list1 ul {
  list-style: none;
}

#aboutus .list1 li {
  line-height: 2rem;
  font-family: dubai-medium;
  color: #4c4c4c;
  font-size: 18px;

  background: url("../img/list_img.svg") no-repeat left 7px;
  background-size: 15px;
  padding-left: 1.5rem;
}

#aboutus .list1:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#aboutus .list1:not(:first-child) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

#aboutus .hseTitle p {
  text-align: center;
  color: #0047ba;
  font-weight: 500;
  font-size: 44px;
}

#aboutus .hse_img {
  height: 250px;
}
#aboutus .top_img {
  height: 340px;
  margin-top: -145px;
}
/*aboutus end*/


.catBtn {
  min-height: 180px;
  border-radius: 10px;
}

.catBtn span {
  color: white;
  font-size: 25px;
}

#gasTurbine .top_img {
  max-height: 400px;
}

#gasTurbine .imgBox {
  background-color: rgba(255, 255, 255, 0.60); 
  border-radius: 10px; 
  border: 1px solid white; 
  min-height: 130px;
  flex-direction: column;
}

#gasTurbine .imgBox:not(:first-child) {
  margin-top: 10px;
}

#gasTurbine .imgBox span{
  color: #0047ba; 
}

#gasTurbine .theseServices {
  list-style: disc !important;
  font-family: dubai-medium;
  padding: 10px;
  font-size: 18px;
}


.owl-carousel .nav-btn{
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 60px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide{
  left: -55px;
  padding: 20px;
}
.owl-carousel .next-slide{
  right: -33px;
  padding: 20px;
}

.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}   

.ourExperience img {
  max-height: 150px;
}



#steamTurbine .fullbanner1 {
  min-height: 200px;
}

#steamTurbine .fullbanner1 span {
  color: white;
  font-weight: 500;
  font-size: 40px;
}

#steamTurbine .list1C{
  background: url("../img/steam/banner4.png") no-repeat center;
  background-size: cover;
  border-radius: 10px;
}

#steamTurbine .list1 {
  /*background-color: #ebebeb;*/
  padding: 25px;
}

#steamTurbine .list1:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#steamTurbine .list1:not(:first-child) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

#steamTurbine .list1 ul {
  list-style:disc;
}

#steamTurbine .list1 li {
  line-height: 2rem;
  font-family: dubai-medium;
  color: white;
  font-size: 18px;
}

#steamTurbine .top_img {
  max-height: 400px;
}

#steamTurbine .imgBox {
  background-color: rgba(255, 255, 255, 0.60); 
  border-radius: 10px; 
  border: 1px solid white; 
  min-height: 130px;
  flex-direction: column;
}

#steamTurbine .imgBox:not(:first-child) {
  margin-top: 10px;
}

#steamTurbine .imgBox span{
  color: #0047ba; 
}


#cCompressor .fullbanner1 {
  min-height: 200px;
}

#cCompressor .fullbanner1 span {
  color: white;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  line-height: 45px;
}

#cCompressor .top_img {
  max-height: 360px;
  margin-top: -30px;
}

#cCompressor .bottom_img {
  max-height: 400px;
  width: 100%;
}

#cCompressor .bottom_left_div {
  background: #444444;
  width: 120%;
  height: 200px;

  position: absolute;
  left: 0;
  top: 80px;
  z-index: 2;

  -webkit-box-shadow: 32px 32px 0px -1px rgba(0,0,0,0.24);
  -moz-box-shadow: 32px 32px 0px -1px rgba(0,0,0,0.24);
  box-shadow: 32px 32px 0px -1px rgba(0,0,0,0.24);
}

#cCompressor .bottom_left_div span {
  color: white;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  line-height: 45px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #ffffff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  color: white;
}

.verticalBigTitle {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: mixed;

  font-size: 130px;
  position:absolute;
  left: 0;
  top: 0;
}

.verticalBigTitleToast1 {
  color: transparent;
  -webkit-text-stroke: 2px white; /* width and color */
  z-index: 3;
}

.verticalBigTitleToast2 {
  color: blue;
  z-index: 1;
}

.verticalBigTitleImage {
  max-height: 500px;
  z-index: 2;
}

#operationMaintenance .fullbanner1 {
  min-height: 300px;
  padding-left: 130px;
  padding-right: 130px;
}

#operationMaintenance .fullbanner1 span {
  color: white;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
}

#refurbishment .mainProcess {
  list-style: disc;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: inside;
  padding: 0 !important;
}

#refurbishment .mainProcess li {
  font-size: 21px !important;
  font-family: dubai-regular;
  color: #4c4c4c;
}

.rightBadge {
  background: url("../img/sub/uzun_mavi.svg") no-repeat right center;
}

#turbineExchange .weCanProvide {
  list-style: disc;
}

#turbineExchange .weCanProvide li {
  font-size: 18px !important;
  font-family: dubai-regular;
  color: white;
}

#turbineExchange .weCanProvide li:not(:last-child) {
  margin-bottom: 18px;
}



#spareParts .stockList {
  list-style: none;
}

#spareParts .stockList li {
  font-size: 21px !important;
  font-family: libel-suit;
  color: #4c4c4c;
}

#spareParts .stockList li:not(:last-child) {
  margin-bottom: 5px;
}

.ourCommitDesc {
  font-family: dubai-regular;
  font-size: 24px !important;
  font-weight: normal !important;
}


.pswp img {
  max-width: none;
  object-fit: contain;
}

.swipeGallery div.gallery-item {
  float:left;
  width: 33.3333333%;
  padding-bottom: 33.3333333%;
  position: relative;
}

.swipeGallery div.gallery-item a {
 position:absolute;
 width:100%;
 height:100%;
 background:#fff;
 text-align:center;
 border:1px solid #3c3c3c;
}
.swipeGallery div.gallery-item img {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
}

.swipeGallery img{
  height: 250px;
  width: 370px;
  object-fit: cover;
  border-radius: 5px;
}

#overhaulRepair .stockList {
  list-style: disc;
}

#overhaulRepair .stockList li {
  font-size: 21px !important;
  font-family: libel-suit;
  color: #4c4c4c;
}

#overhaulRepair .stockList li:not(:last-child) {
  margin-bottom: 5px;
}