/* Theme Name: Blackrock Energy Ltd. Theme URI: - Author: PT Jawasoft Author URI: http://www.jawasoft.com;
 Description: Theme develop for Blackrock Energy Ltd. */

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/GothamBold.eot');
  src: url('./fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('./fonts/GothamBold.woff') format('woff'), url('./fonts/GothamBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Bold.eot');
  src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Bold.woff2') format('woff2'), url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Regular.eot');
  src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff2') format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Medium.eot');
  src: url('./fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Medium.woff2') format('woff2'), url('./fonts/Roboto-Medium.woff') format('woff'), url('./fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


/* Reset */

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/* global */

html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  background: white;
}

.row {
  width: 100%;
  height: auto;
  position: relative;
}

.row.header-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row:after,
.row:before {
  content: '';
  display: block;
  position: relative;
  clear: both;
}

.col-50 {
  width: 50%;
  display: block;
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0px 30px;
}

.col-60 {
  width: 60%;
  display: block;
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0px 30px;
}

.col-40 {
  width: 40%;
  display: block;
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0px 30px;
}

.col-20 {
  width: 20%;
  display: block;
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0px 30px;
}

h1.main-title {
  font-weight: bold;
  font-family: 'Gotham', sans-serif;
  font-size: 2vw;
  margin: 15px auto 8%;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
}

h1.regional-title {
  margin: 15px auto 3%;
}

h1.main-title:before {
  content: '';
  width: 5px;
  height: 100%;
  top: -2px;
  left: 0px;
  background: #b98719;
  position: absolute;
  display: block;
}

.entry {
  font-size: 1.1vw;
}

.entry p {
  max-width: 95%;
  display: block;
  margin-bottom: 25px;
  line-height: 1.4;
}

.about-entry p {
  max-width: 98%;
  margin: 0 auto;
}

.entry a,
.entry a:hover,
.entry a:active,
.entry a:visited {
  color: #b98719;
  text-decoration: none;
}

.header-container,
.main-header-container {
  width: 100%;
  display: block;
  position: relative;
  height: 20%;
}

.main-header-container {
  height: 80%;
}


/* sidebar */

.sidebar {
  /* display: block;
     overflow-y: auto;
    */
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  background: #242424;
  width: 18.3vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  color: white;
  float: left;
}

strong {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}


/* Main menu */

.main-menu-container {
  width: 100%;
  height: 95%;
  position: relative;
}

ul#menu-main {
  font-family: 'Roboto Condensed', sans-serif;
  list-style: none;
  padding: 20px 0px;
  font-weight: normal;
  font-size: 1.1vw;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  max-height: 300px;
  text-transform: uppercase;
  width: 100%;
}

ul#menu-main>li>a,
ul#menu-main>li>a:hover,
ul#menu-main>li>a:visited,
ul#menu-main>li>a:active,
ul#menu-main>li>a:focus {
  display: block;
  position: relative;
  color: white;
  text-decoration: none;
  /* margin: 25px 15px;
     */
}

ul#menu-main>li.current-menu-item>a,
.sidebar .menu-main-container .menu-item-has-children.active a:after,
ul#menu-main>li.current-menu-item .iconMenu,
ul#menu-main>li>a:hover,
ul#menu-main>li.current-menu-item>a:hover,
ul#menu-main>li.current-menu-item>a:visited,
ul#menu-main>li.current-menu-item>a:active,
ul#menu-main>li.current-menu-item>a:focus,
.sidebar .menu-main-container .sub-menu a:hover,
.menu-item-object-custom.current-menu-item>a,
.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children>a .menu-item.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor>a,
.menu-item.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor .iconMenu,
.current-menu-ancestor.current-menu-parent.menu-item-has-children>a,
.current-menu-ancestor.current-menu-parent.menu-item-has-children .iconMenu,
.menu-item-has-children .current-menu-item a {
  color: #b98719 !important;
  outline: none;
}


/* sidebar footer */

.sidebar-footer {
  width: 100%;
  height: 5%;
  position: relative;
  padding: 15px;
  font-size: 0.7vw;
}


/* main content */

.main-content {
  width: 81.7vw;
  height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  padding: 0px 2%;
  overflow-y: auto;
}

#home {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-image: url(./images/home-lg-logo2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: -1;
}

#about {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.logo {
  padding: 20px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.logo img {
  max-width: 95%;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-left: -20px;
}

.about-image-container {
  margin: 0 auto;
  position: relative;
}

.about-image-container img {
  max-width: 98%;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}

.services-list {
  margin: 0 auto;
  list-style: none;
}

.services-list>li {
  margin-bottom: 4%;
  line-height: 1.3;
  font-size: 1vw;
}

.services-list>li b {
  display: block;
  font-family: 'Gotham';
  font-size: 1.1vw;
}

.regional-expertise-container {
  width: 100%;
  padding: 0px 50px;
}

.regional-expertise-container .services-title {
  position: absolute;
  z-index: 9;
  left: 589px;
  top: 75px;
}

.services-container .entry {
  font-size: 1.1vw;
  position: relative;
  top: -120px;
}

.services .image-service {
  max-width: 250px !important;
}

.img-regional-expertise {
  max-width: 70%;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto 25px;
}

.align-center {
  text-align: center;
  margin: 0 auto;
}

#maps {
  width: 80%;
  padding-bottom: 45%;
  display: block;
  position: relative;
  margin: 1.5% auto 0px;
}

.contact-bg {
  background-image: url(./images/contact-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 118%;
  padding: 0px;
}

.contact-bg .row {
  padding: 0px 2%;
}

.contact-us-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.orientationWarning {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}

.orirentationWarningtext {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  max-width: 350px;
  height: 80px;
  font-size: 16px;
  color: black;
}

.ignore {
  display: inline-block;
  position: relative;
  margin: 20px auto;
  text-decoration: underline;
}

.home-content {
  width: 100vw;
  position: absolute;
  z-index: 0;
  padding: 0px;
}

.main-section-container {
  margin-bottom: 25px;
}

.contact-bg .main-section-container {
  padding: 0px;
}

.contact-bg .map-main-container {
  background: white;
  padding: 0px 0px 25px;
}

.listAbout {
  margin: 30px 0;
}

.listAbout h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.listAbout li {
  list-style-type: disc;
  margin-left: 17px;
  margin-bottom: 5px;
  font-weight: 500;
}

.image-about {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.publications p {
  text-indent: -50px;
}

.publications {
  margin-left: 50px;
}

.box-service .image-service,
.box-service .title-service {
  float: left;
  margin: 10px;
}

.box-service .title-service {
  max-width: 250px;
  margin-top: 50px;
}

.box-service.s7 .title-service {
  max-width: 180px;
  margin-top: 50px;
}

.box-service.s6 .title-service,
.box-service.s5 .title-service {
  max-width: 180px;
  margin-top: 50px;
}

.box-service.s4 .title-service {
  max-width: 230px;
  margin-top: 50px;
}

.box-service.s3 .title-service {
  max-width: 230px;
  margin-top: 40px;
}

.box-service.s2 .title-service {
  max-width: 150px;
  margin-top: 50px;
}

.box-service.s1 .title-service {
  max-width: 200px;
  margin-top: 50px;
}

.box-service.s2 {
  margin-left: 110px;
  top: -50px;
}

.box-service.s3 {
  margin-left: 220px;
  top: -100px;
}

.box-service.s4 {
  margin-left: 330px;
  top: -150px;
}

.box-service.s5 {
  margin-left: 440px;
  top: -200px;
}

.box-service.s6 {
  margin-left: 550px;
  top: -250px;
}

.box-service.s7 {
  margin-left: 660px;
  top: -300px;
}

.box-service.s1,
.box-service.s2,
.box-service.s3,
.box-service.s4,
.box-service.s5,
.box-service.s6,
.box-service.s7 {
  position: relative;
}

.box-service .title-service h4 {
  font-size: 12px;
}

.box-service.s2 img,
.box-service.s3 img {
  border: 1px solid #000000;
  background: #fff;
}

.box-service {
  clear: both;
}

#maps {
  padding-bottom: 0 !important;
}

.services h1.main-title {
  font-size: 22px;
}

.services h3 {
  margin: 10px 0;
}

.wp-caption-text {
  font-size: 12px;
}

.subtitle-service {
  text-align: center;
  margin: 15px 0;
}

img {
  max-width: 100%;
}

.list-services-desc li {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

#reservoir-engineering-services h3 {
  text-align: center;
}

#reservoir-engineering-services img {
  margin-bottom: 10px;
}

#reservoir-engineering-services .image-about img {
  max-width: 75%;
}

#classroom-training-field-courses .title-contact-ct {
  margin: 30px 0 10px 39px;
}

.services-title {
  position: absolute;
  z-index: 9;
  left: 589px;
  top: 0;
}


/*----------------------menu-main-container-------------------------*/

.sidebar .menu-main-container {
  padding-bottom: 10px;
}

.sidebar .menu-main-container .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar .menu-main-container ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  outline: none;
  padding: 15px 30px 8px 20px;
}

.sidebar .menu-main-container ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar .menu-main-container ul li a:hover>i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

/* .sidebar .menu-main-container .menu-item-has-children > a:after {
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f105";
     font-style: normal;
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     text-align: center;
     background: 0 0;
     position: absolute;
     right: 15px;
     top: 10px;
}
 */

.iconMenu {
  margin-top: -31px;
  position: absolute;
  padding: 0 15px 0 30px;
  cursor: pointer;
  right: 0;
}

.sidebar .menu-main-container .menu-item-has-children .sub-menu ul {
  padding: 5px 0;
}

.sidebar .menu-main-container .menu-item-has-children .sub-menu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar .menu-main-container .menu-item-has-children .sub-menu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: -8px;
  font-size: 8px;
  position: relative;
  left: -15px;
}

.sidebar .menu-main-container ul li a span.label,
.sidebar .menu-main-container ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar .menu-main-container .menu-item-has-children .sub-menu li a .badge,
.sidebar .menu-main-container .menu-item-has-children .sub-menu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar .menu-main-container .sub-menu {
  display: none;
  background: #5f5f5f;
  padding: 10px 10px 10px 0;
  position: absolute;
  left: 18.3vw;
  z-index: 100;
  width: 300px;
  margin-top: -30px;
}

.sidebar .menu-main-container .sub-menu a {
  padding: 10px 0 10px 11px;
  color: #fff;
  text-transform: capitalize;
}


/* .sidebar .menu-main-container .menu-item-has-children.active > a:after, .sidebar .menu-main-container li.menu-item-has-children.active .iconMenu {
     transform: rotate(90deg);
}
*/

#about .about-image-container .image-about img {
  max-width: 100% !important;
  margin-bottom: 10px;
  border: 2px solid #000000;
}

.box-service .title-service h4 {
  font-weight: 500;
}

.services .box-service:hover .image-service img {
  box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
  transition: all 0.3s ease;
}

a:hover,
.box-service:hover {
  transition: all 0.3s ease;
}

.header-container a {
  color: #b88519;
  text-decoration: none;
  font-style: italic;
}

#structural-gis-database-middle-east-mm2 h2 {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #5f5f5f;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #5f5f5f;
}

::-webkit-scrollbar-thumb:active {
  background: #5f5f5f;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

@media all and (max-width: 1750px) {
  .services-list>li {
    margin-bottom: 2.5%;
  }
}

@media all and (max-width: 1540px) {
  .services-list>li {
    margin-bottom: 2%;
  }
}

@media all and (max-width: 1280px),
all and (max-height: 720px) {
  html,
  body {
    width: 1280px;
    height: 720px;
    overflow: visible;
  }
  .home-content {
    width: 1280px !important;
  }
  .sidebar {
    width: 200px;
    height: 720px;
  }
  .sidebar .menu-main-container .sub-menu {
    left: 200px;
  }
  .main-content {
    width: 1080px;
    height: 720px;
  }
  ul#menu-main {
    font-size: 14px;
    padding: 0px;
  }
  ul#menu-main>li>a,
  ul#menu-main>li>a:hover,
  ul#menu-main>li>a:visited,
  ul#menu-main>li>a:active,
  ul#menu-main>li>a:focus {
    margin: 15px 0px;
  }
  .sidebar-footer {
    padding: 15px 0px;
    font-size: 10px;
  }
  .about-image-container {
    margin: 0 auto;
  }
  h1.main-title {
    font-size: 20px;
    margin: 15px auto 8%;
  }
  h1.regional-title {
    margin: 15px auto 3%;
  }
  .services-list>li {
    margin-bottom: 22px;
    font-size: 12px;
  }
  .services-list>li b {
    font-size: 14px;
  }
  .logo img {
    max-width: 95%;
  }
  .contact-bg {
    background-position: center 105%;
  }
  .entry {
    font-size: 14px
  }
  h1.main-title:before {
    width: 3px;
  }
}

@media all and (min-width:1281px) {
  .iconMenu img {
    max-width: 20px;
  }
  #menu-main>li>a, .intro-clients a {
    font-size: 20px;
  }
}

@media all and (max-width:1280px) {
  .iconMenu img {
    max-width: 16px;
  }
  .iconMenu {
    margin-top: -38px;
  }
  #menu-main>li>a, .intro-clients a {
    font-size: 16px;
  }
}

h1.main-title {
  font-size: 22px;
}

@media all and (max-width: 1300px) {
  .sidebar {
    height: 100vh;
  }
  .main-content {
    height: 100vh;
  }
}

@media all and (max-width: 1580px) {
  .services-container .entry {
    top: -230px;
    min-width: 1300px;
  }
}

@media (max-width: 1280px), (max-height: 720px) {
     .services-container .entry {
         top: -209px;
         min-width: 1300px;
    }
     .sidebar-footer{
        padding:15px !important;
    }
}

@media all and (max-width: 1280px), all and (max-height: 720px) {
   .iconMenu .fas{
      font-size:20px;
   }
   .sidebar .menu-main-container ul li a {
      padding: 5px 30px 5px 20px;
   }
   #borehole-images .image-about img {
      max-width: 500px;
   }
   #borehole-images .col-60 {
      padding: 0;
   }
   .services-borehole-2 h3{
      font-size:16px;
   }
   #classroom-training-field-courses .image-about img{
      max-width:350px;
      margin:0;
      position:relative;
      left:-100px;
   }
   #classroom-training-field-courses .services-classroom-1 img{
      max-width:350px;
      margin:0;
      position:relative;
      left:130px;
      top:-70px 
   }
   #classroom-training-field-courses .services-classroom-2 img{
      max-width:350px;
      margin:0;
      position:relative;
      left:370px;
      top:-120px 
   }
   #geosteering-well-placement-support .image-about h3{
      text-align:center;
   }
   #geosteering-well-placement-support .about-entry, .services-geosteering-0, .services-structural-giz-0, .services-flow-0, .services-flow-4, .services-integrated-0, .services-integrated-3{
      margin-top:50px
   }
   #geosteering-well-placement-support .about-entry h3, .services-geosteering-0 h3, #geosteering-well-placement-support .image-about h3, .services-structural-giz-0 h3, #structural-gis-database-middle-east-mm2 h2, #flow-heterogenety .image-about h2, .services-flow-0 h3, .services-flow-4 h3, .services-integrated-0 h3, .services-integrated-3 h3, .services-integrated-2 h3, .services-integrated-1 h3{
      font-size:16px;
      text-align:center;
   }
   #structural-gis-database-middle-east-mm2 h2 , #flow-heterogenety .image-about h2, .services-flow-4 h3, .services-integrated-1 h3{
      margin-bottom:10px;
   }
   #reservoir-engineering-services .image-about img {
      max-width: 300px;
   }
   #reservoir-engineering-services .image-about h3 {
      text-align: center;
   }
   .services a {
      font-weight: 600;
   }
   .header-container, .main-header-container{
      height:122px !important;
   }
   .bg-gray {
      background-color: #eeeeee;
   }
   .menu-item a{
      cursor:pointer !important;
   }
   .image-about {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
   }
   #reservoir-engineering-services .wp-caption-text {
      text-align: left;
   }
   #integrated-studies .col-40{
      padding:0;
   }
   .services-integrated-1 {
      position: relative;
      top: -50px;
      left: -25px;
   }
   #integrated-studies .about-image-container img {
      max-width: 100%;
      width: 100%;
   }
   .main-content{
      overflow:auto;
   }
   .box-service .title-service h4 {
      font-weight: 500;
      color: #000;
   }
   .services a:hover h4 {
      color: #b98719;
      transition: all 0.3s ease;
   }
   .bg-gray{
      background-color:#eeeeee;
   }
   #classroom-training-field-courses .image-about img {
      max-width: 300px;
      margin: 0;
   }
   #classroom-training-field-courses .services-classroom-1 img {
      max-width: 300px;
      position: relative;
      top: -50px;
      left:120px 
   }
   #classroom-training-field-courses .services-classroom-2 img {
      max-width: 300px;
      position: relative;
      top: -90px;
      left:340px 
   }
   #classroom-training-field-courses .about-image-container {
      margin: 15px auto;
   }
   #geosteering-well-placement-support h3, .services-integrated-0 h3, .services-integrated-1 h3, .services-integrated-2 h3, .services-integrated-3 h3, .services-flow-4 h3, .services-flow-0 h3, #flow-heterogenety h2{
      text-align:center;
      font-size: 15px !important;
   }
   #flow-heterogenety h3, #flow-heterogenety h2, #reservoir-engineering-services h3, .subtitle-service, #geosteering-well-placement-support h3, #integrated-studies h3 {
      text-align: center;
      font-size: 15px 
   }
   #integrated-studies .col-40 {
      padding: 0;
   }
   .services-integrated-3 {
      margin-top: 40px;
   }
   #geosteering-well-placement-support .entry.about-entry, .services-geosteering-0, .services-integrated-0 , .services-flow-4, .services-flow-0{
      padding-top: 30px;
   }
   p.wp-caption-text {
      text-align: left;
   }
   .services-geosteering-0{
      margin-top:50px;
   }
   .services-integrated-3{
      display:none;
   }
   #integrated-studies .row.main-section-container .col-50.about-image-container .row{
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   #geosteering-well-placement-support .entry.about-entry img {
      max-width: 87%;
   }
   .listAbout {
      margin: 30px 0;
      font-family: sans-serif;
      font-weight: bold;
      color: #000000;
   }
   #about .about-image-container .image-about img {
      margin-bottom: 15px;
   }
   .listAbout h2 {
      margin-bottom: 20px;
      font-size:20px;
   }
}

.box-service .title-service h4 {
  font-weight: 500;
  color: #000;
}

.services a:hover h4 {
  color: #b98719;
  transition: all 0.3s ease;
}

.bg-gray {
  background-color: #eeeeee;
}

#classroom-training-field-courses .image-about img {
  max-width: 300px;
  margin: 0;
}

#classroom-training-field-courses .services-classroom-1 img {
  max-width: 300px;
  position: relative;
  top: -50px;
  left: 120px
}

#classroom-training-field-courses .services-classroom-2 img {
  max-width: 300px;
  position: relative;
  top: -90px;
  left: 340px
}

#classroom-training-field-courses .about-image-container {
  margin: 15px auto;
}

#geosteering-well-placement-support h3,
.services-integrated-0 h3,
.services-integrated-1 h3,
.services-integrated-2 h3,
.services-integrated-3 h3,
.services-flow-4 h3,
.services-flow-0 h3,
#flow-heterogenety h2 {
  text-align: center;
  font-size: 15px !important;
}

#flow-heterogenety h3,
#flow-heterogenety h2,
#reservoir-engineering-services h3,
.subtitle-service,
#geosteering-well-placement-support h3,
#integrated-studies h3 {
  text-align: center;
  font-size: 15px
}

#integrated-studies .col-40 {
  padding: 0;
}

.services-integrated-3 {
  margin-top: 40px;
}

#geosteering-well-placement-support .entry.about-entry,
.services-geosteering-0,
.services-integrated-0,
.services-flow-4,
.services-flow-0 {
  padding-top: 30px;
}

p.wp-caption-text {
  text-align: left;
}

.services-geosteering-0 {
  margin-top: 50px;
}

.services-integrated-3 {
  display: none;
}

#integrated-studies .row.main-section-container .col-50.about-image-container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#geosteering-well-placement-support .entry.about-entry img {
  max-width: 87%;
}

.listAbout {
  margin: 30px 0;
  font-family: sans-serif;
  font-weight: bold;
  color: #000000;
}

#about .about-image-container .image-about img {
  margin-bottom: 15px;
}

.listAbout h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

.services-box {
  padding: 15px 0;
}

.services-box-parent {
  position: relative;
}

.services-box-child {
  position: absolute;
  left: 120px;
  top: 120px;
}

.images-services,
.desc-services {
  float: left;
}

.bordered {
  border: 1px solid #000000;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desc-services {
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  max-width: 500px;
}

.services-box-parent,
.services-box-child {
  width: 100%;
  min-width: 1200px;
}

.services-box a {
  text-decoration: none;
  color: #000000;
}

.services-box a:hover {
  transition: all 0.3s ease;
}

.services-box a:hover {
  color: #b98719;
}

.services-box a:hover .images-services img {
  box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
  transition: all 0.3s ease;
}

.services-content img {
  background: #ffffff;
}

.services-box {
  padding: 0;
  position: relative;
  top: -37px;
}

.services-box-parent>.services-box-child {
  margin-top: -25px;
}

@media all and (min-width: 1441px) {
  .services-box {
    top: -7px;
  }
  .desc-services {
    max-width: 250px;
    font-size: 12px;
  }
}

@media all and (max-width: 1440px) {
  .services-box {
    top: -12px;
  }
  .desc-services {
    max-width: 250px;
  }
}

@media all and (max-width: 1280px) {
  .services-box {
    top: 10px;
  }
  .desc-services {
    max-width: 200px;
    font-size: 12px;
  }
}

@media all and (min-width: 1920px) {
  .services-box {
    top: -29px;
  }
  .desc-services {
    max-width: 250px;
    font-size: 12px;
  }
}

.services-homepage-section {
  padding: 25px;
  width: 81.7vw;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.services-homepage-section .slide .images,
.services-homepage-section .slide .desc {
  width: 50%;
  float: left;
  padding: 30px 15px;
}

.services-homepage-section .middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-homepage-section .slide h4 {
  font-weight: 600;
  font-size: 16px;
}

.services-homepage-section .slide a {
  color: #242424;
  text-decoration: none;
}

.services-homepage-section .slide a:hover h4 {
  color: #b98719;
  transition: all 0.3s ease;
}

.services-homepage-section .slide a:hover img {
  box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.3);
  transition: all 0.3s ease;
}


/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.title-services-homepage {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #242424;
}

.title-services-homepage span {
  color: #b8851b
}

.slide .images.bordered {
  border: none;
}

.slide .images.bordered img {
  border: 2px solid #000000;
}

@media (max-width: 1366px) {
  .services-box {
    top: 16px;
  }
}

::-webkit-scrollbar-thumb {
  background: #b4b4b4;
}

::-webkit-scrollbar-thumb:hover {
  background: #b4b4b4;
}

::-webkit-scrollbar-thumb:active {
  background: #b4b4b4;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

@media all and (min-width: 1680px) {
  .services-borehole-2 {
    top: 0 !important;
  }
}

.listAbout ul li {
  background: url("/wp-content/uploads/2019/05/arrow-black-list.png") no-repeat 20px 10px;
  line-height: 22px;
  list-style: none;
  margin-left: -20px;
  padding: 10px 0 0 50px;
  margin-top: 15px;
  font-size: 18px;
}

.entry p.mb10 {
  margin-bottom: 10px;
}

.sidebar-header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background: #000;
}

.line {
  border-top: 2px solid #b98719;
  margin: 0 0 15% 0;
}

.sidebar-header .logo-image img,
.sidebar-header .tagline h3 {
  font-size: 22px;
}

.sidebar-header .logo-image,
.sidebar-header .tagline {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
  font-style: italic;
}

.main-menu-container {
  height: auto;
}

.sidebar-footer {
  position: absolute;
  bottom: 0;
}

.services-content>a {
  color: #000000 !important;
}

.services-content>a:hover {
  color: #b98719 !important;
}

#publication, #contact-us {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.services h3 {
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
}

.slide .images.bordered img {
    background:#fff;
}

.intro-clients a {
   color: #b98719;
   text-decoration: none;
   text-transform: uppercase;
   font-weight:500;

}

.intro-clients {
   text-align: center;
   position: absolute;
   bottom: 50px;
   padding:10px 25px;
}

.entry p, .listAbout li{font-size:18px;}
.intro-clients{bottom:20%;}

@media(max-width:1366px){
  .intro-clients{bottom:50px;}
}

@media (max-width: 1280px), (max-height: 720px){
  .main-content.home-content {
    margin-left:180px;
  }
  .intro-clients{
    bottom: 11%;
  }
  .intro-clients a {
    font-size: 16px;
  }
  .sidebar-header .logo-image img, .sidebar-header .tagline h3 , #menu-main>li>a, .intro-clients a {
    font-size: 16px;
  }
  .iconMenu img {
      top: -8px;
      position: relative;
      max-width: 18px;
  }
}