/* here you can put your own css to customize and override the theme */


/* Overlay */
.bg-dark-40:before {
  position:absolute;
  height:100%;
  width:100%;
  z-index:-1;
  background:rgba(34, 34, 34, 0.4);
  content:"";
  left:0;
  top:0;
}

/* Overlay */
.tbg-dark:before {
  position:absolute;
  height:380px;
  width:100%;
  z-index:1;
  background:rgba(34, 34, 34, 0.2);
  content:"";
  left:0;
  top:0;
}

.header-navigation a:hover {
  opacity: 0.6;
}

/* Colors */
.color-blue {
	color: #64aed9;
}

.title-background {
  height: 380px;
  background-size: cover !important;
  background-position: center !important;
}

.title-background .title-v1 {
  font-size: 50px;
  font-weight: 600;
  font-family: 'Oswald',sans-serif;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  text-shadow: 1px 1px 1px black;
}

.title-background .center-block {
  position: relative;
  z-index: 2;
}

/*------------------------------------------------------------------
    [Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: transparent;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
}

.btn-base-bg {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: #63cbd7;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
}

.main-content {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* Promo Block */
.promo-block {
  position: relative;
}

/* About us block */
.about-block {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-block .container .row {
  margin: 0;
}
.about-block h4 a {
  color: #1ea9e3;
}

.about-block .counter .counter-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5em;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 30px;
}
.about-block .counter .counter-title p {
  margin: 0;
}
.about-block .counter .counter-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8em;
  color: #000066;
}
.about-block .counter .counter-number h1 {
  font: 600 80px 'Rajdhani',sans-serif;
  margin: 0;
}
.about-block .counter .counter-number h1:after {
  padding-top: 0;
  border-bottom: none;
  width: none;
}
.about-block .counter .counter-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-block .counter .counter-content h6 {
  margin: 0;
  padding: 0;
}

.about-block .box-half {
  padding: 0;
}

.about-block .about-content {
	background: url(../../../img/about-bg.jpg) no-repeat;
	height: 650px;
	background-size: cover;
	background-position: 50% 90%;
  text-align: left;
  padding: 10px;
}

.about-content .content-img {
  display: block;
  vertical-align: top;
  margin: 20px 20px 0 130px;
  width: 20%;
}
.about-content .content-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 70px;
  letter-spacing: 2px;
}
.about-content .content-text h4 {
  margin-bottom: 15px;
}
.about-content .content-text ul {
  list-style: none;
  color: #000;
  padding: 0 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Oswald',sans-serif;
}
.about-content .content-text li .fa {
  margin-right: 12px;
}
.about-content .content-text li.headquaters:hover {
  font-weight: bold;
  color: #fb0100;
}
.about-content .content-text li.regional:hover {
  font-weight: bold;
  color: #fe9600;
}
.about-content .content-text li.associates:hover {
  font-weight: bold;
  color: #26c601;
}

.about-content .content-location {
  color: #000;
}
.about-content .content-location .location {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-content .content-location .location:hover {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.about-content .content-location .fa {
  margin-right: 10px;
}
.about-content .content-location .location {
  position: absolute;
}

.hover {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.about-content .headquaters .fa {
  color: #fb0100;
}
.about-content .regional .fa {
  color: #fe9600;
}
.about-content .associates .fa {
  color: #26c601;
}


.about-content h4 {
	color: #000;
	font: 600 18px 'Oswald',sans-serif;
	text-align: center;
}
.about-block .panel-default {
  border-radius: 0 !important;
  border: 1px solid rgba(0,0,0,0.05);
  background: none;
  margin-bottom: 1rem;
  padding: 1.5rem;
}
.about-block .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.about-block .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 2rem 0 0 32px;
}
.about-block .panel-collapse .panel-body h6 {
	font: 600 16px 'Oswald',sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
}
.about-block .panel-collapse .panel-body p {
	text-align: justify;
}
.about-block .panel-collapse .panel-body ul li {
	margin-top: 15px;
}
.about-block .panel-collapse .panel-body ul li strong {
  font-family: 'Oswald',sans-serif;
}
.about-block .panel-default h5 {
  font: 500 18px 'Oswald',sans-serif;
  padding: 0;
  margin: 0;
}
.about-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #e54a1a url(../img/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.about-block .panel-default .collapsed:before {
  background: #495764 url(../img/toggle-icons.png) no-repeat 6px -148px;
}
.about-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}
.about-block .panel-default .accordion-toggle, .about-block .panel-default .accordion-toggle:focus, .about-block .panel-default .accordion-toggle:hover, .about-block .panel-default .accordion-toggle:active {
  color: #000066;
  text-decoration: none;
}
.about-block .panel-default .collapsed {
  color: #5f6f7e;
}

/* About Map & Legend */

.map-height {
  height: 400px;
}

#legend {
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 0 10px;
  margin: 20px 80px;
  border: 3px solid rgba(34,34,34, 0.4);
}

#legend img {
  height: 20px;
  margin-right: 15px;
}


/* Services Block */

.services-block {
	background: #BEE5F9;
  padding-top: 90px;
}

.services-block ul {
	text-align: left;
}
.services-block .item h3 {
	margin-bottom: 25px;
  color: #fff;
	background-color: #5f6f7e;
  padding: 8px 0;
}
.services-block .item li {
	margin-bottom: 5px;
}

/* mcns block */

.mcns-block .container {
  width: 100%;
  padding: 0;
}
.mcns-block .row {
  padding: 0;
  margin: 0;
}
.mcns-block h4 {
  margin-bottom: 35px;
}
.mcns-block h4 a {
  color: #1ea9e3;
}

.mcns-block .box-one-third {
  padding: 80px 80px;
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  z-index: -999;
}
.mcns-block .box-one-third.light-color-bg {
  background-color: rgb(245, 245, 245);
}

.mcns-block .box-one-third .box-title {
  color: #000066;
  text-align: left;
  margin-bottom: 20px;
  font: 600 22px 'Oswald',sans-serif;
  letter-spacing: 1.6px;
  line-height: 1em;
}
.mcns-block .box-one-third .box-title > span {
  display: block;
  font: 600 65px 'Oswald',sans-serif;
  line-height: 1.2em;
  
}
.mcns-block .box-one-third .box-body {
  text-align: justify;
  font: 400 15px 'Open Sans',sans-serif;
  line-height: 1.5em;
}
.mcns-block .box-two-third {
  padding: 0;
  height: 100%;
}
.mcns-block .box-two-third img {
  width: 100%;
  height: 545px;
}
.mcns-block .box-two-third .fill {
  width: 100%;
  min-height: 200px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.consulting-block .box-one-third {
  padding: 80px 80px;
  background-color: rgba(255, 255, 255, 1);
  height: auto;
  z-index: -999;
}
.consulting-block .box-one-third.light-color-bg {
  background-color: rgb(245, 245, 245);
}

.consulting-block .box-one-third .box-title {
  color: #000066;
  text-align: left;
  margin-bottom: 20px;
  font: 600 22px 'Oswald',sans-serif;
  letter-spacing: 1.6px;
  line-height: 1em;
}
.consulting-block .box-one-third .box-title > span {
  display: block;
  font: 600 65px 'Oswald',sans-serif;
  line-height: 1.2em;
  
}
.consulting-block .box-one-third .box-body {
  text-align: justify;
  font: 400 15px 'Open Sans',sans-serif;
  line-height: 1.5em;
}
.consulting-block .box-two-third {
  padding: 0;
  height: 100%;
}
.consulting-block .box-two-third img {
  width: 100%;
  height: 545px;
}
.consulting-block .box-two-third .fill {
  width: 100%;
  min-height: 200px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.consulting-block .fill, .engineering-block .fill {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.engineering-block .box-one-third {
  padding: 80px 80px;
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  z-index: -999;
}
.engineering-block .box-one-third.light-color-bg {
  background-color: rgb(245, 245, 245);
}

.engineering-block .box-one-third .box-title {
  color: #000066;
  text-align: left;
  margin-bottom: 20px;
  font: 600 22px 'Oswald',sans-serif;
  letter-spacing: 1.6px;
  line-height: 1em;
}
.engineering-block .box-one-third .box-title > span {
  display: block;
  font: 600 65px 'Oswald',sans-serif;
  line-height: 1.2em;
  
}
.engineering-block .box-one-third .box-body {
  text-align: justify;
  font: 400 15px 'Open Sans',sans-serif;
  line-height: 1.5em;
}
.engineering-block .box-two-third {
  padding: 0;
  height: 100%;
}
.engineering-block .box-two-third img {
  width: 100%;
  height: 545px;
}
.engineering-block .box-two-third .fill {
  width: 100%;
  min-height: 200px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* msbt block */

.msbt-block {
  padding-top: 90px;
  padding-bottom: 90px;
  background: rgb(245, 245, 245);
}
.msbt-block .container {
  width: 100%;
  padding: 0;
}
.msbt-block .row {
  padding: 0;
  margin: 0;
}
.msbt-block h4 {
  margin-bottom: 90px;
  padding-left: 80px;
  padding-right: 80px;
}

.msbt-block .box-half {
  padding: 0;
}
.msbt-block .box-half .fill {
  width: 100%;
  min-height: 400px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.msbt-block .box-half-2 {
  padding-top: 20px;
  padding-left: 50px;
}

/* pmec block */

.pmec-block {
  color: #fff;
  padding-top: 90px;
  position: relative;
  background: url(../../../img/pmec-bg1.jpg) no-repeat fixed;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.pmec-block .row {
  padding: 50px;
  margin: 0;
}
.pmec-block h4 {
  margin-bottom: 35px;
}
.pmec-block ul {
	padding-top: 10px;
}
.pmec-block li {
	padding-bottom: 5px;
}

.pmec-block .text-bg {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

/* vts-tech block */

.vts-tech-block .container {
  width: 100%;
  padding: 0;
}
.vts-tech-block .row {
  padding: 0;
  margin: 0;
}
.vts-tech-block h4 {
  margin-bottom: 35px;
}
.vts-tech-block .box-half {
  padding: 0;
}
.vts-tech-block .box-half .fill {
  width: 100%;
  height: 560px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.vts-tech-block .box-half-2 {
  padding: 40px;
}
.vts-tech-block ul {
	padding-top: 10px;
}
.vts-tech-block li {
	padding-bottom: 5px;
}


/* CSR block */
.csr-block {
  /*background: #f6f6f6;*/
  padding-top: 90px;
  padding-bottom: 90px;
}
.csr-block .row {
  padding: 0;
  margin: 0;
}
.csr-block ul {
	padding-top: 10px;
}
.csr-block li {
	padding-bottom: 5px;
}
.csr-block .item {
  position: relative;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
.csr-block .item .item-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	position: relative;
  height: 218px;
  overflow: hidden;
}
.csr-block .item .item-container img {
  max-width: 120%;
}
.csr-block .item .item-container .valign-center-elem {
	margin-top: 60px;
}
.csr-block .item .item-container > a {
  background: rgba(100, 174, 217, 0.85);
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;

  color: #fff;
}
.csr-block .item:hover .item-container > a {
  bottom: 0;
}
.csr-block .item > .item-container a:hover {
  text-decoration: none;
}
.ie8 .csr-block .item .item-container > a {
  background: #e54a1a;
}

.csr-block .item .item-container strong {
  font: 500 20px/1.2 'Oswald',sans-serif;
  display: block;
  margin-bottom: 4px;
}
.csr-block .item .item-container em {
  font: 300 15px 'Oswald',sans-serif;
  display: block;
  margin-bottom: 10px;
}
.csr-block .item .item-container b {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  border: solid 1px #fff;
  padding: 8px 15px 7px;
}
.csr-block .item .item-container b:hover {
  background: #fff;
  color: #E85425;
  border-color: #fff;
}

.csr-block .item .item-container .fancybox-video {
  display: none;
}

.video-fluid {
  width: 800px;
  height: auto;
}

/* HSSE block */
.hsse-block {
  padding-top: 90px;
  padding-bottom: 90px;
}

.hsse-block .hsse-list li {
  position: relative;
  list-style: none;
  margin-top: 15px;
}

.hsse-block .hsse-list li .fa {
  position: absolute;
  left: -2.5rem;
  top: 3px;
}

.hsse-block .panel-default {
  border-radius: 0 !important;
  border: 1px solid rgba(0,0,0,0.05);
  background: none;
  margin-bottom: 1rem;
  padding: 1.5rem;
  padding-right: 4rem;
}
.hsse-block .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.hsse-block .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 2rem 0 0 32px;
}
.hsse-block .panel-collapse .panel-body h6 {
  font: 600 16px 'Oswald',sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
}
.hsse-block .panel-collapse .panel-body p {
  text-align: justify;
}
.hsse-block .panel-collapse .panel-body ul li {
  position: relative;
  list-style: none;
  margin-top: 15px;
}
.hsse-block .panel-collapse .panel-body ul li strong {
  font-family: 'Oswald',sans-serif;
}
.hsse-block .panel-collapse .panel-body ul li .fa {
  position: absolute;
  left: -2.5rem;
  top: 3px;
}
.hsse-block .panel-default h5 {
  font: 500 18px 'Oswald',sans-serif;
  padding: 0;
  margin: 0;
}
.hsse-block .panel-default .accordion-toggle:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: transparent url(../img/anchor-hs.png) no-repeat;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.hsse-block .panel-default .collapsed:before {
  color: #000066;
}
.hsse-block .panel-default .panel-title:hover .collapsed:before {
  color: #000066;
}
.hsse-block .panel-default .accordion-toggle, .hsse-block .panel-default .accordion-toggle:focus, .hsse-block .panel-default .accordion-toggle:hover, .hsse-block .panel-default .accordion-toggle:active {
  color: #000066;
  text-decoration: none;
}
.hsse-block .panel-default .collapsed {
  color: #5f6f7e;
}

/* Contact block */

.contact-block {
  background: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact-block h2 {
  margin-bottom: 40px;
}

.contact-block .form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

textarea.form-control {
  height: auto !important;
}

.contact-block input, .contact-block textarea {
  margin-bottom: 20px;
}
.contact-block .btn {
  padding: 12px 25px;
  border: 2px solid #929292;
  border-radius: 5px !important;
}
.contact-block .btn:hover, .contact-block .btn:focus {
  border-color: #333;
  background-color: #fff;
}

.contact-block .fa {
  margin-right: 10px;
}

.contact-block li > span {
  margin-left: 25px;
}

.contact-block iframe {
  width: 100%;
  margin-bottom: 20px;
}

.contact-block li {
  margin-bottom: 15px;
  margin-left: -40px;
  list-style: none;
}

.contact-block address {
  line-height: 1.7;
  margin-left: 27px;
}

.privacy-policy h4 {
  font-weight: 600;
  margin-top: 25px;
}
.privacy-policy li, .terms-of-use li {
  margin-bottom: 10px;
}

/***
Pre-Footer and pre-footer elements
***/

.pre-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pre-footer .content a {
  margin-right: 15px;
}

.pre-footer .fa {
	margin-right: 10px;
}

.pre-footer li > span {
	margin-left: 25px;
}

.pre-footer-col iframe {
	width: 100%;
}

/* Flexbox */

.range .row-md {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.range-condensed {
    padding-left: 0;
    padding-right: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}
.mydropdown {
  width: 100%;
  min-width: 240px;
}
.mydropdown li {
  margin: 0 20px;
  width: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #001d79;
}
.mydropdown li a {
  color: #001d79;
  text-shadow: none;
  padding: 5px 0px;
}
.mydropdown li a:hover {
  color: #01269d;
  background: transparent;
}
.mydropdown li:last-child {
  border:none;
}

.whistleblowing {
  position: absolute;
  top: 25px;
  right: -120px;
}
@media (max-width: 1024px) {
  .whistleblowing {
    display: none;
  }
}
@media (max-width: 1200px) {
  .whistleblowing {
    top: 20px;
    right: 10px;
  }
}
@media (max-width: 1400px) {
  .whistleblowing {
    top: 20px;
    right: -70px;
  }
  .whistleblowing img {
    width: 60px;
  }
}

.gterms-nav {
  font-size: 13px;
  font-weight: bold;
}
.gterms-nav .mylabel {
  width: 22px;
  height: 22px;
  /* border-radius: 10px;
  background-color: #fff; */
  background: url('../../../img/circle-label.png') no-repeat;
  background-size: contain;
  color: #001d79;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  margin-right: 5px;
  float: left;
}
.gterms-nav .gterms-nav-box {
  display: inline-block;
  margin: 5px 7px;
}
.gterms-nav .gterms-nav-box a {
  color: #fff;
}

.wblow-nav {
  font-size: 20px;
  font-weight: bold;
}
.wblow-nav .mylabel {
  width: 36px;
  height: 36px;
  /* border-radius: 10px;
  background-color: #fff; */
  background: url('../../../img/circle-label.png') no-repeat;
  background-size: contain;
  color: #001d79;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.wblow-nav .wblow-nav-box {
  display: inline-block;
  margin: 5px 7px;
  width: 30%;
}
.wblow-nav .wblow-nav-box a {
  color: #fff;
}