@font-face {
  font-family: "Roboto Condensed";
  src: url("fonts/RobotoCondensed-VariableFont_wght.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("fonts/RobotoCondensed-Italic-VariableFont_wght.ttf");
  font-style: italic;
}

@font-face {
  font-family: "glasgow_proextrabold";
  src: url("fonts/Red Rooster Collection - GlasgowPro-ExtraBold.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "glasgow_probold";
  src: url("fonts/Red Rooster Collection - GlasgowPro-Bold.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "glasgow_promedium";
  src: url("fonts/Red Rooster Collection - GlasgowPro-Medium.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "glasgow_probook";
  src: url("fonts/Red Rooster Collection - GlasgowPro-Book.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "glasgow_prolight";
  src: url("fonts/Red Rooster Collection - GlasgowPro-Light.otf") format("opentype");
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
  display: block;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.5s ease-in-out 0s;
}

ul {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}

a,
button {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-in-out 0s;
  color: #222222;
}

i.fa {
  transition: all 0.5s ease-in-out 0s;
}

p,
td,
input,
label,
form,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  padding: 0px;
  margin: 0px;
  border: none;
  text-decoration: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.5s ease-in-out 0s;
  outline: none;
  resize: none;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  outline: none;
  cursor: pointer;
}

.clear {
  clear: both;
}

.vm {
  vertical-align: middle;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right !important;
}

/*placeholder css*/

input::-webkit-input-placeholder {
  opacity: 1 !important;
}

.searchbox input::-webkit-input-placeholder {
  color: #d4d8e4 !important;
}

input::-moz-placeholder {
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  opacity: 1 !important;
}

input:-moz-placeholder {
  opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
  opacity: 1 !important;
}

textarea::-moz-placeholder {
  opacity: 1 !important;
}

textarea:-ms-input-placeholder {
  opacity: 1 !important;
}

textarea:-moz-placeholder {
  opacity: 1 !important;
}

input,
select,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #8f8f8f;
}

h1 {
  font-size: 92px;
  line-height: 84px;
  font-family: "glasgow_probold", sans-serif;
}

h2 {
  font-size: 65px;
  line-height: normal;
  font-family: "glasgow_probold", sans-serif;
}

h3 {
  font-size: 124px;
  line-height: normal;
  font-family: "glasgow_probold", sans-serif;
}

h4 {
  font-size: 26px;
  font-family: "glasgow_probold", sans-serif;
}

h5 {
  font-size: 36px;
  font-family: "glasgow_probook", sans-serif;
}

h6 {
  font-size: 17px;
  font-family: "glasgow_probook", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

.full_width {
  width: 100%;
  float: left;
}

.full_width iframe {
  max-width: 1920px;
  width: 100%;
  height: 100%;
}

.page-template-page-blank-header .full_width iframe {
  max-width: 960px;
  width: 100%;
  height: 540px;
  margin: 20px auto;
  display: block;
}

@media screen and (max-width: 500px) {
  .page-template-page-blank-header .full_width iframe {
    height: 270px;
  }
}

.dark-on-grey {
  color: #363636;
}

.newsletter-highlight {
  background-color: #f68428;
  color: #fff;
}

.addtoany_list a img {
  width: 20px;
  height: auto;
}

.swiper-navigation-wrapper {
  position: absolute;
  right: 0;
  display: block;
  width: auto;
  bottom: 10px;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: #fff;
  margin-top: 0 !important;
  margin-right: 10px;
}

.swiper-button-prev {
  background-image: url("images/icons/prev-arrow.jpg");
  right: unset;
  left: unset;
}

.swiper-button-next {
  background-image: url("images/icons/next-arrow.png");
  right: unset;
  left: unset;
}

#tab_default_1 .text_block {
  padding-right: 15px;
}

div.wpcf7-mail-sent-ok {
  border: none;
}

#wpcf7-f3700-p1420-o1 {
  max-width: 1400px;
  width: 100%;
}

/* Global styling for accordions - Please do page specific styling in that pages rules. */

/* Default Page */

.page-template-default .container p,
.page-template-default .container ul li,
.page-template-default .container ul li a {
  font-size: 18px;
  line-height: 2;
}

.page-template-default ul {
  margin: 20px 0;
}

.page-template-default .container h5 {
  margin-top: 20px;
}

.page-template-default .container h2,
.page-template-default .container h3,
.page-template-default .container h4,
.page-template-default .container h5,
.page-template-default .container h6 {
  margin-bottom: 20px;
}

.page-template-default .container p strong {
  margin-top: 15px;
  display: block;
  margin-bottom: 5px;
}

.accordion-container {
  max-width: 1236px;
  margin: 0 auto 100px auto;
}

.accordion .card {
  border-radius: 0;
  border-bottom: 1px solid #a9a9a9;
  color: #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #ffffff;
}

.accordion .card .card-header {
  background-color: #fff;
}

.accordion .card .active {
  background-color: #f68428;
  border-radius: 0;
  border-bottom: none;
}

.accordion .card .active h5 button {
  color: #fff !important;
  letter-spacing: 1px;
}

.accordion .card .card-body p {
  font-size: 18px;
  margin-bottom: 10px;
}

.accordion .card .card-body ul {
  list-style-type: initial;
  padding: 5px 0 5px 15px;
}

.accordion .card .card-body ol {
  list-style-type: decimal;
  padding: 5px 0 5px 15px;
}

.accordion .card .card-body ul li,
.accordion .card .card-body ol li {
  margin-bottom: 5px;
  font-size: 16px;
}

.accordion .card .card-header button {
  width: 100%;
  text-align: left;
}

.accordion .card .card-header .btn-link {
  color: #000;

  text-decoration: none;
  letter-spacing: 1px;
  font-size: 20px;
}

#holidaysAccordion .card .card-header button.btn.btn-link:hover {
  text-decoration: none;
}

#holidaysAccordion .card {
  border-bottom: 0px;
  border-top: 0px;
}

.container {
  max-width: 1752px;
  margin: 0 auto;
}

.main_container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block;
  border-left: 19px solid #f68428;
  overflow: hidden;
}

.top_hed {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 44px 100px 0px 48px;
  left: 0;
  right: 0;
}

.logo {
  float: right;
}

.main_container:before {
  position: fixed;
  top: 220px;
  right: 100%;
  height: 82px;
  width: 19px;
  background: #fff;
  content: "";
  z-index: 5;
  left: 0;
}

.main_container:not(*:root):before {
  left: -19px;
}

.banner {
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner_txt {
  padding: 140px 0 98px;
}

.banner_txt h1 {
  color: #fff;
  margin-bottom: 220px;
}

.banner_txt p {
  color: #fff;
  max-width: 32%;
}

.join_box {
  width: 61.63%;
  float: left;
}

..wt_right i,
join_box i {
  display: block;
}

.wt_right i,
.join_box i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join_right {
  background: #e7e3e1;
  padding: 38px 105px 51px 62px;
  text-align: center;
  width: 38.36%;
  float: right;
}

.join_right h2 {
  color: #f28636;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: normal;
  font-style: normal;

  text-align: left;
}

.join_right h3 {
  color: #f28636;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: normal;
  font-style: normal;

  text-align: left;
}

.join_right p {
  max-width: 100%;
  margin: 0 0 10px;
  text-align: left;
}

.join_right ul {
  margin-top: 134px;
  padding-left: 0;
}

.join_right ul li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.join_right ul li a {
  font-size: 16px;

  line-height: 35px;
  display: inline-block;
  width: 100%;
}

.join_right ul li:nth-child(odd) a {
  background: #fff;
  color: #8f8f8f;
}

.join_right ul li:nth-child(even) a {
  background: #363636;
  color: #e7e3e1;
}

.page-template-page-home .join_right p {
  color: #363636;
}

.counter {
  background: #fff;
  padding: 105px 0px 100px;
}

.counter_box {
  width: 33.33%;
  float: left;
  text-align: center;
  /* padding-left: 104px;*/
}

.counter_box h3 {
  color: #f68121;
}

/*.counter_box:first-child h4:before{position:absolute; right:100%; width:230px; height:1px; background:#f68121; content:''; top:50%; }
.counter_box:first-child h4:after{position:absolute; left:54%; width:100%; height:1px; background:#f68121; content:''; top:50%;}

.counter_box:last-child h4:after{position:absolute; left:48%; width:100%; height:1px; background:#f68121; content:''; top:50%; }
*/

/*.counter_box:last-child h4:before{position:absolute; right:92%; width:100%; height:1px; background:#f68121; content:''; top:50%; }*/

/*.counter_box:last-child h4{max-width: 78%;}*/

/*.counter_box:nth-child(2) h4{max-width:58%;}
.counter_box:nth-child(2) h4:before{position:absolute; right:90%; width:254px; height:1px; background:#f68121; content:''; top:50%; }*/

.wt_right {
  float: right;
  max-width: 66.66%;
  width: 100%;
  order: 2;
}

.wt_left {
  float: left;
  max-width: 33.336%;
  background: #363636;
  padding: 66px 64px 0px;
  width: 100%;
  text-align: center;
  order: 1;
}

.wt_left h2 {
  margin-bottom: 29px;
  text-align: left;
}

.wt_box {
  margin-bottom: 43px;
  text-align: left;
}

.wt_box h4 {
  margin-bottom: 10px;
}

.wt_box p {
  max-width: 95%;
  margin-bottom: 20px;
}

.wt_box a {
  font-size: 16px;
  color: #8f8f8f;
  display: block;

  padding-left: 15px;
  position: relative;
}

.wt_box a:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 12px;
  background: #00abd6;
  content: "";
}

.news_box {
  padding: 54px 45px 43px 67px;
  width: 33.33%;
  float: left;
  min-height: 370px;
}

.news_box h5 {
  color: #8f8f8f;
  margin-bottom: 45px;
  text-transform: uppercase;
  max-width: 80%;
}

.news_box p {
  margin-bottom: 54px;
  color: #363636;
}

.news_box a {
  font-size: 16px;
  color: #8f8f8f;
  display: block;

  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}

.news_box a:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 12px;
  background: #00abd6;
  content: "";
}

.news_box:nth-child(2) {
  background: #e7e3e1;
}

.news_box:last-child {
  background: #f68121;
  color: #fff;
}

.news_box:last-child a,
.news_box:last-child h5 {
  color: #fff;
}

.news_box:last-child p {
  color: #fff;
}

.news_box h5 {
  max-width: 100%;
  word-break: keep-all;
  min-height: 86px;
  font-size: 30px;
}

.featured {
  position: relative;
}

.featured i {
  display: block;
}

.featured i img {
  width: 100%;
  object-fit: cover;
  height: 690px;
}

.feture_box {
  max-width: 33.33%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 40px 77px 110px;
  width: 100%;
  height: 100%;
}

.blog .feture_box {
  max-width: 40%;
  padding-left: 150px;
}

.feture_box h5 {
  margin-bottom: 25px;
  color: #8f8f8f;
}

.feture_box ul {
  margin-bottom: 50px;
}

.feture_box ul li {
  display: inline-block;
  padding: 0px 5px;
}

.feture_box ul li:first-child {
  padding-left: 0px;
}

.feture_box ul li a {
  width: 7px;
  height: 25px;
  border: 1px solid #636363;
  display: inline-block;
  padding-left: 0px;
}

.feture_box ul li a:after {
  display: none;
}

.feture_box ul li.active a,
.feture_box ul li a:hover {
  background: #00abd6;
  border-color: #00abd6;
}

.feture_box h2 {
  font-size: 52px;
  margin-bottom: 40px;
  color: #e7e3e1;
}

.feture_box p {
  color: #e7e3e1;
  margin-bottom: 30px;
  font-size: 16px;
}

.feture_box a {
  font-size: 16px;
  color: #fff;
  display: block;

  padding-left: 15px;
  position: relative;
}

.feture_box a:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 12px;
  background: #00abd6;
  content: "";
}

footer {
  background: #363636;
  padding: 45px 0px 40px 0px;
}

.foot1 {
  max-width: 50.93%;
  width: 100%;
  float: left;
}

.foot1 i {
  display: block;
  border-bottom: 1px solid #555;
  padding-left: 65px;
  padding-bottom: 14px;
}

.foot1 p {
  height: 167px;
  border-bottom: 1px solid #555;
}

.page-template-our-journey .foot1 i {
  display: block;
  border-bottom: 1px solid #555;
  padding-left: 65px;
  padding-bottom: 14px;
}

.follow-us {
  padding: 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.follow-us li {
  height: 20px;
}

.follow-us li img {
  width: 18px;
  height: 15px;
  display: block;
}

.foot2 {
  max-width: 336px;
  width: 100%;
  float: left;
}

.foot5 h4,
.foot4 h4,
.foot4 h4,
.foot3 h4,
.foot2 h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #555;
  font-size: 16px;
  padding-top: 7px;
  margin-bottom: 10px;
}

.foot5 ul,
.foot4 ul,
.foot2 ul,
.foot3 ul {
  border-bottom: 1px solid #555;
  padding-bottom: 9px;
  min-height: 157px;
}

.foot4 ul li,
.foot2 ul li,
.foot3 ul li {
  display: block;
}

.foot4 ul li a,
.foot2 ul li a,
.foot3 ul li a {
  font-size: 14px;

  line-height: 18px;
  text-transform: capitalize;
  color: #8f8f8f;
}

.foot3 {
  max-width: 312px;
  width: 100%;
  float: left;
}

.foot3 ul {
  min-height: 157px;
}

.foot4 {
  max-width: 276px;
  width: 100%;
  float: left;
}

.foot4 ul {
  min-height: 157px;
}

.foot5 {
  max-width: 207px;
  width: 100%;
  float: left;
}

.foot5 ul {
  min-height: 157px;
}

.foot_bottom {
  width: 100%;
}

.foot_bottom_1 {
  max-width: 50.93%;
  float: left;
  width: 100%;
}

.foot_bottom_1 p {
  opacity: 0;
  visibility: hidden;
}

.foot_bottom_2 {
  max-width: 276px;
  float: left;
  width: 100%;
}

.foot_bottom_2 ul {
  padding-top: 5px;
}

.foot_bottom_2 ul li {
  display: block;
}

.foot_bottom_2 ul li a {
  font-size: 14px;

  line-height: 18px;
  text-transform: capitalize;
  color: #8f8f8f;
}

.foot_bottom_3 {
  max-width: 600px;
  width: 100%;
  float: left;
}

.foot_bottom_3 h4 {
  padding-bottom: 10px;
  font-size: 16px;
  margin-bottom: 8px;
  padding-top: 15px;
  text-transform: uppercase;
}

.foot_bottom_3 input {
  width: 369px;
  line-height: 35px;
  height: 35px;
  border: 2px solid #555;
  box-shadow: none;
  padding: 0px 20px;
  background: transparent;
  color: #8f8f8f;
  font-size: 16px;
  float: left;
}

.foot_bottom_3 button,
.foot_bottom_3 input[type="submit"] {
  width: 147px;
  line-height: 35px;
  height: 35px;
  border: 2px solid #555;
  text-align: center;
  margin-left: -4px;
  color: #8f8f8f;
  position: relative;
  cursor: pointer;
  background-color: #e7e3e1;
  font-size: 16px;
  float: left;
}

.wpcf7 .wpcf7-response-output {
  border-color: transparent !important;
  display: inline-block;
}

.home .wpcf7-not-valid-tip {
  display: none;
}

/* namvigation css*/

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0px;
  top: 0;
  /*overflow-y: hidden;*/
  background-color: #363636;
  /* Black fallback color */
  background-color: #363636;
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  padding-top: 45px;
}

/* Position the content inside the overlay */

.overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */

.overlay .closebtn {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */

.overlay .closebtn:hover,
.overlay .closebtn:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */

.overlay .closebtn {
  position: absolute;
  top: 17px;
  left: 45px;
  font-size: 60px;
  color: #00abf3;
}

#myNav span {
  margin-top: 20;
}

#myNav ul {
  padding-left: 0;
}

.in_web_foot ul {
  padding-left: 0;
}

.icon {
  position: relative;
  top: 45px;
  left: 80px;
  display: inline-block;
  cursor: pointer;
}

.menu_nav {
  position: absolute;
  top: 0px;
  z-index: 9;
  float: left;
  width: 90%;
}

.main_nav_div {
  max-width: 1070px;
  margin-right: 50px;
  float: right;
  width: 100%;
  display: none;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*nav _in_contant */

.nav_top {
  margin-bottom: 110px;
  max-width: 1920px;
  width: 100%;
  padding: 0 110px;
  display: none;
}

.nav_left {
  display: inline-block;
  width: 100%;
  max-width: 25%;
  padding: 0 15px;
}

.nav_left.search-form {
  width: 100%;
  max-width: 50%;
}

.nav_left input {
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  color: #8f8f8f;
  box-shadow: none;
  border: 2px solid #555555;
  background: transparent;
  display: inline-block;
}

.nav_left a {
  line-height: 35px;
  display: inline-block;
  border: 2px solid #555555;
  font-size: 14px;

  padding: 0px;
  text-align: center;
  height: 35px;
  margin-left: 35px;
  color: #8f8f8f;
}

.shareholder-button-wrapper {
  position: relative;
  top: -10px;
}

.fh-logo {
  position: relative;
  top: -10px;
}

.shareholder-button {
  width: 100% !important;
  line-height: 35px !important;
  display: inline-block !important;
  border: 2px solid #555555 !important;
  font-size: 14px !important;

  padding: 0px !important;
  text-align: center !important;
  height: 35px !important;
  color: #8f8f8f !important;
  background-color: #f68428;
  color: #fff;
  margin: 0 !important;
}

.in_mob_view .shareholder-button {
  margin: 0 !important;
  background-color: #f68428;
  position: relative;
  border: 0;
  display: block;
  padding: 8px;
  text-align: center;
}

.in_mob_view .shareholder-button h4 {
  margin-top: 7px;
}

.shareholder-button h4 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;

  font-size: 14px;
  margin-top: 7px;
}

.nav_right {
  display: inline-block;
  width: 100%;
  text-align: right;
  max-width: 25%;
  padding: 0 15px;
}

.nav_cont {
  margin: 0;
}

.nav_cont h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #555;
  font-size: 18px;
  padding-top: 7px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.nav_cont h4 a {
  color: #fff;
}

.nav_cont ul {
  padding-bottom: 40px;
  min-height: 157px;
}

.nav_cont ul li {
  display: block;
  position: relative;
}

.nav_cont ul li:before {
  position: absolute;
  left: -15px;
  top: 8px;
  width: 4px;
  height: 13px;
  background: #00abd6;
  content: "";
  opacity: 0;
}

.nav_cont ul li a {
  font-size: 16px;

  line-height: 28px;
  text-transform: capitalize;
  color: #8f8f8f;
  text-transform: uppercase;
}

.main_nav_div .nav_cont .col-md-3 {
  padding: 0;
}

#myNav {
  max-width: 1932px;
}

#myNav #searchform #searchsubmit {
  width: 20%;
  line-height: 35px;
  height: 35px;
  border: 2px solid #555;
  text-align: center;
  display: inline-block;
  margin-left: -4px;
  color: #8f8f8f;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  top: 2px;
}

.nav_col_1 h4:before {
  position: absolute;
  right: 100%;
  width: 865px;
  height: 1px;
  background: #555;
  content: "";
  top: 100%;
}

.nav_col_4 h4:after {
  position: absolute;
  left: 100%;
  width: 235px;
  height: 1px;
  background: #555;
  content: "";
  top: 100%;
}

ul.sub_in_sub {
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: 0px;
  left: 0;
  display: none;
  min-height: auto;
  padding-bottom: 5px;
}

ul.sub_in_sub li a {
  font-size: 14px;
  line-height: 18px;
}

.nav_cont ul li:hover .sub_in_sub {
  visibility: visible;
  opacity: 1;
  display: block;
}

.nav_cont ul li:hover:before {
  opacity: 1;
}

.nav_cont ul li:hover a {
  color: #009ac8;
}

.nav_cont ul li:hover ul.sub_in_sub li:before {
  display: none;
}

.nav_cont ul li:hover li a {
  color: #8f8f8f;
}

ul.sub_in_sub li a:hover {
  color: #009ac8 !important;
}

.in_mob_view {
  display: none;
}

/* mobile view menu*/

.m_top_logo {
  float: right;
  margin-top: -10px;
  margin-bottom: 30px;
}

.m_cont {
  padding-left: 50px;
}

.m_cont ul li {
  display: block;
  margin-bottom: 20px;
}

.m_cont ul li a {
  font-size: 22px;
  color: #fff;

  text-transform: uppercase;
}

.m_cont ul .fs_drop {
  opacity: 0;
  visibility: hidden;
  display: none;
  margin-top: 5px;
  padding-left: 15px !important;
}

.m_cont ul .fs_drop li {
  display: block;
  margin-bottom: 10px;
}

.m_cont ul .fs_drop li a {
  font-size: 20px;
  color: #fff;
  position: relative;
}

.m_cont ul .fs_drop li a:before {
  position: absolute;
  left: -15px;
  top: 6px;
  width: 4px;
  height: 12px;
  background: #00abd6;
  content: "";
}

.m_cont ul .fs_drop li a:hover {
  color: #00abd6;
}

.m_cont ul li:hover .fs_drop {
  display: block;
  opacity: 1;
  visibility: visible;
}

.m_cont ul .fs_drop .sc_drop {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.m_cont ul .fs_drop .sc_drop li {
  display: block;
  position: relative;
}

.m_cont ul .fs_drop .sc_drop li:before {
  padding: 0 5px;
  color: #fff;
}

.m_cont ul .fs_drop ul li a {
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
}

.fs_drop li:hover .sc_drop {
  opacity: 1;
  display: block;
  visibility: visible;
}

.fs_drop li:hover .sc_drop li a:before {
  display: none;
}

.fs_drop li:hover .sc_drop li:first-child:before {
  display: none;
}

.m_in {
  display: none;
}

.in_mob_foot {
  display: none;
}

.in_mob_foot {
  padding: 30px 0px 30px 20px;
}

.in_mob_foot .logo_foot {
  margin-bottom: 70px;
}

.foot_cont_sec {
  margin-bottom: 40px;
}

.foot_cont_sec h4 {
  padding-bottom: 8px;
  border-bottom: 1px solid #555;
  font-size: 22px;
  padding-top: 7px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.foot_cont_sec ul {
  padding-bottom: 9px;
  min-height: auto;
}

.foot_cont_sec ul li {
  display: block;
  padding-bottom: 10px;
}

.foot_cont_sec ul li p {
  font-size: 20px;
}

.foot_cont_sec ul li p a {
  font-size: 18px;

  line-height: 18px;
  color: #8f8f8f;
}

.foot_cont_2,
.foot_cont_1 {
  max-width: 50%;
  display: inline-block;
  width: 100%;
  float: left;
}

.foot_cont_2 ul li {
  display: inline-block;
  margin-right: 5px;
}

.foot_cont_2 ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  width: 100%;
}

.foot_cont_email {
  display: flex;
  width: 100%;
}

.foot_cont_email input {
  width: 70%;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  color: #8f8f8f;
  box-shadow: none;
  border: 2px solid #555555;
  background: transparent;
  display: inline-block;
}

.foot_cont_email button,
.foot_cont_email input[type="submit"] {
  width: 90%;
  line-height: 35px;
  display: inline-block;
  border: 2px solid #555555;
  font-size: 14px;

  padding: 0px 20px;
  text-align: center;
  height: 35px;
  color: #8f8f8f;
  background-color: #fff;
  margin-top: 8px;
}

.foot_copy {
  margin-top: 45px;
}

.foot_copy p {
}

/* common css for inner pages*/

.inner_page .icon {
  top: 25px;
}

.inner_head {
  background: #363636;
}

.inner_head {
  padding: 20px 54px 20px 48px !important;
}

.read_mr {
  text-align: center;
}

.read_mr a {
  color: #58595b;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  font-size: 17px;
}

.read_mr a:before {
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 14px;
  background: #009ac8;
  content: "";
}

.read_mra {
  color: #58595b;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  font-size: 17px;
}

.read_mra:before {
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 14px;
  background: #009ac8;
  content: "";
}

/*css for join our team page */

.join_banner {
  background: url("images/join_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.join_banner .banner_txt {
  padding: 400px 0px 60px;
}

.join_banner .banner_txt h1 {
  margin-bottom: 0px;
}

.job_vacancies_right_inner .read_mra:before {
  display: none;
}

.src_project {
  background: #f58426;
  padding: 55px 0px 52px;
}

.src_project h4 {
  margin-bottom: 40px;
  color: #fff;
}

.select_fld {
}

.select_fld select {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  height: 38px;
  line-height: 38px;
  color: #fff;

  text-transform: uppercase;
  padding: 0px 15px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("images/drop.png") no-repeat 95% center;
}

.in_btn_fld a {
  background: #fff;
  width: 98%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #009ac8;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
}

.in_btn_fld a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 38px;
  background: #009ac8;
  content: "";
}

.join_tm h4 {
  color: #58595b;
}

.join_emp_mn {
}

.join_emp {
  padding: 295px 0px 273px;
  background: #fff;
  position: relative;
}

.join_emp::before {
  background: rgba(0, 0, 0, 0) url("images/top_bdr.png") no-repeat scroll 0 0 / 100% 100%;
  content: "";
  height: 280px;
  left: -136px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 870px;
}

.join_emp::after {
  background: rgba(0, 0, 0, 0) url("images/ep_bottom_bdr.png") no-repeat scroll 0 0 / 100% 100%;
  bottom: -20px;
  content: "";
  height: 280px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 150px;
  width: 863px;
  z-index: 1;
}

.empl_story {
  max-width: 500px !important;
  padding-top: 90px !important;
}

.join_ep_left {
  max-width: 470px;
  width: 100%;
  text-align: left;
  float: right;
  padding: 40px 80px 75px;
}

.join_tm {
  overflow: hidden;
}

.join_ep_left h1 {
  color: #f68428;
  margin-bottom: 30px;
}

.join_ep_left h1 span {
  color: #f58424;
}

.join_ep_left p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 40px;
  color: #363636;
}

.join_ep_left .read_mr {
  text-align: left;
  padding-left: 15px;
}

.join_ep_right {
  float: right;
  max-width: 50%;
  width: 100%;
}

/* .join_ep_right img{width:100%;} */

.join_ep_right img {
  height: unset;
}

.join_ep_left:nth-child(2) {
  max-width: 40%;
}

.nd_team {
  background: #f2efee;
  padding: 76px 0px;
  margin-top: -85px;
}

.nd_team:before {
  display: none;
}

.nd_team:after {
  display: none;
}

.nd_team .join_ep_left {
  float: left;
}

.nd_team .join_ep_left h1 {
  padding-top: 50px;
}

.nd_team .join_ep_left span {
  display: block;
}

.nd_team .join_ep_right {
  float: left;
  max-width: 50%;
}

.rd_team {
  margin-top: -70px;
  background: transparent;
  padding-bottom: 250px;
  padding-top: 265px;
}

.rd_team .join_ep_left h1 span {
  display: block;
}

.rd_team .join_ep_right {
  max-width: 1042px;
}

.rd_team .join_ep_left h1 {
  padding-top: 80px;
}

.rd_team::before {
  background: rgba(0, 0, 0, 0) url("images/rd_top_bdr.png") no-repeat scroll 0 0 / 100% 100%;
  height: 420px;
  left: -60px;
  top: -10px;
  width: 782px;
}

.rd_team:after {
  background: url("images/rd_bottom_bdr.png") no-repeat;
  width: 804px;
  height: 343px;
  bottom: 0px;
  left: 120px;
  background-size: 100% 100%;
}

/* our story page*/

.our_banner {
  background: url("images/our_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.our_banner .banner_txt {
  padding: 230px 0px 110px;
}

.our_banner .banner_txt h1 {
  margin-bottom: 30px;
}

.our_banner .banner_txt p {
  max-width: 33%;
}

.inner_page .top_hed {
  position: relative;
}

.our_emp_mn .join_ep_left h1 span {
  display: block;
}

.our_emp_mn {
  background: #fff;
}

.st_story {
  padding: 0px 0px 280px;
}

.st_story:first-child {
  padding-top: 60px;
}

/*.st_story .join_ep_right{float:left; max-width:834px;}*/

.st_story .join_ep_left {
  float: left;
}

/* .st_story .join_ep_left h1 {
    padding-top: 60px;
} */

.st_story:before {
  display: none;
}

.st_story:after {
  background: url("images/nd_sty.png") no-repeat;
  bottom: 100px;
  right: 0px;
}

.st_story:nth-child(odd) {
  margin-top: -30px;
}

.nd_story {
  padding: 0px;
  background: #f2efee;
  margin-top: -100px;
  position: relative;
}

.nd_story .join_ep_right {
  /*max-width:780px;*/
  padding-right: 0;
}

.nd_story .join_ep_left {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nd_story:after {
  display: block;
  bottom: -290px;
}

.nd_story:before {
  display: none;
}

.nd_story {
  margin-bottom: 280px;
}

.nd_story:last-child:after {
  display: none;
}

.nd_story:last-child {
  margin-bottom: 0px;
}

.rd_story .join_ep_right {
  max-width: 50% !important;
  padding-right: 0px !important;
}

.rel {
  position: relative;
}

.rel:after {
  position: absolute;
  top: -100px;
  left: -10%;
  right: 0;
  margin: 0 auto;
  background: url("images/line.png") no-repeat;
  content: "";
  width: 1px;
  height: 150px;
}

/*our leader */

.breadcome {
  background: #524f4e;
  padding: 50px 0px;
}

.breadcome ul > li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.breadcome ul > li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.breadcome ul > li a:hover {
  text-decoration: none;
  color: #009ac8;
}

.breadcome ul > .active {
  color: #009ac8;
}

.breadcome ul > li + li::before {
  padding: 0 5px;
  color: #fff;
  content: ">\00a0";
}

.in_head {
  background: url("images/bg_head_sec.jpg") no-repeat center;
  background-size: cover;
  padding: 65px 0px 100px;
}

.abt_in {
  background: #ebe7e6;
  padding: 65px 0px 70px;
}

.abt_in p {
  max-width: 66%;
  font-size: 20px;
  line-height: normal;
  color: #363636;
}

.mn_lead_cont {
  background: #f3f3f3;
  padding: 55px 0 0px;
}

.abt_in ul {
  color: #58595b;
  padding-left: 25px;
  display: block;
}

.page-template-page-our-leaders {
  background: url("images/bg_contant.jpg") center;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: repeat;
  background-size: auto auto;
  background-size: cover;
  background-repeat: repeat-y;
  border: 0;
  padding: 0px 0;
  background-size: 100%;
}

.page-template-page-our-leaders .mn_lead_cont {
  margin-bottom: 565px;
}

/* Tabs panel */

/* Default mode */

.mn_lead_cont .tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  padding-left: 73px;
  margin-bottom: 60px;
}

.mn_lead_cont .tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  padding: 10px 50px 10px 0px;
  position: relative;
}

.mn_lead_cont .tabbable-line > .nav-tabs > li:first-child {
  padding-left: 0px;
}

.mn_lead_cont .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  font-size: 16px;
  color: #58595b;
  /*position:relative; */

  padding-left: 15px;
}

.mn_lead_cont .tabbable-line > .nav-tabs > li a:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 17px;
  background: #8f8f8f;
  content: "";
}

/* 009ac8 */

.mn_lead_cont .tabbable-line > .nav-tabs > li.open,
.mn_lead_cont .tabbable-line > .nav-tabs > li:hover:before,
.mn_lead_cont .tabbable-line > .nav-tabs > li a:hover:before {
  background: #009ac8;
}
.mn_lead_cont .tabbable-line > .nav-tabs > li.open > a,
.mn_lead_cont .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #009ac8;
}
.mn_lead_cont .tabbable-line > .nav-tabs > li.open > a > i,
.mn_lead_cont .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.mn_lead_cont.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.mn_lead_cont .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.mn_lead_cont .tabbable-line > .nav-tabs > li.active {
  position: relative;
}
.mn_lead_cont .tabbable-line > .nav-tabs > li a.active:before {
  background: #009ac8;
}
.mn_lead_cont .tabbable-line > .nav-tabs > li > .active {
  border: 0;
  color: #009ac8;
}
.mn_lead_cont .tabbable-line > .nav-tabs > li > .active {
  color: #009ac8;
}
.mn_lead_cont .tabbable-line > .tab-content {
  margin-top: -3px;
  background: url("images/bg_contant.jpg") center;
  background-size: cover;
  background-repeat: repeat-y;
  border: 0;
  padding: 0px 0;
  background-size: 100%;
  margin-bottom: 0;
}
.mn_lead_cont .portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.mn_lead_cont .row {
  margin: 0px;
}
.lead_txt {
  padding: 40px 50px 30px;
  position: relative;
}
.info_div {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 20px 50px;
  color: #fff;
  display: inline-table;
  display: none;
  z-index: 2;
  min-height: 565px;
}
.lead_txt h6 {
  color: #fff;
  font-size: 18px;
}
.lead_txt p {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  min-height: 44px;
}

/*change txt oh hover */
.lead_txt a {
  font-size: 17px;

  position: relative;
  padding-left: 15px;
  color: #fff;
}
.lead_txt a:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 14px;
  background: #009ac8;
  content: "";
}
.leder_box span {
  background: #fff;
  overflow: hidden;
}
.leder_box span img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */

  filter: grayscale(100%);
  width: 100%;
  max-height: 475px;
}
.leder_box:hover img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */

  filter: grayscale(0);
}
.mn_lead_cont .col-12:nth-child(odd) .lead_txt {
  background: #716e6e !important;
}
.mn_lead_cont .col-12:nth-child(even) .lead_txt {
  background: #555555 !important;
}
.pd {
  padding: 0px !important;
}
.pd .leder_box {
  height: 100%;
}

/* .pd .leder_box .lead_txt { height: 100%; } */
.bg_color_1 {
  background: #716e6e !important;
}
.bg_color_2 {
  background: #555 !important;
}

/*career page  */
.carrer_path {
  padding-top: 0px !important;
}
.career .in_head {
  padding: 150px 0px 160px;
}
.career .in_head h1 {
  color: #58595b;
}
.career .abt_in p {
  max-width: 100%;
}
.mn_lead_cont.full_width.carrer_path .row {
  display: flex;
}
.mn_lead_cont.full_width.carrer_path .row .right {
  order: 1;
}
.rgt_side {
  padding: 80px 78px;
  height: 100%;
}
.carrer_path .rgt_side .read_mr {
  text-align: left;
}
.carrer_path .row:nth-child(odd) .rgt_side {
  background: #363636;
}
.carrer_path .row:nth-child(even) .rgt_side {
  background: #e6e2df;
}
.carrer_path .row:nth-child(odd) .rgt_side h4 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.carrer_path .row:nth-child(odd) .rgt_side p {
  color: #fff;
  margin-bottom: 63px;

  font-size: 20px;
}
.carrer_path .row:nth-child(odd) .rgt_side a {
  position: relative;
  margin-left: 15px;
  color: #fff;
}
.carrer_path .row:nth-child(even) .rgt_side h4 {
  font-size: 34px;
  color: #363636;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.carrer_path .row:nth-child(even) .rgt_side p {
  color: #363636;
  margin-bottom: 63px;

  font-size: 20px;
}
.carrer_path .row:nth-child(even) .rgt_side a {
  position: relative;
  margin-left: 15px;
  color: #58595b;
}

.carrer_path .lft_side {
  height: 100%;
}

.career .sector_outer .rgt_side,
.career .sector_outer .lft_side img {
  min-height: 440px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Graduate Leadership Program-1 page*/
.leadership_prg_sec .in_head {
  padding: 90px 0px 55px;
}
.leadership_prg_sec .in_head h1 {
  color: #363636;
}
.in_app {
  padding: 57px 0px 60px;
  background: #f58427;
}
.in_app h4 {
  text-transform: uppercase;
  color: #fff;
}
.video_sec {
  background: #636363 none repeat scroll 0 0;
  position: relative;
  text-align: center;
}
.video_sec_in {
  position: relative;
  max-width: 74%;
  margin: 0 auto;
}
.video_sec i {
  display: block;
}
.video_sec_2 {
  background: none;
}
.video_sec a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 197px;
  height: 197px;
  padding: 12px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s;
}
.video_sec a img {
  width: 100%;
  height: 100%;
}
.video_sec h2 {
  position: absolute;
  top: 45px;
  left: 40px;
  max-width: 365px;
  color: #fff;
}
.video_sec h2 span {
  display: block;
}
.leadership_prg_sec .abt_in {
  padding: 35px 0px 54px;
}
.leadership_prg_sec .abt_in p {
  max-width: 100%;
  font-size: 24px;
  color: #58595b;
  margin-bottom: 10px;
}
.leadership_prg_sec .abt_in p:last-child {
  margin-bottom: 0px;
}
.leadership_prg_sec .abt_in p span {
}
.leadership_prg_sec .container {
  max-width: 1236px;
}

/*1176*/
.in_feature {
  background: #fff;
  padding: 45px 0px 75px;
}
.in_feature h2 {
  font-size: 70px;
  color: #8f8f8f;
  margin-bottom: 25px;
}
.in_feature p {
  font-size: 22px;
  color: #58595b;

  margin-bottom: 20px;
  line-height: auto;
}
.in_feature p span {
  color: #f58427;
}
.in_select_box h2 {
  margin-bottom: 15px;
  font-size: 72px;
}
.in_select_box h2 span {
  color: #f58427;
}
.in_feature .select_fld select {
  border: 0.5px solid #8f8f8f;

  font-size: 16px;
  color: #f58427;
  background: url("images/drop_dark.png") no-repeat 95% center;
}
.in_feature .row {
  margin-bottom: 68px;
}
.leadership_pgm .row {
  margin-bottom: 68px !important;
}
.in_feature i {
  display: block;
}
.in_feature i img {
  width: 100%;
}
.faqs {
  background: #fff;
  padding: 45px 0px 40px;
}
.faqs h2 {
  margin-bottom: 40px;
}
.acc_box {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.acc_box p {
  padding-left: 15px;

  color: #363636;
  font-size: 22px;
}
.accordion-toggle {
  text-align: left;

  cursor: pointer;
  margin: 0;
  padding: 20px 15px 5px;
  position: relative;
  color: #f58427;
  font-size: 32px;
}
.accordion-toggle:before {
  position: absolute;
  top: 28px;
  left: 0;
  width: 5px;
  height: 23px;
  background: #009ac8;
  content: "";
}
.accordion-toggle:after {
  position: absolute;
  top: 28px;
  left: 0;
  width: 5px;
  height: 23px;
  background: #009ac8;
  content: "";
}
.accordion-toggle.active:before {
  display: none;
}
.accordion-content {
  display: none;
}
.acc_box:last-child {
  margin-bottom: 0px;
}

/* Graduate program register interest form */
.graduate-register-modal-btn {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  max-width: 300px;
  margin: 0 30px;
  margin-top: 0px;
  margin-top: -10px;
  border-radius: 0;
  border: 0;
  color: #f58427;
  border-left: 4px solid #009ac8;
  cursor: pointer;
}
.graduate-register-modal-btn:hover {
  color: #009ac8 !important;
  background-color: #fff;
}
.graduate-interest-modal input[type="text"],
.graduate-interest-modal input[type="email"] {
  border: 1px solid #a9a9a9;
  width: 100%;
  padding: 5px 10px;
  margin: 5px 0 10px 0;
  border-radius: 3px;
}
.graduate-interest-modal button.js-cm-submit-button {
  width: 100%;
  background-color: #f58427;
  display: block;
  border-radius: 0;
  border: 0;
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  margin-top: 10px;
  border-left: 4px solid #009ac8;
  cursor: pointer;
}
.graduate-interest-modal button.js-cm-submit-button:hover {
  color: #fff !important;
  background-color: #009ac8;
  border-left: 4px solid #f58427;
}

/* leadsership_2*/
.leadship_prg2 {
  padding-top: 0px;
  border: 1px solid #ababab;
}
.leadship_prg2 .row {
  margin-bottom: 0px;
}
.leadship_prg2 .rgt_sd {
  margin-left: 20px;
  padding: 40px 0px;
}
.leadship_prg2 .rgt_sd h2 {
  color: #f58427;
  margin-bottom: 20px;
}
.leadship_prg2 .rgt_sd ul li {
  display: block;
  position: relative;
  padding-left: 15px;
}
.leadship_prg2 .rgt_sd ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("images/tri_left.png") no-repeat;
  background-size: 100% 100%;
  content: "";
}
.leadship_prg2 .rgt_sd ul li p {
  margin-bottom: 15px;
}

/*contact_us page*/
.map .row {
  margin: 0px;
}
.contact_us .in_head {
  padding: 173px 0px;
}
.contact_us .in_head h1 {
  color: #363636;
}
.cont_left {
  background: #545454;
  padding: 60px 75px 0px;
  min-height: 825px;
  max-width: 100%;
}
.cont_left h2 {
  color: #fff;
  margin-bottom: 50px;
}
.cont_left .select_fld {
  margin-bottom: 40px;
}
.cont_left .select_fld select {
  line-height: 38px;
  height: 38px;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  background: url("images/drop.png") no-repeat 95% center;
  font-size: 16px;
  color: #fff;
}
.cont_rgt img {
  width: 100%;
}
.country {
  background: #fff;
  padding: 73px 0px 63px;
  overflow: hidden;
}
.country_box h5 {
  margin-bottom: 20px;
  color: #8f8f8f;
  text-transform: uppercase;
}
.country_box p {
  font-size: 20px;
  color: #363636;
  margin-bottom: 30px;

  max-width: 74%;
}
.country_box p font {
  display: block;
}
.country_box span {
  font-size: 20px;
  color: #363636;
  position: relative;
  padding-left: 15px;
}
.country_box span:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 15px;
  background: #009ac8;
  content: "";
}
.country_box span a {
  font-size: 20px;
  color: #363636;
}
.country .col-12:first-child .country_box {
  padding-left: 70px;
}
.country .col-12:first-child .country_box p {
  max-width: 72%;
}
.country .col-12:nth-child(2) .country_box {
  padding-left: 40px;
}
country .col-12:last-child .country_box {
  max-width: 47%;
}
.get_in_touch {
  padding: 60px 0px 50px;
  background: #e6e3e0;
}
.get_in_touch h2 {
  font-size: 45px;
  color: #363636;

  margin-bottom: 45px;
}

.get_left {
  max-width: 35%;
  float: left;
  width: 100%;
}
.get_left .select_fld {
  margin-bottom: 40px;
}
.get_left .select_fld select {
  max-width: 548px;
  width: 100%;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;

  line-height: 38px;
  height: 38px;
  background: url("images/drop_dark.png") no-repeat 95% center;
  font-weight: 400;
  text-transform: unset;
}
.get_left .text_fld {
  margin-bottom: 40px;
}
.get_left .text_fld input {
  max-width: 548px;
  width: 100%;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;

  line-height: 38px;
  height: 38px;
  background: transparent;
  padding: 0px 20px;
}
.txt_align {
  text-align: right;
}
.text_ar {
  width: 100%;
  margin-bottom: 40px;
}
.text_ar textarea {
  width: 70%;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;

  line-height: 38px;
  height: 38px;
  background: transparent;
  padding: 0px 20px;
  height: 172px;
}
.sub_btn a {
  max-width: 297px;
  height: 38px;
  text-align: center;
  background: #fff;
  display: inline-block;
  color: #009ac8;
  text-transform: uppercase;
  font-size: 18px;

  position: relative;
  width: 100%;
  line-height: 38px;
}
.sub_btn a:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 10px;
  height: 37px;
  background: #009ac8;
  content: "";
}
.sub_btn input[type="submit"] {
  max-width: 297px;
  height: 38px;
  text-align: center;
  background: #fff;
  display: inline-block;
  color: #009ac8;
  text-transform: uppercase;
  font-size: 18px;

  position: relative;
  width: 100%;
  line-height: 38px;
  border-left: 4px solid #009ac8;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px !important;
  color: #f68428 !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f68428 !important;
  clear: both !important;
}
div.wpcf7-response-output {
  margin: 2em 0 !important;
  padding: 10px;
  background-color: #f68428;
  color: #fff;
}

/*Rail page */
.in_app_img img {
  width: 100%;
}
.rail_sec .in_head {
  padding: 70px 0px 73px;
}
.rail_sec .abt_in p {
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
}
.rail_sec .abt_in p span {
}
.rail_sec .abt_in p:last-child {
  margin-bottom: 0px;
}
.rail_sec .abt_in {
  padding: 62px 0px;
}
.rail_sec .counter {
  padding: 75px 0px 70px;
}
.rail_sec .counter_box h3 {
  font-size: 60px;
}
.rail_sec .counter_box p {
  color: #363636;
  font-size: 18px;
  line-height: 18px;
  max-width: 48%;
  margin: 10px auto 0;
  text-transform: uppercase;
}
.rail_sec .counter_box h3 {
  margin-bottom: 10px;
}
.rail_sec .key_project {
  display: flex;
}
.rail_sec .key_pro_left {
  max-width: 50%;
  float: left;
  background: #ebe9e6;
  padding: 77px 55px 70px 77px;
  width: 100%;
  /*min-height:936px;*/
}
.rail_sec .key_pro_left h5 {
  font-size: 24px;
  color: #58595b;
  margin-bottom: 55px;
}
.rail_sec .key_pro_left h2 {
  font-size: 45px;
  color: #f68428;
  line-height: 50px;
  margin-bottom: 25px;
}
.rail_sec .key_pro_left h2 span {
  display: block;
}
.rail_sec .key_pro_left p {
  font-size: 20px;
  color: #58595b;
  margin-bottom: 10px;
}
.rail_sec .key_pro_rgt {
  float: right;
  max-width: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  order: 1;
}
.rail_sec .key_pro_rgt img {
  width: 100%;
  min-height: 893px;
}
.rail_sec .read_mr {
  text-align: left;
  margin-left: 15px;
  margin-top: 30px;
  color: #363636 !important;
}
.rail_sec .in_feature .row {
  margin-bottom: 0px;
}
.rail_sec .in_feature {
  padding: 70px 0px;
}
.rail_sec .feature_box h5 {
  font-size: 24px;
  color: #f68428;
  margin-bottom: 30px;
}
.rail_sec .feature_box p {
  margin-bottom: 30px;

  font-size: 14px;
  color: #363636;
  max-width: 100%;
}
.rail_sec .feature_box .read_mr {
  text-align: left;
  margin-left: 15px;
  margin-top: 0px;
  color: #363636 !important;
}
.rail_sec .col-12:first-child .feature_box {
  padding-left: 0px;
  max-width: 60%;
  margin: 0 auto;
}
.rail_sec .col-12:first-child .feature_box p {
  max-width: 100%;
}
.rail_sec .col-12:nth-child(2) .feature_box {
  padding-left: 0px;
  max-width: 60%;
  margin: 0 auto;
}
.rail_sec .col-12:nth-child(2) .feature_box p {
  max-width: 100%;
}
.rail_sec .col-12:last-child .feature_box {
  padding-left: 0px;
  max-width: 60%;
  margin: 0 auto;
}
.rail_sec .container {
  max-width: 1450px;
}

/*job directory*/
.job_directory {
  background: url("images/job_directory_bg.jpg") no-repeat center;
  background-size: cover;
}
.src_project {
  background: #f58426;
  padding: 55px 0px 60px;
}
.src_project h4 {
  margin-bottom: 40px;
  color: #fff;
}
.select_fld select {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  height: 38px;
  line-height: 38px;
  color: #fff;

  text-transform: uppercase;
  padding: 0px 15px;
  -moz-appearance: none;
  /* Firefox */

  -webkit-appearance: none;
  /* Safari and Chrome */

  appearance: none;
  background: url("images/drop.png") no-repeat 95% center;
}
.in_btn_fld a {
  background: #fff;
  width: 98%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #009ac8;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
}
.in_btn_fld a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 38px;
  background: #009ac8;
  content: "";
}
.job_vacancies {
  background: #fff;
  padding: 64px 0 32px;
}
.job_vacancies_left h2 {
  font-size: 60px;
  float: left;
}
.job_vacancies_left font {
  padding-bottom: 72px;
  float: left;
  width: 100%;
}
.job_vacancies_left font h4 {
  float: right;
  font-size: 16px;
  color: #f68428;
  margin-top: 36px;
  margin-right: 0px;
}
.job_vacancies_left_inner {
  padding: 36px 0 46px;
  border-top: 2px solid #e6e3e0;
}
.job_vacancies_left_inner ul li:first-child {
  width: 416px;
  color: #f68428;
  font-size: 30px;
  float: left;
  margin-right: 420px;
  text-transform: inherit;
}
.job_vacancies_left_inner ul li,
.job_vacancies_left_inner .job_vacancies_left_detail_inner_list li:first-child,
.job_vacancies_left_inner ul li:nth-child(2),
.job_vacancies_left_inner ul li:nth-child(3),
.job_vacancies_left_inner ul li:nth-child(4) {
  width: 110px;
  color: #363636;
  font-size: 16px;
  float: left;
  margin-right: 90px;
}
.job_vacancies_left_detail_inner .read_mra:before {
  display: none;
}
.job_vacancies_left_inner.full_width ul {
  padding-left: 0;
  list-style: none;
}
.job_vacancies_left_inner ul li b,
.job_vacancies_left_inner ul li:nth-child(2) b,
.job_vacancies_left_inner ul li:nth-child(3) b,
.job_vacancies_left_inner ul li:nth-child(4) b {
  float: left;
  clear: both;
  width: 100%;
}
.job_vacancies_left_inner ul li:nth-child(4) {
  margin-right: 0;
}
.job_vacancies_left p {
  display: inline-block;
  margin: 30px 0 40px;
  font-size: 20px;
}
.read_mr {
  text-align: center;
}
.job_vacancies_left p {
  clear: both;
  color: #58595b;
  float: left;
}
.pd-lft-0 {
  padding-left: 0 !important;
}
.pd-rgt-0 {
  padding-right: 0 !important;
}
.job_vacancies_left_inner a {
  clear: both;
  float: left;
  margin-left: 18px;
}
.job_vacancies_right {
  padding-top: 160px;
  padding-left: 10px;
}
.job_vacancies_right_inner {
  background: url("images/job_vacancies_right_img_1.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 50px 18px 20px;
  text-align: center;
  margin-bottom: 42px;
  min-height: 242px;
  width: 100%;
  position: relative;
}
.job_vacancies_right_inner h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
}
.job_vacancies_right_inner a {
  line-height: 38px;
  color: #009ac8;
  background: #fff;
  display: inline-block;
  width: auto;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: auto;
  font-size: 16px;
}
.job_vacancies_right_inner .read_mr::before {
  left: 0;
  height: auto;
  top: 0;
  bottom: 0;
  width: 10px;
}
.job_vacancies_right_inner_two {
  background: url("images/job_vacancies_right_img_2.jpg") no-repeat center;
  background-size: 100% 100%;
}
.job_vacancies_right_inner_three {
  background: url("images/job_vacancies_right_img_3.jpg") no-repeat center;
  background-size: 100% 100%;
}
.job_vacancies .row {
  display: block;
}
.job_vacancies .job_vacancies_left_outer {
  float: left;
  padding-right: 20px;
}
.job_vacancies .job_vacancies_right_outer {
  float: right;
  padding-left: 64px;
}
.jobs-item {
  list-style: none;
}
.job-link {
  border-left: 6px solid #009ac8;
  padding: 0 0 0 10px;
  font-size: 20px;
  margin: 0 !important;
  color: #58595b;
}
.paging-item {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px;
  cursor: pointer;
  background-color: #58595b;
  color: white;
  border-radius: 3px;
  margin-top: 50px;
}
.paging-item:first-of-type {
  margin-left: 0;
}
.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.field-wrapper label {
  color: white;

  font-size: 20px;
  margin-bottom: 10px;
}
.search-wrapper .field-wrapper select {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  height: 38px;
  line-height: 38px;
  color: #fff;

  text-transform: initial;
  padding: 0px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("images/drop.png") no-repeat 95% center;
}
.search-wrapper .field-wrapper input[type="text"] {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  height: 38px;
  line-height: 38px;
  color: #fff;

  padding: 0px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-transform: initial;
}
.search-wrapper .submit-wrapper input[type="submit"] {
  background: #fff !important;
  width: 100%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #009ac8 !important;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  cursor: pointer;
  border: none;
  border-left: 6px solid #009ac8;
}
.search-wrapper .submit-wrapper input[type="submit"]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 38px;
  background: #009ac8;
  content: "";
}
#jobSearch form {
  width: 100%;
}
.field-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.submit-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 37px;
}
.field-wrapper:nth-child(1),
.field-wrapper:nth-child(2),
.field-wrapper:nth-child(3) {
  margin-bottom: 20px;
}
#jobListing_details p:last-of-type a:first-of-type #campaigns_details p:last-of-type a:first-of-type {
  padding: 5px 80px;
  background-color: #f68428;
  border-left: solid 4px #009ac8;
  color: #fff;
}
#jobListing_details p:last-of-type a:last-of-type,
#campaigns_details p:last-of-type a:last-of-type {
  padding: 5px 80px;
  background-color: #363636;
  border-left: solid 4px #009ac8;
  color: #fff;
}
#campaigns .job-listing-wrapper .jobs-listing .jobs-item {
  display: inline-block;
  padding: 20px 0;
  border-bottom: 2px solid #e6e3e0;
}
#campaigns .job-listing-wrapper .jobs-listing .jobs-item:last-of-type {
  border: none;
  margin-bottom: 50px;
}
#campaigns #PageUpPeopleLink {
  display: none;
}
#campaigns .job-vacancies_campaign h4 {
  color: #f68428;
  font-size: 30px;
  float: left;
  margin-right: 420px;
  text-transform: inherit;
}

/*job vacansies detail*/
.job_vacancies_left_detail_outer a {
  border: 1px solid #00abd6;
  width: 270px;
  text-align: center;
  line-height: 38px;
  color: #009ac8;
  float: left;
  margin-left: 0;
  margin-right: 46px;
  margin-top: 38px;
  clear: none;
}
.job_vacancies_left_detail_outer .read_mr::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
}
.job_vacancies_left_detail_inner ul {
  float: left;
  width: 100%;
}
.job_vacancies_left_detail_inner_list li {
  width: 100% !important;
}
.job_vacancies_left_inner .job_vacancies_left_detail_inner_list li b {
  float: left;
  width: auto !important;
  margin-right: 4px;
}
.job_vacancies_left_detail_inner_list {
  margin-top: 42px;
}
.job_vacancies_left_detail_inner h5 {
  font-size: 20px;
  color: #58595b;
  text-transform: uppercase;
  margin: 30px 0 6px;
  width: 100%;
  float: left;
}
.job_vacancies_left.job_vacancies_left_detail_outer p {
  margin: 0;
}
.job_vacancies_left_detail_inner {
  border-bottom: 2px solid #e6e3e0;
  padding-bottom: 94px;
  margin-bottom: 66px;
}
.job_vacancies_left_detail_outer {
  padding-bottom: 42px;
}
.job_vacancies_left_detail_outer .read_mra:before {
  display: none;
}
#jobListing_details h3,
#campaigns_details h3 {
  font-size: 80px;
}
#jobListing_details span,
#campaigns_details span {
  color: #f68428 !important;
}
#jobListing_details ul,
#campaigns_details ul {
  font-size: 18px;
  line-height: 25px;
  margin-top: 30px;
  float: none !important;
  display: block;
}
#jobListing_details p,
#campaigns_details p {
  color: #8f8f8f;
  margin-right: 80px;
  line-height: 25px;
  float: none !important;
  text-align: left !important;
  display: block;
}
#jobListing_details p strong,
#campaigns_details p strong {
  color: #f68428;
}

/*key project*/
.key_project_banner {
  background: url("images/key_project_banner.jpg") no-repeat center;
  background-size: cover;
}
.key_project_banner .banner_txt {
  padding: 162px 0 174px;
}
.key_project_banner .banner_txt h1 {
  color: #363636;
}
.src_project select option {
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  text-transform: uppercase;

  color: #363636;
  padding: 10px 18px 4px;
}
.src_project select option:last-child {
  margin-bottom: 0;
}
.key_project_middle_cell {
  float: left;
  margin: 0 6px 0 0;
}
.key_project_middle_cell img {
  height: 100%;
  max-height: 300px;
  width: 100%;
}
.key_project_cell_text h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 14px;
  min-height: 43px;
}
.key_project_cell_text ul li,
.key_project_cell_text p {
  font-size: 16px;
  color: #363636;
}
.key_project_cell_text ul li b {
  color: #f68428;
  text-transform: uppercase;
}
.key_project_cell_text p b {
  color: #f68428;
  text-transform: uppercase;
}
.key_project_middle .row {
  margin: 0;
}
.key_project_cell_text {
  padding: 40px 110px 30px 76px;
  background-color: #fff;
  height: auto;
}
.page-template-page-publications .key_project_cell_text {
  height: 140px;
}
.key_project_cell_text p {
  margin: 10px 0 28px;
  line-height: 1.5;
  max-width: 450px;
  width: 100%;
}
.page-template-page-key-projects .key_project_cell_text p:nth-child(4) {
  min-height: 110px;
}
.page-template-page-key-projects .key_project_cell_text p:nth-child(3) {
  margin: 0;
}
.page-template-page-key-projects .key_project_cell_text p:nth-child(5) {
  margin: 0;
}
.key_project_cell_text a {
  margin-left: 16px;
}
.key_project_middle .col-12:nth-child(3n) .key_project_middle_cell {
  margin-right: 0 !important;
}
.key_project_middle .key_project_cell_text.bg_clr {
  background: #e6e3e0;
}
.margin_btm_0 {
  margin-bottom: 0 !important;
}

/* Speciality Products page */
.page-template-page-speciality-products .key_project_cell_text #speciality_product_content {
  min-height: 90px;
}
.speciality-products-links li {
  display: inline-block;
}
.speciality-products-links li a {
  color: #58595b;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-right: 25px;
}
.speciality-products-links li a::before {
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 14px;
  background: #009ac8;
  content: "";
}
.sector-tags {
  margin-bottom: 19px;
}
.sector-tags li {
  display: inline-block;
  padding: 5px 10px;
  background-color: #d1d1d1;
  border-radius: 0;
  color: white !important;
  border: 1px solid #c8c8c8;
  margin: 0 5px;
}
.blog_banner .banner_txt ul {
  margin-bottom: 60px;
}
.blog_banner .banner_txt ul li {
  display: inline-block;
  padding-right: 10px;
}
.blog_banner .banner_txt ul li a {
  height: 30px;
  width: 12px;
  border: 1px solid #8f8f8f;
  background: transparent;
  display: inline-block;
}
.blog_banner .banner_txt ul li.active a,
.blog_banner .banner_txt ul li a:hover {
  background: #009ac8;
  border: 1px solid #009ac8;
}
.blog_banner .feture_box h2 {
  color: #fff;
}
.blog .blog_banner .banner_txt {
  padding: 120px 0px 235px 0px;
  z-index: 1;
  position: relative;
}
.blog .featured-news-swiper .container {
  height: 100%;
}
.blog .blog_banner .swiper-pagination-bullet {
  width: 12px;
  height: 32px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #636363;
  background: transparent;
  opacity: 0.6;
  transition: 0.2s;
}
.blog .blog_banner .swiper-pagination-bullet:hover {
  background-color: #00abd6;
}
.blog .blog_banner .swiper-pagination-bullet-active {
  background-color: #00abd6;
  border: 1px solid #00abd6;
}
.blog .blog_banner .swiper-pagination {
  width: auto;
  top: 40px;
  height: 35px;
  left: 60px;
}
.blog .blog-top-sec-left {
  min-height: 365px;
}
.blog_banner .feture_box h2 span {
  display: block;
}
.blog_banner .feture_box .read_mr {
  text-align: left;
  padding-left: 15px;
}
.blog_banner .feture_box .read_mr:before {
  display: none;
}
.blog_banner .feture_box .read_mr a {
  color: #fff;
}
.blog_banner .feture_box {
  padding: 90px 40px;
}
.blog_banner .feture_box a {
  padding-left: 0px;
}
.blog_banner .feture_box a::after {
  display: none;
}
.blog_banner .feture_box p {
  color: #fff;
}
.src-blog {
  background: #363636;
}
.src-blog input,
.src_project input {
  color: #fff;
  font-size: 16px;

  text-transform: uppercase;
  height: 38px;
  width: 100%;
  border: 1px solid #fff;
  background: transparent;
  padding: 0 18px;
}
.src_project input::placeholder {
  color: #fff;
}
.src_project input:-ms-input-placeholder {
  color: #fff;
}
.src_project input::-ms-input-placeholder {
  color: #fff;
}
.blog_middle_outer {
  padding: 70px 0 50px;
}
.blog-top-sec-left {
  float: left;
  width: 100%;
  background: url("images/blog_top_sec_bg.jpg") no-repeat center;
  background-size: cover;
}
.blog-top-sec-left-inner {
  float: left;
  width: 600px;
  background: rgba(0, 0, 0, 0.5);
  padding: 70px 60px 50px 75px;
  min-height: 365px;
  height: 100%;
}
.blog-top-sec-left-inner h4 {
  color: #fff;
  margin-bottom: 40px;
}
.blog-top-sec-left-inner p {
  color: #fff;
  max-width: 220px;
  font-size: 14px;
  margin-bottom: 60px;
}
.blog-top-sec-left-inner .read_mr {
  margin-left: 15px;
  color: #fff;
}
.share-icon-outer li {
  float: left;
  margin-left: 8px;
}
.share-icon-outer li a {
  width: auto;
  margin-left: 0;
}
.share-icon-outer li a img {
  max-height: inherit;
}
.job_vacancies_right_inner,
.blog-top-sec-left {
  min-height: 364px;
}
.job_vacancies_right_outer .job_vacancies_right_inner,
.blog-top-sec-left {
  min-height: 242px;
}
.blog-top-sec-right {
  width: 410px;
  float: right;
  margin-right: 20px;
}
.blog-top-sec font a {
  margin-bottom: 40px;
}
.blog-top-sec-left-inner .read_mra {
  margin-left: 15px;
  color: #fff;
}
.blog-top-sec-right .job_vacancies_right_inner {
  padding: 96px 54px 46px;
}
.blog-top-sec-right .job_vacancies_right_inner a {
  position: relative;
  margin-top: 74px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-top-sec font h2 {
  font-size: 60px;
  color: #363636;
  margin-bottom: 56px;
}
.blog-top-sec font h2 span {
  color: #f68428;
}
.blog-top-sec font a {
  margin-left: 15px;
  color: #363636;
}
.blog-cell-outer .row {
  margin: 0 !important;
}
.load-more {
  text-align: center;
  padding: 60px 48px 0;
  border-top: 2px solid #e6e3e0;
  /* margin: 0 48px;*/
}
.load-more a {
  font-size: 16px;
  color: #009ac8;
  width: 100%;
  float: none;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 30px;
  transition: 0.2s;
}
.load-more a:hover {
  color: #009ac8;
}
.loading {
  color: red;
}

/* Management Plans page */
.management-plans .blog_dl_abt a {
  float: none;
}
.select_fld select.select-open {
  background: url("images/drop-up.png") no-repeat 95% center;
}
.key_pro_left .read_mra {
  margin-top: 50px;
  margin-left: 15px;
}
.feature_box .read_mra {
  margin-left: 15px;
}
.in_select_box .select_fld select.select-open,
.get_left .select_fld select.select-open {
  background: url("images/drop_up_dark.png") no-repeat 95% center;
}
.blog-top-sec .job_vacancies_right_inner .read_mra::before,
.job_vacancies_right .job_vacancies_right_inner .read_mra::before,
.job_vacancies .read_mra::before {
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.job_vacancies_right .job_vacancies_right_inner .read_mra::before,
.job_vacancies .read_mra::before {
  width: 8px;
}
.job_vacancies .job_vacancies_left_inner .read_mra::before {
  left: -15px;
  width: 5px;
}
.job_vacancies .job_vacancies_left_inner.job_vacancies_left_detail_inner .read_mra::before {
  left: 0 !important;
  width: 8px;
}
.wt_we_do {
  /*max-height: 690px;*/

  overflow: hidden;
  display: flex;
}
.counter_box:last-child {
  overflow: hidden;
}
.carrer_path .row {
  display: block;
}
.leadership_prg_sec .breadcome .container,
.leadership_prg_sec .in_head .container,
.leadership_prg_sec .in_app .container {
  max-width: 1770px;
}
.leadership_pgm .in_select_box .select_fld select.select-open,
.leadership_pgm .get_left .select_fld select.select-open {
  background: #f58427 url("images/drop-up.png") no-repeat scroll 95% center;
  color: #fff;
}
.key_pjt_src .container {
  max-width: 1210px;
}
.carrer_path .lft_side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job_directory_detail_inner a {
  clear: both;
}
.st_story .join_ep_right {
  float: left;
}
.rd_story .join_ep_left {
  max-width: 40%;
}
.join_ep_left li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 5px;
  color: #58595b;
}

/* Blog details page*/
.blog_dt_cont .row {
  margin: 0px;
}
.blog_dts_banner {
  background: url("images/blog_dtls.jpg") no-repeat;
  padding: 260px 0px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.in_bg_dtl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(54, 54, 54, 0.8);
}
.blog_dt_cont {
  background: #fff;
  /* padding-bottom: 60px; */
}
.blog_dt_left {
  max-width: 1221px;
}
.blog_hd .head {
  background: #363636;
  padding: 40px 75px;
  position: relative;
  margin-top: -105px;
  margin-bottom: 50px;
  max-width: 1221px;
}
.blog_hd .head h2 {
  font-size: 70px;
  line-height: 65px;
  color: #fff;
}
.blog_hd .head h2 span {
  display: block;
}
.blog_dl_abt {
  padding: 0px 75px 0px 75px;
}
.blog-content a {
  float: none !important;
}
.single-keyprojects .blog_dl_abt {
  border: none;
  padding: 0px 75px 0px 75px;
}
.key-projects-details {
  border-left: 2px solid #e6e3e0;
  margin-bottom: 32px;
}

.key-projects-details strong:first-of-type {
  margin-top: 0;
}

.key-projects-details strong {
  color: #f68428;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
}
.blog_dl_abt p {
  font-size: 18px;
  line-height: normal;
  color: #58595b;
  margin-bottom: 10px;
}
.blog_dl_abt p:last-child {
  margin-bottom: 20px;
}
.blog_dl_abt ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog_dl_abt ul li {
  font-size: 18px;
  line-height: normal;
  color: #58595b;
  margin-bottom: 10px;
}
.blog_dl_abt h2 {
  color: #f68428;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 40px;
}
.blog_dl_abt a {
  display: inline-block;
  margin-right: 15px;
  float: left;
}
.blog_dl_abt .share-icon-outer a {
  margin-right: auto;
}
.blog_dt_cont .blog-top-sec-right {
  float: left;
  margin-bottom: 50px;
}
.blog_dt_cont .mst_popular {
}
.mst_popular h2 {
  color: #363636;
  font-size: 48px;
  line-height: 50px;
}
.most_box {
  padding: 35px 0px;
  border-bottom: 1px solid #e6e3e0;
  max-width: 410px;
}
.most_box h6 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 22px;
  text-transform: uppercase;
  max-width: 100%;
}
.most_box .read_mr {
  text-align: left;
  margin-left: 15px;
}
.bg_dtl_des h2 {
  color: #363636;
  font-size: 48px;
  line-height: 50px;
  padding: 30px 0px 60px;
  margin: 0px 75px;
  border-top: 2px solid #e6e3e0;
}
.bg_dtl_des .load-more {
  padding-bottom: 60px;
}
.bg_dtl_des .load-more a {
  text-transform: uppercase;
}
.bg_dtl_des .load-more img {
  transform: rotate(90deg);
}
.bg_dtl_des .key_project_cell_text {
  padding-bottom: 60px;
}
.key_project_cell_text ul {
  list-style-type: none;
  padding-left: 0;
}

/* time line page*/
.time_line_banner {
  background: url("images/bg_time_line.jpg") no-repeat;
  background-size: cover;
  padding: 130px 0 420px;
}
.time_line_banner .banner_txt {
  padding: 0px;
  text-align: center;
}
.time_line_banner .banner_txt h1 {
  color: #332d2b;
  margin-bottom: 0px;
}
.time_abt {
  text-align: center;
  color: #363636;
}
.time_abt p {
  margin: 0 auto;
  max-width: 71%;
}
.accordion_1 {
  width: 100%;
  margin: 0 auto;
}
.accordion-toggle_1 {
  text-align: center;

  color: #332d2b;
  cursor: pointer;
  margin: 0;
  padding: 62px 0 70px;
  position: relative;
}
.accordion-toggle_1::before {
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 29px;
  width: 14px;
  background: url(../images/ic_dn_ar.png) no-repeat;
  content: "";
}
.accordion-toggle_1.active::before {
  display: none;
}
.accordion-content_1 {
  display: none;
  position: relative;
}
.accordion-content_1:before {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 70px;
  width: 4px;
  background: #009ac8;
  content: "";
}
.accordion-content_1:after {
  position: absolute;
  bottom: 29px;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 29px;
  width: 14px;
  background: url(../images/ic_dn_ar.png) no-repeat;
  content: "";
  z-index: 1;
}
.accordion-toggle_1.active {
  color: #332d2b;
}
.acc_left {
  width: 50%;
  min-height: 415px;
}
.acc_left img {
  width: 100%;
  max-height: 415px;
}
.acc_left i img {
  width: auto;
}
.year_box {
  position: relative;
}
.accordion_1 .year_box_hover {
  background-color: #009ac8 !important;
  color: #fff;
  font-size: 32px;
}
.year_box:hover .year_box_overlay {
  display: block;
}
.year_box .year_box_overlay {
  display: none;
  transition: 0.2s;
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: blue;
  height: 100%;
  text-align: center;
}
.year_box .year_box_overlay span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1920px;
}
.year_box .year_box_overlay span h4 {
  color: #fff;
  font-size: 40px;
  transform: translateY(-50% -50%);
  top: 40%;
  margin: 0;
  position: absolute;
  left: 43%;
}
.accordion_1 .year_box:nth-child(even) .accordion-toggle_1 {
  background: #e6e3e0;
}
.marge_cont {
  position: relative;
}
.marge_cont:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #009ac8;
  width: 4px;
  height: 100%;
  content: "";
}
.acc_right {
  width: 50%;
}
.time_acc_cont h2 {
  font-size: 70px;
  line-height: 55px;
  margin-bottom: 30px;
  color: #f58427;
  text-transform: capitalize;
}
.time_acc_cont p {
  font-size: 20px;
  color: #363636;
  line-height: 24px;
}
.bg_time_1 {
  background: #f8f7f6;
}
.bg_time_2 {
  background: #363636;
}
.bg_time_3 {
  background: #f58427;
}
.bg_time_4 {
  background: #fff;
}
.bg_time_5 {
  background: #edebe9;
}
.colo_wh {
  color: #fff !important;
}
.colo_gr {
  color: #363636 !important;
}
.year {
  background: #ffffff none repeat scroll 0 0;
  border: 4px solid #009ac8;
  border-radius: 50%;
  height: 101px;
  left: 0;
  line-height: 90px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 101px;
  z-index: 2;
}
.year h4 {
  color: #332d2b;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  word-wrap: break-word;
  width: 78%;
}
.year span {
  display: block;
  margin-top: 20px;
}
.year span h4 {
  line-height: 29px;
}
.blue_cor h2 {
  color: #009ac8;
}
.time_lin_middle_cont {
  padding-bottom: 100px;
}
#mobile-timeline {
  display: none;
}
#mobile-timeline .acc_left {
  height: 250px;
}

/* HOLIDAYS ACT REMEDIATION PAGE */

/*============= Custom CSS here ================*/
.map .cont_left select option {
  color: #000;
}
.marge_cont.full_width.row {
  margin: 0 auto;
}
.year_box .acc_right {
  text-align: left;
  padding: 90px 0px 30px 100px;
}
.year_box .acc_left {
  text-align: right;
  padding: 90px 100px 30px 0px;
}
.acc_right .time_acc_cont {
  max-width: 74%;
  margin: 0 auto;
  float: left;
}
.acc_left .time_acc_cont {
  float: right;
  max-width: 74%;
}
.acc_left i {
  float: right;
}
.load-more-loader a {
  padding: 10px 0 30px;
}
.load-more-loader img {
  max-width: 30px;
}
.load-more-loader {
  display: none;
}
.swiper-container {
  max-width: 1920px;
  width: 100%;
}
.keyprojects-template-default .swiper-container,
.regionalprojects-template-default .swiper-container {
  height: 450px;
  z-index: 0;
}
.homepage-featured-projects .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #636363;
  background: transparent;
  opacity: 1;
  transition: 0.2s;
}
.homepage-featured-projects:hover {
  background-color: #00abd6;
}
.homepage-featured-projects .swiper-pagination-bullet-active {
  background-color: #00abd6;
  border: 1px solid #00abd6;
}
.search-btn a,
.in_btn_fld a {
  cursor: pointer;
}
.search-btn a img,
.in_btn_fld a img {
  display: none;
  max-width: 38px;
  height: 38px;
  padding: 6px;
  margin: 0 auto;
}
.search-btn .show img,
.in_btn_fld .show img {
  display: block;
}
.search-btn .show {
  pointer-events: none;
  color: #363636 !important;
}
.in_btn_fld .show {
  pointer-events: none;
  color: #f58426 !important;
}
.new-6 {
  height: 1px;
  width: 100%;
}
.pdf-list {
  margin-top: 30px;
}
.pdf-list a.read_mra {
  margin-left: 15px;
}
.start-video:hover,
.start-video2:hover {
  opacity: 1;
  -webkit-filter: brightness (1);
}
div.thumbnail_container,
div.thumbnail_container2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
}
img.thumbnail,
img.thumbnail2 {
  opacity: 0.5;
  width: 100%;
}
#holidaysAccordion .card .btn.btn-link {
  white-space: unset;
}
.swiper-slide {
  width: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog .blog_banner .container {
  max-width: 100%;
}
.fixed-max-height,
.fixed-max-height .swiper-container {
  max-height: 562px;
  height: 562px;
}
.join_sec.full_width {
  display: flex;
}
.join_sec .join_right {
  order: 1;
}
.page-template-page-our-story .join_ep_left.rel:after {
  background: none;
}
html,
body {
  overflow-x: hidden !important;
}
.join_ep_left.news_title_text .rel::after {
  background: none;
}

/* For all stats csss */
.counter_box h4::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f68121;
  content: "";
  top: 50%;
  left: 0;
}
.counter_box h4 span {
  background: #fff;
  position: relative;
  width: auto;
  padding: 0 20px;
}
.counter_box h4 {
  color: #8f8f8f;
  position: relative;

  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
.in_feature ul li a {
  border: 0.5px solid #8f8f8f;

  font-size: 18px;
  color: #f58427;
  background: url(images/drop_dark.png) no-repeat 95% center;
  width: 100%;
  padding: 0px 20px;
  height: 38px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
.in_feature .nav-tabs {
  border: none;
}
.in_feature .content_block .text_block h2 {
  color: #f58427;
  margin: 25px 0;
}
.in_feature ul li a.active {
  background: #f58427 url("images/drop-up.png") no-repeat scroll 95% center;
  color: #fff;
}
.in_feature .tab-content .row {
  margin-bottom: 0 !important;
}
.in_feature .text_block ul li {
  font-size: 22px;
  color: #58595b;

  margin-bottom: 10px;
}
.in_feature .text_block ul {
  padding: 0 26px;
  list-style: disc;
}
in-feature .tab-pane a {
  color: #58595b;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  font-size: 17px;
  margin-left: 15px;
}
.in_feature.our-graduates ul li a {
  color: #009ac8;
}
.in_feature.our-graduates ul li a.active {
  background: url("images/drop-up.png") 95% center no-repeat #009ac8;
  color: #ffffff;
}
.in_feature.our-graduates .content_block .text_block h2 {
  color: #009ac8;
}
.addtoany_list a {
  margin: 0;
}
.single-post .addtoany_list a {
  margin-top: 30px;
}
.single-post .addtoany_list a img {
  width: 40px;
  height: auto;
}
.read_mr.comnty {
  margin: 0;
}
.in_feature p,
.in_feature .text_block ul li {
  font-size: 18px;
}
.in_feature table {
  margin: 20px 0;
  display: inline-block;
  border: 1px solid #8f8f8f;
}
.in_feature table tr:nth-child(odd) {
  background-color: #8f8f8f;
  color: #fff;
}
.in_feature table tr td {
  padding: 10px !important;
}
table {
  margin: 20px 0;
  display: inline-block;
  border: 1px solid #8f8f8f;
}
table tr:nth-child(odd) {
  background-color: #8f8f8f;
  color: #fff;
}
table tr td {
  padding: 10px !important;
}
.full_width .container ul {
  font-size: 24px;
}

/* SEARCH RESULTS PAGE */
.search-results #searchform label {
  display: none;
}
.nav_top .search-results #searchform #s {
  width: auto;
  float: left;
  margin: 0 15px;
}
.search-results #searchform #s {
  width: 75%;
  float: left;
  margin: 0 15px;
}
#searchform #s {
  width: 60%;
  float: left;
  margin: 0 15px;
}
#searchform label {
  display: none;
}
.postid-4899 .swiper-slide {
  background-position: center top !important;
}
#searchform #searchsubmit {
  float: left;
  width: 20%;
  background: #fff !important;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #009ac8 !important;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  cursor: pointer;
  border: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  border-left: 6px solid #009ac8;
  margin: 0 15px;
}
.search-results #searchform #searchsubmit {
  background: #fff !important;
  width: 20%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #009ac8 !important;
  text-transform: uppercase;

  float: left;
  position: relative;
  cursor: pointer;
  border: none;
  border-left: 6px solid #009ac8;
  margin: 0 15px;
}
.search_results {
  padding: 0 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.search_results_left_inner {
  border-top: 2px solid #e6e3e0;
  padding: 20px 0;
  height: auto;
}
.search_results_left_inner h2 {
  width: 50%;
  color: #f68428;
  font-size: 30px;
  display: inline-block;
  margin-right: 420px;
  text-transform: inherit;
}
.search_results_left font {
  padding-bottom: 72px;
  float: left;
  width: 100%;
}

/* Site Map page */
.page-id-5061 ul {
  margin: 0px;
}

/* Why Fulton Hogan page */
.page-template-page-why-fulton-hogan .lft_side,
.page-template-page-why-fulton-hogan .lft_side iframe {
  height: 100%;
}

/* SDS Page */
.page-template-page-sds .blog_dl_abt table {
  display: block;
  border: none;
}
.page-template-page-sds .blog_dl_abt table tbody tr td {
  vertical-align: top;
  min-width: 345px !important;
}
.page-template-page-sds .blog_dl_abt table ul {
  min-height: 200px;
}
.page-template-page-sds .blog_dl_abt table ul li {
  list-style-type: none;
  margin-bottom: 5px;
  display: block;
  position: relative;
  height: 20px;
}
.page-template-page-sds .blog_dl_abt table ul li a {
  color: #58595b;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  font-size: 17px;
}
.page-template-page-sds .blog_dl_abt table ul li a::before {
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 14px;
  background: #009ac8;
  content: "";
}

/* New website landing page */
.page-template-page-new-website .blog_dl_abt {
  margin-top: 120px;
}
.page-template-page-new-website .blog_dl_abt a {
  float: none;
  margin: 0;
  display: inline-block;
}
.graduate-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #636363;
  background: transparent;
  opacity: 1;
  transition: 0.2s;
}
.graduate-swiper .swiper-pagination-bullet-active {
  background-color: #00abd6;
  border: 1px solid #00abd6;
}

/* Policies */
.policies-container {
  max-width: 1920px;
  margin: 0 auto 100px auto;
  float: left;
  width: 100%;
  position: relative;
}
.policies-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.policies-wrapper .policy-link {
  font-size: 16px;
  color: #8f8f8f;

  padding-left: 10px;
  text-transform: uppercase;
  border-left: 5px solid #009ac8;
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
  display: block;
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}

/*404 Page*/
.img-holder {
  padding: 7% 0%;
  float: left;
  margin-right: 4%;
}
.whoops {
  padding: 7% 0%;
  color: black;
}
.whoops > h1 {
  margin-bottom: 1%;
  font-size: 74px;
}
.whoops > h4 {
  font-size: 30px;

  margin-bottom: 5%;
}
.links > h5 {
  font-size: 28px;

  margin-bottom: 0.5%;
}
.whoops > .links > ul > li {
  font-size: 25px;
  color: #f68428;

  margin-right: 1.5rem !important;
}
.m-links {
  display: none;
}
@media screen and (max-width: 500px) {
  .img-holder > img {
    display: block;
    margin: 0px auto;
  }

  .img-holder,
  .whoops {
    padding: 8%;
  }

  .whoops > h1 {
    text-align: center;
    font-size: 52px !important;
    margin-bottom: 5%;
  }

  .whoops > h4 {
    text-align: center;
    font-size: 18px;
  }

  .links {
    display: none;
  }

  .m-links {
    display: block;
    padding: 0% 7%;
    clear: both;
    padding-top: 9%;
  }

  .m-links > h5 {
    font-size: 25px;

    margin-bottom: 1.5%;
    color: black;
  }

  .m-links > ul > li {
    font-size: 21px;
    color: #f68428;

    margin-right: 1.5rem !important;
    margin-bottom: 1%;
  }
}

/* Grad AU page */
.grad-apply-now__wrapper {
  margin-top: 75px;
}
.grad-apply-now__button {
  display: block;
  background-color: #1c417e;
  width: 220px;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.75rem;
  position: relative;
}
.grad-apply-now__button:hover {
  color: #fff;
}
.grad-apply-now__button:hover:after {
  right: 20px;
}
.grad-apply-now__button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 25px;
  bottom: 24px;
  top: auto;
  display: inline-block;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 18px;
  height: 18px;
  transform: rotate(-45deg);
  transition: all 0.25s ease-out;
}
.src_project select option::disabled {
  color: rgba(0, 0, 0, 0.2);
}
.graduate-register {
  display: inline-block;
  margin-left: 20px;
}
.graduate-register a {
  display: flex;
  border: none;
  padding: 15px 30px;
  max-width: 250px;
  background-color: #1c417e;
  text-align: center;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.graduate-register a span {
  font-size: 25px;
  margin-right: 20px;
}
.graduate-register a svg {
  width: 15px;
}
.report-a-concern {
}
.report-a-concern p {
  font-size: 18px;
}
.report-a-concern h4 {
  margin-bottom: 20px;
}
.report-a-concern p strong {
  font-size: 22px;
  margin-bottom: 15px;
}
.report-a-concern ul {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0;
}
.report-a-concern ul li {
  font-size: 18px;
  list-style-type: none;
  margin-bottom: 5px;
}
.report-a-concern ul li a {
  font-size: 18px;
}
.get-in-touch .get_left {
  max-width: 50%;
}
.get-in-touch .text_ar textarea {
  max-width: 100%;
}
#report-a-concern-nbn .report-a-concern p {
  margin-bottom: 15px;
}
#report-a-concern-nbn .contact-nbn-privacy p {
  margin-bottom: 15px;
}
#report-a-concern-nbn .contact-nbn-privacy {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .report-a-concern {
    margin-top: 40px;
  }

  .get-in-touch .get_left {
    max-width: 100%;
  }

  .follow-us {
    flex-direction: row;
    align-items: center;
  }
}
.video_sec_2 .video_sec_in iframe {
  height: 800px;
}
@media screen and (max-width: 1200px) {
  .video_sec_2 .video_sec_in iframe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .video_sec_2 .video_sec_in iframe {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .video_sec_2 .video_sec_in iframe {
    height: 300px;
  }
}
@media screen and (max-width: 375) {
  .video_sec_2 .video_sec_in iframe {
    height: 200px;
  }
}

/* ======================== (01-12-2021) CSS Start ========================*/
.banner-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.main-banner .banner_txt {
  padding: 100px 80px;
  background: #e7e3e1;
}
.main-banner .banner_txt h2 {
  color: #f28636;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: normal;
  font-style: normal;
}

.main-banner .banner_txt h3 {
  color: #f28636;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: normal;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
}
.main-banner .banner_txt p {
  max-width: 100%;
  color: #363636;
}
.main-banner .banner_txt_inr p:not(:last-child) {
  margin-bottom: 20px;
}

.team-work-logo img {
  max-width: 256px;
  width: 100%;
  height: auto !important;
  margin: auto;
}
.team-work-logo {
  margin-top: 60px;
  text-align: center;
}
.join_story_sec .join_ep_right img {
  width: 100%;
}
.join_story_sec.st_story {
  padding: 0 !important;
  margin-bottom: 280px;
}
.join_story_sec.join_emp:after {
  content: "" !important;
  top: auto !important;
  bottom: -280px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
  background-position: center;
  background-size: 100%;
  display: block !important;
}
.join_story_sec.nd_story {
  margin-top: 0;
}
.join_story_sec:nth-child(odd) {
  margin-top: 0;
}
.join_story_sec.nd_story:after {
  bottom: -280px;
}
.join_story_sec.st_story:nth-child(1) {
  padding-top: 30px !important;
}
.join_story_sec:last-child .rel:after {
  content: none;
}
.join_story_sec:nth-child(1) .join_ep_left h1 {
  padding-top: 30px;
}
.join_story_sec:last-child:after {
  content: none !important;
}
.join_story_sec:nth-child(4) {
  margin-bottom: 0 !important;
}
.join_story_sec:nth-child(4):after {
  content: none !important;
}
.innovation-section {
  background-color: #f2efee;
}
.innovation-row {
  max-width: 90%;
  margin-left: auto;
  padding: 0px 80px 40px;
  margin-top: -1rem;
}
.innovation-row h2 {
  font-size: 72px;
  line-height: 1.1;
  color: #f68428;
  margin-bottom: 30px;
}
.innovation-row p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 40px;
  color: #363636;
}
.innovation-col {
  max-width: 65%;
}

#what-we-do-icons img {
  max-width: 125px;
}

@media (max-width: 1919px) {
  .innovation-row {
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .join_story_sec.nd_story:after {
    height: 280px;
  }

  .join_story_sec {
    margin-bottom: 280px !important;
  }

  .join_story_sec.join_emp::after {
    width: 65% !important;
    height: 280px;
  }

  .join_story_sec:nth-child(1) .join_ep_left h1 {
    padding: 0;
  }

  .innovation-row {
    max-width: 90%;
  }

  .innovation-row h2 {
    font-size: 54px;
  }
}
@media (max-width: 1365px) {
  .join_story_sec:nth-child(1) .join_ep_left h1 {
    padding-top: 30px;
  }

  .rel:after {
    height: 120px;
  }

  .main-banner .banner_txt h2 {
    font-size: 50px;
  }

  .innovation-row {
    max-width: 100%;
    padding: 40px 50px 40px;
  }
}
@media (max-width: 1199px) {
  .st_story:nth-child(2n + 1) {
    margin-top: 0 !important;
  }

  .join_story_sec.join_emp:after {
    content: none !important;
  }

  .join_story_sec {
    margin-bottom: 40px !important;
  }

  .main-banner .banner_txt {
    padding: 80px 50px;
  }

  .main-banner .banner-img {
    background-position: center !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .join_emp:after {
    background: url("images/line.png") no-repeat;
  }

  .join_story_sec.join_emp::after {
    background-size: auto;
    height: 150px;
    width: 4px !important;
    bottom: -150px !important;
  }

  .join_story_sec:nth-child(1) .join_ep_left h1 {
    padding: 0;
  }

  .main-banner .banner_txt h2 {
    font-size: 36px;
  }

  .innovation-row {
    padding: 15px 15px;
  }

  .innovation-col {
    max-width: 100%;
  }

  .innovation-row h2 {
    font-size: 44px;
    margin-bottom: 15px;
  }

  .about-content-wrap .about-description:first-child {
    margin-bottom: 20px;
  }

  #what-we-do-icons img {
    height: auto;
    width: 75px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .main-banner .row .col-md-6.img {
    order: 1;
  }

  .main-banner .row .col-md-6.text {
    order: 2;
  }

  .main-banner .banner_txt {
    max-width: 100%;
  }

  .team-work-logo {
    margin-bottom: 50px;
  }

  .team-work-logo img {
    max-width: 200px;
  }

  .our_emp_mn .join_story_sec .join_ep_left {
    padding-bottom: 30px;
  }

  .join_story_sec.join_emp:after {
    content: "" !important;
  }

  .join_story_sec.full_width {
    margin-bottom: 150px !important;
  }

  .join_story_sec:last-child {
    margin-bottom: 0 !important;
  }

  .join_story_sec:last-child:after {
    content: none !important;
  }

  .join_story_sec:nth-child(4) {
    margin-bottom: 0 !important;
  }

  .join_story_sec:nth-child(4):after {
    content: none !important;
  }

  .main-banner .banner-img {
    height: 300px;
  }
}

/* ======================== (01-12-2021) CSS End ========================*/

/* ======================== Australian Graduate Programme Page CSS Start ========================*/
.for-des {
  display: block !important;
}
.for-mob {
  display: none !important;
}
.main-australian-graduate-programme {
  max-width: 100%;
}
.main_container::before {
  content: none !important;
  display: none !important;
}
.common-sec {
  float: left;
  width: 100%;
}
.h1-title {
  font-size: 70px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 10px;
}
.h2-title {
  font-size: 65px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 10px;
}

.inner-banner-content.nz-grad {
  font-size: 36px;
  position: absolute;
  left: 32px;
  top: 50px;
}

.nz-grad-page-banner .badge {
  height: auto;
  width: 250px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 32px;
  right: 32px;
}

.inner-banner-content.nz-grad .h2-title {
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}

@media screen and (max-width: 768px) {
  .nz-grad-page-banner .badge {
    width: 75px;
    top: 0;
    right: 0;
  }
}

.h3-title {
  font-size: 40px;
  line-height: 1.1;
  color: #000;
}
.main-australian-graduate {
  padding: 20px 0;
}
.sec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 10px;
  color: #f68121;
  background-color: transparent;
  font-family: "glasgow_probold";
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  width: 100%;
}
.sec-btn:hover {
  background-color: #f68121;
  border-color: #f68121;
  color: #fff;
}
.australian-graduate-right {
  text-align: right;
}
.back-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-banner.grad-page-banner {
  padding: 170px 70px;
  height: 720px;
}

.inner-banner {
  padding: 85px 0;
  height: 280px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.main-banner .sec-wp,
.inner-banner .sec-wp {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text a:not(.sec-btn),
.white-text ul li,
.white-color {
  color: #fff;
}
.inner-banner-content .h2-title:last-child {
  margin: 0;
}
.inner-banner-content .h2-title {
  margin-bottom: 10px;
}
.h2-title span {
  color: #f68121;
  display: block;
}

.h2-title.orange {
  color: #f68121;
  display: block;
}

.main-tab {
  margin: 50px 0 20px 0;
}
.tabs-wrap ul {
  display: inline-flex;
  padding: 0;
  border: 2px solid #000;
  border-left: 0;
  border-right: 0;
}
.all-tabs {
  height: 58px;
}
.tabs-wrap {
  text-align: center;
}
.tabs-wrap ul li {
  float: left;
  list-style: none;
}
.tabs-wrap ul li a {
  display: block;
  padding: 15px 70px;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
}
.tabs-wrap ul li a:hover,
.tabs-wrap ul li a.active-tab,
.tabs-wrap ul li a.mPS2id-highlight {
  color: #fff;
  background: #f68121;
}
.grads-sec,
.business-straems,
.recruitment-process,
.main-faqs,
.about-content-sec {
  padding: 100px;
}

.helpful-tips {
  padding: 50px;
}

.about-content-sec {
  padding-top: 0px;
}
.about-description ul,
.about-description ol {
  padding-left: 16px;
}

.about-description p,
.about-description li,
.tab-inner-row-left p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}
.about-description p:not(:last-child) {
  margin-bottom: 20px;
}
.about-description:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-description p a {
  color: #f68121;
  transition: 0.3s;
}
.about-description p a:hover {
  color: #000;
}
.about-description li:not(:last-of-type) {
  margin-bottom: 16px;
}
.h4-title {
  font-size: 50px;
  line-height: normal;
  color: #f68121;
  margin-bottom: 20px;
}
.small-container {
  max-width: 1440px;
}
.inner-tabs-wrap {
  margin: 20px 0 40px;
}
.inner-tabs-wrap .nav-tabs {
  border: none;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 16px 0;
}
.inner-tabs-wrap .nav-tabs .nav-item a {
  border: 1px solid #000;
  border-radius: 0 !important;
  color: #f68121;

  background: url("images/drop_dark.png") no-repeat 95% center;
  padding: 0 20px;
  font-size: 18px;
  width: 100%;
  height: 38px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
.inner-tabs-wrap .nav-tabs .nav-item a.active {
  background: #f68121 url("images/drop-up.png") no-repeat scroll 95% center;
  color: #fff;
}
.what-to-expect .nav-tabs.row .nav-item a.active {
  background: url("images/drop-up.png") 95% center no-repeat #009ac8;
  color: #fff;
}
.what-to-expect .nav-tabs.row .nav-item a {
  color: #009ac8;
  padding: 0 10px;
  font-size: 16px;
}
.tab-inner-title h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: capitalize;
}
.what-to-expect .tab-inner-title h3 {
  color: #009ac8;
}
.tab-inner-title h5 {
  font-size: 24px;
  color: #000;
}
.tab-inner .tab-inner-row {
  border-bottom: 2px solid #000;
}
.tab-inner .tab-inner-row:last-child {
  border-bottom: 0;
}
.tab-inner .tab-inner-row-right {
  border-left: 2px solid #000;
  padding: 20px 30px;
}
.tab-inner-table {
  margin-top: 30px;
}
.tab-inner-title h6 {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.tab-inner-row-left p {
  color: #000;
}
.tab-inner-row-right.about-description {
  margin-bottom: 0;
}
.tab-inner-text.about-description {
  padding: 20px 0;
}
.tab-inner-row-left {
  padding: 20px 30px;
}
.about-description ul li {
  margin-bottom: 10px;
  color: #000;
}
.about-description ul li:last-child {
  margin-bottom: 0;
}
.about-description ul {
  margin-bottom: 20px;
}
#benefits ul {
  padding-left: 0;
}
#benefits ul li {
  list-style: none;
}
.about-description .img-box {
  text-align: center;
}
.grads-sec {
  padding-top: 50px;
}
.grads-img-box {
  position: relative;
  padding-bottom: 50%;
}
.grads-img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.grads-img-box img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}
.grads-box-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 32px;
}
.grads-box-content h4 {
  font-size: 50px;
  color: #009ac8;
  line-height: normal;
  margin-bottom: 10px;
}
.grads-box-content h5 {
  font-size: 27px;
  color: #000;
  line-height: 1.2;
}
.grads-texts {
  margin-top: 20px;
}
.grad-col {
  margin-bottom: 30px;
}
.grad-col:last-child {
  margin-bottom: 0;
}
.footer-content p {
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
}
.footer-img {
  position: relative;
  padding-bottom: 50%;
}
.footer-img-wp {
  padding: 30px 0 30px 100px;
}
.footer-img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-content {
  padding: 30px 50px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.business-stram-content-inner {
  margin-top: 20px;
}
.business-stram-content-inner .tab-inner-table {
  margin: 0;
}
.business-stram-content-inner .tab-inner-table .tab-inner-row-left {
  height: 100%;
  padding: 30px 30px;
}
.business-stram-content-inner .tab-inner-row-right {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.img-wp {
  width: 100%;
}
.img-wp img {
  width: 100%;
}
.all-tabs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 99;
  transition: 0.3s;
}
.all-tabs.fixed .tabs-wrap ul,
.tabs-wrap.fixed ul {
  border: 0;
}
.accordion-content {
  padding-left: 15px;

  color: #000;
  font-size: 22px;
}
.site-footer {
  padding: 0 0 14px 0;
}
.site-footer .sec-wp {
  border-bottom: 1px solid #555;
}
.main-australian-graduate-programme footer.full_width {
  padding-top: 0;
}
.img-box {
  margin-bottom: 60px;
}
.img-box:last-child {
  margin-bottom: 0;
}
.video-sec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video-sec {
  padding-bottom: 56%;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.about-content-wrap .about-description:first-child {
  margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 1499px) {
  .h1-title {
    font-size: 65px;
  }

  .tabs-wrap ul li a {
    padding: 15px 40px;
  }

  .inner-tabs-wrap .nav-tabs .nav-item a,
  .what-to-expect .nav-tabs.row .nav-item a {
    padding: 0 25px;
    min-height: 44px;
    height: 100%;
  }

  .footer-content p {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .img-wp {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .business-stram-content-inner .tab-inner-table .tab-inner-row-left {
    padding: 10px 10px;
  }

  .tabs-wrap ul li a {
    padding: 15px 20px;
  }

  .inner-banner-content .h2-title {
    font-size: 55px;
  }

  .inner-banner-content.nz-grad .h2-title {
    font-size: 28px;
  }

  .inner-tabs-wrap .nav-tabs .nav-item a,
  .what-to-expect .nav-tabs.row .nav-item a {
    padding: 0 30px 0 20px;
  }

  .main-banner {
    padding: 170px 30px;
  }

  .home .main-banner {
    padding: 0;
  }

  .footer-content {
    padding: 30px 0;
  }

  .footer-content p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .for-des {
    display: none !important;
  }

  .for-mob {
    display: block !important;
  }

  .main-banner,
  .inner-banner {
    height: auto;
  }

  .h1-title {
    font-size: 52px;
  }

  .h3-title {
    font-size: 36px;
  }

  .h2-title {
    font-size: 36px;
  }

  .h4-title {
    font-size: 45px;
  }

  .main-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
  }

  .grads-sec,
  .business-straems,
  .recruitment-process,
  .main-faqs,
  .helpful-tips,
  .about-content-sec {
    padding: 40px 0 70px;
  }

  .about-content-sec {
    padding-top: 20px;
  }

  .australian-graduate-left {
    margin-bottom: 30px;
  }

  .australian-graduate-right {
    text-align: left;
  }

  .nav-tabs li.nav-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .tab-inner .tab-inner-row-right {
    border: 0;
    padding: 0 30px 20px;
  }

  .footer-content {
    padding: 30px 0 0;
  }

  .footer-img-wp {
    border-left: 0;
    padding: 30px 0 30px 0;
  }

  .grads-box-content {
    text-align: center;
  }

  .footer-img {
    border: 0;
  }

  .footer-img img {
    border: 2px solid #000;
  }

  .grads-img-box {
    margin-bottom: 15px;
    border: 0;
    padding-bottom: 40%;
    text-align: center;
  }

  .grads-img-box img {
    border: 2px solid #000;
  }

  .business-stram-content-inner .tab-inner-table .tab-inner-row-left {
    text-align: center;
    padding: 30px 0 0;
  }

  .img-wp img {
    max-width: 150px;
  }

  .footer-img {
    padding-bottom: 40%;
  }

  .site-footer {
    padding: 0;
  }

  .inner-tabs-wrap .nav-tabs {
    margin-bottom: 20px;
  }

  .tab-inner-text.about-description {
    padding: 0;
  }

  .grads-box-content h4 {
    font-size: 40px;
  }

  .all-tabs .sec-btn {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    outline: none;
    background: #f68121;
    color: #fff;
    border-color: #f68121;
    cursor: pointer;
  }

  .all-tabs .sec-btn.tab-dropdown .caret:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    top: 50%;
    right: 35px;
    margin-top: -6px;
    transition: 0.3s;
  }

  .active-dropdown .sec-btn.tab-dropdown .caret:after {
    transform: rotate(180deg);
  }

  .tabs-wrap ul {
    display: none;
  }

  .tabs-wrap.show-list ul {
    display: block;
    border: 0;
    background-color: #fff;
  }

  .tabs-wrap ul li {
    display: block;
    float: none;
    border: none;
  }

  .tabs-wrap {
    text-align: left;
  }

  .all-tabs {
    position: relative;
    z-index: 1;
  }

  .all-tabs.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
  }

  .tab-inner-title h5 {
    margin-bottom: 15px;
  }

  .tab-inner-row-right.about-description {
    text-align: center;
  }

  .tab-inner-row-left {
    text-align: center;
    padding: 20px 0;
  }

  .inner-banner-content {
    padding: 0;
  }

  .main-australian-graduate {
    padding: 20px 0 40px;
  }

  .main-banner,
  .inner-banner {
    background-image: unset !important;
  }

  .inner-banner-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 991px) {
  .inner-banner-content.nz-grad .h2-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .inner-banner {
    padding: 90px 0;
  }

  .inner-banner-content {
    padding: 0 0 0 10px;
  }

  .grads-sec,
  .business-straems,
  .recruitment-process,
  .main-faqs,
  .helpful-tips,
  .about-content-sec {
    padding: 40px 0;
  }

  .about-content-sec {
    padding: 20px 0;
  }

  .inner-tabs-wrap {
    margin: 20px 0;
  }

  .img-box {
    margin-bottom: 40px;
  }

  .inner-banner-content.nz-grad .h2-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .tabs-wrap ul li a {
    padding: 10px 15px;
  }

  .h4-title {
    font-size: 40px;
  }

  .tab-inner-title h3 {
    font-size: 35px;
  }

  .inner-banner {
    border: 0;
  }

  .inner-banner-content {
    padding: 0;
  }

  .inner-banner-content .h2-title {
    font-size: 40px;
  }

  .tab-inner .tab-inner-title {
    padding: 0;
  }

  .tab-inner-row-left p {
    font-size: 18px;
  }

  .tab-inner-row-left {
    padding: 20px 15px;
  }

  .tab-inner .tab-inner-row-right {
    padding: 0 15px 20px;
  }

  footer {
    padding: 20px 0px;
  }

  .grads-box-content h4 {
    font-size: 26px;
  }

  .grads-box-content h5 {
    font-size: 20px;
  }

  .business-stram-content-inner .tab-inner-row-right {
    padding: 20px 15px;
  }

  .grad-col {
    margin-bottom: 50px;
  }

  .grads-img-box {
    padding-bottom: 50%;
  }

  .footer-img {
    padding-bottom: 50%;
  }

  .all-tabs .sec-btn {
    padding: 0 40px 0 15px;
    font-size: 20px;
  }

  .all-tabs .sec-btn.tab-dropdown .caret:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    right: 15px;
  }

  .main-banner {
    padding: 80px 0px;
  }

  .accordion-content {
    font-size: 20px;
  }

  .footer-content p {
    font-size: 20px;
  }
}

/* ======================== Australian Graduate Programme Page CSS End ========================*/

/* ======================== New Zealand Graduate Programme Page CSS Start ========================*/
.main-new-zealand-graduate-programme {
  max-width: 100%;
}

.main-new-zealand-graduate {
  padding: 20px 0;
}

.page-template-page-about-nz-php .grads-img-box {
  padding-bottom: unset;
  position: unset;
}

.page-template-page-about-nz-php .grads-img-box img {
  position: relative;
}

.page-template-page-about-nz .desktop-only {
  display: block;
}

.page-template-page-about-nz .mobile-only {
  display: none;
}

.nz_meet_our_grads_footer {
  width: 100%;
  text-align: center;
  margin: 64px 0;
}

.nz_meet_our_grads_footer h3 {
  font-size: 42px;
  color: #009ac8;
}

.main-new-zealand-graduate-programme footer.full_width {
  padding-top: 0;
}

#programmes-accordion {
  margin-bottom: 20px;
}

#programmes-accordion .accordion-toggle {
  background: url("images/drop_dark.png") no-repeat 95% center;
  color: #f68121;
  border: 1px solid #000;
  border-radius: 0 !important;

  font-size: 18px;
  width: 100%;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  height: 44px;
  padding: 0 30px 0 20px;
  margin-bottom: 10px;
}

#programmes-accordion .accordion-toggle::before {
  display: none;
}

#programmes-accordion .accordion-toggle::after {
  display: none;
}

#programmes-accordion .accordion-toggle.active {
  background: #f68121 url("images/drop-up.png") no-repeat scroll 95% center;
  color: #fff;
}

#programmes-accordion .accordion-content > * {
  padding: 10px 0;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

#disciplines-accordion {
  margin-bottom: 20px;
}

#disciplines-accordion .accordion-toggle {
  background: url("images/drop_dark.png") no-repeat 95% center;
  color: #f68121;
  border: 1px solid #000;
  border-radius: 0 !important;

  font-size: 18px;
  width: 100%;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  height: 44px;
  padding: 0 30px 0 20px;
  margin-bottom: 10px;
}

#disciplines-accordion .accordion-toggle::before {
  display: none;
}

#disciplines-accordion .accordion-toggle::after {
  display: none;
}

#disciplines-accordion .accordion-toggle.active {
  background: #f68121 url("images/drop-up.png") no-repeat scroll 95% center;
  color: #fff;
}

#disciplines-accordion .accordion-content > * {
  padding: 10px 0;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .new-zealand-graduate-left {
    margin-bottom: 30px;
  }

  .new-zealand-graduate-right {
    text-align: left;
  }

  .main-new-zealand-graduate {
    padding: 20px 0 40px;
  }

  .page-template-page-about-nz .desktop-only {
    display: none;
  }

  .page-template-page-about-nz .mobile-only {
    display: block;
  }
}
/* ======================== New Zealand Graduate Programme Page CSS End ========================*/

/* ======================== Scholarships Page CSS Start ========================*/

.scholarships-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: url("images/bg_head_sec.jpg") no-repeat center;
  background-size: cover;
  margin: 0;
}

.scholarships-header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.scholarships-header-link {
  display: flex;
  justify-content: flex-end;
}

.scholarships-banner {
  position: relative;
}

.scholarships-banner-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: auto;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .scholarships-banner-badge {
    bottom: 8px;
    left: 8px;
    height: 75px;
  }
}

.scholarships-main {
  margin: 50px 0 20px 0;
}

.scholarships-content {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.scholarships-content ul,
.scholarships-content li,
.scholarships-content p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.scholarships-content ul {
  padding: 0 0 0 16px;
  margin: 16px;
}

.scholarships-content p {
  margin-bottom: 8px;
}

.scholarships-content iframe {
  height: 500px;
  margin: 32px 0;
}

.scholarships-sidebar-inner {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px;
  background-color: #f68121;
}

.scholarships-sidebar h4 {
  margin-bottom: 16px;
}

.scholarships-sidebar ul,
.scholarships-sidebar li,
.scholarships-sidebar p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.scholarships-sidebar ul {
  padding: 0 0 0 16px;
  margin: 16px;
}

.scholarships-sidebar p {
  margin-bottom: 8px;
}

/* ======================== Scholarships Page CSS End ========================*/

.form_fld {
  width: 100%;
  margin-bottom: 24px;
}

.form_fld label {
  margin-bottom: 4px;
}

.form_fld input[type="text"],
.form_fld input[type="number"],
.form_fld input[type="email"],
.form_fld input[type="tel"],
.form_fld textarea {
  width: 100%;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;

  line-height: 38px;
  height: 38px;
  background: transparent;
  padding: 0px 20px;
}

.form_fld textarea {
  height: 150px;
}

.form_fld select {
  width: 100%;
  padding: 0px 20px;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;

  line-height: 38px;
  height: 38px;
  background: url("images/drop_dark.png") no-repeat 95% center;
}

.form_fld input[type="checkbox"],
.form_fld input[type="radio"] {
  appearance: auto;
  accent-color: currentColor;
  width: 16px;
  height: 16px;
}

.wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 4px 8px;
  width: 100px;
}

.wpcf7-list-item input {
  margin: 0 4px 0 0;
}

.page-template-page-about-nz .site-footer.common-sec {
  background-color: #fff;
}

.page-template-page-about-nz .site-footer.common-sec .sec-wp {
  border: none;
}

.page-template-page-about-nz .site-footer.common-sec .footer-content p {
  color: #009ac8;
}

@media screen and (max-width: 768px) {
  .page-template-page-about-nz .main-banner.grad-page-banner {
    height: 100%;
  }

  .inner-banner-content.nz-grad {
    width: 75%;
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .inner-banner-content.nz-grad .h2-title {
    font-size: 15px;
    margin-bottom: 0px;
  }
}

.nz-grad-page-banner .badge-container {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
}

.nz-grad-page-banner .badge-container .badge {
  height: auto;
  width: 100%;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}

@media screen and (max-width: 1400px) {
  .nz-grad-page-banner .badge-container {
    width: 200px;
  }
}

@media screen and (max-width: 1030px) {
  .nz-grad-page-banner .inner-banner-content {
    left: 0;
    right: 0;
    top: 0;
  }

  .nz-grad-page-banner .inner-banner-content .h2-title {
    padding: 32px;
    font-size: 32px;
    text-align: center;
  }

  .nz-grad-page-banner .badge-container {
    height: 300px;
    width: 100%;
    flex-direction: row;
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
  }

  .nz-grad-page-banner .badge-container .badge {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-about-nz .main-banner.grad-page-banner {
    height: 100%;
  }

  .page-template-page-about-nz .main-banner.grad-page-banner .inner-banner-img {
    background-position: center -10px;
  }

  .inner-banner-content.nz-grad .h2-title {
    font-size: 22px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 16px;
  }

  .nz-grad-page-banner .badge-container {
    height: 150px;
    justify-content: center;
    padding: 16px;
  }

  .nz-grad-page-banner .badge-container .badge {
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  .inner-banner-content.nz-grad .h2-title {
    font-size: 20px;
  }
}

/* Header CSS Start */

* {
  -webkit-tap-highlight-color: transparent;
}

button:focus {
  outline: none;
}

.mainHeader {
  background: #363636;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 999;
  padding-left: 19px;
  max-width: 1920px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: capitalize;
}

.siteLogo {
  height: 100%;
  display: flex;
  align-items: center;
}

.siteLogo .m_in {
  margin: 0 !important;
}

.mega-sub-menu ul.menu > li > a {
  color: #fff;

  font-size: 15px;
  display: inline-block;
}

.mega-sub-menu ul.menu {
  list-style: none;
  padding-left: 0;
}

.mega-sub-menu ul.menu > li {
  margin-bottom: 10px;
}

.mega-sub-menu ul.menu > li:last-child {
  margin-bottom: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
  line-height: 1.3;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul {
  display: flex !important;
  --space-x: clamp(4.5px, 1.85vw, 35.5px);
  --extra-right-space: 110px;
  margin-left: calc(-1 * var(--space-x));
  margin-right: calc((-1 * var(--space-x)) - var(--extra-right-space));
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li {
  padding: 0 var(--space-x);
  padding-block: 35px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li {
  padding: 0 7.5px;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column.mega-no-heading
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  a.mega-menu-link {
  border-bottom: none !important;
  padding-bottom: 0;
  font-size: 16px;
  text-transform: initial;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column.mega-single-heading
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  a.mega-menu-link {
  border-bottom: none !important;
  padding-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  h4.mega-block-title,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  a.mega-menu-link {
  border-bottom: 1px solid #f68428 !important;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li.menu-image-column > ul,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li.menu-image-column > ul > li,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li.menu-image-column > ul > li > img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a {
  transition: all 0.2s ease-in-out;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item.widget_media_image
  > a:before {
  display: none;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a:before {
  position: absolute;
  left: -9px;
  top: 3px;
  width: 4px;
  height: 13px;
  background: #00abd6;
  content: "";
  opacity: 0;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item:hover
  > a:before {
  opacity: 1;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu img.image {
  object-fit: cover;
  height: 200px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li.menu-image-column {
  padding-block: 0;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  li.mega-menu-item.mega-menu-megamenu
  > ul.mega-sub-menu
  > li
  > ul
  > li
  > ul.mega-sub-menu
  > li.mega-current-menu-item
  > a {
  color: #00abd6 !important;

  border-left: 4px solid !important;
  padding-left: 8px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li > ul.mega-sub-menu > li {
  margin-bottom: 10px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li > ul.mega-sub-menu > li:last-child {
  margin-bottom: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-current_page_item a {
  color: #00abd6 !important;

  border-left: 4px solid !important;
  padding-left: 8px !important;
}

.headerSearch {
  display: flex;
  align-items: center;
  position: relative;
}

.headerSearchIcon {
  width: auto;
  height: 30px;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.headerMenu {
  display: flex;
  justify-content: flex-end;
}

.headerSearchForm {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  background: #363636;
  padding: 25px;
  width: 350px;
}

.headerSearchForm form div {
  display: flex;
}

.headerSearchForm form div input {
  margin: 0 !important;
}

.headerSearchForm form div input#s {
  width: 100% !important;
  float: none !important;
  padding: 10px;
  height: 38px;
}

.headerSearchForm form div input#searchsubmit {
  width: 100% !important;
  float: none !important;
  flex: 1 0 90px;
  border-left-width: 5px !important;
}

.headerSearch.active .headerSearchForm {
  display: block;
}

.main_container {
  /* margin-top: 80px; */
}

.main_container:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 19px;
  height: 100vh;
  background: #f68428;
  z-index: 999;
}

@media screen and (min-width: 1921px) {
  .main_container:after {
    content: none;
  }
  /* #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul {
        --extra-right-space: clamp(110px, 16vw, 400px);
    } */
  .mainHeader {
    padding-left: 0;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px clamp(4px, 0.4vw, 12px);
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .headerSearch {
    margin-left: 10px;
    height: 100%;
  }

  #mega-menu-wrap-main-menu {
    height: 100%;
  }

  #mega-menu-wrap-main-menu .mega-menu-toggle {
    height: 100%;
    background: transparent;
  }

  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-left,
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
  }

  .headerSearchForm {
    width: 100vw;
    right: -15px;
    padding: 15px 15px 15px 30px;
  }

  .headerSearchIcon {
    width: 30px;
  }

  .mainHeader {
    height: 60px;
  }

  .mainHeader > .container,
  .mainHeader > .container > .row,
  .mainHeader > .container > .row > [class*="col-"] {
    height: 100%;
  }

  .headerMenu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul {
    flex-direction: column;
    --space-x: 0px;
    --extra-right-space: 0px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li {
    padding-block: 15px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li > ul > li.menu-image-column {
    padding-bottom: 10px;
  }

  .main_container {
    /* margin-top: 60px; */
  }

  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
  }
}

@media screen and (max-width: 479px) {
  .main_container:after {
    width: 15px;
  }
  .mainHeader {
    padding-left: 15px;
  }
}
/* Header CSS End */

.page-id-14526 .abt_in,
.page-id-14494 .abt_in {
  background: #ffffff;
}

/* Start quarries work job #5318 23/06/2023 */

[x-cloak] {
  display: none !important;
}

.single-quarries .rail_sec .abt_in * {
  font-size: 18px;
  line-height: 1.5;
}

.single-quarries .rail_sec .col-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-quarries .rail_sec .in_btn_fld {
  text-align: right;
  position: absolute;
  right: 16px;
  bottom: -73px;
}

.single-quarries .rail_sec .in_btn_fld button {
  background: #fff;
  width: 300px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #009ac8;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  appearance: none;
  border: none;
  cursor: pointer;
}

.single-quarries .rail_sec .in_btn_fld button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 38px;
  background: #009ac8;
  content: "";
}

.single-quarries #contact-section {
  padding: 20px 0;
  background-color: #ebe7e6;
  display: none;
}

.single-quarries #contact-section .heading {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 50px;
  margin-bottom: 20px;
  align-items: center;
}

.single-quarries #contact-section .heading h3 {
  font-size: 42px;
}

.single-quarries #contact-section .heading #contact-section-close {
  appearance: none;
  border: none;
  cursor: pointer;
  background: none;
  color: #8f8f8f;
}

.single-quarries #contact-section .text_fld,
.single-quarries #contact-section .select_fld,
.single-quarries #contact-section .text_ar {
  width: 100%;
  margin-bottom: 20px;
}

.single-quarries #contact-section input:not(input[type="submit"]),
.single-quarries #contact-section select,
.single-quarries #contact-section textarea {
  width: 100%;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;

  line-height: 38px;
  background: transparent;
  padding: 0px 20px;
  text-transform: unset;
}

.single-quarries #contact-section select {
  background: url("images/drop_dark.png") no-repeat 95% center;
}

.single-quarries #contact-section #message textarea {
  height: 279px;
  max-width: 100%;
}

.single-quarries #contact-section #submit {
  background: #fff;
  text-align: center;
  height: 38px;
  width: 300px;
  line-height: 38px;
  color: #009ac8;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
  appearance: none;
  border: none;
  cursor: pointer;
}

.single-quarries #contact-section #submit input {
  border: none;
}

.single-quarries #contact-section #submit:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 38px;
  background: #009ac8;
  content: "";
}

.faqs_accordion_sec {
  padding: 32px 0;
  background-color: #ffffff;
}

.faqs_accordion_sec #faqs_accordion * {
  font-size: 18px;
  line-height: 1.5;
  white-space: normal;
}

.map_sec {
  position: relative;
}

.map_sec #map_wrapper {
  position: relative;
}

#mobile-device-menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  z-index: 10;
}

#mobile-device-menu {
  position: fixed;
  right: 0;
  height: 100%;
  width: 0;
  background-color: #ffffff;
  z-index: 11;
  transition: 0.2s cubic-bezier(0.82, 0.085, 0.395, 0.895);
  box-shadow: -4px 0px 0px rgba(0, 0, 0, 0.16);
  overflow-y: scroll;
}

#mobile-device-menu.show {
  width: 0;
}

#mobile-device-menu .mobile-device-menu-container {
  opacity: 0;
  position: relative;
}

#mobile-device-menu .mobile-device-menu-header {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #363636;
  position: sticky;
  background-color: #ffffff;
  top: 0;
  padding: 16px;
  z-index: 2;
}

#mobile-device-menu .mobile-device-menu-header h4 {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  width: 100%;
  display: inline-block;
  text-align: center;
  pointer-events: none;
}

#mobile-device-menu .mobile-device-menu-header #mobile-device-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: none;
  cursor: pointer;
  background: none;
  color: #8f8f8f;
  padding: 0;
}

#mobile-device-menu .mobile-device-menu-header #mobile-device-menu-close svg {
  height: 24px;
  width: 24px;
}

#mobile-device-menu .mobile-device-menu-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 8px;
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  color: #8f8f8f;
  cursor: pointer;
}

#mobile-device-menu .mobile-device-menu-row:not(:last-of-type) {
  border-bottom: 1px solid #363636;
}

#mobile-device-menu .mobile-device-menu-row-header .marker {
  position: relative;
}
#mobile-device-menu .mobile-device-menu-row-header svg {
  height: 24px;
  width: 24px;
}

#mobile-device-menu .mobile-device-menu-row-header svg:nth-of-type(2) {
  transition: 0.2s;
}

#mobile-device-menu .mobile-device-menu-row-header p {
  flex-grow: 1;
  text-align: left;
}

#mobile-device-menu .mobile-device-menu-row-body {
  display: none;
  border-top: 1px solid #363636;
}

#mobile-device-menu .mobile-device-menu-row.show .mobile-device-menu-row-header svg:nth-of-type(2) {
  transform: rotate(180deg);
}

#mobile-device-menu .mobile-device-menu-row .mobile-device-menu-row-body-row {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-template-rows: auto;
}

#mobile-device-menu .mobile-device-menu-row .mobile-device-menu-row-body-row:not(:last-of-type) {
  border-bottom: 1px solid #363636;
}

#mobile-device-menu .mobile-device-menu-row .mobile-device-menu-row-body-row > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
  position: relative;
}

#mobile-device-menu .mobile-device-menu-row .mobile-device-menu-row-body-row > div * {
  font-size: 14px;
}

#mobile-device-menu .mobile-device-menu-row .mobile-device-menu-row-body-row > div img {
  max-width: 100px;
  width: 100%;
}

#mobile-device-menu .mobile-device-menu-row .mobile-device-menu-row-body-row > div:nth-of-type(1) {
  border-right: 1px solid #363636;
}

@media screen and (max-width: 768px) {
  #mobile-device-menu-overlay {
    pointer-events: all;
  }

  #mobile-device-menu.show {
    width: 300px;
  }

  #mobile-device-menu.show .mobile-device-menu-container {
    opacity: 1;
  }
}

.map_sec #map_wrapper #compass {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20%;
  left: 30%;
  fill: #fff;
}

.map_sec .marker {
  position: absolute;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.map_sec .marker:hover {
  transform: scale(1.1);
  z-index: 3;
}

.map_sec .marker:active {
  transform: scale(0.9);
}

.map_sec .device_wrapper .marker {
  background-color: transparent;
  border-radius: 50%;
}

.map_sec .tooltip {
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 998 !important;
}

.map_sec .summary {
  background-color: #ffffff;
  border: 1px solid #363636;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.map_sec .summary .summary_row:first-of-type {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: center;
  border-right: none;
}

.map_sec .summary .summary_row:first-of-type h4 {
  font-size: 20px;
  align-self: center;
}

.map_sec .summary .summary_row:first-of-type .close_icon {
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  transition: 0.2s;
  transform: translateY(-50%);
}

.map_sec .summary .summary_row {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-template-rows: auto;
  font-size: 14px;
}

.map_sec .summary .summary_row:not(:last-of-type) {
  border-bottom: 1px solid #363636;
}

.map_sec .summary .summary_row > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
  position: relative;
}

.map_sec .summary .summary_row:not(:first-of-type) > div:nth-of-type(1) {
  border-right: 1px solid #363636;
}

.map_sec .summary .summary_row * {
  font-size: 14px;
}

.map_sec .summary .summary_row > div img {
  height: auto;
  width: 100%;
}

.map_sec .overview {
  display: grid;
  max-width: 1200px;
  width: 100%;
  background-color: #ffffff;
  padding: 0 8px;
  border: 1px solid #363636;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: absolute;
  top: 65%;
  right: 100px;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}

.map_sec .overview .overview_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  grid-template-rows: auto;
  align-items: center;
  border-bottom: 1px solid #ebe7e6;
  min-height: 55px;
}

.map_sec .overview .overview_row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px;
  gap: 8px;
}

.map_sec .overview .overview_row > div span {
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.overview .overview_row > div span .error-icon {
  height: 25px;
  width: 25px;
  object-fit: contain;
  color: #ec3d3d;
}

.map_sec .overview .overview_row > div span img {
  height: auto;
  width: 40px;
}

.map_sec .overview .overview_row > div svg {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}

.map_sec .overview #overview_row_header {
  align-items: flex-start;
  padding: 8px 0;
}

.map_sec .overview #overview_row_header > div span {
  align-items: flex-start;
  height: 50px;
  text-align: center;
  font-size: 14px;
}

.map_sec .overview #overview_row_header > div div {
  text-align: center;
  font-size: 14px;
}

.map_sec .overview #overview_row_header > div svg {
  height: 20px;
  width: 20px;
  justify-self: center;
  flex-grow: 1;
}

#portal .tooltip {
  position: absolute;
  min-height: 500px;
  max-height: 800px;
  height: min-content;
  width: min-content;
  bottom: 0;
  left: 0;
  opacity: 1;
  border: 1px solid #363636;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.3s;
}

#portal .tooltip[x-ref="weather"] {
  min-height: auto;
}

#portal .tooltip > div:not(.close_icon_wrapper) {
  position: relative;
  height: auto;
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

#portal .tooltip > div:not(.close_icon_wrapper):-webkit-scrollbar {
  display: none;
}

#portal .tooltip > div:not(.close_icon_wrapper):hover:-webkit-scrollbar {
  display: initial;
}

#portal .tooltip > div:not(.close_icon_wrapper):hover {
  -ms-overflow-style: initial;
  scrollbar-width: initial;
}

#portal .tooltip .close_icon_wrapper {
  position: relative;
  overflow: hidden;
  height: 24px;
  width: 100%;
}

#portal .tooltip .close_icon {
  cursor: pointer;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.2s;
}

#graph_anchor {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  display: block;
  width: 10px;
  height: 10px;
  left: 50%;
}

.loading img {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.map_sec .overview .loading {
  height: 512px;
}

.map_sec .overview .tooltip .loading {
  height: unset;
}

#portal .tooltip .loading {
  height: 512px;
}

.map_sec .overview .error {
  height: 512px;
}

.map_sec .overview .tooltip .error {
  height: unset;
}

#portal .tooltip .error {
  height: 512px;
}

.map_sec .overview .error .container,
.map_sec .overview .error .row,
.map_sec .overview .error .col-12 {
  height: 100%;
}

.map_sec .overview .error .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.map_sec .overview .error .wrapper p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.map_sec .overview .error .wrapper button {
  background: #fff;
  text-align: center;
  color: #009ac8;

  position: relative;
  appearance: none;
  border: none;
  cursor: pointer;
}

.map_sec .overview .error .wrapper a {
  color: #f68428;
}

.map_sec .overview .overview_row > div[data-column="weather"] > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.map_sec .overview .overview_row:last-of-type {
  border: none;
}

#weather-graph {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  overflow-x: auto;
}

#weather-graph > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#weather-graph > div span {
  font-size: 16px;
}

#weather-graph > div ul {
  display: grid;
  grid-template-columns: repeat(5, 40px);
  padding: 0;
}

#weather-graph > div ul li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style-type: none;
  align-items: center;
}

#weather-graph > div ul li span {
  font-size: 12px;
}

#weather-graph > div ul li div:first-of-type {
  border-left: 1px solid #8f8f8f;
}

#weather-graph > div ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  padding: 4px;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
}

#weather-graph > div ul li:last-of-type div {
  border-right-width: 2px;
  border-right-color: #363636;
}

#weather-graph > div ul li div img {
  height: 100%;
  width: 100%;
}

#weather-graph > div ul li div .error-icon {
  height: 25px;
  width: 25px;
  object-fit: contain;
  color: #ec3d3d;
}

#wind-direction-graph {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  overflow-x: auto;
}

#wind-direction-graph > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#wind-direction-graph > div span {
  font-size: 16px;
}

#wind-direction-graph > div ul {
  display: grid;
  grid-template-columns: repeat(5, 40px);
  padding: 0;
}

#wind-direction-graph > div ul li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style-type: none;
  align-items: center;
}

#wind-direction-graph > div ul li span {
  font-size: 12px;
}

#wind-direction-graph > div ul li div:first-of-type {
  border-left: 1px solid #8f8f8f;
}

#wind-direction-graph > div ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  padding: 4px;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
}

#wind-direction-graph > div ul li:last-of-type div {
  border-right-width: 2px;
  border-right-color: #363636;
}

#wind-direction-graph > div ul li div img {
  height: 20px;
  width: auto;
}

[data-column="mitigation-dust-suppression"] {
  display: none !important;
}

[data-column="mitigation-operations-restricted"] {
  display: none !important;
}

.downloads_sec {
  width: 100%;
  background-color: #f68428;
  padding: 32px 0;
}

.downloads_sec .downloads_wrapper {
  padding: 32px 0;
}

.downloads_sec .downloads {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px 0 0 0;
  gap: 64px 32px;
  grid-template-columns: repeat(4, 1fr);
}

.downloads_sec .downloads .download {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.downloads_sec .downloads_heading h3 {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 16px;
}

.downloads_sec .downloads_heading h4 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 16px;
}

.downloads_sec .downloads .download a {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: none;
  background: none;
  color: #ffffff;
  gap: 8px;
}

.downloads_sec .downloads .download a svg {
  height: 32px;
  min-width: 32px;
  fill: #fff;
}

.downloads_sec .downloads .download a span {
  color: #ffffff;
  font-size: 18px;
}

@media screen and (max-width: 1850px) {
  .map_sec .overview {
    max-width: 950px;
  }
}

@media screen and (max-width: 1750px) {
  .map_sec .overview {
    max-width: 1000px;
  }

  .map_sec .overview .overview_row > div span {
    font-size: 14px;
  }

  .map_sec .overview #overview_row_header > div .graph_wrapper .tooltip {
    width: 800px;
  }
}

@media screen and (max-width: 1700px) {
  .map_sec .overview {
    max-width: 800px;
    overflow: auto;
    transform: unset;
    top: unset;
    bottom: 100px;
    right: 100px;
  }

  .map_sec .overview .overview_row {
    display: flex;
    grid-template-columns: unset;
    grid-template-rows: unset;
    min-height: 50px;
  }

  .map_sec .overview .overview_row > div {
    min-width: 90px;
    width: 100%;
    padding: 4px 0;
  }

  #weather-graph {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 32px;
  }

  #wind-direction-graph {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 32px;
  }

  .map_sec .overview .overview_row > div img {
    height: 20px;
  }

  .map_sec .overview .overview_row > div span img {
    width: 25px;
  }

  .map_sec .summary .summary_row > div img {
    width: 100px;
  }
}

@media screen and (max-width: 1600px) {
  .map_sec .overview {
    max-width: 800px;
    overflow: auto;
  }
}

@media screen and (max-width: 1500px) {
  .map_sec .overview {
    bottom: 50px;
    right: 50px;
  }
}

@media screen and (max-width: 1450px) {
  .map_sec .overview {
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .map_sec .overview .loading,
  #portal .tooltip .loading,
  #portal .tooltip .error {
    height: 300px;
  }

  #portal .tooltip {
    max-height: 500px;
    max-width: 1000px;
    width: 1000px;
  }

  .map_sec .overview .overview_row {
    min-height: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .map_sec .overview .overview_row {
    min-height: 40px;
  }

  #portal .tooltip > div:not(.close_icon_wrapper) {
    max-width: 950px;
    width: 950px;
  }

  #weather-graph {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
  }

  #wind-direction-graph {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
  }
}

@media screen and (max-width: 1200px) {
  #graph_anchor {
    top: 50%;
  }

  .map_sec .overview {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    transform: unset;
    border: none;
    max-width: 100%;
    overflow: auto;
  }

  #portal .tooltip > div {
    width: 800px;
  }

  .single-quarries .rail_sec .in_btn_fld {
    bottom: -80px;
  }

  .map_sec .overview .overview_row > div {
    min-width: 90px;
    width: 100%;
    min-height: 55px;
  }

  .map_sec .overview .overview_row > div img {
    height: 25px;
  }

  .map_sec .overview .overview_row > div span img {
    width: 35px;
  }
}

@media screen and (max-width: 991px) {
  .single-quarries .rail_sec .in_btn_fld {
    bottom: -60px;
  }
}

@media screen and (max-width: 960px) {
  #portal .tooltip {
    max-width: 700px;
    width: 700px;
  }

  #portal .tooltip > div:not(.close_icon_wrapper) {
    max-width: 650px;
    width: 650px;
  }

  .downloads_sec .downloads {
    grid-template-columns: repeat(3, 1fr);
  }

  #weather-graph {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }

  #wind-direction-graph {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  #portal .tooltip {
    max-width: 600px;
    width: 600px;
  }

  #portal .tooltip > div:not(.close_icon_wrapper) {
    max-width: 550px;
    width: 550px;
  }

  .downloads_sec .downloads {
    grid-template-columns: repeat(2, 1fr);
  }

  #portal .tooltip > div {
    height: 300px;
    width: 450px;
  }

  .single-quarries .rail_sec .in_head {
    padding: 40px 0 80px 0;
  }

  .single-quarries .rail_sec .in_btn_fld {
    bottom: -80px;
  }
}

@media only screen and (max-width: 479px) {
  .single-quarries .rail_sec .in_head {
    padding: 40px 0px 73px 0;
  }

  .single-quarries .rail_sec .in_btn_fld {
    left: 0;
    right: 0;
    bottom: -73px;
  }

  .single-quarries .rail_sec .in_btn_fld button {
    width: 100%;
  }

  .single-quarries #contact-section .heading h3 {
    font-size: 32px;
  }

  #portal .tooltip {
    max-width: 300px;
    width: 300px;
  }

  #portal .tooltip > div:not(.close_icon_wrapper) {
    max-width: 250px;
    width: 250px;
  }
}

@media screen and (max-width: 450px) {
  #portal .tooltip > div {
    height: 300px;
    width: 375px;
  }

  #weather-graph {
    grid-template-columns: repeat(1, 1fr);
  }

  #wind-direction-graph {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 375px) {
  .downloads_sec .downloads {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* End quarries work */

/* Start Airports and Defence Brochures – Australia */

.page-template-page-capabilities-au h1 {
  font-size: 70px;
  line-height: 65px;
  color: #fff;
}

.page-template-page-capabilities-au .quick-links-container .quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 32px;
  padding: 64px;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links {
  width: 100%;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 100%;
  width: 100%;
  padding: 32px;
  background-color: #363636;
  transition: 0.2s;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link:hover {
  background-color: #f68428;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link h3 {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link .read-more {
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  border-left: 5px solid #009ac8;
  padding-left: 10px;
}

@media screen and (max-width: 1080px) {
  .page-template-page-capabilities-au .event-overlay {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: unset;
    transform: unset;
  }

  .page-template-page-capabilities-au .banner-overlay .banner-overlay-bottom .banner-overlay-bottom-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-template-page-capabilities-au .event-overlay > a {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }

  .page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links {
    padding: 16px 0;
  }

  .page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link.quick-link--join-our-team {
    grid-column: unset;
    grid-row: unset;
  }

  .page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link.quick-link--contact-us {
    grid-column: unset;
    grid-row: unset;
  }
}

@media screen and (max-width: 960px) {
  .page-template-page-capabilities-au .quick-links-container .quick-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-capabilities-au .banner-overlay .banner-overlay-bottom .banner-overlay-bottom-links {
    display: flex;
    flex-direction: column;
  }

  .page-template-page-capabilities-au .banner-overlay .banner-overlay-bottom .banner-overlay-bottom-links .banner-overlay-bottom-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }

  .page-template-page-capabilities-au .banner-overlay .banner-overlay-bottom .banner-overlay-bottom-links .banner-overlay-bottom-link h4 {
    text-align: left;
  }

  .page-template-page-capabilities-au .quick-links-container .quick-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link h3 {
    font-size: 22px;
  }

  .page-template-page-capabilities-au .quick-links-container .quick-links-wrapper .quick-links .quick-link img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 450px) {
  .page-template-page-capabilities-au .event-overlay > a .event-overlay-countdown h2 {
    font-size: 18px;
  }
}

/* End Airports and Defence Brochures – Australia */

.nz-only-content {
  display: none;
}

.foot_bottom_3,
.foot_cont_email {
  display: none !important;
}

/* Start General Products */
body.page-template-page-general-product-sector-service,
body.products-template-page-general-product-sector-service,
body.sectors-template-page-general-product-sector-service,
body.services-template-page-general-product-sector-service {
  color: #363636;
}

.page-template-page-general-product-sector-service .container,
.products-template-page-general-product-sector-service .container,
.sectors-template-page-general-product-sector-service .container,
.services-template-page-general-product-sector-service .container {
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
}

.offerings {
  clear: both;
  margin-bottom: 48px;
}

.offerings__banner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.offerings__banner-title {
  position: absolute;
  width: 100%;
}

.offerings__banner-title h2 {
  color: #ffffff;
}

.offerings__banner picture {
  width: 100%;
}

.offerings__banner img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.offerings__content {
  padding: 64px 0 16px 0;
}

.offerings__content p:not(:last-of-type) {
  margin-bottom: 16px;
}

.offerings__title {
  padding: 16px 0;
}

.offerings__title h3 {
  font-size: 50px;
  color: #f68428;
}

.offerings__tabs {
  padding: 16px 0;
}

.offerings__tabs #tabs {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 32px;
}

.offerings__tabs-dropdown {
  display: none;
  position: relative;
  cursor: pointer;
  align-items: center;
}

.offerings__tabs-dropdown img {
  position: absolute;
  right: 8px;
}

.offerings__tabs-dropdown select {
  width: 100%;
  appearance: none;
  border: none;
  padding: 8px;
}

.offerings__tabs-sidebar .ui-tabs-nav {
  padding: 0;
}

.offerings__tabs-sidebar .ui-tabs-tab {
  list-style-type: none;
  border-bottom: 1px solid #ebe7e6;
  transition: 0.2s;
}

.offerings__tabs-sidebar .ui-tabs-tab:hover {
  background-color: #ebe7e6;
}

.offerings__tabs-sidebar .ui-tabs-tab.ui-tabs-active {
  background-color: #ebe7e6;
}

.offerings__tabs-sidebar .ui-tabs-tab a {
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  display: block;
  line-height: 1;
}

.offerings__tabs-sidebar .ui-tabs-tab.ui-tabs-active a {
  font-weight: 500;
}

.offerings__tabs-content img {
  margin-bottom: 32px;
  width: 100%;
  height: 385px;
  object-fit: cover;
}

.offerings__tabs-content h4 {
  font-size: 38px;
  color: #363636;
  margin-bottom: 16px;
}

.offerings__tabs-content h5 {
  font-size: 26px;
  margin-bottom: 16px;
  color: #8f8f8f;
}

.offerings__tabs-content .ui-tabs-panel p:not(:last-of-type) {
  margin-bottom: 16px;
}

.offerings__tabs-content a {
  color: #f68428;
}

body.page-template-page-general-product-sector-service .feture_box a::after,
body.products-template-page-general-product-sector-service .feture_box a::after,
body.sectors-template-page-general-product-sector-service .feture_box a::after,
body.services-template-page-general-product-sector-service .feture_box a::after {
  background: #f68428;
}

body.page-template-page-general-product-sector-service .homepage-featured-projects .swiper-pagination-bullet-active,
body.products-template-page-general-product-sector-service .homepage-featured-projects .swiper-pagination-bullet-active,
body.sectors-template-page-general-product-sector-service .homepage-featured-projects .swiper-pagination-bullet-active,
body.services-template-page-general-product-sector-service .homepage-featured-projects .swiper-pagination-bullet-active {
  border: 1px solid #f68428;
  background-color: #f68428;
}

body.page-template-page-general-product-sector-service .swiper-button-prev,
body.products-template-page-general-product-sector-service .swiper-button-prev,
body.sectors-template-page-general-product-sector-service .swiper-button-prev,
body.services-template-page-general-product-sector-service .swiper-button-prev {
  background-image: url("images/icons/prev-arrow-orange.png");
}

body.page-template-page-general-product-sector-service .swiper-button-next,
body.products-template-page-general-product-sector-service .swiper-button-next,
body.sectors-template-page-general-product-sector-service .swiper-button-next,
body.services-template-page-general-product-sector-service .swiper-button-next {
  background-image: url("images/icons/next-arrow-orange.png");
}

.call-to-action-strap {
  background-color: #363636;
  padding: 64px 0;
  clear: both;
}
.call-to-action-strap__title {
  font-size: 50px;
  color: #f68428;
}

.call-to-action-strap__content {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 32px;
  max-width: 925px;
}

.contact-strap {
  background-color: #ffffff;
  padding: 64px 0;
  clear: both;
}
.contact-strap__title {
  font-size: 65px;
  color: #f68428;
}

.contact-strap__content {
  margin-top: 32px;
}

.contact-strap__content p:not(:last-of-type) {
  margin-bottom: 16px;
}

.contact-strap__content a {
  color: #f68428;
}

@media screen and (max-width: 1080px) {
  .offerings__tabs #tabs {
    grid-template-columns: 1fr 3fr;
  }
}

@media screen and (max-width: 960px) {
  .offerings__tabs #tabs {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (max-width: 768px) {
  .offerings {
    margin-bottom: 32px;
  }

  .offerings__banner img {
    height: 145px;
  }

  .offerings__content {
    padding: 32px 0 16px 0;
  }

  .offerings__title h3 {
    font-size: 42px;
  }

  .offerings__tabs #tabs {
    grid-template-columns: 1fr;
  }

  .offerings__tabs-dropdown {
    display: flex;
  }

  .offerings__tabs-sidebar {
    display: none;
  }

  .offerings__tabs-content img {
    margin-bottom: 16px;
  }

  .offerings__tabs-content h4 {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .offerings__tabs-content h5 {
    font-size: 22px;
  }

  .call-to-action-strap {
    padding: 32px 0;
  }

  .call-to-action-strap__title {
    font-size: 30px;
  }

  .call-to-action-strap__content {
    font-size: 18px;
    margin-top: 16px;
  }

  .contact-strap {
    padding: 32px 0;
  }

  .contact-strap__title {
    font-size: 42px;
  }

  .contact-strap__content {
    font-size: 18px;
  }
}

.key_project_cell_text .key_project_cell_terms .key_project_cell_term {
  display: flex;
  align-items: center;
}

.key_project_cell_text .key_project_cell_terms .key_project_cell_term--hidden {
  visibility: hidden;
}

.key_project_cell_text .key_project_cell_terms .key_project_cell_term b {
  margin-right: 8px;
}

.term-comma:last-of-type {
  display: none;
}

.postid-3814 #counter {
  display: none;
}