@keyframes grow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes grow-header {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes grow-header-left {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 16px);
  }
}
@keyframes numberSection-before {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
@keyframes numberSection-text {
  0% {
    top: 200px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@font-face {
  font-display: swap;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  src: url("https://use.typekit.net/af/afb65e/00000000000000003b9b2044/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 400;
  src: url("https://use.typekit.net/af/9395af/00000000000000003b9b2046/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "neue-haas-grotesk-display";
  font-style: italic;
  font-weight: 400;
  src: url("https://use.typekit.net/af/032ccd/00000000000000003b9b2047/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 500;
  src: url("https://use.typekit.net/af/28f000/00000000000000003b9b2048/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 600;
  src: url("https://use.typekit.net/af/8a200c/00000000000000003b9b204a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 700;
  src: url("https://use.typekit.net/af/d562ce/00000000000000003b9b204c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "neue-haas-grotesk-display";
  font-style: italic;
  font-weight: 700;
  src: url("https://use.typekit.net/af/661dc5/00000000000000003b9b204d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2");
}
:root {
  --container-width: 1380px;
  --container-padding: calc((100vw - var(--container-width)) / 2);
  font-size: 24px;
  letter-spacing: 0.7px;
}
@media (max-width: 1500px) {
  :root {
    --container-width: 1140px;
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  :root {
    --container-width: 95vw;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  :root {
    --container-width: 90vw;
  }
}
@media (max-width: 767px) {
  :root {
    --container-width: calc(100vw - 32px);
  }
}

html,
body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  box-sizing: border-box;
  font-size: 1rem;
  color: #213752;
}

body {
  margin: 0;
  padding-top: 4.166rem;
  box-sizing: border-box;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    padding-top: 4rem;
  }
}

div {
  box-sizing: border-box;
}

h1 {
  font-size: 2.7rem;
  line-height: 1.12;
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 2.33rem;
    margin-bottom: 0.8rem;
  }
}

h1.big-heading,
h2.big-heading {
  font-size: 3.67rem;
}
@media (max-width: 1000px) {
  h1.big-heading,
h2.big-heading {
    font-size: 2.33rem;
  }
}

h2 {
  font-size: 2.3rem;
  line-height: 1.29;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 1.777rem;
    margin-bottom: 0.5rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 1.86rem;
  }
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: #231f20;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
  letter-spacing: normal;
}

p {
  margin-top: 0;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding-left: 0;
}

input,
textarea,
select {
  font-family: "neue-haas-grotesk-display", sans-serif;
  box-sizing: border-box;
}

.big-heading {
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .big-heading {
    font-size: 1.777rem;
    line-height: 1.29;
  }
}

/**
      Sizes to rem
     */
.page-sub-heading {
  font-size: 1.67rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: normal;
  color: #231f20;
}
@media (max-width: 1200px) {
  .page-sub-heading {
    line-height: 1.26;
  }
}
@media (max-width: 1025px) {
  .page-sub-heading {
    line-height: 1.26;
  }
}
@media (max-width: 767px) {
  .page-sub-heading {
    font-size: 21px;
    line-height: 1.43;
    letter-spacing: normal;
  }
}

.blue {
  color: #059edb;
}

.with-blue-dash::before {
  content: "";
  position: absolute;
}

.blue-dash,
.with-blue-dash {
  position: relative;
}

.with-blue-dash::before,
.blue-dash {
  display: block;
  height: 5px;
  width: 30px;
  left: 0;
  top: 0;
  border-radius: 1px;
  background-color: #059edb;
}

.btn {
  color: #fff;
  display: inline-block;
  background-color: #059edb;
  border: 1px solid #059edb;
  box-shadow: none;
  transition: all 0.1s linear;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.633rem 1.25rem;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
    padding: 0.95rem 1.05rem 0.95rem 1.15rem;
    line-height: 0.8;
  }
}
.field input.error, .field select.error, .field textarea.error {
    border: solid 1px red;
}
.page-template-page-contact-new .field label.error {
    color: red;
    font-size: 11px;
    bottom: 5px;
    right: 6px;
    top: inherit;
    left: inherit;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    z-index: 999999999;
}
.btn:hover {
  background-color: #fff;
  box-shadow: 0 3px 21px 0 rgba(49, 49, 49, 0.16);
  color: #059edb;
  border: 1px solid #fff;
}
.btn.btn-secondary {
  background-color: #fff;
  color: #059edb;
  border: 1px solid #fff;
}
.btn.btn-transparent {
  color: #059edb;
  background-color: transparent;
}
.btn.btn-transparent:hover {
  background-color: #fff;
}
.btn.btn-thin {
  line-height: 1.18;
  padding: 0.34rem 1rem 0.34rem 1rem;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--container-width);
}

.container-padding__left {
  padding-left: var(--container-padding);
}
.container-padding__right {
  padding-right: var(--container-padding);
}

.container-margin__left {
  margin-left: var(--container-padding);
}
.container-margin__right {
  margin-right: var(--container-padding);
}

.container-relative__left, .container-relative__right {
  position: relative;
}
.container-relative__left {
  left: var(--container-padding);
}
.container-relative__right {
  right: var(--container-padding);
}

header nav ul,
footer nav ul {
  display: flex;
}
header nav ul li a,
footer nav ul li a {
  text-decoration: none;
  color: #213752;
  font-size: 0.666rem;
  font-weight: 600;
}

header {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  transition: all 0.1s linear;
  z-index: 99999;
  background: #fff;
}
header.sticky {
  background: #f5f6f7;
  z-index: 9999999;
}
header #logo {
  margin: 0.533rem 0 0.533rem 0.833rem;
}
header #logo a {
  display: flex;
}
header #logo svg {
  height: 24px;
  pointer-events: none;
}
@media (max-width: 767px) {
  header #logo svg {
    height: 18px;
  }
}
@media (max-width: 767px) {
  header #logo {
    margin-left: var(--container-padding);
  }
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  margin: 0;
  padding-right: 2rem;
  justify-content: space-between;
}
header nav ul::before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #059edb;
}
header nav ul#menu-main-menu > li > a {
  padding-right: 2rem;
}
header nav ul li {
  flex-grow: 1;
}
header nav ul li.menu-item-has-children {
  position: relative;
}
@media (max-width: 767px) {
  header nav ul li.menu-item-has-children.open > a {
    background: url("../assets/images/menu-arrow-up-blue.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right;
    border-bottom: none;
  }
  header nav ul li.menu-item-has-children.open .sub-menu li:first-child a {
    padding-top: 0;
  }
  header nav ul li.menu-item-has-children.open .sub-menu a {
    background: none !important;
    border-bottom: 1px solid #ebedef;
  }
  header nav ul li.menu-item-has-children > a {
    background: url("../assets/images/menu-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right;
  }
}
header nav ul li.menu-item-has-children.open .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
@media (hover: hover) {
  header nav ul li.menu-item-has-children:hover:before {
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
  }
  header nav ul li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
header nav ul li:first-of-type:hover a::after {
  animation: grow-header 0.3s;
}
header nav ul li:first-of-type a::after {
  width: 100%;
  left: 0;
}
header nav ul li:last-child a {
  padding-right: 0;
}
header nav ul li a {
  box-sizing: border-box;
  display: inline-block;
  padding-top: 0.55rem;
  transition: color 0.3s linear;
  position: relative;
  width: 100%;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0;
}
header nav ul li:hover a::after {
  animation: grow-header 0.3s;
}
header nav ul li:hover > a, header nav ul li.current-menu-item > a {
  color: #059edb;
}
header nav ul li:hover > a::after, header nav ul li.current-menu-item > a::after {
  opacity: 1;
}
header nav ul li.current_page_parent > a {
  color: #059edb;
}
header nav ul li.current_page_parent > a::after {
  opacity: 1;
}
header nav ul li.current-menu-item a::after, header nav ul li.current_page_parent a::after {
  background-color: #fff;
}
header nav .sub-menu {
  position: absolute;
  min-width: max-content;
  background: #fafafa;
  border-top: 4px solid #059edb;
  padding: 0 1rem 0.58rem 0.75rem;
  visibility: hidden;
  opacity: 0;
  top: 2.08rem;
  display: none;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  header nav .sub-menu {
    position: inherit;
    border-top: none;
    padding: 0;
    background: transparent;
    top: 0;
  }
}
header nav .sub-menu:before {
  display: none;
}
header nav .sub-menu li {
  display: block;
}
header nav .sub-menu li a {
  font-size: 0.625rem;
  letter-spacing: 0.08px;
  color: #495b71;
  font-weight: normal !important;
}
header nav .sub-menu li a:after {
  display: none;
}
header .mobile-menu {
  position: absolute;
  visibility: hidden;
  /**
    I would prefer this as a % of width, rather than a set pixel amount (functionally the same, but
    more in line with overall styling approach)
   */
  right: -2000px;
  top: 0;
  box-shadow: 0 2px 10px 0 rgba(35, 31, 32, 0.21);
  padding: 22px 18px 0 22px;
  border-radius: 5px;
  background: #ffffff;
  width: calc(100% - 40px);
  height: 100vh;
  transition: 0.5s all;
}
header .mobile-menu.active {
  right: -23px;
  visibility: visible;
}
header .mobile-menu .close {
  position: absolute;
  right: 37px;
}
header .mobile-menu .close img {
  width: 15px;
  height: 15px;
}
@media (max-width: 1000px) {
  header .mobile-menu nav {
    display: block;
  }
  header .mobile-menu nav ul {
    flex-direction: column;
  }
  header .mobile-menu nav ul:before {
    display: none;
  }
  header .mobile-menu nav ul li a {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebedef;
  }
  header .mobile-menu nav ul li:last-child a {
    border-bottom: none;
  }
}
header .mobile-menu .btn {
  font-size: 14px;
  padding: 0.7rem 1.05rem 0.7rem 1.15rem;
  margin-bottom: 10px;
  cursor: pointer;
}
header .mobile-menu .m-f .social ul {
  display: flex;
  margin-bottom: 10px;
}
header .mobile-menu .m-f .social ul li {
  margin: 0 22px 0 0;
}
header .mobile-menu .m-f .social .social-icon__fb a, header .mobile-menu .m-f .social .social-icon__linkedin a, header .mobile-menu .m-f .social .social-icon__twitter a {
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: background-image 0.2s ease;
}
header .mobile-menu .m-f .social .social-icon__fb a {
  background-image: url("../assets/images/social/fb icon.svg");
}
header .mobile-menu .m-f .social .social-icon__fb a:hover {
  background-image: url("../assets/images/social/hover fb icon.svg");
}
header .mobile-menu .m-f .social .social-icon__linkedin a {
  background-image: url("../assets/images/social/linkedin icon.svg");
}
header .mobile-menu .m-f .social .social-icon__linkedin a:hover {
  background-image: url("../assets/images/social/hover linkedin icon.svg");
}
header .mobile-menu .m-f .social .social-icon__twitter a {
  background-image: url("../assets/images/social/twitter icon.svg");
}
header .mobile-menu .m-f .social .social-icon__twitter a:hover {
  background-image: url("../assets/images/social/hover twitter icon.svg");
}
header .mobile-menu .m-f .copyright {
  padding-bottom: 20px;
}
header .mobile-menu .m-f .copyright p {
  font-size: 10px;
  letter-spacing: 0.05px;
  color: #666666;
}
header .menu-toggler {
  display: none;
  margin-right: 2vw;
  padding: 0.533rem 0 0.533rem 1.5rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  header .menu-toggler {
    margin-right: var(--container-padding);
  }
}
header .menu-toggler .line {
  height: 2px;
  background: #111c29;
  display: block;
  margin-bottom: 7px;
  margin-left: auto;
}
header .menu-toggler .line.line-lg {
  width: 40px;
}
header .menu-toggler .line.line-sm {
  width: 20px;
}
header .menu-toggler .line.line-md {
  width: 30px;
}
@media (max-width: 1000px) {
  header .menu-toggler {
    display: block;
  }
}

footer {
  background-color: #231f20;
  border-top: 1px solid rgba(194, 200, 208, 0.5);
  padding: 2rem 0 1rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  footer {
    display: none;
  }
}
@media (max-width: 767px) {
  footer {
    display: none;
  }
}
footer #footer-logo svg {
  height: 48px;
}
footer #footer-nav ul li {
  margin-right: 50px;
  position: relative;
  display: flex;
  align-content: center;
}
footer #footer-nav ul li.reverse a {
  color: #059edb;
}
footer #footer-nav ul li.reverse a:hover {
  color: #ebedef;
}
footer #footer-nav ul li a {
  color: #ebedef;
  transition: color 0.1s linear;
}
footer #footer-nav ul li a:hover {
  color: #059edb;
}
footer #footer-nav ul li::after {
  content: "";
  width: 1px;
  height: 7px;
  background: #b3b3b3;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
footer #footer-nav ul li:last-child::after {
  content: none;
}
footer .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .nav-wrapper .social ul {
  display: flex;
}
footer .nav-wrapper .social ul li {
  margin: 0 1rem;
}
footer .nav-wrapper .social .social-icon__fb a, footer .nav-wrapper .social .social-icon__linkedin a, footer .nav-wrapper .social .social-icon__twitter a {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  transition: background-image 0.2s ease;
}
footer .nav-wrapper .social .social-icon__fb a {
  background-image: url("../assets/images/social/fb icon.svg");
}
footer .nav-wrapper .social .social-icon__fb a:hover {
  background-image: url("../assets/images/social/hover fb icon.svg");
}
footer .nav-wrapper .social .social-icon__linkedin a {
  background-image: url("../assets/images/social/linkedin icon.svg");
}
footer .nav-wrapper .social .social-icon__linkedin a:hover {
  background-image: url("../assets/images/social/hover linkedin icon.svg");
}
footer .nav-wrapper .social .social-icon__twitter a {
  background-image: url("../assets/images/social/twitter icon.svg");
}
footer .nav-wrapper .social .social-icon__twitter a:hover {
  background-image: url("../assets/images/social/hover twitter icon.svg");
}
footer div.copyright a:hover { text-decoration: underline;}
.mobile-footer div.copyright a,
footer div.copyright a { color: #c2c8d0; text-decoration: none;}
footer div.copyright {
  color: #c2c8d0;
  font-size: 10px;
}

[data-id^=nav-] {
  opacity: 0;
  pointer-events: none;
  z-index: -100;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 0;
  position: absolute;
}
[data-id^=nav-].active {
  display: block;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: auto;
  transition: opacity 0.3s linear;
  height: auto;
  visibility: visible;
  margin-bottom: initial;
}

/*
  Helper Classes
 */
.d-none {
  display: none !important;
}

.is-sticky:not(.sticky) {
  top: 0 !important;
}
.is-sticky.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  width: 100%;
  max-width: 100%;
  left: 0;
  background-color: #f5f6f7;
}
@media (max-width: 767px) {
  .is-sticky.sticky {
    padding-top: 10px;
  }
}

.btn-outline {
  background: #ffffff;
  border: 1px solid #059edb;
  color: #059edb;
}

.btn-outline:hover,
.btn-outline.active {
  background: #059edb;
  color: #ffffff;
}

.mobile-footer {
  background: #231f20;
  padding-top: var(--container-padding);
}
.mobile-footer nav ul li a {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(235, 237, 239, 0.3);
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: normal;
}
.mobile-footer .btn {
  padding: 0.7rem 1.05rem 0.7rem 1.15rem;
}
.mobile-footer .m-f .social ul {
  display: flex;
  margin-bottom: 10px;
}
.mobile-footer .m-f .social ul li {
  margin: 0 22px 0 0;
}
.mobile-footer .m-f .social .social-icon__fb a, .mobile-footer .m-f .social .social-icon__linkedin a, .mobile-footer .m-f .social .social-icon__twitter a {
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: background-image 0.2s ease;
}
.mobile-footer .m-f .social .social-icon__fb a {
  background-image: url("../assets/images/social/fb icon.svg");
}
.mobile-footer .m-f .social .social-icon__fb a:hover {
  background-image: url("../assets/images/social/hover fb icon.svg");
}
.mobile-footer .m-f .social .social-icon__linkedin a {
  background-image: url("../assets/images/social/linkedin icon.svg");
}
.mobile-footer .m-f .social .social-icon__linkedin a:hover {
  background-image: url("../assets/images/social/hover linkedin icon.svg");
}
.mobile-footer .m-f .social .social-icon__twitter a {
  background-image: url("../assets/images/social/twitter icon.svg");
}
.mobile-footer .m-f .social .social-icon__twitter a:hover {
  background-image: url("../assets/images/social/hover twitter icon.svg");
}
.mobile-footer .m-f .copyright {
  padding-bottom: 20px;
}
.mobile-footer .m-f .copyright p {
  font-size: 10px;
  letter-spacing: 0.05px;
  color: #fff;
}

.legal-text p {
  color: #495b71;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.3px;
  max-width: 39rem;
}

.page-content .flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.page-content .text { width: 48%; }
.downloadForm {
	background: #f6f6f6;
    width: 48%;
    padding: 40px;
}

.downloadForm .field {
    margin: 0 0 20px;
}

.downloadForm label {
    font-size: 18px;
    font-weight: bold;
	display: block; line-height: 1.2;
}
.txtbox {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    display: block;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}
#downloadBtn {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    cursor: pointer;
	margin: 10px 0 0;
}

@media (max-width: 767px) {
.single .post-header .post-header-wrapper .post-img-wrapper {
    width: 100%;
    text-align: right;
    margin-left: 0;
    overflow: hidden;
}
	.page-content .text {
		width: 100%;
		margin-bottom: 20px;
	}
	.downloadForm {
		width: 100%;
	}		
}


/*----------------------- new */
.page-template-page-contact-new header {
  z-index: 999999999;
  background: transparent;
}
.page-template-page-contact-new header.sticky {
  background: #f5f6f7;
}
.fieldcol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
.page-template-page-contact-new .field {
    margin-bottom: 20px;
	position: relative;
}
.page-template-page-contact-new .field label {
    font-size: 16px;
    display: block;
    line-height: 1;
    position: absolute; top: 22px; left: 15px; transition: 0.3s;
}
.page-template-page-contact-new .field label.focus {
	font-size: 11px;
	color: #059edb;
	top: 10px;
}
input.btn {
    padding: 0;
    font-size: 22px;
    letter-spacing: 1px;
}
.field input, .field select, .field textarea { height: 60px; width: 100%; border: 1px solid #d7d7d7; 
	border-radius: 2px; font-size: 16px; padding: 15px 15px 0 15px; }
.field select { appearance: none; background: url("../assets/images/dropdown.svg") no-repeat right 20px center / 12px #fff; }
.field textarea { height: 150px; padding: 25px 15px 15px; }	
	
.page-template-page-contact-new .contact {
  position: relative;
  padding-bottom: 8.75rem;
}

@media (max-width: 767px) {
  .page-template-page-contact-new .contact {
    padding-bottom: 62px;
    z-index: 1;
  }
  .fieldcol {
    grid-template-columns: repeat(1, 1fr);
}
}
.page-template-page-contact-new .contact:after {
  position: absolute;
  content: "";
  background: url("../assets/images/contact-us-bg2.svg");
  width: 63%;
  height: 110%;
  top: -10%;
  left: -1%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: 9;
}
@media (max-width: 1025px) {
  .page-template-page-contact-new .contact:after {
    width: 81%;
  }
}
@media (max-width: 767px) {
  .page-template-page-contact-new .contact:after {
    display: none;
  }
}
.page-template-page-contact-new .contact .contact-container {
  padding-left: var(--container-padding);
}
@media (max-width: 767px) {
  .page-template-page-contact-new .contact .contact-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-page-contact-new .contact .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-template-page-contact-new .contact .contact-wrapper {
    flex-direction: column;
  }
}
.page-template-page-contact-new .contact .contact-wrapper .title-area {
  width: 15%;
  margin-right: 5%;
  z-index: 99999999;
  position: relative;
}
@media (max-width: 1025px) {
  .page-template-page-contact-new .contact .contact-wrapper .title-area {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .page-template-page-contact-new .contact .contact-wrapper .title-area {
    width: 100%;
    margin-right: 0;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
.page-template-page-contact-new .contact .contact-wrapper .form-area {
  width: 80%;
  background: #fafafa;
  position: relative;
  z-index: 999999;
  padding: 3.83rem 4.79rem 4.04rem 4.79rem;
}
@media (max-width: 1025px) {
  .page-template-page-contact-new .contact .contact-wrapper .form-area {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .page-template-page-contact-new .contact .contact-wrapper .form-area {
    width: 100%;
    padding: 0 var(--container-padding) 30px;
  }
}
.page-template-page-contact-new .contact .contact-wrapper .form-area form {
  max-width: 680px;
}
.page-template-page-contact-new .contact .contact-wrapper .form-area form p.submit,
.page-template-page-contact-new .contact .contact-wrapper .form-area form .btn {
  display: block;
  margin-bottom: 0;
}

.page-template-page-contact-new .contact .contact-wrapper .form-area form input[type=submit] {
  margin-top: 1rem;
  border: none;
  cursor: pointer;
  border-radius: 0;
}
.page-template-page-contact-new .contact .contact-wrapper .form-area form .field-group {
  position: relative;
}
.page-template-page-contact-new .contact .contact-wrapper .form-area form .field-group.textarea {
  max-height: 2.75rem;
}
.page-template-page-contact-new .contact .contact-wrapper .form-area form .field-group span[class=wpcf7-not-valid-tip] {
  font-size: 0.5rem;
  line-height: 1;
  position: absolute;
  bottom: -1rem;
}
.page-template-page-contact-new .contact .contact-wrapper .form-area form .field-group span.wpcf7-form-control-wrap {
  height: 0.5rem;
}
.page-template-page-contact-new .contact .contact-wrapper .form-area form .field-group label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  color: #213752;
  font-size: 0.9rem;
  z-index: 2;
  transform: translateY(-50%);
  transition: all 0.1s linear;
  pointer-events: none;
  line-height: 1;
}
.page-template-page-contact-new input.btn {
    padding: 0 !important;
}

/*# sourceMappingURL=common.css.map */
