@import url('https://fonts.googleapis.com/css2?family=Khula:wght@400;600;700&display=swap');
*,
*::before, *::after {box-sizing: border-box;}
body {
  background: #444444;
  color: #606060;
  font: normal 400 16px/1.5 'Khula', sans-serif;
  margin: 0;
}
a {
  color: #0D7CBF;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0D7CBF;
  text-decoration: underline;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
ol:lang(ar), ul:lang(ar) {padding: 0 1.25em 0 0;	}
p {
  margin: 1em 0;
  padding: 0;
}
.contain {
  margin: 0 auto;
  width: 1200px;
}
.fill {
  min-width: 1200px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
/* header */
header {display: block;}
#epLang {
  background: #0D7CBF;
  display: flex;
  font-size:13px;
  justify-content:space-between;
  padding:13px 10px 5px;
}
#epLang a {color:#fff;	}
header .flex {
  background: #0D7CBF;
  /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);*/
  display: flex;
  justify-content: space-between;
  padding: 20px 110px;
}
.logo-container {
  display: flex;
  align-items: center;
}
a.logo {
  background: url("logo1.png") left center / contain no-repeat;
  display: block;
  height: 80px;
  width: 137px;
  margin-right: 16px;
  border-right: 1px solid white;
}
a.logo:lang(ar) {
  background-position:right center;
  border-left: 1px solid white;
  border-right: none; 
  margin-left: 16px;  
  margin-right: 0;
}
.navex-logo {
  background: url("https://secure.ethicspoint.com/domain/media/shared/nglogoWhite.svg") left center / contain no-repeat;
  width: 133px;
  height: 30px;
  display: block;
}
nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: #FFF;
  border: 2px solid transparent;
  border-radius: 10px;
  display: inline-block;
  font: normal 600 16px/25px 'Khula', sans-serif;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
}
nav a:hover,
nav a:focus {
  color: #FFF;
  border-color: #FFF;
  text-decoration: none;
}
#epAttention {
  background: #0D7CBF;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
/* content */
main {
  background: #FFF;
  display: block;
  padding: 30px 100px 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 77px 10px 0;
  width: 38%;
}
h1 {
  color: #0d7cbf;
  font: normal 600 40px 'Khula', sans-serif;
  padding: 0;
  margin-bottom: 0;
}
h2 {
  font: normal 600 40px 'Khula', sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Khula', sans-serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}
#epPhone .United.Arab.Emirates{font-size: 13px;}
#epPhone .United.Arab.Emirates:lang(ru), #epPhone .United.Arab.Emirates:lang(vi), #epPhone .United.Arab.Emirates:lang(te){font-size: 12px;}
#epPhone .Macedonia{font-size: 14px;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
select {
  font: normal 400 14px 'Khula', sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #0D7CBF;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
}
button:hover,
button:focus {
  background: #333;
  color: #fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {
  background: #ddd;
}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 'Khula', sans-serif;}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  color: #0000ff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #008000;}
#epIssues .name {font: normal 700 14px/20px 'Khula', sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  background: #0D7CBF;
  color: #FFF;
  font-size: 12px;
  padding: 20px 0;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 100px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 100px;
}
footer .line2 a {color: #FFF;}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}