@font-face {
  font-family: 'source_sans_pro';
  src: url('/fonts/sourcesanspro-bold-webfont.woff2') format('woff2'), url('/fonts/sourcesanspro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url('/fonts/sourcesanspro-bolditalic-webfont.woff2') format('woff2'), url('/fonts/sourcesanspro-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url('/fonts/sourcesanspro-semibolditalic-webfont.woff2') format('woff2'), url('/fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url('/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('/fonts/sourcesanspro-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('/fonts/sourcesanspro-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* css Reset */
* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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,
img,
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,
select,
input,
option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
:focus {
  outline: 0;
}
ul {
  list-style: none;
}
ul li {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
a {
  text-decoration: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
img {
  border: 0 none;
  max-width: 100%;
}
a {
  outline: none;
  cursor: pointer;
}
.none {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 1px dotted transparent;
}
header,
section,
footer {
  margin: 0;
}
.preloader {
  display: none;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
/* body style */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'source_sans_pro';
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
/* container style */
.body-wrapper {
  width: 100%;
}
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
::-webkit-scrollbar {
  width: 0px;
  overflow: hidden;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.work-content-with-us-detail .work-content-form-detail ::placeholder {
  color: #BEBDBD !important;
}
.row {
  margin-left: 0!important;
  margin-right: 0!important;
}
.letter-spacing {
  letter-spacing: 1.2px;
}
input {
  border-radius: 0;
}
a {
  color: #000000;
}
.grey-bg {
  background-color: #F5F5F5;
}
.mt-80 {
  margin-top: 80px;
}
.pall-21-24 {
  padding: 15px 24px;
}
.p-all-24-40 {
  padding: 24px 24px 24px 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pr-32 {
  padding-right: 32px;
}
.pb-30 {
  padding-bottom: 30px;
}
.plr-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.pl-80 {
  padding-left: 80px;
}
.pt-72 {
  padding-top: 72px;
}
.pt-18 {
  padding-top: 18px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-50 {
  padding-bottom: 50px;
}
.p-all-8-12 {
  padding: 5px 12px 6px;
}
.yellow {
  background-color: #FFED00;
}
.dark-green {
  background-color: #025A57;
}
.light-green {
  background-color: #008E8B;
}
.yellow-text {
  color: #FFED00;
}
.yellow-text-bg {
  background-color: #FFED00;
}
.yellow-btn {
  border: 3px solid #FFED00;
  color: #FFED00;
  padding: 15px 24px;
}
.tomato {
  background-color: #BA3321;
}
.peas {
  background-color: #81B90B;
}
.green-pepper {
  background-color: #00613A;
}
.sky-blue {
  color: #00ADAA;
}
.sky-blue-light-bg {
  background-color: #C6FFEB;
}
.sky-blue-light-text {
  color: #C6FFEB;
}
.sky-blue--bg {
  background-color: #10C1BE;
}
.focuscolor1 {
  color: #00ADAA;
}
.focuscolor2 {
  color: #008E8B;
}
.focuscolor3 {
  color: #025A57;
}
.focuscolor4 {
  color: #10C1BE;
}
.mtop-2 {
  margin-top: -4px;
}
.mb-86 {
  margin-bottom: 86px;
}
.mb-53 {
  margin-bottom: 53px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-95 {
  margin-top: 95px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-37 {
  margin-bottom: 37px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mt-121 {
  margin-top: 121px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-12 {
  margin-top: 12px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-28 {
  line-height: 28px;
}
.work-content-with-us-detail p.mt-64 {
  margin-top: 40px;
}
.plr-32 {
  padding-left: 32px!important;
  padding-right: 32px!important;
}
@media only screen and (max-width: 1179px) {
  .plr-32 {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}
@media only screen and (max-width: 992px) {
  .plr-32 {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
.height {
  height: 200px;
  overflow: hidden;
}
.grey-text {
  color: #00140C;
}
.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.bg-white-opacity:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
.bg-white-opacity:hover a {
  color: #000000 !important;
}
.grey-light-bg {
  background-color: #f5f5f5;
}
.pt-80 {
  padding-top: 80px;
}
.pb-55 {
  padding-bottom: 55px;
}
.fs-70 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1179px) {
  .fs-70 {
    font-size: 46px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1023px) {
  .fs-70 {
    padding: 0 15px;
    max-width: 768px;
  }
}
.fs-68 {
  font-size: 68px;
  line-height: 81px;
  font-weight: 600;
}
@media only screen and (max-width: 1169px) {
  .fs-68 {
    font-size: 36px;
    line-height: 44px;
  }
}
.fs-58 {
  font-size: 58px;
  line-height: 73px;
  font-weight: 600;
}
@media only screen and (max-width: 1169px) {
  .fs-58 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 992px) {
  .fs-58 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-58 {
    font-size: 38px;
    line-height: 47px;
  }
}
.fs-48 {
  font-size: 48px;
  line-height: 61px;
  font-weight: 600;
}
@media only screen and (max-width: 1169px) {
  .fs-48 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 992px) {
  .fs-48 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-48 {
    font-size: 30px;
    line-height: 38px;
  }
}
.fs-40 {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 992px) {
  .fs-40 {
    font-size: 28px;
    line-height: 38px;
  }
}
.fs-32 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .fs-32 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1169px) {
  .fs-32 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .fs-32 {
    font-size: 24px;
    line-height: 30px;
  }
}
.homepagecontent p {
    margin-bottom:1.5rem;
}
.working-differently-top-detail p {
    margin-bottom: 0.5rem;
}
.homepagecontent p:last-of-type {
    margin-bottom:0;
}
.homepagecontent p, .homepagecontent li {
    color: #fff!important;
}
.homepagecontent a {
    color: #FFED00;
    font-weight: bold;
}
.homepagecontent a:hover {
    color: #B6FFEA;
}
.fs-24, .homepagecontent p, .homepagecontent li, .homepagecontent, .working-differently-top-detail p, .working-differently-top-detail li, .working-differently-top-detail {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 1169px) {
  .fs-24, .homepagecontent p, .homepagecontent li, .homepagecontent, .working-differently-top-detail p, .working-differently-top-detail li, .working-differently-top-detail {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-24, .homepagecontent p, .homepagecontent li, .homepagecontent, .working-differently-top-detail p, .working-differently-top-detail li, .working-differently-top-detail {
    font-size: 18px;
    line-height: 24px;
  }
}
.fs-20 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 1169px) {
  .fs-20 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .fs-20 {
    font-size: 20px;
    line-height: 30px;
  }
}
.fs-18 {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 1179px) {
  .fs-18 {
    font-size: 16px;
    line-height: 24px;
  }
}
.fs-14 {
  font-size: 14px;
  line-height: 17.6px;
}
.working-differently-top-right-box .fs-24 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.letter-spacing {
  letter-spacing: 1.2px;
}
.lh-34 {
  line-height: 34px;
}
.font-family-source-sans-pro {
  font-family: 'source_sans_proregular';
}
.working-differently-top-right-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.yellow-hover {
  transition: 0.5s;
}
.yellow-hover:hover {
  transition: 0.5s;
  color: #00918C !important;
}
.yellow-btn.watch-into-btn {
  border: 3px solid #FFED00;
}
.yellow-btn.watch-into-btn:hover {
  background-color: #FFED00;
  color: #000;
  transition: 0.5s;
}
.yellow-btn.watch-into-btn:hover svg path {
  stroke: #000;
}
.hover-text {
  transition: 0.5s;
}
.hover-text:hover {
  color: #FF9100;
  transition: 0.5s;
}
.menu-icon-mobile {
  width: 30px;
  height: 22px;
  position: relative;
}
.icon-menu {
  width: 100%;
}
.fw-700 {
  font-weight: 700;
}
.sky-blue-line-left {
  position: relative;
}
.sky-blue-line-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #10C1BE;
}
.sky-blue-line-left1::after, .sky-blue-line-left4::after, .sky-blue-line-left7::after { background-color: #10C1BE; }
.sky-blue-line-left2::after, .sky-blue-line-left5::after, .sky-blue-line-left8::after { background-color: #008E8B; }
.sky-blue-line-left3::after, .sky-blue-line-left6::after, .sky-blue-line-left9::after { background-color: #025A57; }
 { background-color: #025A57; }
.sky-blue-dark-line-left {
  position: relative;
}
.sky-blue-dark-line-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #008E8B;
}
.sky-blue-dark-full-line-left {
  position: relative;
}
.sky-blue-dark-full-line-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #025A57;
}
.green-line-left {
  position: relative;
}
.green-line-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #008E8B;
}
.green-line-right {
  position: relative;
}
.green-line-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #008E8B;
}
.yellow-line-left {
  position: relative;
}
.yellow-line-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #FFED00;
}
.yellow-quotes {
  background-image: url(/images/quotes-yellow.png);
  background-repeat: no-repeat;
  background-position: 46px 28px;
  background-size: 50px;
}
.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1179px) {
  .container-full {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-full {
    padding: 0 15px;
  }
}
.container {
  width: 100%;
  max-width: 1437px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1600px) {
  .container {
    padding: 0 20px;
    max-width: 1366px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    padding: 0 20px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 20px;
    max-width: 1250px;
  }
}
@media only screen and (max-width: 1179px) {
  .container {
    padding: 0 20px;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
}
.header-main .header-logo img {
  max-width: 340px;
  transition: 0.5s;
}
.header-main.sticky .enumenu_ul.desk ul.sb-menu.dropdown-menu {
  top: 66px;
}
.page-wrapper {
  position: relative;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.zigzag-bg-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 1.5s;
  will-change: transform;
    pointer-events: none;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.z-index {
  z-index: 1;
  position: relative;
}
.header-main {
  transition: 0.5s;
  position: relative;
  z-index: 11;
}
.header-main.sticky {
  position: fixed;
  transition: 0.5s;
  z-index: 11;
}
.header-main.sticky .header-logo img {
  max-width: 280px;
  transition: 0.5s;
}
.header-main.sticky .nav-main-detail ul li a.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}
.header-main.sticky ul.nav-icon .search-icon:hover .search-hover-box {
  padding-top: 45px!important;
}
.header-main.sticky ul.nav-icon .search-icon:hover .search-hover-box::before {
  top: 7px;
}
.header-main {
  z-index: 11;
}
.header-main ul.nav-icon .search-icon .search-hover-box.active {
  display: block!important;
  transition: 0.5s;
  width: 300px;
  z-index: 1;
  padding-top: 51px!important;
}
.header-main ul.nav-icon .search-icon .search-hover-box.active::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 31px;
  height: 40px;
  background-image: url(/images/arrows-up-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-main ul.nav-icon .search-icon .search-hover-box.active .yellow {
  -webkit-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
  box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
}
@media only screen and (max-width: 1179px) {
  .header-main ul.nav-icon .search-icon.open .search-hover-box {
    display: block!important;
    transition: 0.5s;
    width: auto;
    z-index: 1;
  }
  .header-main ul.nav-icon .search-icon.open .search-hover-box::before {
    display: none;
  }
  .header-main ul.nav-icon .search-icon.open .search-hover-box .yellow {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
  }
}
.header-logo {
  padding: 15px 0;
}
.menu-icon {
  display: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 33px;
  font-size: 22px;
  padding: 10px 0;
  text-indent: -9999px;
}
.menu-icon .menu-box {
  width: 38px;
  height: 26px;
  margin-right: 20px;
  padding: 0px 5px;
  position: absolute;
  right: 0;
  top: 45px;
}
.menu-icon .menu-box span {
  width: 100%;
  height: 3px;
  margin-bottom: 6px;
  background: #fff;
  display: block;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu-icon .menu-box span:nth-child(2) {
  background: #fff;
}
.menu-icon.open span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(8px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
}
.menu-icon.open span:nth-child(2) {
  opacity: 0;
}
.menu-icon.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px) translateX(6px);
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
.enumenu_ul .caret {
  color: #fff;
  margin-left: 7px;
}
.enumenu_ul {
  padding: 0px;
  list-style: none;
  float: left;
}
.enumenu_ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.enumenu_ul > li.linkedin,
.enumenu_ul > li.twitter {
  display: none;
}
.enumenu_ul .menubelow::after {
  position: absolute;
  right: -16px;
  top: 5px;
  background-color: #6859A3;
  height: 10px;
  width: 10px;
  content: "";
  border-radius: 50%;
  display: none;
}
.menuactive {
    color:#FFED02!important;
}
.enumenu_ul > li ul {
  display: none;
}
.enumenu_ul.desk li:hover ul.sb-menu.dropdown-menu {
  display: block;
  opacity: 1;
}
.enumenu_ul.desk li.arrows-icon-green.active ul.sb-menu {
  display: block;
  opacity: 1;
}
.enumenu_ul ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  position: relative;
    line-height: 1;
}
.enumenu_ul ul li a {
    line-height: 26px;
    padding-bottom:10px;
}
.enumenu_ul.desk .sb-menu li {
  text-align: left;
  border-bottom: 0px solid #0000001a;
}
.enumenu_ul li.mbtn:hover,
.enumenu_ul li a.mbtn:focus {
  color: #000;
}
.enumenu_ul li.mbtn:hover a {
  color: #fff;
}
.enumenu_ul.desk ul.sb-menu.dropdown-menu {
  position: absolute;
  top: 73px;
  left: 0px;
}
.enumenu_ul.desk ul.sb-menu {
  position: relative;
}
.nav-main-detail li.nav-item a.dropdown-toggle::after {
  display: none;
}
.sky-blue-medium-bg {
  background-color: #10C1BE;
}
.work-content-with-us-detail {
  overflow: inherit;
}
@media only screen and (max-width: 1560px) {
  .work-content-with-us-detail {
    overflow: hidden;
  }
}
.flexible {
  flex-grow: 1;
}
.spotlights-detail {
  gap: 15px;
}
.spotlights-detail .spotlights-box {
  max-width: 332px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1640px) {
  .spotlights-detail .spotlights-box {
    max-width: 310px;
  }
}
@media only screen and (max-width: 1440px) {
  .spotlights-detail .spotlights-box {
    max-width: 291px;
  }
}
@media only screen and (max-width: 1320px) {
  .spotlights-detail .spotlights-box {
    max-width: 284px;
  }
}
@media only screen and (max-width: 1200px) {
  .spotlights-detail .spotlights-box {
    max-width: 270px;
  }
}
@media only screen and (max-width: 1169px) {
  .spotlights-detail .spotlights-box {
    max-width: 228px;
  }
}
.spotlights-detail .spotlights-box .spotlights-image {
  height: 221px;
  width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.spotlights-detail .spotlights-box .spotlights-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card {
  border: 0;
    border-radius: 0;
}
.work-package .card h3 {
  min-height: inherit;
}
.our-partner-box-inner a {
  display: flex;
  justify-content: center;
  /*height: 150px;*/
  align-items: center;
}
.our-partner-bottom-inner {
    z-index: 1;
}
.our-partner-box-inner img {
    max-width: 260px;
}
.yellow-submenu {
  -webkit-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
  box-shadow: 10px 10px 50px -23px rgba(0, 0, 0, 0.56);
  background-color: #FFED00;
}
.dropdown-menu.yellow-submenu {
  width: 350px;
  margin-top: 0px!important;
  position: relative;
  padding-left: 12px!important;
  padding-right: 12px!important;
}
.dropdown-menu.yellow-submenu::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 40px;
  width: 100%;
  height: 40px;
  background-image: url(/images/arrows-up-yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.dropdown-menu li.submenu-inner .dropdown-toggle::after {
  right: 15px;
  top: 11px;
}
.dropdown-menu li.submenu-inner:hover .submenu {
  display: block!important;
}
.dropdown-menu li.dropdown-toggle:hover ::after {
  transform: rotate(0deg);
  transition: 0.5s;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
  transition: 0.5s;
}
.dropdown-toggle {
  white-space: pre-wrap;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-open-menu {
  display: block;
  position: absolute;
  z-index: 1;
}
.navbar-nav li a {
  padding-left: 0!important;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(0deg);
  transition: 0.5s;
  top: 57px;
}
.navbar-nav {
  flex-direction: row!important;
}
.navbar-collapse {
  flex-basis: auto!important;
  flex-grow: 0!important;
}
.dropdown-menu > li:hover > .submenu {
  display: block;
}
.submenu.dropdown-menu {
  background-color: transparent!important;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem;
}
.dropdown-item {
  white-space: unset;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #00918C;
  background-color: transparent;
}
.image-box img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.arrows-icon-green {
  position: relative;
}
.menubelow.dropdown-item .hidden-sm {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  top: 10px;
  position: absolute;
  background-image: url(/images/down-arrows.svg);
  background-repeat: no-repeat;
  background-size: 50%;
    background-position: center center;
  width: 39px;
  height: 33px;
  right: 0px;
  transition: 0.5s;
}
.arrows-icon-green.active .menubelow.dropdown-item .hidden-sm {
  transform: rotate(180deg);
  transition: 0.5s;
}
.border-bottom {
  border-bottom: 2px solid #fff !important;
}
.dropdown-menu > li.arrows-icon-green:hover::after {
  transform: rotate(-180deg);
  transition: 0.5s;
}
.dropdown-toggle {
  white-space: inherit;
}
.work-content-form-detail {
  gap: 20px;
}
.work-content {
  position: relative;
  z-index: 1;
}
.work-content-top ul li {
  list-style: disc;
}
.third-section {
  width: 100%;
  height: 65vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.third-section .images-wrapper {
  margin-top: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.third-section .images-wrapper img {
  position: absolute;
}
.section_3_06 {
  transform: translate(-1010px, -325px);
  transition: 0.5s;
}
@media only screen and (max-width: 1580px) {
  .section_3_06 {
    transform: translate(-904px, -325px);
  }
}
@media only screen and (max-width: 1460px) {
  .section_3_06 {
    transform: translate(-825px, -325px);
  }
}
@media only screen and (max-width: 1200px) {
  .section_3_06 {
    transform: translate(-768px, -325px);
  }
}
.section_3_05 {
  transform: translate(340px, -325px);
  transition: 0.5s;
}
@media only screen and (max-width: 1700px) {
  .section_3_05 {
    transform: translate(200px, -325px);
  }
}
@media only screen and (max-width: 1580px) {
  .section_3_05 {
    transform: translate(150px, -325px);
  }
}
.section_3_04 {
  transform: translate(-1068px, 75px);
  transition: 0.5s;
}
@media only screen and (max-width: 1580px) {
  .section_3_04 {
    transform: translate(-905px, 75px);
  }
}
@media only screen and (max-width: 1460px) {
  .section_3_04 {
    transform: translate(-834px, 75px);
  }
}
@media only screen and (max-width: 1200px) {
  .section_3_04 {
    transform: translate(-768px, 75px);
  }
}
.section_3_03 {
  transform: translate(340px, 75px);
  transition: 0.5s;
}
@media only screen and (max-width: 1700px) {
  .section_3_03 {
    transform: translate(200px, 75px);
  }
}
@media only screen and (max-width: 1580px) {
  .section_3_03 {
    transform: translate(150px, 75px);
  }
}
#content .project-summary-content-btn a {
    border:0;
}
.project-summary-content-btn a span img {
  transform: rotate(-180deg);
}
.project-summary-content {
    padding-left:0!important;
}
.project-summary-image-content-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.project-summary-image-content-box:hover {
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0);
}
.project-summary-image-content-box .project-summary-image-conten-btn div span {
  transition: 0.5s;
}
.project-summary-image-content-box:hover .project-summary-image-conten-btn div span {
  margin-left: 30px!important;
  transition: 0.5s;
}
.project-single-hero-detail {
    max-width:1100px;
}
.yellow-border {
  border: 3px solid #FFED00;
  border-radius: 2px;
}
.yellow-border.d-inline-block:hover {
  background-color: transparent;
  color: #000 !important;
  transition: 0.5s;
}
.our-approach .yellow-border.d-inline-block:hover {
  color: #FFED00 !important;
}
.our-approach .yellow-border.d-inline-block:hover path {
  stroke: #ffffff;
  transition: 0.5s;
}
.our-approach #content p, .our-approach #content li, .our-approach #content td, .our-approach {
    color:#fff;
}
.our-approach #content p.csbutton a {
    border:3px solid #FFED00;
    background:#FFED00;
    color: #000;
}
.our-approach #content p.csbutton a:hover { background:#FFED0033; color: #fff; }
.our-approach #content p.csbutton a::after { background:url(/images/arrow-right-black.svg) center center no-repeat; }
.our-approach #content h2, .our-approach #content h3, .our-approach #content h4 {
    color:#FFED00;
}

.spotlights-btn a,
.spotlights-btn a span {
  transition: 0.5s;
}
.spotlights-btn a:hover {
  color: #00ADAA;
  transition: 0.5s;
}
.spotlights-btn a:hover span {
  margin-left: 30px!important;
  transition: 0.5s;
}
.spotlights-detail.work-package .spotlights-box .spotlights-content h3 {
  height: auto;
  overflow: hidden;
}
.hero-detail .yellow-border.d-inline-block:hover {
  color: #FFED00 !important;
  transition: 0.5s;
}
.hero-detail .yellow-border.d-inline-block:hover path {
  stroke: #ffffff;
  transition: 0.5s;
}
.working-differently-top-right-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.working-differently-top-right-box:hover {
  box-shadow: none;
  transition: 0.5s;
}
.working-differently-top-right-box a {
  color: #011F26;
}
.working-differently-top-right-box a span {
  transition: 0.5s;
}
.working-differently-top-right-box:hover a span {
  margin-left: 30px!important;
  transition: 0.5s;
}
.work-content-with-us-detail .yellow-border.d-inline-block {
  transition: 0.5s;
}
.work-content-with-us-detail .yellow-border.d-inline-block path {
  transition: 0.5s;
}
.work-content-with-us-detail .yellow-border.d-inline-block:hover {
  color: #FFED00 !important;
  transition: 0.5s;
}
.work-content-with-us-detail .yellow-border.d-inline-block:hover path {
  stroke: #ffffff;
  transition: 0.5s;
}
.image-titel-content-btn-box {
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.event-content ul li a:hover {
  color: #00ADAA;
  transition: 0.5s;
}
.event-content ul li a span {
  transition: 0.5s;
}
.event-content ul li a:hover span {
  margin-left: 30px!important;
  transition: 0.5s;
}
.spotlights-main-title a:hover {
  color: #FFED00 !important;
  transition: 0.5s;
}
.spotlights-main-title a:hover span {
  margin-left: 0px!important;
  transition: 0.5s;
}
.spotlights-main-title a:hover span path {
  stroke: #FFED00 !important;
  transition: 0.5s;
}
.our-partner-top a:hover {
  color: #FFED00;
  transition: 0.5;
}
.our-partner-top a:hover span svg path {
  margin-left: 0px!important;
  transition: 0.5s;
  stroke: #FFED00;
}
.watch-into-btn:hover {
  color: #FFED00;
  transition: 0.5s;
}
.video-popup .modal-header {
  border: 0!important;
}
.spotlights-detail .slick-track {
  display: flex !important;
}
.spotlights-detail .slick-slide {
  height: inherit !important;
}
.spotlights-detail .slick-slide div {
  height: 100%;
}
.spotlights-detail .slick-slide div.flexible.plr-24 {
  height: auto;
}
.project-single-hero-section {
  position: relative;
}
.lead-thumb { width:58px; height:58px; background-size:cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; }
.project-lead-box a:hover h4 {
  color: #008E8B !important;
  transition: 0.5s;
}
.project-summary-tag a {
  border: 3px solid #FFED00;
}
.project-summary-tag a.active {
  border: 3px solid #025A57;
  background-color: #025A57!important;
  color:#ffffff!important;
}

.project-summary-tag a.active:hover{
  color:#000000!important;
}

.project-summary-tag a:hover {
  background-color: transparent!important;
  transition: 0.5s;
}
.project-summary-image .image-titel-content-btn a:hover span {
  margin-left: 16px!important;
}
.our-focus-share-icon-inner ul li a img {
  transition: 0.5s;
}
.our-focus-share-icon-inner ul li a:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.image-titel-content-btn a:hover {
  color: #FFED00;
}
.image-titel-content-btn a span {
  transition: 0.5s;
}
.image-titel-content-btn a:hover span svg path {
  margin-left: 0px!important;
  transition: 0.5s;
  stroke: #FFED00;
}
.project-summary-content-btn a:hover {
  color: #00ADAA !important;
  transition: 0.5s;
}
.image-titel-content-btn a:hover span {
  margin-left: 0px!important;
}
.image-titel-content-btn-box .image-titel-content-btn a:hover span {
  margin-left: 16px!important;
}
.spotlights-bg-img {
  background-image: url(/images/subtract-grey.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.our-partner-bottom-inner {
  gap: 15px;
}
.work-content-top p, .work-content-top li, .work-content-top {
    color:#fff;
    font-size: 20px;
    line-height: 30px;
}
.work-content-top p:first-of-type {
    margin-top:40px;
}
.work-content-top p {
    margin-bottom: 0.5rem;
}
.work-content-top p:last-of-type {
    margin-bottom: 0;
}
.work-content-top a {
    text-decoration: underline;
    color:#FFED00;
}
.work-content-top ul {
    padding-left: 1.5rem;
}
.work-content-top a:hover {
  color: #C6FFEB;
  transition: 0.5s;
}
ul.nav-icon.d-flex {
  margin-top: 5px;
}
.work-content-form-detail button {
  color: #000;
}
.working-differently-top-right-box a {
  width: 100%;
}
.working-differently-top-right-box h3 {
  text-transform:uppercase;
}
@media only screen and (max-width: 1280px) {
  li.nav-item.me-5 {
    margin-right: 2rem!important;
  }
}
@media only screen and (max-width: 1200px) {
  .pe-5 {
    padding-right: 2rem!important;
  }
  .pall-21-24 {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1179px) {
  ul.nav.nav-pills,
  ul.nav-icon {
    display: none!important;
  }
  .nav-main.open .menu-icon-mobile .site-menu-toggle .icon-menu img.menu-icon-line {
    display: none!important;
  }
  .nav-main.open .menu-icon-mobile .site-menu-toggle .icon-menu img.menu-icon-close {
    display: block!important;
  }
  .nav-main.open ul.nav-icon {
    order: 1;
  }
  .nav-main.open ul.nav.nav-pills {
    order: 2;
  }
  .menu-icon-mobile {
    display: block!important;
  }
  .nav-main.open .nav-main-detail {
    position: absolute;
    top: 98px;
    left: 0;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    background-color: #FFED00;
    padding: 25px 20px;
  }
  .nav-main-detail .py-5 {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
  }
  .navbar-nav li a {
    padding-left: 0!important;
    color: #000000 !important;
  }
  .navbar-nav li .yellow-hover:hover {
    transition: 0.5s;
    color: #000000 !important;
  }
  .nav-main.open ul.nav.nav-pills,
  .nav-main.open ul.nav-icon {
    display: flex!important;
    flex-wrap: wrap;
    padding: 0!important;
    width: 100%;
  }
  .nav-main.open ul.nav.nav-pills li,
  .nav-main.open ul.nav-icon li {
    width: 100%;
  }
  .nav-main.open ul.nav.nav-pills {
    margin-top: 20px;
  }
  .language-hover-box.d-none,
  .search-hover-box.d-none {
    display: block!important;
    position: relative!important;
    padding: 0!important;
  }
  .search-icon a.d-inline-block,
  .language-icon a.d-inline-block {
    display: none!important;
  }
  .nav-main.open ul.nav.nav-pills li {
    margin-bottom: 20px;
  }
  .nav-main.open ul.nav.nav-pills .submenu.dropdown-menu li {
    margin-bottom: 0;
  }
  .header-main ul.nav.nav-pills li.nav-item:nth-last-child(1) a.nav-link {
    width: auto;
    display: inline-block;
  }
  .language-hover-box.d-none .col-lg-2 .close-icon,
  .search-hover-box.d-none .col-lg-2 .close-icon {
    display: none!important;
  }
  li.language-icon {
    margin-left: 0!important;
  }
  li.search-icon {
    margin-left: 0!important;
  }
  .image-box img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
  }
  header {
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
  .dropdown-menu.yellow-submenu {
    position: relative!important;
  }
  ul.nav.nav-pills {
    align-items: flex-start !important;
  }
  .nav-main-detail {
    align-items: flex-start !important;
  }
  .dropdown-toggle::after {
    right: 0;
  }
  .dropdown-menu.yellow-submenu {
    width: 100%;
    margin-top: 0px!important;
    position: relative;
  }
  .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .yellow-submenu {
    box-shadow: unset;
  }
  .nav-main.open .nav-main-detail {
    overflow: scroll;
    height: 94vh;
  }
  #google_translate_element .goog-te-combo {
    width: 100%;
  }
  #google_translate_element {
    height: 33px;
    width: 100%;
    margin-left: 0px!important;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: relative!important;
    left: 0%!important;
    top: 0px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: transparent;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  ul.nav-icon {
    margin-left: 0!important;
  }
  .dropdown-menu.yellow-submenu {
    margin-bottom: 20px!important;
  }
  .navbar-nav .nav-item.dropdown:hover .dropdown-open-menu {
    display: none;
    position: relative;
  }
  .navbar-nav .nav-item.dropdown:hover .dropdown-open-menu.show {
    display: block;
  }
  .dropdown-menu.yellow-submenu {
    margin-top: 0px!important;
  }
  .dropdown-menu.yellow-submenu::before {
    display: none;
  }
  .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: 0.5s;
    top: 9px;
  }
  .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    transform: rotate(-180deg);
  }
  .dropdown-toggle.show::after {
    transform: rotate(0deg) !important;
    transition: 0.5s;
  }
  .dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: 0.5s;
  }
  .enumenu_ul.mob {
    display: none!important;
  }
  .menu-open .enumenu_ul.mob {
    display: block!important;
  }
  .menubelow.dropdown-item .hidden-sm.hidden-xs {
    display: none;
  }
}
@media only screen and (max-width: 1169px) {
  .pall-21-24 {
    padding: 15px 14px;
  }
  .yellow-btn {
    padding: 15px 14px;
  }
  .working-differently-top-right-box .fs-24 {
    font-size: 20px;
    line-height: 30px;
  }
  .fs-74 {
    font-size: 64px;
    line-height: 70px;
  }
  .mt-80 {
    margin-top: 55px;
  }
  .mb-86 {
    margin-bottom: 60px;
  }
  .mt-64 {
    margin-top: 44px;
  }
  .pt-80 {
    padding-top: 55px;
  }
  .mb-80 {
    margin-bottom: 55px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .plr-24 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mb-24 {
    margin-bottom: 10px;
  }
  .pt-18 {
    padding-top: 15px;
  }
  .spotlights-detail .spotlights-box .spotlights-image {
    height: 170px;
  }
  .header-main .header-logo img {
    max-width: 280px;
  }
  .header-logo {
    padding: 10px 0;
  }
  header {
    width: 100%;
  }
  .enumenu_ul.desk {
    display: none;
  }
  .menu-icon {
    display: inline-block;
  }
  .menu-boxr .menu-left img {
    width: 100%;
    max-width: 110px;
  }
  body.menu-open {
    overflow: hidden;
    position: fixed;
  }
  body.menu-open .header_sect {
    position: fixed;
    z-index: 99999;
  }
  .menu-block {
    height: auto;
  }
  .menu-icon {
    display: block;
  }
  .enumenu_ul.mob {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffed00;
    height: 100vh;
    z-index: 9;
    padding-top: 90px;
    top: 100px;
  }
  .enumenu_ul > li {
    width: 100%;
  }
  .enumenu_ul > li > a.btns {
    padding: 10px 22px;
  }
  .enumenu_ul .has-children .arrow {
    position: absolute;
    right: 12px;
    top: 0;
    width: 35px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    background: url("/images/arrows-orange.svg") no-repeat;
    background-size: 17px;
    background-position: center center;
    transform: rotate(180deg);
    transition: 0.5s;
  }
  .enumenu_ul .has-children ul .arrow {
    top: 10px;
  }
  .enumenu_ul .has-children .arrow.up {
    transform: rotate(0deg);
    transition: 0.5s;
  }
  .enumenu_ul .no-children .arrow {
    display:none;
  }
  .arrows-icon-green::after {
    display: none;
  }
  .enumenu_ul ul.sb-menu li {
    margin-bottom: 0px;
  }
  .enumenu_ul > li {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .enumenu_ul > li > a {
    display: inline-block;
    text-align: left;
    padding: 8px 21px;
    width: 100%;
    margin-bottom: 15px;
    color: #000 !important;
  }
  .enumenu_ul {
    width: 100%;
  }
  .enumenu_ul ul li {
    margin-bottom: 15px;
  }
  .menu-icon.active span:nth-child(1) {
    transform: rotate(50deg) translateY(5px) translateX(3px);
    -webkit-transform: rotate(50deg) translateY(5px) translateX(3px);
  }
  .menu-icon.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-icon.active span:nth-child(3) {
    transform: rotate(-50deg) translateY(-10px) translateX(8px);
    -webkit-transform: rotate(-50deg) translateY(-10px) translateX(8px);
  }
  .menu-icon.active {
    z-index: 1;
  }
  .dropdown-menu.yellow-submenu {
    padding: 0 0px 0 30px!important;
  }
  .mob.menu-open ul.nav.nav-pills,
  .mob.menu-open ul.nav-icon {
    display: block!important;
    z-index: 11;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    margin-top: 0;
  }
  .search-hover-box .yellow .justify-content-between {
    justify-content: left!important;
  }
  .search-hover-box .yellow .col-lg-8 {
    margin-left: 20px;
    width: 58%;
  }
  .header-main ul.nav-icon .search-icon:hover .search-hover-box {
    padding-top: 0px!important;
  }
}
@media only screen and (max-width: 992px) {
  .project-summary-image-box img {
    max-width: 100px;
  }
  header {
    width: 100%;
  }
  .search-hover-box .yellow .col-lg-8 {
    margin-left: 20px;
    width: 100%;
  }
  .icon-menu {
    margin-bottom: 0!important;
  }
  .hero-right-btn {
    padding: 0!important;
    margin-top: 34px;
  }
  .hero-detail h1 {
    margin-bottom: 72px!important;
  }
  .yellow-btn {
    padding: 21px 24px;
  }
  .pall-21-24 {
    padding: 15px 24px;
  }
  .mt-80 {
    margin-top: 56px;
  }
  .mb-86 {
    margin-bottom: 40px;
  }
  .mt-55 {
    margin-top: 32px;
  }
  .image-titel-content-btn-bottom {
    margin-top: 20px;
  }
  .image-titel-content-btn-box {
    flex-direction: row;
  }
  .image-titel-content {
    width: 50%;
  }
  .image-titel-content .fs-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .mb-53 {
    margin-bottom: 20px;
  }
  .image-titel-content-btn-detail.mb-80 {
    margin-bottom: 20px;
  }
  .working-differently-top-detail .fs-24, .working-differently-top-detail p, .working-differently-top-detail li {
    font-size: 18px;
    line-height: 24px;
  }
  .working-differently-top-detail .col-lg-6 {
    margin-bottom: 32px;
  }
  #counter-box {
    margin-top: 0!important;
  }
  .fs-74 {
    font-size: 70px;
    line-height: 50px;
  }
  .mt-95 {
    margin-top: 40px;
  }
  .working-differently-detail.mb-86 {
    margin-bottom: 59px;
  }
  .our-partner-section.pb-55 {
    padding-bottom: 64px;
  }
  .spotlights-detail .spotlights-box {
    max-width: 450px;
  }
  .spotlights-detail .spotlights-box .spotlights-image {
    height: 221px;
  }
  .spotlights-detail.mt-60 {
    margin-top: 62px;
  }
  .spotlights-box .fs-24 {
    font-size: 24px;
    line-height: 30px;
  }
  .spotlights-box .fs-18 {
    font-size: 18px;
    line-height: 24px;
  }
  .spotlights-detail {
    gap: 32px;
  }
  .pt-18 {
    padding-top: 18px;
  }
  .plr-24 {
    padding-left: 24px;
    padding-right: 23px;
  }
  .spotlights-main.mb-86 {
    margin-bottom: 56px;
  }
  .work-content-with-us-detail.pt-80 {
    padding-top: 80px;
  }
  .work-content-form-detail {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    align-items: flex-start !important;
  }
  .work-content-bottom-title .fs-24 {
    font-size: 24px;
    line-height: 26px;
  }
  .work-content-bottom-tab-image {
    display: block!important;
  }
  .scroll-animation-image {
    display: none;
  }
  .work-content-bottom-form {
    display: flex;
  }
  .work-content-top .fs-48 {
    font-size: 48px;
    line-height: 60px;
  }
  .event-title .fs-48 {
    font-size: 48px;
    line-height: 60px;
  }
  .event-image {
    order: 1;
    padding: 0;
    margin-bottom: 32px;
  }
  .event-content {
    order: 2;
    padding: 0;
  }
  .event-content .fs-32 {
    font-size: 32px;
    line-height: 40px;
  }
  .dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    top: 57px;
    position: absolute;
    background-image: url(/images/arrows-orange.svg);
    background-repeat: repeat;
    background-size: cover;
    width: 19px;
    height: 13px;
    transform: rotate(180deg);
    transition: 0.5s;
  }
  .spotlights-detail .spotlights-box {
    max-width: 340px;
  }
  .zigzag-bg-section img.dsk {
    display: none;
  }
  .zigzag-bg-section img.tab {
    display: block!important;
  }
  .footer-detail {
    text-align: center;
    padding: 30px 0;
  }
  .footer-detail ul {
    justify-content: center!important;
    margin-top: 10px;
    gap: 24px;
  }
  .footer-detail .develop-text {
    justify-content: center!important;
    margin-top: 0px;
  }
  footer.pb-5 {
    padding-bottom: 2rem!important;
  }
  footer.pt-5 {
    padding-top: 2rem!important;
  }
  .project-summary-image {
    margin-top: 45px;
  }
  .project-summary-image-content-box {
    flex-wrap: nowrap!important;
  }
  .our-partner-box-inner {
    /*height: 80px;*/
  }
  .our-partner-box-inner img {
    max-width: 120px;
  }
  .our-focus-image {
    margin-top: 45px;
  }
  .header-main.sticky .nav-main-detail ul li a.py-5 {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
  }
  .page-wrapper {
    overflow-y: hidden;
  }
  .nav-main-detail li.nav-item a.dropdown-toggle::after {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .image-titel-content-btn-box {
    flex-direction: column;
  }
  .image-titel-content {
    width: 100%;
  }
  #counter-box .col-md-3.col-lg-3 {
    width: 50%;
    margin-bottom: 30px;
  }
  #counter-box .col-md-3.col-lg-3:nth-child(2n)::after {
    display: none;
  }
  .zigzag-bg-section img.tab {
    display: none!important;
  }
  .zigzag-bg-section img.mobile {
    display: block!important;
    width: 100%;
  }
  .mt-120 {
    margin-top: 95px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .hero-detail h1 {
    margin-bottom: 32px!important;
  }
  .hero-detail .mb-4 {
    margin-bottom: 1rem!important;
  }
  .hero-detail .yellow-btn {
    padding: 2px 24px;
  }
  .hero-detail .pall-21-24 {
    padding: 2px 12px 2px 12px;
  }
  .pall-21-24 {
    padding: 2px 24px;
  }
  .hero-detail.mb-86 {
    margin-bottom: 52px;
  }
  .image-titel-content-btn-bottom .row {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .image-titel-content-btn-bottom .row h2 {
    margin-bottom: 27px;
  }
  .image-titel-content-btn-box {
    margin-bottom: 20px;
  }
  .image-titel-content-btn-detail.mb-80 {
    margin-bottom: 14px;
  }
  .working-differently-top-detail .col-lg-6 {
    padding: 0;
  }
  .working-differently-detail.mt-80 {
    margin-top: 32px;
  }
  .working-differently-top-detail.mt-40 {
    margin-top: 20px;
  }
  .working-differently-top-detail .fs-24 {
    font-size: 20px;
    line-height: 26px;
  }
  #counter-box p {
    font-size: 24px;
    line-height: 30px;
  }
  .working-differently-text-box .fs-32 {
    font-size: 18px;
    line-height: 24px;
  }
  .working-differently-text-box.pl-80 {
    padding-left: 40px;
  }
  .yellow-quotes {
    background-position: 35px 14px;
    background-size: 50px;
  }
  .working-differently-detail.mb-86 {
    margin-bottom: 35px;
  }
  .our-partner-top .row {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .our-partner-section.pt-80 {
    padding-top: 32px;
  }
  .our-partner-section.pb-55 {
    padding-bottom: 30px;
  }
  .our-partner-top h2 {
    margin-bottom: 27px;
  }
  .spotlights-main .row {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .spotlights-main-title h2 {
    margin-bottom: 27px;
  }
  .spotlights-detail.mt-60 {
    margin-top: 32px;
  }
  .spotlights-box .fs-24 {
    font-size: 20px;
    line-height: 26px;
  }
  .card h3 {
    min-height: inherit;
  }
  .work-content-top .fs-48 {
    font-size: 30px;
    line-height: 38px;
  }
  .work-content-with-us-detail.pt-80 {
    padding-top: 32px;
  }
  .work-content-with-us-detail .mt-64 {
    margin-top: 24px;
  }
  .work-content-with-us-detail .fs-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .work-content-bottom-title .fs-24 {
    font-size: 20px;
    line-height: 26px;
  }
  .work-content-form-detail .pall-21-24 {
    padding: 12px 24px;
  }
  .work-content-with-us-detail.mb-80 {
    margin-bottom: 38px;
  }
  .event-title .fs-48 {
    font-size: 30px;
    line-height: 38px;
  }
  .event-detail.mt-80 {
    margin-top: 56px;
  }
  .event-content-image.mt-64 {
    margin-top: 24px;
  }
  .event-content .fs-32 {
    font-size: 20px;
    line-height: 26px;
  }
  .event-content p.fs-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .event-detail.mb-86 {
    margin-bottom: 44px;
  }
  .footer-detail p {
    font-size: 14px!important;
    line-height: 21px!important;
  }
  .footer-detail {
    text-align: center;
    padding: 20px 0;
  }
  .work-content-bottom-tab-image {
    display: block!important;
    position: absolute;
    z-index: -1;
    left: 0;
  }
  .work-content-with-us-detail .work-content-form-detail .fs-20 {
    font-size: 20px;
    line-height: 30px;
  }
  .spotlights-btn a {
    transition: 0.5s;
    display: flex;
    align-items: center;
  }
  .spotlights-btn a span {
    margin-left: 5px;
    margin-top: 2px;
  }
  .project-summary-image-box {
    width: auto!important;
  }
  .project-summary-content-box {
    padding-left: 0!important;
    width: auto!important;
      flex-shrink:1;
  }
  .sky-blue-line-left::after {
    width: 10px;
  }
  .sky-blue-dark-line-left::after {
    width: 10px;
  }
  .sky-blue-dark-full-line-left::after {
    width: 10px;
  }
  .p-all-24-40 {
    padding: 24px 10px 24px 40px;
  }
  .mt-64 {
    margin-top: 15px;
  }
  .our-approach ul {
    flex-wrap: wrap;
  }
  .our-approach ul li {
    margin-bottom: 15px;
    margin-right: 0!important;
  }
  .our-approach .col-lg-8 {
    padding-right: 0!important;
  }
  .our-approach .pall-21-24 {
    padding: 2px 10px;
  }
  .spotlights-detail .slick-slide div {
    padding-bottom: 10px;
  }
  .date-share-icon {
    flex-wrap: wrap;
  }
  .our-focus-share-icon-inner {
    margin-top: 15px;
  }
  .project-summary-content {
    padding: 0!important;
  }
  .project-summary-image-box img {
    max-width: 80px;
  }
  .project-summary-content .fs-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .spotlights-detail .slick-list.draggable {
    margin-right: 0px;
    margin-left: 0px;
  }
  .spotlights-detail .slick-list .slick-slide {
    margin-left: 10px;
  }
  .spotlights-detail .spotlights-box {
    max-width: 100%;
  }
  .spotlights-main {
    overflow: hidden;
  }
  .our-approach .col-lg-4 {
    padding-left: 0!important;
  }
  .image-titel-content-btn .pall-21-24 {
    padding: 2px 10px;
  }
  .work-content-form-detail input.pall-21-24 {
    padding: 12px 24px;
  }
  .enumenu_ul ul.sb-menu li .fs-24 {
    font-size: 20px;
    line-height: 24px;
  }
  .enumenu_ul ul.sb-menu li .fs-20 {
    font-size: 18px;
    line-height: 22px;
      padding-top:0.5em;
      padding-bottom:0.3em;
  }
  .dropdown-item {
    padding: 0.25rem 2rem;
  }
  .working-differently-text-box.mt-95 {
    margin-top: 20px;
  }
  .event-content-image .event-image img {
    width: 100%;
  }
  .image-titel-content-btn-top {
    overflow-x: scroll;
  }
  .image-titel-content-btn-top::-webkit-scrollbar {
    width: 0px;
    overflow: hidden;
    height: 0;
  }
  .image-titel-content-btn-top-inner {
    width: 1000px;
  }
  .our-approach .fs-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .working-differently-top-right-box a p {
    font-size: 0;
    line-height: 0;
  }
  .working-differently-top-right-box a {
    width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
  }
  .working-differently-top-right-box a h3 {
    margin-bottom: 0!important;
  }
  .working-differently-top-right-box a span {
    margin-right: 20px;
  }
  .working-differently-text-box h4.pl-80 {
    padding-left: 40px;
  }
  .working-differently-text-box h4.pb-30 {
    padding-bottom: 24px;
  }
  .working-differently-text-box h4.pr-32 {
    padding-right: 24px;
  }
  .working-differently-text-box h4.pt-40 {
    padding-top: 24px;
  }
  .our-partner-bottom-inner .slick-slide {
    text-align: center;
  }
  .spotlights-detail button.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L13 10.9425L7 21' stroke='%23011F26' stroke-width='2' stroke-miterlimit='16'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center;
    border: none;
    font-size: 0;
    line-height: 0;
    z-index: 1;
  }
  .spotlights-detail .slick-next {
    right: 0px;
  }
  .spotlights-detail .slick-prev {
    left: 0px;
    transform: rotate(180deg);
  }
  .spotlights-section .container {
    padding: 0  0;
  }
  .spotlights-main-title {
    padding: 0 15px;
  }
  .project-single-hero-detail h3.fs-24 {
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  header {
    flex-direction: row;
  }
  .header-logo {
    margin-bottom: 0!important;
  }
  .nav-main.open .nav-main-detail {
    top: 95px;
    overflow: scroll;
    height: 92vh;
  }
  .dropdown-menu.yellow-submenu {
    width: 100%;
    position: relative!important;
  }
  .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .yellow-submenu {
    box-shadow: unset;
  }
  .nav-main-detail li .dropdown-toggle::after {
    right: 11px;
    top: 4px;
  }
  li.nav-item.me-5.dropdown {
    margin-right: 0!important;
  }
  .icon-menu {
    margin-top: 0px!important;
  }
  .our-partner-box.text-center {
    max-width: 95px;
    margin: 0 9px!important;
  }
  .our-partner-box-inner {
    height: 84px;
  }
  .project-summary-image-conten-btn .fs-20 {
    font-size: 16px;
    line-height: 30px;
  }
  .our-partner-box-inner img {
    max-width: 110px;
  }
  .our-partner-bottom-inner {
    justify-content: flex-start !important;
  }
  .our-partner-bottom-inner {
    gap: 3px;
  }
  .work-content-form-detail input:nth-child(1) {
    width: 65%!important;
  }
  .work-content-form-detail input:nth-child(2) {
    width: 85%!important;
  }
  .spotlights-detail .spotlights-box {
    max-width: 290px;
  }
  .spotlights-detail .slick-list .slick-slide {
    margin-right: 10px;
  }
  .spotlights-detail .spotlights-box {
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.23);
  }
  .working-differently-text-box h4.yellow-quotes {
    font-weight: 400;
  }
  .spotlights-detail {
    gap: 0;
    padding: 0 0;
  }
}
@media only screen and (max-width: 374px) {
  .fs-74 {
    font-size: 38px;
    line-height: 40px;
  }
  .header-main .header-logo img {
    max-width: 240px;
  }
  .header-main.sticky .header-logo img {
    max-width: 240px;
  }
  .enumenu_ul.mob {
    top: 88px;
  }
  .mob.menu-open ul.nav.nav-pills,
  .mob.menu-open ul.nav-icon {
    top: 88px;
  }
}


/* embedded video aspect ratio adjustment */
.videoWrapper, .videoWrapper4by3, .videoWrapper3by1, .videoWrapper1by1, .videoWrapperfixed { position: relative; height: 0; margin: 0 0 20px; border: 0; }
.videoWrapper { padding-bottom: 56.25%; }
.videoWrapper4by3 { padding-bottom: 75%; }
.videoWrapper3by1 { padding-bottom: 33.33%; }
.videoWrapper1by1 { padding-bottom: 100%; }
.videoWrapperfixed { padding-bottom: 350px; }
.videoWrapper iframe, .videoWrapper4by3 iframe, .videoWrapper3by1 iframe, .videoWrapper1by1 iframe, .videoWrapperfixed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#content .project-sidebar h4 {
    color:#00C5BF;
    margin-top:0;
}

/* open close */
#content h4.reveal { position:relative; border-bottom: 2px solid #10C1BE; padding-bottom:10px; padding-right:30px; margin:12px 0; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
#content h4.reveal:after { position:absolute; right:0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height:1.6rem; }
#content h4.reveal.closed:after { font-weight: 600; font-family: "Font Awesome 6 Free", sans-serif; content: "\f078"; float: right; font-size: 1.6rem; color:#10C1BE; }
#content h4.reveal.open:after { font-weight: 600; font-family: "Font Awesome 6 Free", sans-serif; content: "\f078"; transform: rotate(180deg); float: right; font-size: 1.6rem; }
#content h4.reveal.closed + .expandable { display: none; }
.expandable { padding: 1px 0 10px 0; border: 0; }

a.banneralert { display:block; background:#BA3320ff; margin:0; padding:13px 15px 9px; border-radius: none; }
a.banneralert:hover { background:#BA3320cc; }
a.banneralert h2 { font-size: 1.8rem; }
a.banneralert p { font-size: 1.4rem; font-weight:300; font-family: "source_sans_pro",sans-serif; }
a.banneralert h2, a.banneralert p { color:#fff; margin:0; text-align: center; display:block; line-height: 1.8rem; }

.slidebanner { background-repeat: no-repeat; background-size: cover; height: 84vh; width: 100%; overflow: hidden; background-color: #707070; }

/* tab nav */
@media (max-width: 767px) { .nav-tabs .nav-link { border-radius: 0.25rem; } }
#content ul.nav-tabs { margin: 0; border-bottom: none; }
#content ul.nav-tabs li { margin: 4px 0 0; font-size: 16px; line-height: 24px; background: 0; padding: 0; }
#content ul.nav-tabs li button { 
    padding: 0.3rem 0.7rem;
    line-height: 1.8rem;
    font-size: 1.2rem;
    border-radius: 0;
    font-family: "source_sans_pro",sans-serif;
    font-weight: 600;
    border:0;
background:#aaa; color:#fff;}
#content ul.nav-tabs li:before { display:none; }
#content ul.nav-tabs li button:hover,
#content ul.nav-tabs li button.active { background: #008E8B; color: #fff; }
.nav-tabs > li { margin-bottom: 0; }
.nav-tabs > li > button { margin-right: 4px; line-height: 1.4; border: none; border-radius: 0 0 0 0; background-color: #ddd; padding: 8px 10px 6px; }
.nav-tabs > li > button:hover { color: #fff; background-color: #3c9dff; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #efbd4c; background-color: #3c9dff; border: none; cursor: default; text-decoration: none; }
.nav-tabs-markers > li.active > a, .nav-tabs-markers > li.active > a:hover, .nav-tabs-markers > li.active > a:focus { color: #3c9dff; background-color: #ddd; }
.nav-tabs-markers > li > a:hover { background-color: #ddd; color: #3c9dff; /*pointer-events:none;*/ }
.nav-tabs-markers > li > a, .nav-tabs-markers > li > a:hover, .nav-tabs-markers > li > a:focus { background-color: #eee; color: #aaa; }
.tab-content { margin: 10px 0; }
#content .tab-content h3:first-of-type { margin-top: 0; }
#content .tab-content h3 { font-size: 2.2rem; }
#content .tab-content h4 {  }
.tab-content-form { margin: 0; }
@media (min-width: 768px) {
	#content ul.nav-tabs { margin-bottom:1px }
    #content ul.nav-tabs-markers { ; }
    .nav-tabs > li > a { border-radius: 4px 4px 0 0; }
	}
	
/* multi-section form styling */
#content .tab-content-form table tr, #content .tab-content-form table tr:nth-of-type(2n+1), #content .tab-content-form table#form-table tr:nth-of-type(2n+1) { background: transparent; }
.mainform { margin: 10px 0; }
.form_section_title { font-size: 1.6em; font-weight: 500; }
.form_section_desc { font-size: 1.1em; }
.form_section_panel { padding-top: 15px; padding-bottom: 30px; }
.form_section_panel:after { clear:both; content:""; display:block; }
#content a.form_section_next_btn, #content a.form_section_prev_btn { float: right; margin: 5px 0 0 0; white-space: nowrap; }
#content a.form_section_next_btn:hover, #content a.form_section_prev_btn:hover {  }
#content a.form_section_prev_btn { float: left; margin-left: 5px 0 0 0; }

/* list and single views */
.calendarwrap { background: #80A5B2; padding: 20px 20px 10px; margin-bottom: 30px; }
.listitem { margin: 15px 0 30px; }
.eventcontent-area .listitem { margin-top: 42px; }
img.listitemleftholder { width: 30%; border-radius: 3px; border:1px solid #ccc; float: right; margin-left:20px; margin-bottom:20px; }
.listitemleftfeatured { background: url(/images/tab-featured.png); width: 105px; position: absolute; top: 0; left: 0; z-index: 1; }
.listitem {  }
.listitemright { padding: 0 0 0 20px; display:inline-block; }
.listitemfull { padding: 15px 20px 20px; position: relative; }
#content .listitem p { margin: 0 0 18px; font-size:17px; }
#content .listitem h2 { margin: 6px 0; }
#content .listitem h5 { margin: 0; }
#content .listitem h5 { margin: 0; }
.listitem h4 { color: #888 !important; }
#content .listitem h3 a, #content .listitemtype h3 a { text-decoration: none; }
.listwrapper .col-sm-6 { margin-left: -15px; margin-right: -15px; }
#content .listwrapper img { border: none; box-shadow: none; padding: 0; }
.listitemtype { margin: 10px 0 20px; }
.listitemimagewrapper { position: relative; background-size: cover; background-position: center center; padding-bottom: 80%; height: 0; }
.listitemimagewrapper h4 { position: absolute; background: rgba(0, 0, 0, 0.4); display: block; width: 100%; bottom: 0; left: 0; margin: 0; padding: 8px 15px 12px; color: #fff; }
.listitemimagewrappervideo { padding-bottom: 55.5%; }
.listitemtype h2 { margin: 10px 0 0; line-height: 1.2; }
#content .listitemtype p.listsummary { margin: 8px 0 0; font-size: 14px; }
#content .listitemtype p.csbutton { float: right; margin: 0 0 0 10px; text-align: right; }
#content .listitemtypevideo p.csbutton { float: none; }
#content .listitemtype p.csbutton a { margin: 0 0 5px; }
#content .listitemtype p.csbutton a:hover { margin: 0; padding-top: 10px; }
#content .listitemtype h3 { margin: 0 0 5px; }
.listitemsimple { margin: 10px 0 30px; }
#content .listitemsimple h3 a { text-decoration: none; }
#content .listitemsimple h3, #content .listitemsimple p { margin: 0; }
#content p.listitemdate { color: #00807e; text-transform: uppercase; font-weight: bold; }
#content .listitemsimple p { line-height: 1.4; }
#content .listitemsimple p.csbutton { margin: 0; }
.singleitemcontent { margin: 0 0 20px; }
.singleitemcontent .videoWrapper { margin-top: 5px; }
.singleitemcontent h3 { margin-top: 20px; }
#content .singleitemcontent img.right { width: 100%; }
@media (min-width: 768px) {
  .form_section_panel { padding: 25px 30px 85px; border:0px solid #00C5BF; box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%); background:#fff; }
  .eventcontent-area .listitem { margin-top: 15px; }
  .listitemleftholder {  }
  .listitemright {  }
  .content-below .listitemright, .content-below .listitemleftholder { height: auto; }
  .listwrapper .col-sm-6 { margin-left: 0; margin-right: 0; }
  .listwrapper .col-sm-6:nth-of-type(2n+1) { padding-left: 0; clear: both; }
  .listwrapper .col-sm-6:nth-of-type(2n+2) { padding-right: 0; }
  #content .singleitemcontent img.right { width: 50%; }
}
@media (min-width: 992px) {
  .listitemleftholder {  }
  .listitemright {  }
  .content-below .listitemright, .content-below .listitemleftholder { height: auto; }
  .listwrapper .col-sm-6:nth-of-type(2n+1) { clear: none; }
  .listwrapper .col-sm-6:nth-of-type(2n+2) { padding-right: 10px; }
  .listwrapper .col-md-4:nth-of-type(3n+1) { padding-left: 0; padding-right: 14px; clear: both; }
  .listwrapper .col-md-4:nth-of-type(3n+2) { padding-left: 7px; padding-right: 7px; }
  .listwrapper .col-md-4:nth-of-type(3n+3) { padding-left: 14px; padding-right: 0; }
}

/* pagination */
#pagination ul.pagination { margin: 40px 0 10px; display: flex; align-items: center; justify-content: center;}
#pagination .pagination > li { background: none; padding: 0; font-size: 22px; font-weight: 700; }
#pagination .pagination > li:before { display: none; }
#pagination .pagination > li > a { text-decoration: none; }
#pagination .pagination > span { display: inline-block; float: left; padding: 8px 15px 10px; }
#pagination .pagination > li > a, #pagination .pagination > li > span { background:#005C58; text-decoration: none; padding: 8px 15px 10px; margin: 0 2px 3px 1px; color: #fff; border: 0px solid #ccc; line-height: 1rem; font-family: "source_sans_pro", sans-serif; }
#pagination .pagination > li:first-child > a, #pagination .pagination > li:first-child > span { margin-left: 0; border-radius: 3px 0 0 3px; border-radius: 0; }
#pagination .pagination > li:last-child > a, #pagination .pagination > li:last-child > span { border-radius: 0 3px 3px 0; border-radius: 0; }
#pagination .pagination > li > a:hover, #pagination .pagination > li > span:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:focus { color: #000; background: #00C5BF; }
#pagination .pagination > .active > a, #pagination .pagination > .active > span, #pagination .pagination > .active > a:hover, #pagination .pagination > .active > span:hover, #pagination .pagination > .active > a:focus, #pagination .pagination > .active > span:focus { color: #000; background-color: #00C5BF; border-color:#00C5BF; }
#pagination .pagination > .disabled > span, #pagination .pagination > .disabled > a, #pagination .pagination > .disabled > a:hover, #pagination .pagination > .disabled > a:focus { color: #aaa; background-color: #66666699; cursor: not-allowed; }

/* buttongroup */
.buttongroup { border: 0; }

/* pageimage */
.image-titel-content-btn-top-inner object { box-shadow: 0 0 20px #0000004d; }
.project-single-hero-image { display:none; background-size: cover; height:0; padding-bottom:60%; margin-bottom:30px; margin-top:40px; box-shadow: 0 0 20px #0000004d; }
.project-single-hero-image.withpageimage { display:block; }
.project-single-image-hero-section, .generallisting { position: relative; }
.project-single-image-hero-section::after,
.generallisting::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/subtract-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.project-single-image-hero-section.altcolour1::after {
  background-image: url(/images/subtract-blue-bg.png);
}
.generallisting::before {
  background-image: url(/images/subtract-dark.png);
}
@media (max-width: 767px) {
    .project-single-hero-image {  }
}

/* homepage content */
.homepagecontent {  }

/* share */
.sharetext{color: #008E8B; font-weight: bold;}
.share img{margin-right:3px; vertical-align:text-bottom; }
#content .share a { border-bottom: 0; }

/* various */
#theme {
  scroll-margin-top: 60px;
}
#work-package {
  scroll-margin-top: 140px;
}
.intro-content-listing {
    margin-bottom: 3rem;
}
.intro-content-listing p, .intro-content-listing li, .intro-content-listing td {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

/* cards */
.bluesection {
    background:#008E8B;
}
.card-deck { justify-content:left; }
.card { flex-grow: 1; height: 100%; width:100%; }
.card { overflow: hidden; }
.card .services-img-top, a.card .card-title { transition: 0.3s; }
.card .card-title { margin-bottom:0.5rem; }
.card a:hover .services-img-top, a.card:hover .services-img-top { transform: scale(1.4); }
a.card:hover .card-title { color:#00C5BF; }
.card .card-title a { transition: 0.5s; border-bottom: 2px solid #fff; font-weight: 500; }
.card .card-title a:hover { border-color: #00C5BF; color:#000000; }
/*.card-body .relative {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 1rem;
}*/
.card-body p { font-weight:400; margin-bottom:0; font-size: 1.1rem; line-height: 1.7rem; }
.card-body .gridversion p.mb-24 { margin-bottom:24px!important; }
.card-body p a {transition: 0.5s; color:#008E8B; border-bottom: 2px solid #008E8B; font-weight: bold; }
.card-body p a:hover { border-color: #10C1BE; color:#10C1BE; }
@media (max-width:767px){ .news-list.services-box { margin-top:20px!important; } }
.news-list.services-box a.card:hover .card-title { color:#000000; }
.news-list.services-box .card-body { background:#fff; transition: 0.3s; }
.news-list.services-box a.card:hover .card-body { background:#eee; }
.news-list.services-box .card-text, .news-list.services-box .card-title { color:#000000; }
.cardhover{}
.cardhover .card,
.cardhover .card-no-hover{height: 100%;transform: scaleY(1); transition: transform 0.2s ease-in;visibility: visible;}
.cardhover .card-text-hover,
.pinyellow{margin-bottom:-3px;}
.cardhover .pinyellow{transition: all 0.5s ease;opacity: 100; }
.cardhover:hover .pinyellow{opacity: 0;}
.cardhover .card-text-hover{ transform-origin: top; height: 0;
  transform: scaleY(0);  transition: transform 0.2s ease-out;}
.cardhover:hover .card-text-hover{transform: scaleY(1);
  transition: transform 0.2s ease-in; height: 100%;opacity: 100;}
.cardhover:hover .card-no-hover{height: 0; opacity: 0; visibility: hidden;transition: all 0.1s ease;}
.homenotice .services-img-wrap {overflow:hidden;}
.homenotice .services-img-top, .homenotice .card-body {transition: 0.3s;}
.homenotice .card-text { z-index:1; color:#000000!important; }
/*.homenotice:hover .card-text { color:#000000; }
.homenotice:hover .card-body { background:#eee; }*/
.homenotice .services-img-wrap { border:0; }
.homenotice .services-img-top:hover { transform: scale(1.4); }
.homenotice a {transition: 0.5s; border-bottom: 2px solid #00C5BF; font-weight: bold; }
.homenotice a:hover { border-color: #000000; color:#000000; }
.homenotice h5 a {transition: 0.5s; border-bottom: 2px solid #10C1BE; font-weight: 500; }
.homenotice h5 a:hover { border-color: #00C5BF; color:#000000; }
.services-box{}   
.services-box .card { border-radius: 0px; border: 0; box-shadow: 0 0 20px #0000004d; }
.cardhover:hover .card{height: 100%}
.services-border{border-top: 1rem solid #FFCE00;}
.services-box .card-body{ padding-bottom:0; background:#fff;padding: 1.5rem 1.5rem; z-index: 1;} 
/*
.services-box .card-body1,.services-box .card-body6,.services-box .card-body11 {
    background-color: #00C5BF;
}
.services-box .card-body2,.services-box .card-body7,.services-box .card-body12 {
    background-color: #008E8B;
}
.services-box .card-body3,.services-box .card-body8,.services-box .card-body13 {
    background-color: #81B90B;
}
.services-box .card-body4,.services-box .card-body9,.services-box .card-body14 {
    background-color: #FF9100;
}
.services-box .card-body5,.services-box .card-body10,.services-box .card-body15 {
    background-color: #00613A;
}*/

.services-box .card-title {
  color: #025A57;
  font-size: calc((1.5 - 0.8) * 0.8vw + 0.95rem);
  font-family:"source_sans_pro", sans-serif;
  margin-bottom:0.5rem;
    font-weight: 600;
}
.services-box .card-text {
  color: #000;
  font-weight: 300;
  font-family:"source_sans_pro", sans-serif;
}
.services-box .card-text.card-text-last {
    padding-bottom:15px;
}

.card-discription{padding-bottom: 0rem;}
.services-img-top{ padding-bottom: 66.6%;} 
.cardsection .services-img-top{ padding-bottom: 56%;}
.align-bottom-btn{ margin: 1rem 0; }
.services-box .card-footer {
  padding: 0;
  padding-bottom: 0;
    border-top: none;
    border-radius: 0;
    background:transparent;
}
.readmore{color: #008E8B;font-weight:600; font-family: "source_sans_pro", sans-serif; font-size: 1.2rem; }
.readmore:hover{color: #10C1BE; }
.readmore .bi{vertical-align: sub; color: #fff; padding-left: 0.2rem;}
.card .csbutton { margin-bottom:7px; }
.card .csbutton a { padding-left:0.7rem; font-size: 1rem; background:#FFCE00; color:#000; border-width: 2px; border-color:#FFCE00; padding-right:8px; box-shadow: none; }
.card .csbutton a:after { background-size:15px; background: url(/images/arrow-right-black.svg) center center no-repeat; height:16px; }
.card .csbutton a:hover { background-color:#FFCE0099; border-color:#FFCE00; color:#000; }
.readmore .bi:before {
    content: "+";
    position:relative;
    top:0;
    font-style:normal;
    color:#10C1BE;
    font-size:2.4rem;
    font-weight:300;
    font-family: "source_sans_pro",serif;
}
.readmore.collapse-open .bi:before {
    content: "–";
}

/* Civic overrides */
#ccc-close{display:none!important}
#ccc-button-holder{max-width:300px}
#ccc-icon svg { fill:rgb(0, 142, 139); }
#ccc .ccc-notify-button.ccc-accept-button{flex-wrap:wrap!important}
#ccc .ccc-content--dark .ccc-notify-button.ccc-accept-button{background:#0d7410!important}
#ccc .ccc-content--light .ccc-notify-button.ccc-accept-button{background:#b0d3b1!important}
#ccc .ccc-notify-button.ccc-reject-button{padding:4px 8px!important;font-size:0.8em!important;flex-wrap:wrap!important}
#ccc .ccc-content--dark .ccc-notify-button.ccc-reject-button {border-color:#ffffffb3!important}
#ccc .ccc-content--light .ccc-notify-button.ccc-reject-button {border-color:#00000080!important}
#ccc .ccc-content--dark .ccc-notify-button.ccc-reject-button span{color:#ffffffb3!important}
#ccc .ccc-content--light .ccc-notify-button.ccc-reject-button span{color:#000000a3!important}

/* page search */
.pagesearch label { display:none; }
.pagesearch input { width:220px; border-radius: 0; border: 2px solid #11C1BE; padding: 6px 10px; font-weight: 300; background:11C1BE4d; }
.pagesearch input[type='submit'] { width:auto; background:#11C1BE; color: #fff; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; font-weight: bold; }
.pagesearch input[type='submit']:hover { background:#008E8B; color: #fff; border: 2px solid #008E8B; }
.searchpage #content li h3 { font-size: 1.6rem; margin-bottom:0; }
.searchpage #content li p { margin-top:0; }
.searchpage #content li h3 a { border:0; }

/* team profiles */
.img-padding{height: 100%}
.img-padding{background-position: center center; background-position: left center; background-size: cover; height: 100%;}
.img-fluid { background-position:center top; background-repeat: no-repeat; background-size: cover; background-color:white; background-repeat: no-repeat; }
.img-fluid.logoprofile { background-size: 90%; background-position:center center; }
.staffcontent#content { margin:5px 0 0; }
.nav-header-bottom-bg{background:#9EE2F7;}
.team-member{color: #fff; margin-bottom: 5rem;} 
.team-member .pic {
    overflow: hidden;
    max-width: 200px;
    border-radius: 100%;
}
.team-member .pic img {
    transition: ease-in-out 0.3s;
}
.team-member h5{font-weight: 700}
.auther{
  color: #fff;
    text-align: center;
  text-transform: uppercase;
  font-family: "source_sans_pro", sans-serif;
    margin-top:15px;
  font-size:1rem;
  line-height:1.3rem;
    font-weight: 700;
}

.our-team{
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    height: auto;
    color: #000;
    margin-bottom: 1.6rem;
    padding-top: 0;
    background:#008E8B;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.our-team:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0);
}
.our-team .team-pic{
    width: 85%;
    height:0;
    padding-bottom:85%;
    transition: 0.5s;
    position: relative;
    margin:1.5rem;
}
.team-pic-img-top{padding-bottom: 100%;}

.our-team:hover .team-pic {
  transform: scale(1.1);
}
/*.our-team-hover-active:hover .team-pic:after{
  content: "";
  position: absolute;
  top:0;
  left:0;
  background:#ffffffb3;
  width: 100%;
  height: 100%;
}*/
.our-team .team-profile{
    position: relative;
    right: 0;
    bottom: 20%;
    width:100%;
    padding:0 7.5% 7.5%;
    transition: all 0.25s ease 0s;
}
.our-team .team-profile h5{
    text-align:center;
    font-size: 1.6rem;
    color: #FFED00;
    font-weight: 600;
}
.our-team-hover-active:hover .team-profile{
    bottom: 90%;
    height: 100%;
}

.our-team .description{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3rem;
}
.our-team .description p{
  margin: 0.8rem 0;
}
.our-team p.csbutton{
    text-align: left;
    margin-bottom:0;
}
.our-team p.csbutton a{
  color: #FFED00;
    border:0;
    background:transparent;
    box-shadow:none;
    padding:0;
}
.our-team-hover-active:hover .description{opacity: 100;}
.teambtn:hover{color: #008E8B}

/* Portfolio */
.portfolio { position: relative; background:#C6FFEB; }
.portfolio::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/subtract-cyan.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
    background-attachment: fixed;
}
@media (max-width: 767px) {
    .project-single-hero-image {  }
}
.portfolio-info h3 { font-size: 30px; margin-bottom:0.2rem; color: #008E8B; font-weight: 600; }
.portfolio-info p { margin-bottom:15px; }
.portfolio-info p.detail-auther { font-weight: 600; font-size: 1.2rem; color:#025A57; }
.portfolio .portfolio-item {
}
.portfolio #portfolio-flters {
  margin-bottom: 3rem;
  padding-left: 0;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-flex;
    font-family: "source_sans_pro", sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 15px;
    color: #008E8B;
    transition: 0.5s;
    border: 2px solid #008E8B;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
}
.portfolio #portfolio-flters li:hover, 
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #008E8B;
  border: 2px solid #008E8B;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.detail-description{
    text-align: left;
}
.detail-description .csbutton a{
    font-size: 1rem;
    padding: 0.4rem 0.35rem 0.5rem 0.7rem;
}
.detail-description .csbutton a::after{
    height:18px;
}
.carousel-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
}

/* The Modal */
.teammodal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  right:0;
  top: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(0 0 0 / 60%); 
}

.teammodal.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
  .modal-content {
    margin: auto!important;
    max-width: 900px!important;
    overflow: hidden!important;
    background: transparent!important;
    border-radius: 0!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    align-items: center!important;
    border:0!important;
    width: 100%!important;
    height: 100%!important;
}

.my-slides{
  background:#fff;
  padding: 4rem 2rem 2rem;
  margin:2rem;
  border: 1px solid #707070;
  animation: anime 0s ease-in;
  color: #001A2E
}

@media screen and (max-width:767px){
   .modal-content{
       max-width: 500px!important;
       max-height:90%
   } 
   
   .modal-content:first-child{
       top:50px;
   } 

   .my-slides{
     margin-top:4rem;
     overflow-y:auto;
     padding:1rem 0.5rem;
   }
}


/* The Close Button */
.close {
    color: rgb(255 255 255 / 50%);
    position: absolute;
    right: 2rem;
    font-size: 2rem;
    z-index: 1;
    margin-top: -1rem;
}
.close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color:rgb(255 255 255 / 50%);
  font-size: 1.7rem;
  text-align: center;
  transition: 0.6s ease;
  transform: translateY(-50%); 
  z-index: 1;
}

/* Position the "next button" to the right */
.next {right: 0; }
.prev {left: 0; }
.withpageimage{ background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  height: calc(100vh - 55vh);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .prev, .next {top: 2rem;width: 10%;z-index: 2;}
  .next{left:0;margin-left: 3rem;}
  .close {top: 2rem;}
  .modal-content{justify-content: start;}
} 

.prev:hover,
.next:hover {color: #fff;}