html {
  scroll-behavior: smooth;
}

.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "Lato", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 24px;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 10vh;
}

body::-webkit-scrollbar-button {
  background: #ccc;
}

body::-webkit-scrollbar-track-piece {
  background: #eee;
}

body::-webkit-scrollbar-thumb {
  background: #0860bb;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-weight: 800;
  font-size: 2.4em;
  margin: 0.3em 0;
}

h2 {
  font-size: 2.2em;
  margin: 0.4em 0;
  line-height: 40px;
}

h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 0 0.4em 0;
  line-height: 40px;
}

h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 0.4em 0;
}

strong {
  font-weight: 800;
}

.container-fluid {
  width: 85%;
  margin: 0 auto;
}

.p-3 {
  padding: 3em 0 !important;
}

.mb-3 {
  margin-bottom: 2em;
}

.mt-2 {
  margin-top: 2em;
}

.ml-2 {
  margin-left: 2em;
}

.m-0 {
  margin: 0 !important;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.bg-lt {
  background-color: #F0F3F4;
}

header nav ul li:hover .dropdown-content {
  z-index: 99 !important;
}

nav ul li {
  -webkit-transition: initial !important;
  transition: initial !important;
}

.img-100 {
  width: 100%;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-0 {
  padding: 0 !important;
}

figure {
  margin: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p {
  margin: 0;
}

.dark-btn {
  color: #171717;
  font-weight: 900;
  padding-top: 2em;
  display: block;
}

.dark-btn img {
  width: 18px;
}

.dark-btn:hover {
  color: #393939;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white-btn {
  color: white;
  font-size: 12px;
  font-weight: 900;
  padding-top: 2em;
  display: block;
}

.white-btn img {
  width: 18px;
}

.white-btn:hover {
  color: #f3f3f3;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rd-btn-outline {
  background-color: transparent;
  color: white;
  display: inline-block;
  border: 1px solid white;
  border-radius: 30px;
  padding: 0.5em 1.4em;
  font-size: 12px;
}

.rd-btn-outline:hover {
  background-color: white;
  color: #171717;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rd-btn {
  background-color: white;
  color: #171717;
  display: inline-block;
  border: 1px solid white;
  border-radius: 30px;
  padding: 0.5em 1.4em;
  font-size: 12px;
}

.rd-btn:hover {
  background-color: transparent;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#5d5d5d), to(#131313));
  background: linear-gradient(180deg, #5d5d5d 0%, #131313 100%);
  color: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  border-radius: 20px;
  font-size: 12px;
}

.serv-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#474747));
  background: linear-gradient(180deg, #202020 0%, #474747 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hor-line {
  content: "";
  width: 25%;
  height: 5px;
  background-color: #5d5d5d;
  display: block;
  margin-bottom: 2em;
  border-radius: 2px;
}

.white-horz {
  content: "";
  width: 45%;
  height: 5px;
  background-color: white;
  display: block;
  margin-bottom: 2em;
  margin: 0 auto;
  border-radius: 2px;
}

.img-logo {
  width: 136px;
}

header .navbar-fixed {
  position: absolute;
  top: 1%;
}

header nav {
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header nav ul a:hover {
  background-color: transparent;
}

header nav .nav-item {
  font-size: 13px;
  padding: 0 1.2em;
  text-shadow: 1px 1px 3px #0404046b;
}

header nav .nav-item .material-icons {
  font-size: 20px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

header .img-nav {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.nav-menu {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.nav-menu .dropdown_s {
  min-width: 200px;
  top: 60px !important;
  height: auto !important;
  border-radius: 3px;
}

.nav-menu #dropdown1 {
  min-width: 200px;
  left: 70px !important;
  top: 60px !important;
  height: auto !important;
  border-radius: 3px;
}

.nav-menu #dropdown3 {
  min-width: 200px;
  left: 40px !important;
  top: 60px !important;
  height: auto !important;
  border-radius: 3px;
}

.nav-menu #dropdown-globe {
  width: 200px !important;
  left: initial !important;
  right: 8% !important;
  top: 60px !important;
  height: auto !important;
  border-radius: 3px;
}

.nav-menu #dropdown-globe .dropdown-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu #dropdown-globe span {
  padding-left: 0.3em;
}

.nav-menu #dropdown2 {
  min-width: 200px;
  left: 210px !important;
  top: 60px !important;
  height: auto !important;
  border-radius: 3px;
}

.nav-menu .nav-item::focus,
.nav-menu li::focus {
  outline: none !important;
  border: none !important;
}

.nav-menu .dropdown-content .dropdown-item {
  color: #5d5d5d;
  border-bottom: 1px solid #d8d8d8;
}

.nav-menu .dropdown-content .dropdown-item:hover {
  background-color: #0860bb;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-banner {
  position: relative;
  height: 100vh;
}

.main-banner .res-img {
  width: 100vw;
  height: 100vh;
}

.main-banner .r-img {
  position: absolute;
  max-width: 100%;
  top: 0%;
  left: 2%;
}

.main-banner .social-icons {
  left: 14%;
  bottom: 3%;
}

.main-banner .banner-text {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  max-width: 700px;
  right: 0;
  margin: auto;
  z-index: 9;
  max-height: 383px;
}

.main-banner .hrz-line {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 52%;
  z-index: 0;
}

.text_slider {
  overflow: hidden;
  position: absolute;
  height: 280px;
  top: 50px;
}

.text_slider .td_slider {
  margin-left: 70px;
  height: 240px;
}

.text_slider .slick-arrow {
  text-indent: -999999px;
  display: none !important;
}

.banner-cont a {
  padding: 15px 5px;
  font-size: 38px;
  color: white;
  font-weight: 700;
  line-height: 40px;
  opacity: 0.6;
}

.banner-cont a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-cont .search-bar {
  margin: 0px 0 0 0;
  position: relative;
  top: 170px;
  left: -140px;
  z-index: 9;
}

.banner-cont .search-bar input {
  background-color: white;
  width: 80%;
  padding: 0.1em 4em;
  border-radius: 30px;
  font-size: 20px;
  margin: 0em;
  border: none;
  position: relative;
}

.banner-cont .search-bar input::-webkit-input-placeholder {
  font-size: 15px;
  letter-spacing: 5px;
}

.banner-cont .search-bar input:-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: 5px;
}

.banner-cont .search-bar input::-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: 5px;
}

.banner-cont .search-bar input::placeholder {
  font-size: 15px;
  letter-spacing: 5px;
}

.banner-cont .search-bar input:focus {
  -webkit-box-shadow: 4px 4px 14px #00000049 !important;
          box-shadow: 4px 4px 14px #00000049 !important;
  border-bottom: none !important;
}

.banner-cont .search-bar img {
  width: 30px;
  position: absolute;
  top: 25%;
  left: 14px;
}

.carousel .indicators {
  left: 20px;
  text-align: left;
  top: 50%;
  width: 50px;
}

.carousel .indicators li {
  margin: 18px 10px !important;
  display: block !important;
  height: 18px !important;
  width: 18px !important;
  background-color: transparent !important;
  border: 3px solid #fff;
}

.carousel .indicators li:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background: #fff;
  z-index: 0;
  top: 103%;
  left: 5px;
}

.carousel .indicators li.active {
  background-color: #000 !important;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.carousel .indicators li.active:after {
  height: 15px;
}

.carousel .indicators li:last-child:after {
  display: none;
}

.banner-prod .indicators li.active {
  background-color: #0047bb !important;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 72vh;
  position: relative;
}

.banner .hor-line {
  background-color: white;
}

.banner .container {
  position: relative;
  z-index: 3;
}

.banner .ban-text {
  width: 95%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  padding: 12em 0px 0;
  color: white;
}

.banner .ban-text span {
  font-weight: 400;
}

.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1b1b1b), color-stop(#6363639e), to(rgba(222, 222, 222, 0.55)));
  background-image: linear-gradient(to bottom right, #1b1b1b 40%, #6363639e, rgba(222, 222, 222, 0.55));
}

.banner_og:before, .banner_og .carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #096acef2), color-stop(#0860bb61), to(rgba(222, 222, 222, 0.55)));
  background-image: linear-gradient(to bottom right, #096acef2 40%, #0860bb61, rgba(222, 222, 222, 0.55));
}

.banner-ind {
  background-image: url(../img/banner-ind.jpg);
}

.banner-business {
  background-image: url(../img/banner-business.jpg);
}

.banner-corporate {
  background-image: url(../img/banner-corporate.jpg);
}

.banner-news {
  background-image: url(../img/banner-news.jpg);
}

.banner-bev {
  background-image: url(../img/banner-bev.jpg);
}

.banner-tg {
  background-image: url(../img/banner-tg.jpg);
}

.banner-apro {
  background-image: url(../img/banner-apro.jpg);
}

.banner-food {
  background-image: url(../img/banner-food.jpg);
}

.banner-egg {
  background-image: url(../img/banner-egg.jpg);
}

.banner-phar {
  background-image: url(../img/banner-phar.jpg);
}

.banner-industrial {
  background-image: url(../img/banner-industrial.jpg);
}

.banner-perscare {
  background-image: url(../img/banner-personalcare.jpg);
}

.banner-tobacco {
  background-image: url(../img/banner-tobacco.jpg);
}

.banner-fin {
  background-image: url(../img/banner-fin.jpg);
}

.banner-consult {
  background-image: url(../img/banner-consult.jpg);
}

.banner-onsite {
  background-image: url(../img/banner-onsite.jpg);
}

.banner-training {
  background-image: url(../img/banner-training.jpg);
}

.banner-soft {
  background-image: url(../img/banner-software.jpg);
}

.banner-ct {
  background-image: url(../img/banner-contact.jpg);
}

.banner-oilgas {
  background-image: url(../img/banner-oil.jpg);
}

.banner-work {
  background-image: url(../img/banner-working.jpg);
}

.tabs .tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dbhe_sec {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../oil-&-gas/img/dbhe_sec.jpg);
  position: relative;
  background-color: #0860bb;
}

.dbhe_sec:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.753)), color-stop(70%, rgba(0, 0, 0, 0.219)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.219) 70%);
}

.dbhe_sec * {
  color: #fff;
  z-index: 2;
  position: relative;
}

.banner-inside {
  position: relative;
  height: 73vh;
}

.banner-inside .social-icons {
  left: 16%;
  bottom: 4%;
}

.banner-inside .carousel {
  position: relative;
  height: 73vh !important;
}

.banner-inside .carousel .banner-text {
  position: absolute;
  width: 70%;
  top: 40%;
  left: 24%;
  color: white;
  text-align: left;
}

.banner-inside .carousel .banner-text .banner-line {
  content: "";
  width: 16%;
  height: 5px;
  background-color: white;
  position: absolute;
  top: 12%;
  left: -18%;
}

.banner-oil .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-prod .carousel-item {
  background-image: url(../img/banner-prod.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.social-icons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.social-icons img {
  padding: 0 0.6em;
  margin-top: 0.1em;
}

.social-icons img:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-icons span {
  padding-right: 1em;
}

.pg-footer {
  position: relative;
  background-color: #ffffff;
}

.pg-footer .row {
  padding: 1.6em 0 0;
}

.pg-footer h5 {
  font-size: 1.1em;
  color: #171717;
  font-weight: 600;
}

.pg-footer .ftr-map {
  position: absolute;
  top: 10%;
  opacity: 0.5;
  right: 6%;
}

.pg-footer .address {
  position: relative;
  z-index: 7;
}

.pg-footer .address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-footer .address p strong {
  min-width: 70px;
}

.pg-footer .address p span, .pg-footer .address p a {
  margin-left: 1em;
  color: #333;
}

.pg-footer .footer-copyright {
  background-color: black;
  color: #ffffff;
  padding: 0.5em;
}

.pg-footer .footer-copyright span {
  font-size: 14px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  color: #ffffff;
  padding: 0 2px;
}

.pg-footer .footer-copyright .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pg-footer .ftr-links li {
  position: relative;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pg-footer .ftr-links li span {
  position: absolute;
  left: 0;
}

.pg-footer .ftr-links li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pg-footer .ftr-links li:hover a {
  color: #171717;
}

.pg-footer .ftr-links a {
  color: #5d5d5d;
}

.pg-footer .ftr-links span {
  font-size: 15px;
  color: #5d5d5d;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.pg-footer .sam a {
  color: #ffffff;
}

.client-list {
  padding: 2em 0;
}

.client-list p {
  font-size: 22px;
}

.client-list .single-item img {
  width: 220px;
}

.aboutus {
  position: relative;
}

.aboutus .mb_6 {
  margin-bottom: -6px;
}

.aboutus .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus .blue-box {
  background-color: #0860bb;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}

.aboutus .blue-box p span {
  font-size: 40px;
  font-weight: 600;
}

.aboutus .img-abt {
  width: 50%;
}

.aboutus .about-content2,
.aboutus .about-content1 {
  width: 90%;
  padding-left: 2em;
  padding-top: 0em;
}

.about-cont .card {
  min-height: 340px;
}

.health {
  position: relative;
  padding: 0 0;
  background-color: #0860bb;
}

.health .health-cont {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  text-align: center;
  width: 66%;
  margin: 0 auto;
  color: white;
}

.health .health-cont h2 {
  margin: 0.3em 0;
}

.health .benefit-img {
  overflow: hidden;
  max-height: 498px;
}

.health .benefit-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.health .benefit-img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#health-cont .blue-cont {
  background-color: #0860bb;
  padding: 1.6em 2em;
  color: white;
}

#health-cont .white-cont {
  background-color: white;
  padding: 1.5em;
  color: #171717;
  -webkit-box-shadow: 4px 4px 14px #00000049;
          box-shadow: 4px 4px 14px #00000049;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

#health-cont .benefits {
  padding: 0.6em 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#health-cont .bl-cont {
  padding-left: 1em;
}

#health-cont p {
  font-size: 12.5px;
  line-height: 20px;
  font-weight: 400;
}

#health-cont .ul-list li {
  font-size: 12.5px;
}

#health-cont .darkbg {
  background-color: #393939;
  color: white;
  padding: 1.5em 1em;
  position: relative;
}

#health-cont .dr-cont {
  width: 95%;
}

.map-address figure {
  overflow: hidden;
}

.map-address figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.map-address h6 {
  margin: 0;
}

.map-address p {
  font-size: 13px;
  line-height: 20px;
}

.map-address .map-rel {
  position: relative;
}

.map-address .map-rel .res-img {
  max-width: 100%;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-address .map-rel .responsive-img {
  position: relative;
  z-index: -1;
}

.map-address .map-rel:hover .white-location {
  background: #dfdfdf;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.map-address .blue-location {
  position: absolute;
  top: 16%;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: #0860bb;
  background: -webkit-gradient(linear, left top, left bottom, from(#0860bb), to(#0029a2));
  background: linear-gradient(180deg, #0860bb 0%, #0029a2 100%);
  width: 40%;
  padding: 1.4em 2em;
  color: white;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 14px #00000049;
          box-shadow: 4px 4px 14px #00000049;
}

.map-address .blue-location:hover {
  background: #0350a1;
  background: -webkit-gradient(linear, left bottom, left top, from(#0860bb), to(#0029a2));
  background: linear-gradient(0deg, #0860bb 0%, #0029a2 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.map-address #blue-oil {
  top: 26%;
  left: -26%;
  width: 24%;
}

.map-address .white-location {
  position: absolute;
  top: 16%;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: white;
  width: 40%;
  padding: 1.4em 2em;
  color: #393939;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 14px #00000049;
          box-shadow: 4px 4px 14px #00000049;
}

.getintouch {
  background-image: url(../img/get-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3em 0;
}

.getintouch .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.getintouch .row .rd-btn {
  margin-left: 1em;
}

.getintouch .get-cont {
  width: 50%;
}

.getintouch .get-cont h3 {
  font-size: 2em;
  font-weight: 600;
  color: white;
  margin: 0;
}

.getintouch .get-cont p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0.6em;
}

.prd-aboutus {
  padding: 3em 0 1.5em;
}

.prd-aboutus .prod-shape {
  width: 100%;
  padding: 1.5em 0 0 2em;
}

.head {
  text-align: center;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.head h2 {
  font-weight: 800;
}

.services {
  position: relative;
  padding: 2em 0;
}

.services .dark-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#5d5d5d), to(#131313));
  background: linear-gradient(180deg, #5d5d5d 0%, #131313 100%);
  position: absolute;
  top: 0;
  height: 420px;
  width: 100%;
  z-index: -1;
}

.services .head {
  color: white;
}

#serv-page .head {
  color: #171717 !important;
}

.serv-card {
  background-color: white;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 1.5em;
  -webkit-box-shadow: 2px 2px 6px #00000049;
          box-shadow: 2px 2px 6px #00000049;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-card:hover {
  -webkit-box-shadow: 6px 6px 24px #00000049;
          box-shadow: 6px 6px 24px #00000049;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-card figure {
  overflow: hidden;
  border-radius: 5px;
}

.serv-card img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.serv-card .serv-cont {
  padding: 0.5em 1.2em;
}

.serv-card p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 1.8em;
}

.products {
  position: relative;
  padding-bottom: 1.5em;
}

.products .cream-box {
  background-color: #f8f8f8;
  height: 140%;
  width: 100%;
  position: absolute;
  top: -42.2%;
  z-index: -1;
}

.products .tabs {
  white-space: initial;
  background-color: transparent;
  height: 32px;
}

.products .tabs .tab {
  line-height: initial;
  height: 32px;
  margin: 0 0.6em;
}

.products .tabs .prod-tab {
  color: black;
  padding: 1em !important;
  display: inline-block;
}

.products .tabs .prod-tab:hover {
  background-color: transparent !important;
  color: #393939 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products .tabs .active {
  color: #171717;
  font-weight: 800;
}

.products .prod-card {
  text-align: center;
  background-color: white;
  padding-bottom: 1em;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products .prod-card:hover h6 {
  color: #393939;
}

.products .prod-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products .prod-card h6 {
  font-weight: 600;
  color: #171717;
}

.products .prod-card figure {
  overflow: hidden;
}

.products .prod-card img {
  width: 80%;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.prod-container {
  background: #f0f3f4;
  padding: 0 3em;
  min-height: 320px;
}

.prod-container .grey-bg {
  background-color: silver;
  padding: 1.4em 1em;
  min-height: 320px;
}

.prod-container .grey-bg .serv-btn {
  margin-top: 2em;
  display: inline-block;
}

.prod-container .prod2-carou,
.prod-container .prod-carousel {
  padding: 2em 0;
}

.industries {
  padding: 3em 0;
}

.industries .serv-card {
  margin: 2em 0.5em 0 0.5em;
}

.industries .single-item {
  display: block;
  text-align: center;
}

.industries .single-item img {
  width: 50%;
  margin: 0 auto;
}

.industries .single-item h6 {
  font-size: 1em;
  color: #393939;
}

.industries .single-item:hover h6 {
  color: #393939;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cream-bg {
  background-color: #f8f8f8;
  padding: 3em 0;
}

.cream-bg .bev-cont {
  text-align: right;
}

#indusrtry {
  padding: 3em 0;
}

nav {
  position: relative;
}

nav #full-dropdown3,
nav #full-dropdown2,
nav #full-dropdown1,
nav #full-dropdown {
  margin-top: 0;
  position: absolute;
  top: 3.75rem !important;
  left: 0 !important;
  padding: 0.5em;
  border-radius: 3px;
  width: 100% !important;
  height: 255px !important;
}

nav #full-dropdown3 .dropdown-item,
nav #full-dropdown2 .dropdown-item,
nav #full-dropdown1 .dropdown-item,
nav #full-dropdown .dropdown-item {
  border-bottom: none;
  background-color: #393939;
  border-radius: 5px;
  color: white;
  padding: 0;
  margin-top: 1em;
}

nav #full-dropdown3 .dropdown-item:hover,
nav #full-dropdown2 .dropdown-item:hover,
nav #full-dropdown1 .dropdown-item:hover,
nav #full-dropdown .dropdown-item:hover {
  background-color: #5d5d5d;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

nav #full-dropdown3 .dropdown-item figure,
nav #full-dropdown2 .dropdown-item figure,
nav #full-dropdown1 .dropdown-item figure,
nav #full-dropdown .dropdown-item figure {
  height: 100px;
  text-align: center;
}

nav #full-dropdown3 .dropdown-item img,
nav #full-dropdown2 .dropdown-item img,
nav #full-dropdown1 .dropdown-item img,
nav #full-dropdown .dropdown-item img {
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

nav #full-dropdown3 .dropdown-item span,
nav #full-dropdown2 .dropdown-item span,
nav #full-dropdown1 .dropdown-item span,
nav #full-dropdown .dropdown-item span {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  display: block;
  font-size: 13px;
}

.ind-subcat {
  display: block;
  position: relative;
  margin-bottom: 1.6em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ind-subcat:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ind-subcat:hover .bevtxt {
  background-color: #393939;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ind-subcat figure {
  overflow: hidden;
}

.ind-subcat .bevtxt {
  position: absolute;
  bottom: 1.8%;
  background-color: rgba(0, 0, 0, 0.753);
  color: white;
  text-align: center;
  width: 100%;
  padding: 1em 0.5em;
  font-weight: 600;
}

.prod-nav {
  background-color: #171717;
}

.prod-nav .tabs {
  background-color: transparent;
  height: 60px;
  max-height: 60px !important;
}

.prod-nav .tabs .tab {
  height: 60px !important;
}

.prod-nav .tabs .prod-tab {
  color: white;
}

.prod-nav .tabs .prod-tab:hover {
  color: #5f5f5f;
}

.prod-nav .tabs .active {
  background-color: #393939 !important;
  color: white !important;
  border-bottom: 1px solid #171717 !important;
}

.prod-info {
  padding: 2.5em 0;
}

.prod-info h3 {
  font-weight: 800 !important;
  color: #171717;
}

.prod-info h3 span {
  font-weight: 400;
}

.prod-info .ben h3 {
  color: #171717 !important;
  font-weight: 400 !important;
}

.prod-info .intro {
  padding: 1em 0;
}

.prod-info .intro h4 {
  display: inline-block;
}

.prod-info .intro a {
  font-size: 1.1em;
  padding: 0 0.3em;
}

.prod {
  background-color: #f0f3f4;
  text-align: center;
  padding: 1.5em;
}

.prod h4 {
  font-weight: 800;
  color: #171717;
}

.prod .prod-det a {
  display: block;
}

.prod .prod-scroll {
  position: relative;
}

.prod .prod-scroll h6 {
  color: #171717;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.owl-next {
  background: transparent;
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
}

.owl-next span {
  font-size: 50px;
  color: #5d5d5d;
}

.owl-prev {
  background: transparent;
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
}

.owl-prev span {
  font-size: 50px;
  color: #5d5d5d;
}

.more-serv {
  padding: 1.5em 0;
}

.more-serv h2 {
  margin-bottom: 0.8em;
}

.more-serv .serv-box {
  border: 0.6px solid #d8d8d8;
  background-color: #f8f8f8;
}

.more-serv .serv-box a {
  display: block;
  color: #171717;
  padding: 0.8em 1em;
}

.more-serv .serv-box:hover {
  background-color: #0860bb;
}

.more-serv .serv-box:hover a {
  color: white;
}

.more-serv .active {
  background-color: #0860bb;
}

.more-serv .active:hover {
  background-color: #0860bb;
}

.more-serv .active a {
  color: white;
}

.cream-bg {
  background-color: #f8f8f8;
  padding: 1.4em;
  text-align: center;
  border-radius: 5px;
}

.cream-bg span {
  font-size: 13px;
  color: #5d5d5d;
}

.cream-bg h4 {
  margin-bottom: 1em;
}

.cream-bg .serv-btn {
  display: block;
}

.cream-bg .download {
  text-align: center;
}

.cream-bg .download:hover span {
  text-decoration: underline;
}

.info-benefits {
  padding-left: 1.2em !important;
}

.info-benefits li {
  list-style-type: disc !important;
}

.table-serv th {
  background-color: #0860bb !important;
  border: 1px solid white;
  padding: 0.6em;
  color: white;
  text-align: center;
}

.table-serv tbody {
  background-color: #f8f8f8;
}

.table-serv tbody td {
  padding: 1em 0.8em;
  border: 1px solid white;
  font-size: 14px;
  text-align: center;
}

#pdf_modal {
  max-height: 90%;
  height: 90%;
  width: 75%;
}

.contact-pg {
  padding: 3em 0;
}

.contact-pg .title {
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.contact-pg .hrz-line {
  content: "";
  background-color: #0047bb;
  width: 10%;
  margin: 0 auto;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 1.8em;
}

.contact-pg a {
  color: #171717;
  font-weight: 600;
}

.contact-pg a:hover {
  color: #0047bb;
}

.contact-pg .saudi,
.contact-pg .angola {
  text-align: center;
}

.contact-pg .saudi .mb-1,
.contact-pg .angola .mb-1 {
  margin-bottom: 1em;
}

.contact-info {
  margin-top: -10em;
  margin-bottom: 4em;
}

.contact-info .contact_box {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: color, background-color, box-shadow, transform;
  transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  position: relative;
  padding: 0 40px 60px;
}

.contact-info .contact_box:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
}

.contact-info .contact_box:hover a {
  color: #0860bb;
}

.contact-info .contact_box figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -30px;
}

.contact-info .contact_box h5 {
  font-size: 1.4em;
  font-weight: 600;
}

.contact-info .contact_box p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.contact-info .contact_box span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 0 0 4px 4px;
}

.pt-3 {
  padding-top: 2em;
}

.ul-list {
  padding-left: 2em !important;
}

.ul-list li {
  list-style-type: disc !important;
}

.about-cont h2 {
  font-size: 2em;
}

.about-cont h3 {
  margin-bottom: 0.6em;
}

.about-cont .cont-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-cont .cont-image figure {
  padding-left: 2em;
}

.health-box {
  background-color: #f8f8f8;
  padding: 1.4em 2em;
  margin: 1.4em 0;
  font-size: 14px;
}

.health-box:hover {
  background-color: #0860bb;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-ong {
  padding: 2.5em 0;
}

.contact-ong .head-office {
  background-color: #f8f8f8;
  padding: 1.6em 2em;
}

.contact-ong .head-office h2 {
  font-size: 1.6em;
  margin: 0;
  margin-bottom: 1.2em;
}

.contact-ong .head-office p {
  color: #5d5d5d;
  font-size: 13px;
}

.og__page .banner-text {
  left: 16% !important;
}

.og__page .hor-line {
  background-color: #0860bb;
}

.og__page .rd-btn {
  color: #0047bb;
}

.og__page .rd-btn-outline:hover {
  color: #0047bb;
}

.og__page .dark-btn:hover {
  color: #0860bb;
}

.og__page .serv-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#0860bb), to(#0029a2));
  background: linear-gradient(180deg, #0860bb 0%, #0029a2 100%);
  color: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  border-radius: 20px;
  font-size: 12px;
}

.og__page .serv-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#0860bb), to(#0029a2));
  background: linear-gradient(0deg, #0860bb 0%, #0029a2 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.og__page .prod-card:hover h6 {
  color: #0860bb;
}

.og__page .pg-footer h5 {
  color: #0860bb;
}

.og__page .ftr-links li:hover a {
  color: #0047bb;
}

.og__page .sam a, .og__page .footer-copyright span {
  color: #0047bb;
}

.counter-sec {
  padding: 60px 0 30px;
  text-align: center;
}

.counter-sec p span {
  font-size: 40px;
  font-weight: 600;
}

.counter-sec h5 {
  font-size: 20px;
}

.pip .banner {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
/*# sourceMappingURL=style.css.map */