/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2024 | 15:50:18 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: "Handel Gothic";
    src: url("https://db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.eot");
    src: url("https://db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/a97dc52b4b2059e5f04907cb7492af0b.svg#Handel Gothic")format("svg");
}
html.js.csstransitions {
  overflow-X: hidden;
}

.sub-menu .menu-item {
    margin-bottom: 0 !important;
}
.sub-menu li:last-child a:after {
    display: none;
}
.map_footer svg {
  max-width: 750px;
}
.map_footer {
  text-align: center;
}
.content_contact {
  min-height: 150px;
}
.content_contact h3 {
  color: #5EAEE0;
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
}
.header-widget #block-34 {
    position: absolute;
}

/*page-banner*/
.sbcol_right > .vc_column-inner {
    width: 100%;
	max-width:max-content;
}
.pin_icon {
    position: relative;
    padding-left: 40px; /* Adjust based on your image size */
    display: inline-block;
    text-decoration: none;
    color: inherit;
    line-height: 1.5; /* Adjust line height for spacing between lines */
}

.pin_icon:before {
    content: url('/wp-content/uploads/2024/09/map-pin-svg.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; /* Adjust width based on your image size */
    height: 24px; /* Adjust height based on your image size */
}

.mail_icon {
    position: relative;
    padding-left: 40px; /* Adjust based on your image size */
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.mail_icon:before {
    content: url('/wp-content/uploads/2024/09/mail-svg.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; /* Adjust width based on your image size */
    height: 24px; /* Adjust height based on your image size */
}

.phone_icon {
    position: relative;
    padding-left: 40px; /* Adjust this based on the size of your image */
    display: inline-block;
    text-decoration: none; /* Remove underline */
    color: inherit; /* Keep the text color consistent */
}

.phone_icon:before {
    content: url('/wp-content/uploads/2024/09/phone-svg.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; /* Adjust width based on your image size */
    height: 24px; /* Adjust height based on your image size */
}

.content_contact a{
  color: inherit;
}
.map_pin:hover {
  fill: #1e3158;
  cursor: pointer;
}
.map_pin {
  z-index: 5;
}

.content_contact > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.map_pin.active {
  fill: #1e3158;
  cursor: pointer;
}
 .map_pin.active, option.active {
    fill: #1e3158; /* Active state fill color for SVG */
    background-color: #1e3158; /* Optional active state color for dropdown */
    color: #fff;
  }

.wpb_vc_raw_html.wpb_content_element.wpb_sortable {
  max-height: 200px;
  overflow: hidden;
}

.p_bc .breadcrumb_last:before {
  content: "projects / ";
}
.hg_font, .hg_font * {
  font-family: 'Handel Gothic', sans-serif !important;
} 
li {
  margin-bottom: 15px;
}
.careers_nav .wpb_column > .vc_column-inner {
    padding: 70px 20px;
}

.custom_row_bg .gambit_background_row_inner {
  background-position: 250% 50% !important;
  background-repeat: no-repeat !important;
}

.arial_font, .arial_font * {
  font-family: Arial !important;
}
.contact_menu {
  position: absolute !important;
  right: 40px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  -webkit-transform: skew(-10deg) !important;
      -ms-transform: skew(-10deg) !important;
          transform: skew(-10deg) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*sub menu*/
/* Hide the submenu initially */
#masthead .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.1s ease, visibility 0s ease 0.1s !important;
    -o-transition: opacity 0.1s ease, visibility 0s ease 0.1s !important;
    transition: opacity 0.1s ease, visibility 0s ease 0.1s !important;
}
.page_banner h1.vc_custom_heading.vc_do_custom_heading {
  color:  var(--contrast-3) !important;
}

/* Show submenu on hover */
#masthead .menu-item:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;  /* Show immediately */
}

/* Styling for the menu and submenu */
#masthead .menu-item {
    position: relative;
}

#masthead .sub-menu li {
    position: relative;
    display: block;
    white-space: nowrap;
}
#masthead .sub-menu a {
    padding: 10px 40px;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

#masthead .sub-menu a:hover {
    background-color: #f2f2f2;
}

/*end of sub menu*/
.contact_menu > a {
  color: var(--accent);
  padding: 20px;
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
  font-weight: bold;
}
.careers_nav h2 {
  font-family: Arial;
font-weight:700;
}
.vc_custom_heading.uppercase_txt {
  text-transform: uppercase;
}
.uppercase_txt h1, .uppercase_txt h2 , .uppercase_txt h3 , .uppercase_txt h4 {
  text-transform: uppercase !important;
}

.vc_btn3-container a {
  font-weight: 700;
  text-transform: uppercase;
}

.vc_general.vc_btn3 {
  padding: 20px 30px;
}

.vs_hidden {
  display: none;
}
.vc_separator.wpb_content_element * {
  font-family: Arial;
} 
h2.rs-layer, h1.rs-layer {
  font-family: 'Handel Gothic', sans-serif !important;
}
.arial_font {
  font-family: arial !important;
}
.featured-image.page-header-image-single {
  display: none;
}
.entry-content {
  margin-top: 0 !important;
}

.bread_crumb {
  text-align: center;
}
/*here*/
.innercol_link a {
  position: absolute;
  inset: 0;
}
.bread_crumb a {
  color: inherit;
}

 .city-info {
      display: none ;
    }
    .city-info.mackay {
      display: block ;
    }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Handel Gothic', sans-serif;
}
.handel-font {
    font-family: 'Handel Gothic', sans-serif;
}

.center_item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.careers_nav .vc_column-inner {
  position: relative;
}
.careers_nav .vc_column-inner:hover, .col-active .vc_column-inner {
  background-color: #5EAEE0 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.careers_nav .vc_column-inner:hover h2 , .col-active .vc_column-inner h2 {
  color: #fff !important;
}

.faq-ac .vc_toggle_content {
  margin-bottom: 0 !important;
}
.faq-ac .vc_toggle_title {
  padding-left: 0 !important;
}
.faq-ac .vc_toggle_content {
  padding-left: 0 !important;
}


.faq-ac .vc_toggle_icon {
  position: relative !important;
}
.faq-ac .vc_toggle_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-ac .vc_custom_heading {
  margin-bottom: 0;
}

.slider-t .vc_carousel-indicators li {
  min-width: 25px;
  border-radius: 0 !important;
  background-color: #BCBDC0 !important;
  border:none !important;
  max-height:3px;
}


a {
  text-decoration: none;
}

:root {
  --box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.inside-top-bar .widget.widget_block {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
}
.inside-top-bar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  width: 100%;
}  

.widget.widget_block a, .widget.widget_block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.t-left, .t-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*here*/
#nav_menu-3 {
  width: 37.28%;
}
#block-12 {
  width: 30%;
}
#nav_menu-5 {
  width: 37.28%;
}
#menu-left-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
/*
.site-logo {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
*/

.header-widget {
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu-left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.main-navigation ul ul {
    width: max-content;
    min-width: 200px;
}
#menu-right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.menu-item.menu-item-type-custom a {
  text-transform: uppercase;
  text-decoration: none;
}
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
    -webkit-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
ul.sub-menu{
    -webkit-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important; 
}
/*
.home-banner {
  min-height: 900px;
  clip-path: polygon(50% 100%, 0% 85%, 0% 0%, 100% 0%, 100% 85%);
}*/

.svg-icon-link {
  color: inherit !important;
}
.modal-ctn .ult_modal-title {
  padding: 0 !important;
  padding-bottom: 15px !important;
}

.modal-ctn .ult_modal-body {
  padding: 0;
  margin-top: 20px;
}
.divider-txt span:before {
  content: " ";
  width: 21px;
  position: relative;
  display: inline-block;
  height: 2px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom:5px;
}
.cta-con {
  overflow:visible !important;
}

.bread_crumb {
  text-transform: uppercase;
}
.cform_con {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.sub-menu a {
    text-align: center;
}

.sub-menu a:hover {
    color:#235595 !important;
    background: none !important;
}
.sub-menu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #ccc;
}
.svg-icon-link {
  width: 100% !important;
}
.svg_icon.icon_txt {
  width: 100% !important;
  float: unset !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 14px;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.svg_icon.icon_txt svg {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.projects-grid .vc_grid-filter-item.vc_gitem-post-category-name {
  background-color: #5EAEE0 !important;
  border-radius: 0 !important;
  padding: 12px 20px;
}
.projects-grid .vc_grid-filter-item.vc_gitem-post-category-name a {
  color: #fff;
  font-weight: 700;
}
.projects-grid .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
  height: 100%;
}
.projects-grid .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects-grid .vc_gitem_row.vc_row.vc_gitem-row-position-top {
  height: 100%;
}

.modal-ctn .ult_modal-content {
  padding: 50px 90px;
  background-color: var(--base-3);
}
.modal-ctn .ult_modal.ult-fade.ult-small {
  width: 100%;
  max-width: 900px;
}
.tr-cta > .wpb_column > .vc_column-inner {
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}
.modal-ctn .ult_modal-content {
  border: none !important;
}
.modal-ctn .ult_modal-content {
  -webkit-clip-path: polygon(0% 0%, 92% 0, 100% 17%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 92% 0, 100% 17%, 100% 100%, 0% 100%);
}

.modal-ctn .ult-overlay-close-inside {
  background: url(/wp-content/uploads/2024/01/times-close-icon.svg);
}
.modal-ctn .ult-overlay-close.popup-edge-top-left {
  top: 20px !important;
  left: 20px !important;
}

.inside-header {
    justify-content: space-between;
}
.header-widget {
    width: max-content;
    margin-right: 0 !important;
    min-width: 155px;
}
#site-navigation {
    background-color: transparent;
}
#site-navigation a {
}
.inside-navigation.grid-container {
    justify-content: center;
    color: #fff;
}
#primary-menu a {
    color: #FFF;
    font-size: 16px;
}
#main {
  margin: 0;
}
.nav-float-left .header-widget {
  order: unset !important;
}

.vc_custom_heading.gprojects_title > h3 {
  font-family: Arial;
}
.nav-float-left #site-navigation {
  order: unset !important;
	width:100% !important;
}

  

.gform_button {
  background: #1e3258 !important;
}
.ubtn {
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}
.ubtn > .ubtn-data.ubtn-text {
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}
.btn-accent .vc_general.vc_btn3 {
  background-color: var(--accent);
}
.parallel-btn .vc_general.vc_btn3 {
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}



.modal-btns .btn-modal {
  width: 100%;
  position: absolute;
  inset: 0;
  background: transparent;
}

.wt-txt h4 {
  color: #fff;
}
.cstom-sep.vc_separator {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cstom-sep .vc_sep_line {
  max-width: 21px;
}
.cstom-sep h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.cstom-sep.vc_separator_align_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cstom-sep .vc_sep_holder.vc_sep_holder_l {
  display: none;
}
.cstom-sep .vc_sep_holder.vc_sep_holder_r {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cstom-sep .vc_sep_holder.vc_sep_holder_r {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  min-width: 21px;
}
.cstom-sep.vc_separator_align_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 11px;
}

.ce-project {
  background-size: cover;
  background-position: center;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33.333% - 30px);
  text-decoration:none;
  padding:25px;
}
.ce-project-category {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #5EAEE0;
  padding: 15px 25px;
  color: #fff;
  font-weight: 700;
}
.ce-projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.ce-project-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 25px;
}

.footer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h4.wp-block-heading:after {
  content: "";
  width: 21px;
  background-color: var(--base-3);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
/*contact top*/
.inside-header #block-34 {
  height: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  background-color: #235595;
}
.inside-header .wp-block-button__link.wp-element-button {
  background: none !important;
  color: #fff !important;
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
  height: 100%;
}
.inside-header .wp-block-button {
  height: 100%;
}
h4.wp-block-heading {
  position: relative;
}

@media(max-width:1900px){
	.contact_menu {
		right:10px;
	}
#menu-right-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
	margin-right: 135px;
}
#menu-left-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
}
@media(max-width:1650px){
.inside-header {
  padding-right: 15px;
  padding-left: 15px;
}
}
@media(max-width:1600px){
.inside-navigation.grid-container::before {
  content: "logo";
  width: 400px;
	opacity:0;
}
.wp-block-button__link.wp-element-button {
  font-size: 14px;
}

  .adress_top {
  font-size: 12px;
}

#menu-left-menu {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#menu-right-menu {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#menu-item-202 {
}
.menu-item > a {
  font-size: 14px;
}

li.menu-item.menu-item-type-custom {
  margin-bottom: 0;
}
}
@media(max-width:1499px){
  .adress_top {
  font-size: 12px;
}
}
@media(max-width:1400px){
  .adress_top {
  font-size: 10px;
}
  .inside-header {
  padding-left: 15px;
  padding-right: 15px;
}
}

@media (max-width: 1300px) {
	
.header-image.is-logo-image.ls-is-cached.lazyloaded {
  max-width: 250px;
}
.inside-header {
  min-height: 73px;
}
	
	/*
.site-logo {
  top: 0;
}
	*/
  .menu-item > a {
    font-size: 13px;
  }
	
#nav_menu-3 {
  display: none;
}
#nav_menu-5 {
  display: none;
}
.menu-toggle {
  position: absolute;
  top: 0;
}
#mobile-menu-control-wrapper {
  height: 50px;
}
.inside-header {
}
.inside-header {
  min-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}
.inside-header {
  position: relative;
}
.menu-toggle {
  color: #1e73be !important;
  background-color: #fff !important;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  left: 30px;
  bottom: 0;
  top: 0;
}
}
@media (min-width: 1300px) {
	
.footer-widget-3 > * {
  padding-left: 0 !important;
}
.footer-widget-3 > * strong {
  font-size: 20px;
}
}
