@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-SemiBold.eot");
  src:
    url("../fonts/GalanoGrotesque-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"),
    url("../fonts/GalanoGrotesque-SemiBold.woff") format("woff"),
    url("../fonts/GalanoGrotesque-SemiBold.ttf") format("truetype"),
    url("../fonts/GalanoGrotesque-SemiBold.svg#GalanoGrotesque-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-ExtraBold.eot");
  src:
    url("../fonts/GalanoGrotesque-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GalanoGrotesque-ExtraBold.woff2") format("woff2"),
    url("../fonts/GalanoGrotesque-ExtraBold.woff") format("woff"),
    url("../fonts/GalanoGrotesque-ExtraBold.ttf") format("truetype"),
    url("../fonts/GalanoGrotesque-ExtraBold.svg#GalanoGrotesque-ExtraBold")
      format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Light.eot");
  src:
    url("../fonts/GalanoGrotesque-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GalanoGrotesque-Light.woff2") format("woff2"),
    url("../fonts/GalanoGrotesque-Light.woff") format("woff"),
    url("../fonts/GalanoGrotesque-Light.ttf") format("truetype"),
    url("../fonts/GalanoGrotesque-Light.svg#GalanoGrotesque-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Regular.eot");
  src:
    url("../fonts/GalanoGrotesque-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"),
    url("../fonts/GalanoGrotesque-Regular.woff") format("woff"),
    url("../fonts/GalanoGrotesque-Regular.ttf") format("truetype"),
    url("../fonts/GalanoGrotesque-Regular.svg#GalanoGrotesque-Regular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Medium.eot");
  src:
    url("../fonts/GalanoGrotesque-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GalanoGrotesque-Medium.woff2") format("woff2"),
    url("../fonts/GalanoGrotesque-Medium.woff") format("woff"),
    url("../fonts/GalanoGrotesque-Medium.ttf") format("truetype"),
    url("../fonts/GalanoGrotesque-Medium.svg#GalanoGrotesque-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/GalanoGrotesque-Bold.eot");
  src:
    url("../fonts/GalanoGrotesque-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GalanoGrotesque-Bold.woff2") format("woff2"),
    url("../fonts/GalanoGrotesque-Bold.woff") format("woff"),
    url("../fonts/GalanoGrotesque-Bold.ttf") format("truetype"),
    url("../fonts/GalanoGrotesque-Bold.svg#GalanoGrotesque-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
option,
p,
pre,
q,
s,
samp,
select,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0px;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
q {
  quotes: none;
}
q::after,
q:before {
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
nav ol,
nav ul {
  list-style: none none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0px;
  vertical-align: top;
  border-radius: 0px;
  box-shadow: none;
  outline: 0px;
}
textarea {
  overflow: auto;
  vertical-align: top;
  border-radius: 0px;
  box-shadow: none;
  outline: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
  appearance: none;
  border-radius: 0px;
  font-family: "GalanoGrotesque";
}
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  appearance: none;
  border-radius: 0px;
  box-shadow: none;
  outline: 0px;
}
:focus {
  outline: 0px;
}
ol,
ul {
  margin: 0px 0px 20px 22px;
}
table {
  border-collapse: separate;
  border-spacing: 0px;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
}
a {
  text-decoration: none;
}
blockquote::after,
blockquote:before,
q::after,
q:before {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
table {
  border: 0px none;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
td {
  vertical-align: top;
}
img {
  border: 0px none;
  max-width: 100%;
}
p a {
  text-decoration: none;
  color: rgb(25, 25, 25);
  outline: 0px;
  position: relative;
}
a:focus,
a:hover,
p a:focus,
p a:hover {
  text-decoration: none;
  outline: none;
}
button:hover,
button:focus {
  outline: none;
}
ul li,
ol li,
p {
  font-family: "GalanoGrotesque";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #465860;
}
.none {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.cf::after,
.cf:before {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}
.btn,
a,
button,
svg path,
svg rect {
  outline: 0px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
.cf::after,
.cf:before {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}
body {
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-family: "GalanoGrotesque";
  font-weight: 400;
  color: #465860;
}
.container {
  max-width: 1350px;
  width: 100%;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  color: #08202b;
}
h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  font-family: "GalanoGrotesque";
}
h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  font-family: "GalanoGrotesque";
}
h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: "GalanoGrotesque";
}
h4 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
  font-family: "GalanoGrotesque";
}
h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: "GalanoGrotesque";
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
::-webkit-input-placeholder {
  color: rgb(33, 33, 33);
  opacity: 1;
}
::placeholder {
  color: rgb(33, 33, 33);
  opacity: 1;
}

/* Slick Slider CSS*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: #08202b;
  opacity: 0.3;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 90%;
  max-width: 1170px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.arrow-link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fc7f2f;
  display: inline-block;
  padding-right: 16px;
}
.arrow-link:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fc7f2f;
  border-right: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: 0;
  bottom: 2px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.arrow-link:hover {
  color: #0359b1;
}
.arrow-link:hover:before {
  border-color: #0359b1;
}

.arrow-link.blue {
  color: #0359b1;
}
.arrow-link.blue:before {
  border-color: #0359b1;
}
.arrow-link.blue:hover {
  color: #fc7f2f;
}
.arrow-link.blue:hover:before {
  border-color: #fc7f2f;
}

/******** Header Section CSS Start ********/
.notice-bar {
  background-color: #08202b;
  padding: 9px 0 9px 0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}
.notice-bar p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 9px 0 0;
}
.notice-bar .close-notice {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/close-icon.svg);
  margin: 0 0 0 0;
}
.notice-bar.show-announcement {
  display: flex;
}

.header-top {
  background-color: #0359b1;
  padding: 6px 0 8px 0;
}
.header-top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  padding: 0 35px 0 0;
  list-style: none;
  margin: 0;
}
.header-top ul li {
  padding: 2px 0 2px 27px;
  line-height: 0;
}
.header-top ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  display: inline-block;
}
.header-top ul li a:hover {
  color: #fc7f2f;
}
.header-top ul li a.call-icon {
}
.header-top ul li a.quote-icon {
  margin: 0 0 0 9px;
  position: relative;
}
.quote-active .header-top ul li.top-header-quote a:before {
  position: absolute;
  content: "";
  background-image: url(../images/quote-check-mark.svg);
  width: 17px;
  height: 16px;
  left: 6px;
  bottom: -6px;
}
.header-top ul li a.login-icon {
}
.header-top ul li:last-child {
  padding: 0 0 0 20px;
}
.header-top ul li a.login-icon span {
  padding: 0 4px 0 0;
}
.header-top ul li a.quote-icon span {
  padding: 0 0 0 5px;
}
.header-top ul li a.quote-icon span + img {
  margin-left: 5px;
}
.header-top ul li a.call-icon span {
  padding: 0 0 0 6px;
}
.header-top ul li:first-child {
  padding: 0;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 9;
}
.announcement-open .site-header {
  top: 80px;
}
.header-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
  border-radius: 0 0 50px 50px;
  background-color: rgb(0 0 0 / 4%);
}
.logo {
  width: 19%;
  padding: 0 10px 9px 18px;
  margin: -2px 0 0 0;
  position: relative;
}
.logo a {
  position: relative;
  z-index: 1;
}
.logo:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  left: 0;
  top: -18px;
  bottom: 0;
  right: 4px;
  border-radius: 50px 0px 0px 50px;
}
.logo:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 100px solid #ffffff;
  border-right: 100px solid transparent;
  right: -96px;
  bottom: 0;
}
.header-right {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 19px 0 0;
  background-color: #ffffff;
  border-radius: 0 0 50px 0;
  position: relative;
}
.header-menu {
}
.header-menu-main > h6 {
  display: none;
}
.header-menu-main ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.header-menu-main ul li {
}
.header-menu-main > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #08202b;
  padding: 26px 15px 35px 14px;
  display: inline-block;
}
.header-menu-main > ul > li > a:hover {
  color: #0359b1;
}
.header-right:before {
  position: absolute;
  content: "";
  left: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #ffffff;
  border-left: 80px solid transparent;
}

.header-menu-main > ul > li.has-children > a {
  padding-right: 38px;
  position: relative;
}
.header-menu-main > ul > li.has-children > a:before {
  position: absolute;
  content: "";
  background-image: url(../images/menu-arrow.svg);
  width: 16px;
  height: 9px;
  right: 15px;
  top: 36px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.header-menu-main > ul > li.has-children > a.active:before {
  transform: rotate3d(1, 0, 0, 180deg);
}
.header-menu-main > ul > li.has-children > a:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #0359b1;
  left: 13px;
  right: 17px;
  bottom: 20px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.header-menu-main > ul > li.has-children > a.active:after {
  opacity: 1;
  visibility: visible;
}
.announcement-open .megamenu {
  top: 80px;
}
.megamenu {
  position: fixed;
  left: 0;
  right: 0;
  top: 40px;
  background-color: #ffffff;
  z-index: -1;
  padding: 140px 0 70px 0;
  /*min-height: 850px;
        overflow: auto;*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.megamenu .container {
  position: relative;
}
.products-megamenu-wrap {
  position: relative;
}
.product-menu {
  height: 66.3vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.product-menu::-webkit-scrollbar {
  display: none;
}

.products-megamenu-left {
  width: 48%;
}
.products-megamenu-left > h6 {
  display: none;
}
.back-main-menu {
  display: none;
}

.products-megamenu-left .sub-menu {
}

.products-megamenu-left .sub-menu li {
  width: 100%;
  padding: 0 0 16px 0;
}

.products-megamenu-left .sub-menu > li > a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #08202b;
}

.submenu-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  padding: 0 0 0 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.submenu-main:before {
  position: absolute;
  content: "";
  left: -60px;
  top: 0;
  bottom: 0;
  background-color: #e7e9ea;
  width: 1px;
}
.submenu-main.active {
  opacity: 1;
  visibility: visible;
}

.products-submenu-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 0 39px 0;
}
.back-products-btn {
  display: none;
}

.products-submenu-heading h3 {
  font-size: 24px;
  line-height: 28px;
  color: #08202b;
  margin: 0 21px 0 0;
}

.products-submenu-heading a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #08202b;
}

.products-submenu-heading a:hover {
  color: #0359b1;
}

.products-submenu-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -24px;
}

.products-submenu-list {
  width: 25%;
  padding: 0 10px 24px;
}

.products-submenu-box {
  height: 100%;
}
.products-submenu-box a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.products-submenu-box a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}

.products-submenu-img {
  padding-top: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
  background-size: contain;
  position: relative;
}
.products-submenu-img span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.products-submenu-title {
  background-color: #647883;
  padding: 6px 10px 14px 9px;
  border-radius: 0 0 4px 4px;
  height: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products-submenu-title h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  margin: 0;
}

.megamenu.active {
  opacity: 1;
  visibility: visible;
}
.products-megamenu-left .sub-menu li.has-child > a {
  position: relative;
}
.products-megamenu-left .sub-menu li.has-child > a.active {
  color: #0359b1;
}
.products-megamenu-left .sub-menu li.has-child > a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #08202b;
  border-top: 2px solid #08202b;
  transform: rotate(45deg);
  right: -18px;
  top: 14px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.products-megamenu-left .sub-menu li.has-child > a.active:before {
  border-color: #0359b1;
}

.megamenu-search {
  padding: 24px 0 0 0;
  max-width: 400px;
}
.megamenu-search label {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #08202b;
  margin: 0 0 9px 0;
}
.megamenu-search input {
  background-image: url(../images/blue-search-icon.svg);
  border: 1px solid #e7e9ea;
  border-radius: 8px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #08202b;
  padding: 10px 20px 16px 40px;
  background-repeat: no-repeat;
  background-position: 11px 12px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.megamenu-search input:focus {
  border-color: #0359b1;
}
.megamenu-search input::-webkit-input-placeholder {
  color: #849095;
  opacity: 1;
}
.megamenu-search input::placeholder {
  color: #849095;
  opacity: 1;
}
.close-menu-btn {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #849095;
  right: 0;
  bottom: -50px;
  z-index: 1;
}
.product-menu .close-menu-btn {
  bottom: 0;
}

.resources-menu {
  display: flex;
  flex-wrap: wrap;
}

.resources-menu-left {
  width: 52%;
}

.megamenu-content {
  max-width: 400px;
}

.megamenu-content h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #08202b;
  margin: 0 0 10px 0;
}

.megamenu-content p {
  line-height: 1.45;
}
.megamenu-content a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 13px 0 0 0;
  display: inline-block;
  color: #08202b;
}

.resources-menu-right {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 4px;
}

.resources-menu-link {
  width: 55%;
  padding: 1px 0 0 31px;
  border-left: 1px solid #e7e9ea;
}

.resources-menu-link ul {
}

.resources-menu-link ul li {
  width: 100%;
  padding: 0 0 17px 0;
}

.resources-menu-link ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #08202b;
}

.resources-menu-link ul li a:hover {
  color: #0359b1;
}

.resources-menu-link-content {
  width: 45%;
  padding: 1px 0 0 27px;
  border-left: 1px solid #e7e9ea;
}

.resources-menu-link-content a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #08202b;
}
.resources-menu-link-content a:hover {
  color: #0359b1;
}

.resources-menu-link-content p {
  margin: 13px 0 0 0;
  line-height: 1.4;
}

.brands-menu-right {
  width: 48%;
}

.brands-list-menu {
  padding: 0 0 0 4px;
}

.brands-list-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brands-list-menu ul li {
  width: 45%;
  padding: 0 0 44px 0;
}
.brands-list-menu ul li:last-child {
  padding: 0 0 10px;
}
.brands-list-menu ul li:nth-last-child(2) {
  padding: 0 0 10px;
}
.brands-list-menu-box {
  border-left: 1px solid #e7e9ea;
  padding: 0 0 0 29px;
}
.brands-list-menu-box a {
  display: inline-block;
  position: relative;
  width: auto;
}
.brands-list-menu-box img {
  max-width: 75%;
}

.brands-list-menu-box span {
  display: table;
  margin: 6px 0 0 10px;
  color: #08202b;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.brands-list-menu-box a:hover span {
  color: #0359b1;
}

.header-search {
  padding: 0 0 0 12px;
}
.header-search > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #08202b;
  padding: 26px 14px 35px 27px;
  display: inline-block;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 0% 49%;
  position: relative;
}
.header-search > a:hover {
  color: #fc7f2f;
}
.header-search > a.active {
  color: #fc7f2f;
}
.header-search > a:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fc7f2f;
  left: 2px;
  right: 12px;
  bottom: 20px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.header-search > a.active:before {
  opacity: 1;
  visibility: visible;
}
.header-search-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 40px;
  background-color: #ffffff;
  z-index: -1;
  padding: 140px 0 90px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.announcement-open .header-search-main {
  top: 80px;
}
.header-search-main.active {
  opacity: 1;
  visibility: visible;
}
.header-search-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 50px 0;
}

.header-search-left {
  width: 30%;
}

.header-search-left h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #08202b;
}

.header-search-right {
  width: 48%;
  padding: 0 0 0 4px;
}

.header-search-right input {
  border: 1px solid #0359b1;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #08202b;
  padding: 11px 30px 19px 50px;
  width: 100%;
  background-image: url(../images/blue-search-icon.svg);
  background-repeat: no-repeat;
  background-position: 18px 16px;
  background-color: #ffffff;
}
.header-search-right input::-webkit-input-placeholder {
  color: #849095;
  opacity: 1;
}
.header-search-right input::placeholder {
  color: #849095;
  opacity: 1;
}

.fixed-header .site-header {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.fixed-header .logo:before,
.fixed-header .logo:after,
.fixed-header .header-right:before {
  display: none;
}
.fixed-header .header-main {
  box-shadow: none;
  background-color: transparent;
  align-items: center;
}
.fixed-header .logo {
  padding: 0;
  margin: 0;
  width: 12%;
}
.fixed-header .logo img {
  max-width: 146px;
}
.fixed-header .header-search-main {
  top: 0;
}
.fixed-header .megamenu {
  top: 0;
}
.fixed-header .header-right {
  width: 88%;
  padding: 0;
}
.fixed-header .header-quote-btn {
  display: block;
  padding: 16px 0 16px 20px;
}
.header-quote-btn .quote-icon {
  background-image: url(../images/quote-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px 13px;
  background-color: #08202b;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 10px 20px 16px 52px;
  display: block;
}

.quote-active .header-quote-btn .quote-icon {
  background-image: url(../images/quote-count-icon.svg);
}

.industries-menu-right {
  width: 48%;
}

.industries-menu {
}

.industries-menu ul {
}

.industries-menu ul li {
  width: 50%;
  border-left: 1px solid #e7e9ea;
  padding: 0 0 13px 30px;
}

.industries-menu ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #08202b;
}

.industries-menu ul li a:hover {
  color: #0359b1;
}
.mob-menu-info {
  display: none;
}
.header-quote-btn {
  display: none;
}
/******** Header Section CSS End ********/

/******** Banner Section CSS Start ********/
.banner-sec {
}
.banner-slider {
}
.banner-img {
  padding-top: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1350px;
  width: 100%;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-content {
  max-width: 550px;
  padding: 0 0 10px 0;
}
.banner-content h2 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 29px 0;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.banner-content a {
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fc7f2f;
  padding: 10px 39px 16px 20px;
  display: inline-block;
  position: relative;
}
.banner-img:before {
  position: absolute;
  content: "";
  max-width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgb(3, 89, 177);
  background: linear-gradient(
    90deg,
    rgba(3, 89, 177, 1) 0%,
    rgba(3, 89, 177, 0) 100%
  );
  opacity: 0.5;
}
.banner-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  list-style: none;
  margin: 0;
}
.banner-slider .slick-dots li {
  line-height: 0;
  margin: 0 5px;
}
.banner-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 0;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  opacity: 0.6;
  cursor: pointer;
}
.banner-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.banner-content a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fc7f2f;
  border-top: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: 21px;
  top: 18px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.banner-slider .slick-dots li button:hover {
  background-color: #fc7f2f;
  opacity: 1;
  box-shadow: 0px 0px 0px 4px rgb(0 0 0 / 50%);
}
.banner-slider .slick-dots li.slick-active button:hover {
  background-color: #ffffff;
  box-shadow: none;
}
.banner-content a:hover {
  background-color: #0359b1;
  color: #ffffff;
}
.banner-content a:hover:before {
  border-color: #ffffff;
}
.banner-content h6 {
  background-color: rgb(8 32 43 / 50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: inline-block;
  padding: 6px 16px 11px 16px;
  margin: 0;
}
.banner-content-img {
  position: absolute;
  left: 17px;
  bottom: 60px;
}
.banner-content-img img {
  max-width: 75%;
}
.banner-slider .slick-slide div {
  vertical-align: top;
}
/******** Banner Section CSS End ********/

/******** Our Brands Section CSS Start ********/
.our-brands-sec {
  padding: 113px 0 60px 0;
  background-image: url(../images/our-brand-bg.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.our-brands-sec .row {
  margin: 0 -30px 0;
}
.our-brands-sec .row > * {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}
.our-brands-heading {
  max-width: 600px;
  padding: 0 0 4px 0;
}
.our-brands-heading h3 {
  color: #08202b;
  margin: 0 0 22px 0;
}
.our-brands-heading p {
  font-size: 24px;
  line-height: 30px;
  color: #465860;
}
.our-brands-box a {
  position: relative;
  display: block;
}
.our-brands-box a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c1c7ca;
  height: calc(100% - 290px);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.our-brands-img {
  padding-top: 310px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: relative;
  border-radius: 8px 8px 0px 0px;
  transition: background-size 0.5s ease-in-out 0s;
  -moz-transition: background-size 0.5s ease-in-out 0s;
  -ms-transition: background-size 0.5s ease-in-out 0s;
  -o-transition: background-size 0.5s ease-in-out 0s;
  -webkit-transition: background-size 0.5s ease-in-out 0s;
}
.our-brands-box a:hover .our-brands-img {
  background-size: 110%;
}
.our-brands-info {
  padding: 125px 50px 36px 31px;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.our-brands-info img {
  position: absolute;
  left: 31px;
  top: 45px;
  max-width: 75%;
}
.our-brands-info span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #41adde;
}
.our-brands-box a:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #849095;
  border-right: 2px solid #849095;
  transform: rotate(45deg);
  right: 33px;
  bottom: 76px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.our-brands-img:before {
  position: absolute;
  content: "";
  width: 57%;
  height: 20px;
  right: 0;
  bottom: -11px;
  background-color: #41adde;
}
.our-brands-info:before {
  position: absolute;
  content: "";
  width: 42%;
  height: 30px;
  background-color: #ffffff;
  left: 0;
  top: -19px;
  border-left: 1px solid #c1c7ca;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.our-brands-info:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 32px solid #ffffff;
  border-right: 30px solid transparent;
  left: 42%;
  top: -19px;
}
/******** Our Brands Section CSS End ********/

/******** Our Products Section CSS Start ********/
.our-products-sec {
  padding: 74px 0 0 0;
  background-image: url(../images/our-products-bg.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
.our-products-heading {
  max-width: 650px;
  padding: 0 0 5px 0;
}
.our-products-heading h3 {
  margin: 0 0 21px 0;
}
.our-products-heading p {
  font-size: 24px;
  line-height: 30px;
  color: #465860;
}
.our-products-sec .row {
  margin: 0 -30px 0;
}
.our-products-sec .row > * {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}
.our-products-box a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.our-products-img {
  padding-top: 280px;
  position: relative;
}

.our-products-img h5 {
  position: absolute;
  left: 31px;
  right: 40px;
  bottom: 37px;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
  z-index: 1;
}
.our-products-img h5:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid rgb(255 255 255 / 50%);
  border-right: 2px solid rgb(255 255 255 / 50%);
  transform: rotate(45deg);
  right: -16px;
  bottom: 4px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.our-products-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: rgb(3, 89, 177);
  background: linear-gradient(
    0deg,
    rgba(3, 89, 177, 1) 0%,
    rgba(3, 89, 177, 0) 100%
  );
  opacity: 0.6;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}
.our-products-box a:hover .our-products-img:before {
  opacity: 1;
}
.our-products-box a:hover .our-products-img-main {
  transform: scale(1.1);
}
.our-products-img-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
/******** Our Products Section CSS End ********/

/******** Search Products Section CSS Start ********/
.search-products-sec {
}
.search-products-wrap {
  background-color: #0359b1;
  border-radius: 8px;
  text-align: center;
  padding: 30px 20px 53px 20px;
  background-image: url(../images/search-product-bg.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.search-products-heading {
  padding: 0 0 28px 0;
}
.search-products-heading h3 {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}
.search-products-form input {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 630px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #08202b;
  padding: 13px 20px 18px 53px;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 19px 50%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.search-products-form input::-webkit-input-placeholder {
  color: #849095;
  opacity: 1;
}
.search-products-form input::placeholder {
  color: #849095;
  opacity: 1;
}
.search-products-form input:focus {
  background-image: url(../images/search-icon-blue.svg);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #08202b;
  background-image: url(../images/search-icon-blue.svg);
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
  -webkit-text-fill-color: #08202b;
  background-image: url(../images/search-icon-blue.svg);
}
/******** Search Products Section CSS End ********/

/******** Servicing Section CSS Start ********/
.servicing-sec {
  padding: 230px 0 273px 0;
  background-image: url(../images/Australia-map.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.servicing-heading {
  text-align: center;
  padding: 0 0 7px 0;
}
.servicing-heading h3 {
  color: #0359b1;
  margin: 0;
}
.servicing-img {
  text-align: center;
}
.servicing-img img {
  height: auto;
}
.servicing-sec .row > * {
  padding: 0 30px 60px;
}
.servicing-sec .row {
  margin: 0 -30px -60px;
}
.servicing-sec .col-12 {
  padding-bottom: 0;
}
/******** Servicing Section CSS End ********/

/******** Recent Projects Section CSS Start ********/
.recent-projects-sec {
  padding: 110px 0 124px 0;
  background-color: #e6eff8;
  overflow: hidden;
}
.recent-projects-sec .container {
  position: relative;
}
.recent-projects-sec-bg {
  position: absolute;
  bottom: -124px;
  left: 52%;
}
.recent-projects-sec-bg img {
  max-width: inherit;
}
.recent-projects-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 0 47px 0;
}
.recent-projects-heading h3 {
  color: #08202b;
  margin: 0 21px 0 0;
}
.recent-projects-heading a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #465860;
}
.recent-projects-box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}
.recent-projects-img {
  width: 65.1%;
  padding-top: 49.6%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.recent-projects-right {
  width: 34.9%;
  padding: 38px 70px 120px 61px;
  position: relative;
}
.recent-projects-content h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #465860;
  margin: 0;
}
.recent-projects-content h3 {
  font-weight: 500;
  color: #08202b;
  line-height: 1.2;
  margin: 0 0 22px 0;
}
.recent-projects-content p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 21px 0;
}
.recent-projects-content a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fc7f2f;
  position: relative;
}
.recent-projects-content a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fc7f2f;
  border-right: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: -16px;
  bottom: 3px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.recent-projects-content a:hover {
  color: #0359b1;
}
.recent-projects-content a:hover:before {
  border-color: #0359b1;
}
.recent-projects-content img {
  position: absolute;
  left: 60px;
  bottom: 40px;
  max-width: 195px;
}
.recent-projects-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0 0 0;
  position: relative;
}
.recent-projects-arrow .slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 1px solid #81acd8;
  border-radius: 0px 8px 8px 0px;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.recent-projects-arrow .slick-arrow.slick-prev {
  border-radius: 8px 0px 0px 8px;
  background-color: transparent;
  margin-right: -1px;
}
.recent-projects-arrow .slick-arrow.slick-prev:before {
  transform: rotate(-136deg);
  left: 16px;
}
.recent-projects-arrow .slick-arrow:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  bottom: 12px;
  left: 9px;
  margin: auto;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.recent-projects-arrow .slick-arrow.slick-disabled:before {
  border-color: #81acd8;
}
.recent-projects-arrow .slick-arrow.slick-disabled {
  cursor: default;
}
.recent-projects-arrow .slick-arrow:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.recent-projects-arrow .slick-arrow:hover:before {
  border-color: #0359b1;
}
.recent-projects-arrow .slick-arrow.slick-disabled:hover {
  background-color: transparent;
  border-color: #81acd8;
}
.recent-projects-arrow .slick-arrow.slick-disabled:hover:before {
  border-color: #81acd8;
}
.page-count {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #e6eff8;
  padding: 0 20px 5px 0;
}
.recent-projects-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.recent-projects-slider .slick-slide {
  height: auto;
  float: none;
  padding: 0 15px;
}

.recent-projects-slider .slick-slide div {
  height: 100%;
}

.recent-projects-content {
  height: auto !important;
}
.recent-projects-slider .slick-list {
  margin: 0 -15px;
}

/******** Recent Projects Section CSS End ********/

/******** Insights & Expertise Section CSS Start ********/
.insights-expertise-sec {
  padding: 98px 0 160px 0;
}

.insights-expertise-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.insights-expertise-heading h3 {
  margin: 0 19px 0 0;
}

.insights-expertise-heading a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #465860;
}
.insights-expertise-heading a:hover,
.recent-projects-heading a:hover {
  color: #0359b1;
}

.insights-expertise-sec .row {
  margin: 0 -30px -60px;
}

.insights-expertise-sec .row > * {
  padding: 0 30px 60px;
}

.insights-expertise-box {
  position: relative;
  height: 100%;
  border-radius: 8px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.insights-expertise-box > a {
  display: block;
  position: relative;
  height: 100%;
}
.insights-expertise-box > a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #0359b1;
  border-radius: 8px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.insights-expertise-box a:hover:before {
  opacity: 1;
  visibility: visible;
}

.insights-expertise-box > button {
  display: block;
  position: relative;
  height: 100%;
  text-align: left;
  width: 100%;
}
.insights-expertise-box > button:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #0359b1;
  border-radius: 8px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.insights-expertise-box button:hover:before {
  opacity: 1;
  visibility: visible;
}

.insights-expertise-img {
  padding-top: 260px;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.insights-expertise-img-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.insights-expertise-box:hover .insights-expertise-img-main {
  transform: scale(1.1);
}

.insights-expertise-img span.cat-name {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #0359b1;
  padding: 7px 15px 13px 32px;
}

.insights-expertise-img span.cat-name:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 41px solid #0359b1;
  border-right: 47px solid transparent;
  right: -47px;
  bottom: 0;
}

.insights-expertise-content {
  padding: 24px 30px 33px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 260px);
  border: 1px solid #c0d5eb;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.category-label {
  color: #465860;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.insights-expertise-content h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #08202b;
  margin: 0 0 12px 0;
}

.insights-expertise-content p {
  margin: 0 0 42px 0;
}

.insights-expertise-content span {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fc7f2f;
  display: inline-block;
  padding-right: 16px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.insights-expertise-bottom {
  margin-top: auto;
}

.insights-expertise-content span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fc7f2f;
  border-right: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: 0;
  bottom: 2px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.insights-expertise-box a:hover .insights-expertise-content span {
  color: #0359b1;
}
.insights-expertise-box a:hover .insights-expertise-content span:before {
  border-color: #0359b1;
}

.insights-expertise-box button:hover .insights-expertise-content span {
  color: #0359b1;
}
.insights-expertise-box button:hover .insights-expertise-content span:before {
  border-color: #0359b1;
}

.insights-expertise-bottom a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fc7f2f;
  display: inline-block;
  background-color: transparent;
  border: 0;
  padding: 0 16px 0 0;
}

.insights-expertise-bottom a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fc7f2f;
  border-right: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: 0;
  bottom: 2px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.insights-expertise-bottom a:hover {
  color: #0359b1;
}

.insights-expertise-bottom a:hover:before {
  border-color: #0359b1;
}

/******** Insights & Expertise Section CSS End ********/

/******** CTA Banner Section CSS Start ********/
.cta-banner-sec {
  padding: 166px 0 195px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cta-banner-content {
}

.cta-banner-content h3 {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
/******** CTA Banner Section CSS End ********/

/******** Footer Section CSS Start ********/
.site-footer {
  background-color: #08202b;
  background-image: url(../images/footer-bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.footer-wrap {
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 39.6%;
  padding: 25px 0 13px 2px;
  background-color: #0359b1;
  position: relative;
}

.footer-subscribe {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 63px 0 0;
}

.footer-logo:before {
  position: absolute;
  content: "";
  left: -1000%;
  top: 0;
  bottom: 0;
  background-color: inherit;
  right: 0;
}

.footer-logo a {
  position: relative;
}

.footer-logo:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 99px solid #0359b1;
  border-right: 107px solid transparent;
  right: -107px;
  top: 0;
}

.footer-subscribe p {
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  padding: 0 29px 5px 0;
}

.footer-subscribe a {
  background-color: #0359b1;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  padding: 7px 21px 13px 20px;
  background-image: none;
}
.footer-subscribe a:hover {
  background-color: #ffffff;
  color: #fc7f2f;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  padding: 57px 0 0 0;
}

.footer-menu {
  width: 50%;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
}

.footer-menu ul li {
  padding: 0 0 18px 0;
}

.footer-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #f2f4f4;
  display: inline-block;
}

.footer-menu ul li a:hover {
  color: #fc7f2f;
}

.footer-links {
  width: 25%;
  padding: 1px 0 0 31px;
}

.footer-contact {
  width: 25%;
  padding: 1px 0 0 45px;
}

.footer-main h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 31px 0;
}

.footer-links ul {
  list-style: none;
  margin: 0;
}

.footer-links ul li {
  padding: 0 0 13px 0;
}

.footer-links ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c1c7ca;
}

.footer-links ul li a:hover {
  color: #fc7f2f;
}

.footer-contact a {
  display: table;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c1c7ca;
  margin: 0 0 17px 0;
}
.footer-contact a:hover {
  color: #fc7f2f;
}
.footer-contact h6 {
  margin: 0 0 34px 0;
}

.footer-contact .footer-social {
  padding: 18px 0 0 0;
}

.footer-contact .footer-social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
}

.footer-contact .footer-social ul li {
  padding: 0 19px 0 0;
}

.footer-contact .footer-social ul li a {
  display: inline-block;
  margin: 0;
}
.footer-contact .footer-social ul li a:hover svg path {
  fill: #ffffff;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 49px 0 24px 0;
}

.footer-bottom-left {
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom-left p {
  font-size: 12px;
  line-height: 20px;
  color: #465860;
  margin: 0 40px 0 0;
}

.footer-bottom-left a {
  font-size: 12px;
  line-height: 20px;
  color: #465860;
  margin: 0 14px 0 0;
  position: relative;
}

.footer-bottom-left a:last-child {
  margin: 0;
}

.footer-bottom-left a:before {
  position: absolute;
  content: "|";
  right: -8px;
  top: 0;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.footer-bottom-left a:last-child:before {
  display: none;
}

.footer-bottom-left a:hover {
  color: #fc7f2f;
}

.footer-bottom-left a:hover:before {
  color: #465860;
}

.footer-bottom-right {
}

.footer-bottom-right p {
  font-size: 12px;
  line-height: 20px;
  color: #465860;
}

.footer-bottom-right p a {
  font-size: 12px;
  line-height: 20px;
  color: #465860;
}

.footer-bottom-right p a:hover {
  color: #fc7f2f;
}
/******** Footer Section CSS End ********/

.cat-product-sec {
  padding: 154px 0 78px 0;
}

.cat-product-sec .breadcrumb {
}

.cat-product-sec .breadcrumb ul li a {
  font-size: 14px;
  line-height: 18px;
}

.cat-product-heading {
  padding: 0 0 37px 0;
}

.cat-product-heading h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  margin: -4px 0 6px 0;
}

.cat-product-heading p {
  font-size: 24px;
  line-height: 37px;
}

.cat-product-img {
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 42.4%;
}

.img-content-sec + .sub-category-list-main .sub-category-heading {
  display: inline-block;
  position: absolute;
  top: -78px;
  left: -2px;
  padding: 39px 32px 8px 0;
  background-color: #ffffff;
}
.img-content-sec + .sub-category-list-main .sub-category-list {
  padding: 0 0 40px 0;
}
.img-content-sec + .sub-category-list-main .sub-category-heading:before {
  display: block;
}

.img-content-sec + .sub-category-list-main .sub-category-heading:after {
  display: block;
}

.sub-category-list-main .sub-category-heading {
  position: static;
  padding: 0 0 0 0;
}

.sub-category-list-main .sub-category-heading:before {
  display: none;
}

.sub-category-list-main .sub-category-heading:after {
  display: none;
}

.sub-category-list-main {
  padding: 0 0 44px 0;
}

.sub-category-list-main .subcategories-wrap {
  padding: 48px 0 0 0;
  flex-wrap: wrap;
}

.sub-category-list-main .subcategories-list {
  width: 16.56%;
}

.sub-category-list-main .img-bg {
  padding-top: 163px;
}

.sub-category-list-main .subcategories-list p {
  height: calc(100% - 163px);
  font-size: 20px;
  line-height: 24px;
  padding: 11px 12px 18px 16px;
}

.subcategories-list a {
  position: relative;
  display: block;
  height: 100%;
  z-index: 1;
}

.subcategories-list a:before {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  border-radius: 4px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.our-products-sec.product-listing-layout {
  padding: 208px 0 0 0;
  background-image: url(../images/right-pattern-img.svg);
  background-position: right top;
}

.product-listing-layout .our-products-heading h3 {
  font-size: 40px;
  line-height: 56px;
  margin: 0 0 34px 0;
}

.product-listing-layout .col-12 {
  padding-bottom: 80px;
}

.product-listing-layout .our-products-img h5 {
  left: 19px;
  bottom: 27px;
  right: 60px;
}

.product-listing-layout .our-products-img h5:before {
  right: -35px;
}

.error404 .site-header,
.error404 .site-footer,
.error404 .header-top,
.error404 .notice-bar {
  display: none;
}

.error404 .site-header,
.error404 .site-footer,
.error404 .header-top,
.error404 .notice-bar {
  display: none;
}

.error-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 20px;
  text-align: center;
}

.error404 .not-found {
  max-width: 400px;
}

.not-found h3 {
  font-weight: 400;
}

.not-found .page-title {
  font-size: 100px;
  line-height: 1.1;
  color: #0359b1;
}

.page-content p {
  margin: 0 0 20px 0;
}

.selected-filters {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 7px 0 0 0;
}
.selected-filters.active {
  display: flex;
}

.selected-filters .filter-tag {
  background-color: #08202b;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  padding: 5px 40px 5px 9px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

.selected-filters .filter-tag .remove-tag {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 12px;
  top: 5px;
  cursor: pointer;
  background-image: url(../images/close-icon-white.svg);
}
/*.selected-filters .filter-tag .remove-tag:before {position: absolute;content: "";width: 2px;height: 12px;background-color: #08202B;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
.selected-filters .filter-tag .remove-tag:after {position: absolute;content: "";width: 2px;height: 12px;background-color: #08202B;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(-45deg);}*/

.selected-filters div {
}

.selected-filters .clear-filters {
  border: 1px solid #e7e9ea;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #465860;
  position: relative;
  padding: 4px 40px 4px 7px;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
}

.selected-filters .clear-filters span {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 12px;
  top: 5px;
  cursor: pointer;
  background-image: url(../images/clear-icon.svg);
}

/*.selected-filters .clear-filters span:before {position: absolute;content: "";width: 2px;height: 12px;background-color: #ffffff;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
.selected-filters .clear-filters span:after {position: absolute;content: "";width: 2px;height: 12px;background-color: #ffffff;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(-45deg);}*/

.full-loader {
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(255 255 255 / 80%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
}
.full-loader img {
  max-width: 90px;
  height: auto;
}

.custom-filter-sec {
  display: none;
}

.custom-filter-sec p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 0 0 23px 0;
}

.filter-list-wrap {
  display: flex;
  flex-wrap: wrap;
}

.filter-lists {
  position: relative;
}

.filter-data {
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #08202b;
  padding: 8px 39px 14px 18px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.filter-data:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fc7f2f;
  border-bottom: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: 19px;
  top: 12px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.filter-data.active {
  background-color: #08202b;
  color: #ffffff;
}

.filter-data.active:before {
  border-color: #ffffff;
}

.filter-toggle {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #c1c7ca;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
  z-index: 1;
  width: 320px;
  left: 0;
  top: 100%;
  display: none;
  padding: 8px 0 0;
  overflow-y: scroll;
  max-height: 380px !important;
}
.filter-toggle.active {
}

.apply_filter {
  position: sticky;
  left: 0;
  bottom: 0;
  padding: 20px 20px 20px 20px;
  background-color: #ffffff;
}

.filter-toggle .apply_filter .button {
  margin: 0;
}

.apply_filter .button.desactive {
  opacity: 1;
  pointer-events: inherit;
}
.apply_filter.desactive {
  opacity: 1;
  pointer-events: inherit;
  z-index: 1;
}

/* Hide the scrollbar arrows when they are not needed */
.filter-toggle::-webkit-scrollbar {
  width: 8px; /* Set scrollbar width */
  height: 8px; /* Set scrollbar height for horizontal scrollbar */
}

.filter-toggle::-webkit-scrollbar-thumb {
  background-color: darkgray;
  border-radius: 10px;
}

/* Hide the scrollbar arrows when the scrollbar is not needed */
.filter-toggle::-webkit-scrollbar-button {
  display: none;
}

/* Hide the scrollbar arrows when they are not needed */
.filter-toggle::-webkit-scrollbar {
  width: 8px; /* Set scrollbar width */
  height: 8px; /* Set scrollbar height for horizontal scrollbar */
}

.filter-toggle ul {
  margin: 0;
  list-style: none;
  padding: 8px 0;
}

.filter-toggle ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #465860;
  padding: 7px 20px 13px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.filter-toggle ul li:hover {
  background-color: #08202b;
  color: #ffffff;
}

.image-gallery {
  display: none;
}

.open-gallery {
  position: relative;
  border: 0;
  padding: 0;
}

body.admin-bar .site-header {
  top: 72px;
}

body.admin-bar.announcement-open .site-header {
  top: 112px;
}

body.admin-bar.announcement-open.fixed-header .site-header {
  top: 32px;
}

body.admin-bar.fixed-header .site-header {
  top: 32px;
}

.page-brands .our-brands-sec {
  padding-bottom: 0;
}

.page-brands .explore-cta-sec {
  padding-top: 20px;
  padding-bottom: 120px;
}

.filter-toggle label {
  width: 100%;
  position: relative;
}

.filter-toggle label input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.filter-toggle label span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #08202b;
  display: block;
  position: relative;
  padding: 8px 0 12px 50px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.filter-toggle label span:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border: 2px solid #08202b;
  border-radius: 50%;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.filter-toggle label span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  left: 25px;
  top: -2px;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.filter-toggle label input[type="checkbox"]:checked + span {
}

.filter-toggle label input[type="checkbox"]:checked + span:before {
  background-color: #08202b;
  border-color: #08202b;
}

.filter-toggle label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.filter-toggle label span:hover {
}

.filter-toggle label input[type="checkbox"]:hover + span {
  background-color: #08202b;
  color: #ffffff;
}

.filter-toggle label input[type="checkbox"]:hover + span:before {
  border-color: #ffffff;
}

.sbSelector a {
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #08202b;
  padding: 8px 39px 14px 18px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  display: block;
}

.sbSelector a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fc7f2f;
  border-bottom: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: 19px;
  top: 12px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.sbOptions {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #c1c7ca;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
  z-index: 1;
  width: 175px !important;
  left: 0;
  top: 100% !important;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}

.sbHolder {
  position: relative;
}

.sbOptions li {
}

.sbOptions li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #08202b;
  display: block;
  position: relative;
  padding: 7px 20px 11px 20px;
}

.sbOptions li a:hover {
  background-color: #08202b;
  color: #ffffff;
}

.sbSelector a {
  background-color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #08202b;
  padding: 8px 39px 14px 18px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  display: block;
}

.sbSelector a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fc7f2f;
  border-bottom: 2px solid #fc7f2f;
  transform: rotate(45deg);
  right: 19px;
  top: 12px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.sbToggleOpen + .sbSelector a {
  background-color: #08202b;
  color: #ffffff;
}

.sbToggleOpen + .sbSelector a:before {
  border-color: #ffffff;
}

.sbOptions {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #c1c7ca;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
  z-index: 1;
  width: 250px !important;
  left: 0;
  top: 100%;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  max-height: 380px !important;
}

/* Hide the scrollbar arrows when they are not needed */
.sbOptions::-webkit-scrollbar {
  width: 8px; /* Set scrollbar width */
  height: 8px; /* Set scrollbar height for horizontal scrollbar */
}

.sbOptions::-webkit-scrollbar-thumb {
  background-color: darkgray;
  border-radius: 10px;
}

/* Hide the scrollbar arrows when the scrollbar is not needed */
.sbOptions::-webkit-scrollbar-button {
  display: none;
}

/* Hide the scrollbar arrows when they are not needed */
.sbOptions::-webkit-scrollbar {
  width: 8px; /* Set scrollbar width */
  height: 8px; /* Set scrollbar height for horizontal scrollbar */
}

.sbHolder {
  position: relative;
}

.sbOptions li {
}

.sbOptions li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #08202b;
  display: block;
  position: relative;
  padding: 8px 20px 12px 20px;
}

.sbOptions li a:hover {
  background-color: #08202b;
  color: #ffffff;
}

.filter-data-show {
}

.filter-data-show .filter-tag {
  background-color: #08202b;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  padding: 5px 40px 5px 7px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

.filter-data-show .filter-tag .remove-filter {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/select-filter-icon.svg);
  right: 12px;
  top: 6px;
  cursor: pointer;
}

.filter-data-show #clear-filters {
  border: 0;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  padding: 5px 40px 5px 7px;
  display: inline-block;
  vertical-align: top;
  background-color: rgb(255 255 255 / 25%);
  margin: 0 10px 10px 0;
}

.filter-data-show #clear-filters span {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 12px;
  top: 5px;
  cursor: pointer;
  background-image: url(../images/close-icon-white.svg);
}
/*.filter-data-show #clear-filters span:before{position: absolute;content: "";width: 2px;height: 12px;background-color: rgb(255 255 255 / 25%);left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
.filter-data-show #clear-filters span:after{position: absolute;content: "";width: 2px;height: 12px;background-color: rgb(255 255 255 / 25%);left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(-45deg);}*/

h6.show-result {
  margin: 4px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.search-heading-sec {
  background-color: #e6eff8;
  padding: 142px 0 40px 0;
}

.search-heading-main {
  padding: 0 0 43px 0;
}

.search-heading-main p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #465860;
}

.search-heading-main h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #08202b;
  margin: -9px 0 0 0;
}

.product-listing-sec.search-page {
  background-color: #e6eff8;
}

.product-listing-sec.search-page .product-listing-bg {
  z-index: 1;
  top: 0;
  right: 15%;
}

.product-listing-sec.search-page .product-filter-sec {
  z-index: 2;
  position: relative;
}

.filter-toggle .button {
  margin: 20px 0 12px 20px;
  background-color: #fc7f2f;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.filter-toggle .button:hover {
  background-color: #0359b1;
}
h2.not-found {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

/*************** Capabilities Page CSS Start *************/
.company-banner-sec {
  padding: 189px 0 85px 0;
}

.company-banner-text {
}

.company-banner-text h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 28px 0;
}

.company-banner-text p {
  font-size: 24px;
  line-height: 30px;
}

.capabilities-sec {
  background-color: #e6eff8;
  padding: 73px 0 133px 0;
  position: relative;
  overflow: hidden;
}
.capabilities-sec:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 47.5vw solid #f2f6fb;
  border-left: 47.5vw solid transparent;
  right: 0;
  top: 0;
}
.capabilities-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.capabilities-box img {
}

.capabilities-box h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin: 15px 0 9px 0;
  width: 100%;
}

.capabilities-box p {
  font-size: 18px;
  line-height: 24px;
}

.capabilities-heading {
  /* padding: 0 0 28px 0; */
  position: relative;
}

.capabilities-heading h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

.capabilities-sec .row.wide-gap {
  row-gap: 30px;
}
.zigzag-sec {
  padding: 73px 0 90px 0;
}

.zigzag-heading {
  padding: 0 0 66px 0;
}

.zigzag-heading h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 0 0;
}

.zigzag-content {
  max-width: 415px;
  margin: -5px 0 0 auto;
  padding: 0 10px 0 0;
}

.zigzag-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #08202b;
}

.zigzag-image {
  text-align: right;
}

.row.image-first {
  padding-top: 50px;
}

.row.image-first .col-6:first-child {
  order: 2;
}

.row.image-first .zigzag-content {
  margin: -5px 0 0 0;
  padding: 0 0 0 15px;
}

.row.image-first .zigzag-image {
  text-align: left;
}

.team-sec {
  background-image: url(../images/team-cares-bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 80px 0 80px 0;
}
.team-content {
  padding: 0 25px 0 0;
}

.team-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: -7px 0 22px 0;
}

.team-content p {
  font-size: 18px;
  line-height: 24px;
}

.team-image {
  text-align: right;
}

.history-sec {
  padding: 38px 0 40px 0;
}

.history-heading {
  padding: 0 0 30px 0;
}

.history-heading h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}

.history-sec .row ~ .row:before {
  position: absolute;
  content: "";
  height: 1px;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  top: 0;
  background-color: #e7e9ea;
}

.history-year {
  padding: 34px 0 0 0;
}

.history-year span {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #0359b1;
}

.history-content-main {
  padding: 36px 0 33px 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 79%;
}

.history-content {
  padding: 0 20px 0 6px;
  width: 53%;
}

.history-content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 11px 0;
}

.history-content p {
  font-size: 18px;
  line-height: 24px;
}

.history-sec .row ~ .row {
  position: relative;
}

.history-content-main.full-width {
}

.history-content-main.full-width .history-content {
  width: 100%;
}

.history-img {
  width: 47%;
  text-align: right;
  padding: 5px 1px 0 0;
}

.history-content-main.full-width .history-content h4 {
  margin: 0 0 20px 0;
}

.history-content-main.full-width .history-img {
  width: 100%;
  padding: 46px 0 0 0;
}

.ready-to-work-sec {
  position: relative;
  padding: 68px 0 119px 0;
}
.ready-to-work-sec:before {
  position: absolute;
  content: "";
  background-image: url(../images/ready-to-work-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 551px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.ready-to-work-box {
  background-color: #0359b1;
  border-radius: 8px;
  padding: 34px 60px 43px 61px;
  position: relative;
  overflow: hidden;
}
.ready-to-work-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 120px solid #08202b;
  border-left: 120px solid transparent;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.ready-to-work-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ready-to-work-content h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  margin: 0 0 14px 0;
  width: 100%;
}

.ready-to-work-content p {
  font-size: 24px;
  line-height: 30px;
  color: #c0d5eb;
  margin: 0 0 25px 0;
  width: 100%;
}

.ready-to-work-content a {
  border: 1px solid #ffffff;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}

.ready-to-work-content a.mail-button {
  padding: 10px 19px 14px 57px;
}

.ready-to-work-content a.call-button {
  margin: 0 0 0 20px;
  padding: 10px 19px 14px 52px;
}

.ready-to-work-content a.mail-button svg {
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ready-to-work-content a:hover svg path {
  fill: #0359b1;
}

.ready-to-work-content a:hover {
  background-color: #fff;
  color: #0359b1;
}

.ready-to-work-content a.call-button:hover {
}

.ready-to-work-content a.call-button:hover svg {
}

.ready-to-work-content a.call-button svg {
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*************** Capabilities Page CSS End *************/

.search-result-sec {
  background-color: #e6eff8;
  background-image: url(../images/search-bg.svg);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 130px 0 150px 0;
}

.search-result-main {
  padding: 0 0 40px 0;
}

.search-result-main span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #08202b;
  margin: 0 0 2px 0;
}

.search-result-main h4 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 41px 0;
}

.search-result-input {
}

.search-result-input input {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 630px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #08202b;
  padding: 13px 20px 18px 53px;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 19px 50%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.search-result-input input:focus {
  background-image: url(../images/search-icon-blue.svg);
}

.search-filter-sec {
  padding: 0 0 35px 0;
}

.search-filter-sec ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.search-filter-sec ul li {
}

.search-filter-sec ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #0359b1;
  padding: 11px 21px 19px 18px;
  border: 1px solid #0359b1;
  border-right: 0;
}
.mac_ .search-filter-sec ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-filter-sec ul li.active a {
  background-color: #0359b1;
  color: #ffffff;
}

.search-filter-sec ul li:first-child a {
  border-radius: 8px 0 0 8px;
}

.search-filter-sec ul li:last-child a {
  border-right: 1px solid #0359b1;
  border-radius: 0 8px 8px 0;
}

.search-filter-sec ul li a:hover {
  background-color: #0359b1;
  color: #ffffff;
}

.result-number {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #08202b;
  margin: 27px 0 0 0;
}

.result-list ~ .result-list {
  margin-top: 10px;
}
.result-list a {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 18px 30px 17px 20px;
}

.result-list-left {
  width: 16%;
}

.result-list-right {
  width: 84%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3px 0 0 7px;
}

.result-list-left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0359b1;
}

.result-list-img {
  width: 170px;
  border: 1px solid #e7e9ea;
  padding-top: 170px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.result-list-content {
  width: calc(100% - 170px);
  padding: 0 190px 0 19px;
  position: relative;
}

.result-list-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #465860;
  display: block;
  margin: 0 0 2px 0;
}

.result-list-content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 11px 0;
}

.result-list-content p {
}

.result-list-content .more-info {
  position: absolute;
  right: 1px;
  bottom: 1px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fc7f2f;
  padding: 0 17px 4px 0;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.result-list-content .more-info:before {
  position: absolute;
  content: "";
  border-top: 2px solid #fc7f2f;
  border-right: 2px solid #fc7f2f;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: 2px;
  bottom: 5px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.result-list a:hover .more-info {
  color: #0359b1;
}

.result-list a:hover .more-info:before {
  border-color: #0359b1;
}

.contact-sec {
  background-color: #f2f6fb;
  background-image: url(../images/contact-bg.svg);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 170px 0 120px 0;
}
.contact-heading {
  padding: 0 0 43px 0;
}

.contact-heading h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
}

.contact-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 35px 40px 65px 39px;
}

.contact-box ~ .contact-box {
  margin-top: 52px;
}

.contact-box h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0359b1;
  margin: 0 0 29px 0;
}

.contact-box h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 14px 0;
}

.contact-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 0;
}

.contact-box ul li {
  width: 44%;
}

.contact-box ul li p {
  font-size: 18px;
  line-height: 24px;
}

.contact-box ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0359b1;
  text-decoration: underline;
  display: table;
  margin: -3px 0 27px 0;
}
.contact-box ul li a:hover {
  color: #fc7f2f;
}
.contact-box ul li p ~ p {
  margin-top: 10px;
}

.contact-box > p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.contact-box ul li span {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: block;
  padding: 0 0 13px 0;
  color: #08202b;
}

.contact-box ~ .contact-box ul {
  padding-top: 27px;
  margin: 0 0 -37px 0;
}

.contact-box ~ .contact-box ul li {
  padding: 0 0 37px 0;
}

.contact-form-main {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 35px 40px 57px 39px;
}

.contact-form {
}

.contact-form form {
  max-width: 400px;
  margin: 0 auto;
}

.contact-form .gform_heading {
}

.contact-form .gform_heading h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0359b1;
  margin: 0 0 29px 0;
}

.contact-form .gform-body.gform_body {
}

.contact-form .gfield {
  width: 100%;
  display: block;
  position: relative;
}

.contact-form .gfield label {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #465860;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  left: 10px;
  top: 7px;
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
}

.contact-form .gfield input {
  font-family: "GalanoGrotesque" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #08202b !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #c1c7ca !important;
  border-radius: 8px !important;
  padding: 15px 20px 17px 19px !important;
  height: auto !important;
  width: 100% !important;
}

.contact-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0 !important;
  row-gap: 30px !important;
}

.contact-form .gfield select {
  font-family: "GalanoGrotesque" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #465860 !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #c1c7ca !important;
  border-radius: 8px !important;
  padding: 15px 0 17px 19px !important;
  height: auto !important;
  background-image: url(../images/select-arrow.svg) !important;
  background-size: 21px 13px !important;
  cursor: pointer;
}
.contact-form .gfield.gfield--type-select label {
  display: none !important;
}

.contact-form .gfield textarea {
  font-family: "GalanoGrotesque" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #08202b !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #c1c7ca !important;
  border-radius: 8px !important;
  padding: 15px 20px 17px 19px !important;
  height: 224px !important;
  resize: none;
  min-block-size: inherit !important;
}

.contact-form .gfield.filled label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #849095;
  top: -23px;
}
.contact-form .gfield.gfield_error label,
.contact-form .gfield.gfield_error.active label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fc7f2f;
  top: -23px;
}
.contact-form .gfield.gfield_error input,
.contact-form .gfield.gfield_error.active input {
  box-shadow: 0px 0px 0px 1px #fc7f2f !important;
  border-color: #fc7f2f !important;
}

.contact-form .gfield.active label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0359b1;
  top: -23px;
}

.contact-form .gfield.active input {
  box-shadow: 0px 0px 0px 1px #0359b1 !important;
  border-color: #0359b1 !important;
}

.contact-form .gfield label .gfield_required {
  display: none;
}

.contact-form .gfield.gfield--type-textarea label {
  display: none;
}

.gform-theme--framework .gform_validation_errors {
  display: none !important;
}

.contact-form .gfield .gfield_validation_message {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fc7f2f;
  background-color: #fff;
  padding: 10px;
  left: 10px;
  bottom: -17px;
  margin: 0;
}

.contact-form .gfield textarea::-webkit-input-placeholder {
  color: #465860;
  opacity: 1;
}
.contact-form .gfield textarea::placeholder {
  color: #465860;
  opacity: 1;
}

.contact-form .sbSelector a {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #465860;
  border: 1px solid #c1c7ca;
  border-radius: 8px;
  padding: 16px 50px 18px 19px;
}

.contact-form .sbSelector a:before {
  right: 20px;
  top: 17px;
  width: 12px;
  height: 12px;
}

.contact-form .sbHolder {
  position: relative;
}

.contact-form .sbOptions {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #c1c7ca;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
  z-index: 1;
  width: 100% !important;
  left: 0;
  top: 110% !important;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}

.contact-form .sbOptions li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #465860;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}

.contact-form .sbOptions li a:hover {
  color: #ffffff;
}
.contact-form .gform-footer {
  text-align: right;
  margin: 40px 0 0 0;
}

.contact-form .gform-footer .gform_button {
  margin: 0 0 0 auto !important;
  display: block !important;
  font-family: "GalanoGrotesque" !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  background-color: #0359b1 !important;
  border-radius: 8px !important;
  padding: 9px 20px 17px 19px !important;
  height: auto !important;
  transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -ms-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  outline: none !important;
  border: 0 !important;
}

.contact-form .gform-footer .gform_button:hover {
  background-color: #fc7f2f !important;
}

.close-search {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 16px;
  top: 41px;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.close-search.active {
  opacity: 1;
  visibility: visible;
}

#searchform {
  position: relative;
}
.close-search svg {
  vertical-align: top;
}

.close-search:hover svg path {
  fill: #08202b;
}
.search-products-form {
  max-width: 630px;
  margin: 0 auto;
}

.search-products-form .close-search {
  top: 17px;
}

.header-search-right input::-webkit-search-cancel-button {
  display: none;
}

.header-search-right input::-webkit-search-cancel-button {
  display: none;
}

.header-search-right .close-search {
  top: 16px;
}

.search-heading-sec .search-products-form {
  margin: 0;
}

.search-result-input form {
  position: relative;
  display: block;
  max-width: 630px;
}

.search-result-input form .close-search {
  margin: 0;
  top: 17px;
}

.notfound {
  text-align: center;
  padding-top: 50px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}

.single-product-contact .product-info-left {
  width: 100%;
  padding: 0;
  text-align: center;
  justify-content: center;
}

.single-product-contact .product-info-left:before {
  display: none;
}

.mac_ .header-top ul {
  align-items: center;
}
.mac_ .header-top ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mac_ .header-menu-main > ul > li > a {
  padding: 30px 15px 31px 14px;
}
.mac_ .header-menu-main > ul > li.has-children > a {
  padding-right: 38px;
}
.mac_ .header-search > a {
  padding: 30px 14px 31px 27px;
}
.mac_ .products-megamenu-left .sub-menu li.has-child > a:before {
  top: 4px;
}
.mac_ .header-search-right input {
  padding: 15px 30px 15px 50px;
}
.mac_ .megamenu-search input {
  padding: 13px 20px 13px 40px;
}
.mac_ .notice-bar p {
  margin: 3px 9px 0 0;
}
.mac_ .search-products-form input {
  padding: 16px 20px 16px 53px;
}
.mac_ .insights-expertise-content a:before {
  bottom: 4px;
}
.mac_ .footer-subscribe a {
  padding: 10px 21px 10px 20px;
}
.mac_ .banner-content a {
  padding: 13px 39px 13px 20px;
}
.mac_ .arrow-btn.white {
  padding: 11px 39px 11px 20px;
}
.mac_ .product-listing-banner-content > a.collapsed:before {
  top: 0;
}
.mac_ .product-listing-banner-content .top-variation svg {
  margin: 0px 7px 2px 0;
}
.mac_ .product-content-wrap .top-variation ul li svg {
  margin: 0 7px 2px 0;
}
.mac_ .top-variation svg {
  margin: 0px 8px 2px 0;
}
.mac_ .quote-ban-wrap .add-to-quote {
  padding: 8px 10px 8px 10px;
}
.mac_ .quote-ban-wrap .quote-cencel {
  padding: 8px 10px 8px 10px;
}
.mac_ .filter-data,
.mac_ .sbSelector a {
  padding: 11px 39px 11px 18px;
}
.mac_ .filter-toggle label span {
  padding: 11px 0 11px 50px;
}
.mac_ .sbOptions li a {
  padding: 11px 20px 11px 20px;
}
.mac_ .product-content-wrap .toggle-table {
  padding: 11px 39px 11px 15px;
}
.mac_ .product-content-wrap .more-info:before {
  bottom: 7px;
}
.mac_ .enquiry-btn {
  padding: 13px 20px 13px 58px;
}
.mac_ .call-btn {
  padding: 11px 0 11px 44px;
}
.mac_ .download-btn {
  padding: 13px 20px 13px 53px;
}
.mac_ .icon-btn {
  padding: 10px 19px 10px;
}
.mac_ .icon-btn i {
  display: inline-block;
  vertical-align: middle;
}
.mac_ .icon-link a .icon {
  margin-top: 0;
  top: 0;
}
.mac_ .arrow-btn.white {
  padding: 11px 39px 11px 20px;
}
.mac_ .project-filter-sec select {
  padding: 8px 35px 8px 16px;
}
.mac_ .insights-expertise-img span.cat-name svg {
  margin: 0 9px 0 0;
}
.mac_ .open-gallery:before {
  bottom: 4px;
}
.mac_ .load-more-wrap .button {
  padding: 13px 19px 13px 19px;
}
.mac_ .header-quote-btn .quote-icon {
  padding: 13px 20px 13px 52px;
  background-position: 20px 11px;
}
.mac_ .custom-breadcrumb a:before {
  right: -10px;
  top: -2px;
}
.mac_ .filter-form select {
  padding: 11px 45px 11px 18px;
}
.mac_ .quantity-wrap .quantity input {
  padding: 11px 35px 11px 35px;
}
.mac_ .entry-summary form.cart button.single_add_to_cart_button {
  padding: 12px 20px 15px 20px;
}
.mac_ .attribute-wrap #clear-option {
  padding: 6px 33px 6px 9px;
}
.mac_ .brochure-download-btn {
  padding: 13px 20px 15px 55px;
}
.mac_ .brochure-enquiry-btn {
  padding: 13px 20px 15px 59px;
}
.mac_ .brochure-call-btn {
  padding: 11px 19px 13px 51px;
}
.mac_ .breadcrumb ul li:before {
  top: 5px;
}
.mac_ .product-listing-banner-content h1 {
  margin: -3px 0 12px 0;
}
.mac_ .button {
  padding: 10px 21px 10px 20px;
}
.mac_ .project-filter li a {
  padding: 14px 20px 14px;
}
.mac_ .insights-expertise-img span.cat-name {
  padding: 0 15px 0 32px;
  height: 42px;
  line-height: 42px;
}
.mac_ .contact-form .gform-footer .gform_button {
  padding: 12px 20px 14px 19px !important;
}
.mac_ .arrow-link:before {
  bottom: 5px;
}
.mac_ .search-heading-main h1 {
  margin: 4px 0 0 0;
}
.mac_ .product-toggle-btn a {
  padding: 12px 38px 12px 17px;
}
.mac_ .product-content-close a {
  padding: 12px 38px 12px 17px;
}
.mac_ .insights-expertise-content span:before {
  bottom: 5px;
}
.mac_ .arrow-btn {
  padding: 11px 39px 11px 20px;
}

.iphone_ .header-top ul {
  align-items: center;
}
.iphone_ .header-top ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.iphone_ .header-menu-main > ul > li > a {
  padding: 0;
}
.iphone_ .header-menu-main > ul > li.has-children > a {
  padding-right: 23px;
}
.iphone_ .header-search > a {
  padding: 0;
}
.iphone_ .header-menu-main > ul > li.has-children > a:before {
  right: 0;
  top: 5px;
}
.iphone_ .products-megamenu-left .sub-menu li.has-child > a:before {
  top: 4px;
}
.iphone_ .header-search-right input {
  padding: 15px 30px 15px 50px;
}
.iphone_ .megamenu-search input {
  padding: 13px 20px 13px 40px;
}
.iphone_ .notice-bar p {
  margin: 3px 9px 0 0;
}
.iphone_ .search-products-form input {
  padding: 16px 20px 16px 53px;
}
.iphone_ .insights-expertise-content a:before {
  bottom: 6px;
}
.iphone_ .footer-subscribe a {
  padding: 10px 21px 10px 20px;
}
.iphone_ .banner-content a {
  padding: 13px 30px 13px 15px;
}
.iphone_ .banner-content a:before {
  width: 8px;
  height: 8px;
  right: 15px;
  top: 19px;
}
.iphone_ .product-listing-banner-content > a.collapsed:before {
  top: 2px;
}
.iphone_ .product-listing-banner-content > a:before {
  top: 6px;
}
.iphone_ .product-listing-banner-content .top-variation svg {
  margin: 0px 7px 3px 0;
}
.iphone_ .product-content-wrap .top-variation ul li svg {
  margin: 0 7px 2px 0;
}
.iphone_ .filter-data,
.iphone_ .sbSelector a {
  padding: 11px 39px 11px 18px;
}
.iphone_ .filter-toggle label span {
  padding: 11px 0 11px 50px;
}
.iphone_ .sbOptions li a {
  padding: 11px 20px 11px 20px;
}
.iphone_ .product-content-wrap .toggle-table {
  padding: 11px 30px 11px 15px;
}
.iphone_ .product-content-wrap .toggle-table:before {
  top: 15px;
}
.iphone_ .product-content-wrap .toggle-table.active:before {
  top: 20px;
}
.iphone_ .top-variation svg {
  margin: 0px 8px 3px 0;
}
.iphone_ .subcategories-list p {
  padding: 11px 22px 11px 9px;
}
.iphone_ .custom-breadcrumb a:before {
  top: -1px;
}
.iphone_ .arrow-btn:after {
  margin-top: -5px;
}
.iphone_ .brochure-download-btn {
  padding: 14px 20px 14px 55px;
}
.iphone_ .brochure-enquiry-btn {
  padding: 14px 20px 14px 60px;
}
.iphone_ .brochure-call-btn {
  padding: 12px 19px 12px 52px;
}

.iphone_ .product-content-wrap .more-info:before {
  bottom: 2px;
}
.iphone_ .enquiry-btn {
  padding: 13px 20px 13px 50px;
}
.iphone_ .call-btn {
  padding: 11px 0 11px 35px;
}
.iphone_ .download-btn {
  padding: 13px 20px 13px 45px;
}
.iphone_ .icon-btn {
  padding: 10px 19px 10px;
}
.iphone_ .icon-btn i {
  display: inline-block;
  vertical-align: middle;
}
.iphone_ .icon-link a .icon {
  margin-top: 0;
  top: 0;
}
.iphone_ .arrow-btn.white {
  padding: 11px 30px 11px 15px;
}
.iphone_ .project-filter-sec select {
  padding: 8px 35px 8px 16px;
}
.iphone_ .insights-expertise-img span.cat-name svg {
  margin: 0 9px 2px 0;
}
.iphone_ .open-gallery:before {
  bottom: 4px;
}
/*.iphone_ .load-more-wrap .button{padding: 13px 19px 13px 19px;}*/
.iphone_ .single-project .arrow-btn:after {
  margin-top: -4px;
}
.iphone_ .back-main-menu:before,
.iphone_ .back-products-btn:before {
  top: 4px;
}
.iphone_ .contact-form .gform-footer .gform_button {
  font-size: 14px !important;
  line-height: 40px !important;
  padding: 0 20px 0 20px !important;
  height: 40px !important;
}
.iphone_ .button {
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  height: 40px;
}
.iphone_ .arrow-link:before {
  width: 8px;
  height: 8px;
  bottom: 6px;
}
.iphone_ .order-thank-you-page .arrow-link:before {
  width: 8px;
  height: 8px;
  bottom: 4px;
}
.iphone_ .search-filter-sec ul li a {
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px 0 15px;
  height: 45px;
}
.iphone_ .result-list-content .more-info:before {
  width: 8px;
  height: 8px;
  right: 2px;
  bottom: 9px;
}
.iphone_ .quote-ban-wrap .add-to-quote {
  padding: 8px 10px 8px 10px;
}
.iphone_ .quote-ban-wrap .quote-cencel {
  padding: 8px 10px 8px 10px;
}
.iphone_ nav.woocommerce-MyAccount-navigation ul li a {
  padding: 14px 20px 14px 20px;
}
.iphone_ .entry-summary form.cart > p {
  padding: 0 12px 0 20px;
  left: 0;
  height: 40px;
  line-height: 40px;
}
.iphone_ .entry-summary form.cart > p:before {
  right: -40px;
}
.iphone_ .quantity-wrap .quantity input {
  padding: 0 35px 0 35px;
  height: 48px;
  line-height: 48px;
}
.iphone_ .entry-summary form.cart button.single_add_to_cart_button {
  padding: 0 20px 0 20px;
  height: 48px;
  line-height: 48px;
}
.iphone_ .filter-form select {
  padding: 11px 45px 11px 18px;
  background-position: 85% 50%;
}
.iphone_ .attribute-wrap #clear-option {
  padding: 7px 33px 5px 9px;
}
.iphone_ .page-find-a-product .search-products-form input {
  padding: 15px 20px 15px 46px;
}
.iphone_ .filter-option-mobile {
  padding: 10px 15px 10px 15px;
}
.iphone_ .filter-option-mobile span {
  background-position: 100% 50%;
}
.iphone_ .product-info-left .brochure-call-btn {
  padding: 12px 19px 12px 52px;
}
.iphone_ .product-info-left .enquiry-btn {
  padding: 13px 20px 13px 58px;
}
.iphone_ .product-info-right .download-btn {
  padding: 12px 20px 12px 53px;
}
.iphone_ .ready-to-work-content a.mail-button {
  padding: 12px 19px 12px 57px;
}
.iphone_ .ready-to-work-content a.call-button {
  padding: 12px 20px 12px 51px;
}
.iphone_ .popup-filter-btn .popup-clear-btn {
  padding: 8px 39px 8px 38px;
}
.iphone_ .popup-filter-btn .popup-apply-btn {
  padding: 9px 39px 9px 38px;
}
.iphone_ .product-toggle-btn a {
  padding: 11px 38px 11px 17px;
}
.iphone_ .product-content-close a {
  padding: 11px 38px 11px 17px;
}
.iphone_ .insights-expertise-content span:before {
  bottom: 5px;
}

.android_ .notice-bar {
  align-items: center;
}
.android_ .header-search-right input {
  padding: 15px 30px 15px 50px;
}
.android_ .header-menu-main > ul > li.has-children > a:before {
  top: 4px;
}
.android_ .back-main-menu:before {
  top: 4px;
}
.android_ .products-megamenu-left .sub-menu li.has-child > a:before {
  top: 4px;
}
.android_ .back-products-btn:before {
  top: 4px;
}
.android_ .banner-content a {
  padding: 11px 30px 11px 15px;
}
.android_ .search-products-form input {
  padding: 13px 20px 13px 40px;
}
.android_ .recent-projects-content a:before {
  bottom: 3px;
}
.android_ .insights-expertise-content span:before {
  bottom: 5px;
}
.android_ .footer-subscribe a {
  padding: 10px 21px 10px 20px;
}
.android_ .breadcrumb ul li:before {
  top: 4px;
}
.android_ .filter-option-mobile span {
  background-position: 100% 0;
}
.android_ .top-variation ul li img {
  margin: 0 8px 2px 0;
}
.android_ .product-content-wrap .more-info:before {
  bottom: 4px;
}
.android_ .product-content-wrap .toggle-table:before {
  top: 13px;
}
.android_ .filter-toggle label span {
  padding: 11px 0 11px 50px;
}
.android_ .product-listing-banner-content > a.collapsed:before {
  top: 2px;
}
.android_ .product-listing-banner-content .top-variation svg {
  margin: 0px 7px 2px 0;
}
.android_ .product-content-wrap .toggle-table {
  padding: 9px 37px 9px 15px;
}
.android_ .custom-breadcrumb a:before {
  top: -2px;
}
.android_ .top-variation svg {
  margin: 0px 8px 2px 0;
}
.android_ .filter-form select {
  padding: 11px 45px 11px 18px;
  background-position: 90% 50%;
}
.android_ .quantity-wrap .quantity input {
  padding: 13px 35px 13px 35px;
}
.android_ .entry-summary form.cart button.single_add_to_cart_button {
  padding: 14px 20px 14px 20px;
}
.android_ .product-info-left .brochure-call-btn {
  padding: 12px 19px 12px 52px;
}
.android_ .enquiry-btn {
  padding: 13px 20px 13px 58px;
}
.android_ .download-btn {
  padding: 13px 20px 13px 53px;
}
.android_ .page-find-a-product .search-products-form input {
  padding: 15px 20px 15px 46px;
}
.android_ .arrow-btn:after {
  margin-top: -5px;
}
.android_ .brochure-download-btn {
  padding: 14px 20px 14px 55px;
}
.android_ .brochure-enquiry-btn {
  padding: 14px 20px 14px 59px;
}
.android_ .brochure-call-btn {
  padding: 12px 19px 12px 51px;
}
.android_ .sbSelector a {
  padding: 11px 39px 11px 18px;
}
.android_ .insights-expertise-img span.cat-name svg {
  margin: 0 9px 2px 0;
}
.android_ .load-more-wrap .button {
  padding: 13px 19px 13px 19px;
}
.android_ .ready-to-work-content a.mail-button {
  padding: 12px 19px 12px 57px;
}
.android_ .ready-to-work-content a.call-button {
  padding: 12px 20px 12px 51px;
}
.android_ .contact-form .gform-footer .gform_button {
  padding: 13px 20px 13px 19px !important;
}
.android_ .popup-filter-btn .popup-clear-btn {
  padding: 8px 20px 8px 20px;
}
.android_ .popup-apply-btn {
  padding: 9px 20px 9px 20px;
}
.android_ .product-toggle-btn a {
  padding: 11px 38px 11px 17px;
}
.android_ .product-content-close a {
  padding: 11px 38px 11px 17px;
}

.mac_.chrome_ .product-content-wrap .top-variation ul li img {
  margin: 0 8px 1px 0;
}

.ready-to-work-sec.only-cta-sec {
  padding: 0 0 160px 0;
  background-color: #f2f6fb;
}
.ready-to-work-sec.only-cta-sec:before {
  display: none;
}

.gfield_description.instruction.validation_message {
  display: none !important;
}

.not-found-message {
  font-size: 30px;
  line-height: 1.2;
  margin: 60px 0 0 0;
}

.product-listing-sec h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 0 0;
  padding: 60px 0 0 0;
  color: #ffffff;
}

.filtet-option {
  position: relative;
}

.filtet-option .sbSelector a {
  border: 1px solid #e7e9ea;
}

.filtet-option .sbOptions {
  top: 124% !important;
}

.page-industries .explore-cta-sec {
  padding-bottom: 120px;
}

.page-resources .project-filter-sec {
  padding: 0 0 10px 0;
}

form.search-form {
  position: relative;
}

body.admin-bar.announcement-open.menu-open .site-header {
  top: 80px;
}

body.admin-bar.announcement-open.menu-open .site-header .megamenu {
  top: 110px;
}

body.admin-bar.announcement-open.menu-open.fixed-header .site-header {
  top: 32px;
}

body.admin-bar.announcement-open.menu-open.fixed-header .megamenu {
  top: 0;
}

.menu-open .notice-bar.show-announcement {
  position: relative;
  z-index: 3;
}

.menu-open .header-top {
  position: relative;
  z-index: 3;
}

.sbOptions li:first-child {
  display: none;
}

.filter-popup-heading {
  display: none;
}
.search-page h6.show-result {
  width: 100%;
  margin: 0;
}

.search-page .load-more-wrap .button {
  margin: 0;
}

.search-page .load-more-wrap {
  margin: 55px 0 0 0;
}
.product-listing-sec.search-page .product-filter-sec {
  padding-bottom: 0;
}

.product-listing-sec.search-page {
  padding: 0 0 230px 0;
}
.search-page.product-listing-sec h2.not-found {
  padding: 20px 0 0 0;
}

.popup-filter-btn {
  display: none;
}

.product-info-left .brochure-call-btn {
  margin-left: 10px;
}

/* Change Date 23-06-2025 */
.woocommerce-cart-form .cart th:first-child,
.woocommerce-cart-form .cart td:first-child {
  padding-left: 0 !important;
}
.woocommerce-cart-form .cart th.product-quantity,
.woocommerce-cart-form .cart td.product-quantity {
  text-align: right;
  padding-right: 0;
}
.product-thumbnail-main .product-info {
  position: relative;
}
.remove-pro {
  position: absolute;
  left: -120px;
  top: 125px;
}
.product-thumbnail-main .image img {
  height: auto;
  max-height: 120px;
  max-width: 120px;
  width: auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.product-thumbnail-main .image {
  margin-bottom: 30px;
}
.woocommerce-cart-form .cart td {
  padding-bottom: 20px !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart-form .cart tr:last-child td {
  border-bottom: none;
  padding: 10px !important;
}
.woocommerce-cart-form dt.variation-ProductOption {
  display: none !important;
}

.white-popup-block {
  background-color: #ffffff;
  max-width: 630px;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  padding: 75px 115px 97px 115px;
  margin: 40px auto;
}

.enquiry-popup-main {
}

.enquiry-popup-main .contact-form form {
  padding: 13px 0 0 0;
}

.enquiry-popup-heading {
}

.enquiry-popup-heading h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #0359b1;
  margin: 0 0 14px 0;
}

.enquiry-popup-heading h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #08202b;
}

.enquiry-popup-main .contact-form .gform-footer {
  margin: 40px 0 0 0;
}

.white-popup-block .mfp-close {
  background-image: url(../images/popup-close-icon.svg);
  font-size: 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  right: 20px;
  top: 20px;
  opacity: 1;
}

.white-popup-block .popup-close.mfp-close {
  right: auto;
  top: auto;
  left: 115px;
  bottom: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #849095;
  font-family: "GalanoGrotesque";
  background-image: none;
  opacity: 1;
}

.white-popup-block .popup-close.mfp-close:hover {
  color: #fc7f2f;
}

.contact-form .gfield.form-product-name input {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #08202b !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none;
  margin: 0 0 13px 0;
}

.enquiry-popup-main .contact-form .gform_heading h2 {
  margin: 0 0 0 0;
}
.header-subscribe {
  background-color: unset !important;
  border-radius: unset !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: unset !important;
  color: #fff !important;
  padding: unset !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: unset !important;
}

.single-page-banner-sec.brand-banner-sec.default-all-page-layout {
  padding: 60px 0;
}
.single-page-banner-sec.brand-banner-sec.default-all-page-layout {
  width: 100%;
}
#subscribe-popup p.mc4wp-success {
  margin-bottom: 50px;
}
.enquiry-popup-wrap div#gform_confirmation_message_3 {
  margin-bottom: 50px;
}

.register-custom h2 {
  margin-bottom: 70px;
}
.register-custom h4 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
}
.register-custom .woocommerce-form input,
.register-custom .woocommerce-form select,
.register-custom .woocommerce-form textarea {
  border-radius: 8px;
}
.register .form-row ~ .form-row {
  margin-top: 25px !important;
}
.register-custom p#billing_business_heading_field {
  margin-bottom: -10px !important;
  margin-top: 45px !important;
}
.request-checkbox label {
  font-weight: 500;
}
.account-request-form .contact-form h2 {
  font-weight: 500 !important;
}

@media screen and (max-width: 768px) {
  .quote-active a.mob-quote-btn:before {
    position: absolute;
    content: "";
    background-image: url(../images/quote-check-mark.svg);
    width: 17px;
    height: 16px;
    right: 75px;
    bottom: -6px;
  }
}

.page-my-account .register-custom {
  max-width: 100% !important;
}

/* Youtube videos to be wider  */

.project-detail-content iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
}
