@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/fonts/MontserratSemiBold.eot");
  src: url("/fonts/MontserratSemiBold.eot") format("embedded-opentype"),
    url("/fonts/MontserratSemiBold.woff2") format("woff2"),
    url("/fonts/MontserratSemiBold.woff") format("woff"),
    url("/fonts/MontserratSemiBold.ttf") format("truetype"),
    url("/fonts/MontserratSemiBold.svg#MontserratSemiBold") format("svg");
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}
.grid_2 {
  width: 16.67%;
}
.grid_3 {
  width: 25%;
}
.grid_4 {
  width: 33.33%;
}
.grid_5 {
  width: 41.67%;
}
.grid_6 {
  width: 50%;
}
.grid_7 {
  width: 58.33%;
}
.grid_8 {
  width: 66.67%;
}
.grid_9 {
  width: 75%;
}
.grid_10 {
  width: 83.33%;
}
.grid_11 {
  width: 91.67%;
}
.grid_12 {
  width: 100%;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
img {
  border: none;
  max-width: 100%;
}
a,
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
/* General */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  background: #5e869a;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}
p {
  margin: 0;
}
h1 {
  font-size: 36px;
  font-size: 30px;
  font-weight: 600;
}
h2 {
  font-size: 26px;
  font-weight: 500;
}
h3 {
  font-size: 22px;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  font-weight: 600;
}
/* Navigation */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9;
  transition: all 0.2s ease;
}

#page-home header {
  top: -126px;
}
#page-home header.show {
  top: 0;
}

header.show {
  background: #2c5880;
}
nav {
  margin: 0 auto;
  padding: 0;
}
#nav li {
  list-style: none;
  position: relative;
}
#nav li a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
#nav a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #ffffff;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}

#page-home #nav a.home:after,
#page-sectors.bu #nav a.sectors:after,
#page-building_construction #nav a.building_construction:after,
#page-jobs #nav a.jobs:after,
#page-about #nav a.about:after,
#page-job_seekers #nav a.job_seekers:after,
#page-careers #nav a.careers:after,
#page-contact #nav a.contact:after,
#nav a:not(.sectors):hover:after {
  width: 100%;
}
#nav li.has_subnav {
  position: relative;
  padding-right: 30px;
}
#nav li.has_subnav:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
#nav li.has_subnav .sub_nav {
  position: absolute;
  z-index: 4;
  padding: 30px 15px 20px;
  left: 0;
  top: 100%;
  background: #2c5880;
  visibility: hidden;
  opacity: 0;
  min-width: calc(100% + 110px);
  text-align: left;
}
#nav li.has_subnav .sub_nav > .flex {
  row-gap: 15px;
}
#nav li.has_subnav .sub_nav a {
  font-size: 14px;
  font-weight: 400;
}
#nav li.has_subnav.hovered:after {
  transform: rotate(45deg) scale(-1);
}
#nav li.has_subnav.hovered .sub_nav {
  visibility: visible;
  opacity: 1;
}
#nav li.has_subnav.hovered .sub_nav a:hover {
  font-weight: 600;
}

.footer_nav a {
  position: relative;
}
.footer_nav a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #ffffff;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
}
.footer_nav a:hover:after {
  width: 100%;
}
.footer_nav a.client_solutions, .footer_nav a.careers, .footer_nav a.job_seekers {
  display: none!important;
}
/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 24px;
  display: none;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent !important;
}
#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

input,
label,
textarea,
select {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  padding: 10px 15px;
  width: 100%;
  color: #ffffff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
}

label {
  font-weight: 600;
  font-size: 18px;
  border: none;
  margin-bottom: 0;
  text-transform: uppercase;
}

textarea {
  height: 100px;
  max-width: 100%;
}

select {
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

select option {
  padding: 10px 0;
  background: #2c5880;
  color: #ffffff;
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

.privacy {
  font-size: 14px;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #ffffff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ffffff;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #ffffff;
    opacity: 0;

}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
    opacity: 0;

}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff;
    opacity: 0;

}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffff;
    opacity: 0;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffff;
    opacity: 0;

}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ffffff;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #ffffff;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  color: #ffffff;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #000000;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #000000;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #000000;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #000000;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project
  ul
  li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #ffffff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  position: absolute;
  bottom: 0;
}

/* enquiry */

#enquire .grid {
  grid-template-columns: 1.1fr 3fr;
}
#enquire form ul.parsley-errors-list.filled li,
#enquire form ul.parsley-errors-list li {
  position: static;
  margin-top: 10px;
}
#enquire form .grid {
  margin-bottom: 20px;
  position: relative;
}
#enquire form input,
#enquire form select,
#enquire form textarea,
#enquire form label {
  font-size: 18px;
  padding: 10px 15px;
  margin: 0;
  text-transform: capitalize;
  max-width: 100%;
}
#enquire form textarea {
  height: 200px;
}

.popup-text {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow-y: scroll;
  background-color: #2c5880;
  transition: 1s;
  top: 0;
  padding: 100px 40px;
}
.popup-text.show {
  visibility: visible;
  opacity: 1;
}
.popup-text h2 {
  margin-bottom: 30px;
}
.popup-text p {
  margin-bottom: 20px;
  font-size: 18px;
}
.popup-text h3 {
  font-weight: 300;
  margin-bottom: 40px;
}
.popup-text h4 {
  margin-bottom: 25px;
  color: #fff;
}
.popup-text .close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
}
.popup-text .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}
.popup-text .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}
.popup-text .container {
  max-width: 1000px;
  width: 100%;
  text-align: left;
  margin: auto;
}

#th {
  text-align: center;
}

#thankyou_popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
  background: #2c5880;
}
#thankyou_popup a {
  text-transform: uppercase;
  font-weight: 600;
}

#sub_page_form .grid {
  grid-template-columns: 1fr 3fr;
}
#sub_page_form input:-webkit-input-placeholder,
#sub_page_form textarea:-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0;
}
#sub_page_form input::-webkit-input-placeholder,
#sub_page_form textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0;
}
#sub_page_form input:-moz-placeholder,
#sub_page_form textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
#sub_page_form input::-moz-placeholder,
#sub_page_form textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0;
}
#sub_page_form input:-ms-input-placeholder,
#sub_page_form textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0;
}

.bg {
  background-position: center;
  background-size: cover;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.gap-40 {
  gap: 40px;
}
.gap-x-30 {
  column-gap: 30px;
}
.gap-x-20 {
  column-gap: 20px;
}
.gap-x-90 {
  column-gap: 90px;
}
.gap-y-50 {
  row-gap: 50px;
}

.gap-x-60 {
  column-gap: 60px;
}
.center {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-63 {
  height: 63px;
}
.ml-0 {
  margin-left: 0;
}
.mt-20 {
  margin-top: 20px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-25 {
  margin-bottom: 25px;
}

.mb-45 {
  margin-bottom: 45px;
}
.mb-130 {
  margin-bottom: 130px;
}

.mb-120 {
  margin-bottom: 120px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-45 {
  padding-top: 45px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pl-50 {
  padding-left: 50px;
}
.px-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pl-145 {
  padding-left: 145px;
  padding-left: 100px;
}

.p-30 {
  padding: 30px;
}
.pb-75 {
  padding-bottom: 75px;
}
.absolute {
  position: absolute;
}
.b-30 {
  bottom: 30px;
}

ul.dash {
  list-style: none;
}
ul.dash li {
  padding-left: 20px;
  position: relative;
}
ul.dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #ffffff;
}

ul.bullet,
#cms-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.btn {
  font-size: 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 30px;
  height: 46px;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  background: #5e869a;
  cursor: pointer;
}

.btn.b_submit {
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin-left: 0;
  font-size: 18px;
  width: 130px;
  border: none;
}
.relate {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.z1 {
  z-index: 1;
}
.bt {
  border-top: 1px solid;
}

.bb {
  border-bottom: 1px solid;
}
.bw2 {
  border-width: 2px;
}
.fs36 {
  font-size: 35px;
}
.fs24 {
  font-size: 24px;
}
.fs20 {
  font-size: 20px;
}
.fs18  {
  font-size: 18px;
}

.fs12 {
  font-size: 12px;
}
.fs16 {
  font-size: 16px;
}
.fs14 {
  font-size: 14px;
}
.yellow {
  color: #ecc30b;
}
.bg-blue {
  background-color: #2c5880;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.regular {
  font-weight: 400;
}
.ls1 {
  letter-spacing: 1px;
}
.block {
  display: block;
}
.in-block {
  display: inline-block;
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}
.w-1360 {
  width: 1350px;
  max-width: 100%;
}
.w-995 {
  width: 995px;
  max-width: 100%;
}
.w-850 {
  width: 850px;
  max-width: 100%;
}

.w-700 {
  width: 700px;
  max-width: 100%;
}
.w-370 {
  width: 370px;
  max-width: 100%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.grid {
  display: grid;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.aspect-ratio-2by1 {
  aspect-ratio: 2/1;
}
.aspect-ratio-1by1 {
  aspect-ratio: 1/1;
}
.object-cover {
  object-fit: cover;
}

.object-none {
  object-fit: none;
}
.border-1 {
  border: 1px solid #fff;
}
.border-b-1 {
  border-bottom: 1px solid #fff;
}

.bg-transparent {
  background: none;
}
.bg-fixed {
  background-attachment: fixed;
}

.hover-effect-1 {
  overflow: hidden;
}
.hover-effect-1 img {
  transition: all 0.3s ease;
}
.hover-effect-1:hover img {
  transform: scale(1.2);
}

.hover-effect-1:after {
  transition: all 0.3s ease;
}
.hover-effect-1:hover:after {
  opacity: 0.4;
}

#search_form {
  grid-template-columns: 1fr 1.25fr 0.75fr 1.25fr 0.5fr;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
#search_form input,
#search_form select {
  margin-bottom: 0;
}
#search_form .btn {
  font-size: 20px;
  border: none;
}
.line {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 2px;
  background: #ffffff;
}

#job_details .label {
  width: 120px;
  display: inline-block;
  font-weight: 600;
}
#job_details .right_side {
  border-left: 2px solid #fff;
  padding-left: 60px;
}

.footer_icons img {
  height: 28px;
}
#hero {
  text-align: left;
}


.toggle_btn {
  cursor: pointer;
}
.toggle_btn.disabled {
  pointer-events: none;
}

.plus {
  position: relative;
}
.plus:before, .plus:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  margin: auto;
  width: 12px;
  background: #FFFFFF;
  transition: all 0.6s ease;
}
.plus:after {
  transform: rotate(90deg);
}
.plus.minus:before {
  opacity: 0;
}
.plus.minus:after {
  transform: rotate(0);
}
.max_w580 {
  max-width: 580px;
  width: calc(100% - 40px);
}
.mob {
  display: none;
}

@media screen and (max-width: 1630px) {
  .px-100 {
    padding-left: 40px;
    padding-right: 40px;
  }
  nav.center {
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 1400px) {
  #nav.gap-x-20 {
    column-gap: 10px;
  }
}

@media screen and (max-width: 1300px) {
  #nav li.has_subnav {
    padding-right: 0;
  }
  #nav li.has_subnav:after {
    bottom: auto;
    top: 10px;
    right: 20px;
  }
  #nav li.has_subnav .sub_nav {
    position: static;
    opacity: 1;
    visibility: visible;
    text-align: center;
    padding: 0;
    min-width: initial;
  }

  #search_form {
    column-gap: 20px;
  }
  .p-30 {
    padding: 20px;
  }
  #nav-toggle {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #tel {
    padding-right: 50px;
  }
  nav {
    position: fixed !important;
    left: 0 !important;
    top: 80px !important;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 9;
    background: #2c5880;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 8;
    transform: translateX(100%) !important;
    transition: all 0.6s ease;
  }
  header.active_nav nav {
    transform: none !important;
  }
  #nav.flex {
    flex-direction: column;
    row-gap: 10px;
  }
  #nav li a {
    font-size: 22px;
  }
  .pl-145 {
    padding-left: 40px;
  }

  #hero .mb-130 {
    margin-bottom: 70px;
  }
  #hero .mb-70 {
    margin-bottom: 40px;
  }
  .gap-x-90,
  .gap-x-60 {
    column-gap: 40px;
  }

  .max-w-200 {
    max-width: 250px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    height: 100%;
  }
  body {
    height: 100%;
  }
  nav {
    height: calc(100% - 100px);
  }
  #hero {
    height: 100%;
  }

  .h-63 {
    height: auto;
  }

  .flex:not(.no-col) {
    flex-direction: column;
  }
  .grid_4,
  .grid_7,
  .grid_6 {
    width: 100%;
  }
  .gap-x-90,
  .gap-x-60,
  .gap-x-20,
  .gap-x-40 {
    row-gap: 40px;
  }
  .grid,
  #sub_page_form .grid,
  #search_form {
    grid-template-columns: 1fr;
  }
  #search_form {
    row-gap: 20px;
  }

  #job_details .right_side {
    border-left: 0;
    padding-left: 0;
  }
  .desk {
    display: none;
  }
}

@media screen and (max-width: 760px) {

  #page-home header {
    top:0;
    background: #2c5880;
  }
  header {
    background: #2c5880;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
  #enquire form input, #enquire form select, #enquire form textarea, #enquire form label {
    font-size: 14px;
    padding: 5px 10px;
  }

  #enquire form .grid {
    grid-template-columns: 1fr;
  }
  #hero {
    height: auto;
    min-height: 320px;
    margin-top: 70px;
  }

   h1 {
    font-size: 22px;
    font-size: 18px;
  }

  body {
    font-size: 16px;
  }
  
  html body .popup-text {
    padding: 80px 20px 40px;
  }
  html body .popup-text p{
    font-size: 16px;
  }

  html body .popup-text .close {
    overflow: hidden;
    width: 20px;
    height: 20px;
  }

  .btn.b_submit {
    font-size: 14px;
  }
  .w-370 {
    width: 100%;
  }
  .mb-70 {
    margin-bottom: 35px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-35 {
    margin-bottom: 20px;
  }
  .mb-25 {
    margin-bottom: 15px;
  }

  .mb-45 {
    margin-bottom: 25px;
  }

  .mb-120 {
    margin-bottom: 60px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .py-50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .py-110 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  
  .pt-50 {
    padding-top: 25px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-45 {
    padding-top: 25px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .pb-85 {
    padding-bottom: 45px;
  }
  .pb-90 {
    padding-bottom: 45px;
  }
  .pt-90 {
    padding-top: 45px;
  }

  .pt-100 {
    padding-top: 50px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-70 {
    padding-bottom: 35px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }

  .px-40 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-145 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-30 {
    padding: 15px;
  }
  .pb-75 {
    padding-bottom: 15px;
  }
  #search_form .btn {
    font-size: 14px;
  }
  .btn.absolute {
    position: static;
  }

  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
  }
  input,
  textarea,
  select {
    font-size: 14px;
    border-width: 1px;
    padding: 5px 10px;
  }
  label {
    padding: 5px 10px;
    font-size: 16px;
  }
  .privacy {
    font-size: 12px;
  }
  #nav-toggle {
    right: 15px;
  }
  #tel {
    padding-right: 40px;
  }
  header {
    height: 70px;
  }
  nav {
    top: 70px !important;
    height: calc(100% - 70px);
  }
  #nav li a {
    font-size: 18px;
  }

  #hero .mb-130 {
    margin-bottom: 70px;
  }
  #hero .mb-70 {
    margin-bottom: 40px;
  }

  #hero svg {
    width: 250px;
  }
  .px-100 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo svg,
  .footer_logo {
    width: 140px !important;
  }

  .fs24 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 16px;
  }
}
