/* FLEX BOX STARTS */
/* FLEX BOX ENDS */
body {
  font-family: 'proxima-nova', sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.menuopen {
  overflow: hidden;
}
body.menuopenserv {
  overflow: hidden;
}
body.modalopen {
  overflow: hidden;
}
.arrival {
  margin-left: 3px!important;
  vertical-align: baseline;
  max-width: 7px;
}
.hide-xs {
  display: none;
}
@media only screen and (min-width:62em) {
  .hide-xs {
    display: block;
  }
}
.ohnohoney {
  display: none;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  display: block;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.shake:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  display: block;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
a {
  word-break: break-all;
}
a.readmre {
  color: #2C2B79;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
a.readmre:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 19px;
  position: relative;
  top: 1px;
  left: 6px;
  transition: all 0.5s;
}
a.readmre:hover {
  color: #B6BFE0;
}
a.readmre:hover:after {
  color: #B6BFE0;
  transition: all 0.5s;
}
a.bluelink {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #4D4CAB;
  letter-spacing: 1px;
}
@media only screen and (min-width:48em) {
  a.bluelink {
    font-size: 22px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  a.bluelink {
    font-size: 18px;
  }
}
a.bluelink:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  margin-left: 6px;
}
@media only screen and (min-width:48em) {
  a.bluelink:after {
    font-size: 18px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  a.bluelink:after {
    font-size: 16px;
  }
}
a.bluelink:hover {
  color: #373737;
}
a.bluelink:hover:after {
  color: #373737;
}
p {
  font-size: 17px;
  color: #231f20;
  font-weight: 300;
  line-height: 34px;
}
p span,
p a {
  color: #2C2B79;
}
p span.wordwrap,
p a.wordwrap {
  color: #231f20;
}
p.intro {
  color: #2C2B79 !important;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width:48em) {
  p.intro {
    font-size: 18px;
  }
}
p.date {
  font-size: 15px;
  color: #2C2B79;
  margin-bottom: 0px;
  margin-top: 25px;
  font-weight: 700;
}
p.newstitle {
  color: #2D2D2D;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (min-width:62em) {
  p.newstitle {
    font-size: 24px;
    line-height: 34px;
  }
}
p.newstitle a {
  color: #262626;
  word-break: initial;
}
p.newstitle a:hover {
  color: #4D4CAB;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'proxima-nova', sans-serif;
}
ul li a {
  color: #2C2B79;
}
ul.fancy li {
  font-size: 20px;
  color: #4D4CAB;
  font-weight: 700;
  position: relative;
  padding-left: 14px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  ul.fancy li {
    font-size: 18px;
  }
}
ul.fancy li:before {
  content: '|';
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
ul.list li {
  color: #4D4CAB;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}
ul.list li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
#layout1 ul.list li {
  font-size: 19px;
  line-height: 30px;
}
ul.list.news li {
  color: #696969;
  font-weight: 400;
}
ul.list.grid {
  padding-left: 0;
  margin-top: 20px;
}
ul.list.grid li {
  text-align: left;
  padding-bottom: 14px;
  color: #373737;
}
.optin p {
  line-height: 22px;
  color: #ffffff;
  font-size: 12px;
}
.optin p.gdpr {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
}
.optin p.gdpr a {
  color: #ffffff;
  font-weight: 500;
}
.optin p input {
  margin-right: 7px;
}
label.error,
.wpcf7-not-valid-tip {
  position: relative !important;
  margin-top: -10px !important;
  text-transform: none;
  font-size: 14px;
  display: block;
  color: #940303;
  margin-bottom: 8px;
}
label.error:before,
.wpcf7-not-valid-tip:before {
  content: '';
  background: #c30;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: #800000;
  display: inline-block;
  text-transform: none;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: 0px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ACA5C5;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ACA5C5;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ACA5C5;
}
p.error {
  position: relative !important;
  margin-top: -10px !important;
  text-transform: none;
  font-size: 14px;
  display: block;
}
.cont_form label.error {
  text-align: center;
}
.cont_form p.error {
  text-align: center;
}
.absolute-block {
  position: relative;
}
@media only screen and (min-width:62em) {
  .absolute-block {
    position: absolute;
  }
}
@media only screen and (min-width:62em) {
  .absolute-block.right {
    right: 20px;
    padding-left: 40px;
  }
}
@media only screen and (min-width:90em) {
  .absolute-block.right {
    right: 120px;
    padding-left: 110px;
  }
}
.absolute-block img {
  margin-top: 30px;
}
@media only screen and (min-width:62em) {
  .absolute-block img {
    margin-top: 0;
  }
}
@media only screen and (max-width:30em) {
  .absolute-block img {
    margin-top: 5px;
  }
}
.chat-icon {
  position: fixed;
  bottom: 86px;
  right: 25px;
  width: 75px;
  height: 75px;
}
@media only screen and (max-width:30em) {
.chat-icon {
    bottom: 25px;
  }
}
#file-notice {
  background-color: #a10000;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 16px 20px 16px 45px;
  text-transform: uppercase;
  display: none;
  position: relative;
  color: #ffffff;
}
#file-notice.success {
  background-color: #017804;
}
#file-notice.success:before {
  content: '\f058';
  top: 14px;
}
#file-notice:before {
  content: '\f071';
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  font-size: 18px;
  position: absolute;
  top: 22px;
  left: 16px;
}
#mapcontact p {
  margin-bottom: 0;
}
#mapcontact #map_canvas {
  vertical-align: middle;
}
#quoteftm {
  margin-top: 15px;
}
#quoteftm ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #373737;
}
#quoteftm :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #373737;
}
#quoteftm ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #373737;
}
#quoteftm div#mfcf7_zl_multifilecontainer {
  margin-top: 0;
}
#quoteftm .wpcf7 form .wpcf7-response-output {
  background-color: #840000;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 8px 20px;
}
#quoteftm input,
#quoteftm textarea {
  overflow: hidden;
  height: 45px;
  width: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 0 16px;
  font-size: 15px;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 0px;
}
#quoteftm textarea {
  height: 170px;
  margin-top: 10px;
  padding: 16px;
}
@media only screen and (min-width:62em) {
  #quoteftm textarea {
    margin-top: 0;
  }
}
#quoteftm input[type=submit] {
  background: #2C2B79;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.65s ease-in-out;
  border: 0;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #quoteftm input[type=submit] {
    margin-bottom: 0px;
    width: 220px;
  }
}
#quoteftm input[type=submit]:hover {
  background: #658EDB;
  color: #ffffff;
  transition: all 0.65s ease-in-out;
}
#quoteftm .file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}
#quoteftm .file input {
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0;
}
#quoteftm .file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 45px;
  padding: 0.5rem 1rem;
  line-height: 30px;
  color: #666666;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: start;
}
#quoteftm .file-custom::before {
  position: absolute;
  top: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 27px;
  padding: 0.5rem 1rem;
  line-height: 27px;
  color: #ffffff;
  background-color: #2C2B79;
  border: 1px solid #233968;
}
#quoteftm .file-custom::after {
  content: attr(data-title);
  font-size: 14px;
}
@media only screen and (max-width:30em) {
  #quoteftm .file-custom::after {
    font-size: 11px;
    top: 14px;
    line-height: 15px;
    left: 14px;
    position: absolute;
    display: block;
  }
}
#quoteftm #fileuploadtxt {
  margin-top: 8px;
}
#quoteftm #fileuploadtxt p {
  color: #006e08;
  font-size: 15px;
  font-weight: 700;
}
#quoteftm .fileupload {
  position: relative;
  cursor: pointer;
}
#quoteftm .fileupload:before {
  content: "Upload Design";
  background: #658EDB;
  color: #ffffff;
  text-align: center;
  height: 40px;
  width: 170px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.65s ease-in-out;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 2px;
}
#quoteftm .fileupload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 44px;
}
#quoteftm .fileupload span {
  font-weight: 700;
  font-size: 14px;
  margin-left: 0;
  color: #940303;
  position: relative;
  left: 0;
  top: 10px;
  line-height: 18px;
  display: block;
}
@media only screen and (min-width:62em) {
  #quoteftm .fileupload span {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    left: 178px;
  }
}
#quoteftm .fileupload:hover:before {
  background: #2C2B79;
  transition: all 0.65s ease-in-out;
}
#quoteftm .fileupload label#cvfile-error.error {
  margin-top: 15px!important;
}
#quoteftm p.gdpr {
  font-size: 13px!important;
  line-height: 20px!important;
  margin-bottom: 15px;
}
#quoteftm p.gdpr a {
  color: #2C2B79;
  font-weight: 700;
  word-break: break-word;
}
#quoteftm p.gdpr a:hover {
  color: #B6BFE0;
}
#quoteftm .upload-file-design {
  margin-bottom: 20px;
}
#quoteftm .dropfileup input {
  height: 140px;
  background: transparent;
  font-size: 14px;
  letter-spacing: 0;
  color: #4D4CAB;
  font-weight: 700;
  text-transform: uppercase;
}
#quoteftm #mfcf7_zl_multifilecontainer {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #2C2B79;
  padding: 10px 16px;
}
#quoteftm #mfcf7_zl_multifilecontainer:before {
  content: 'Uploaded File(s)';
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
#quoteftm #mfcf7_zl_multifilecontainer p {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
#quoteftm #mfcf7_zl_multifilecontainer p span {
  color: #ffffff;
}
#videobg {
  height: 500px;
  position: absolute!important;
  z-index: -1;
  width: 100%;
  display: block;
  background:url('../images/small-feature01.jpg');
}
@media only screen and (min-width:45em) {
  #videobg {
    height: 740px;
    background:none;
  }
}
@media only screen and (min-width:60em) {
  #videobg {
    height: 100vh;
  }
}
#videobg:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 150;
  opacity: 0.6;
  background: rgba(0, 12, 7, 0.82);
  width: 100%;
  height: 100%;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 108px;
  background: #ffffff;
  transition: all 0.65s ease-in-out;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #2C2B79;
}
@media only screen and (max-width:30em) {
  #header {
    padding: 0px 6px;
    height: 88px;
    position: relative;
  }
}
#header .row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 15px;
  height: 100%;
}
@media only screen and (max-width:30em) {
  #header .row {
    padding: 0;
  }
}
@media only screen and (min-width:62em) {
  #header .row {
    padding: 0 0 0 22px;
  }
}
#header .row .right {
  height: 100%;
  padding: 0;
}
#header .row .right ul,
#header .row .right li {
  height: 100%;
}
#header .row .menu-menu-right-container {
  height: 100%;
}
#header .row .menuhght {
  height: 100%;
}
#header .row .menuhght .primary-menu-container,
#header .row .menuhght ul,
#header .row .menuhght li {
  height: 100%;
}
#header .row .menuhght a {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#header .row .logo a img {
  padding-top: 7px;
}
#header .row ul {
  display: none;
  text-align: center;
}
@media only screen and (min-width:62em) {
  #header .row ul {
    display: block;
  }
}
#header .row ul.rightmnu {
  height: 100%;
  text-align: right;
}
#header .row ul.rightmnu li {
  border-left: 1px solid rgba(44, 43, 121, 0.15);
  padding: 0;
  text-align: center;
  float: right;
}
#header .row ul.rightmnu li a {
  color: #2C2B79;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  position: relative;
}
@media only screen and (min-width:62em) {
  #header .row ul.rightmnu li a {
    padding: 0 12px!important;
    font-size: 15px;
  }
}
@media only screen and (min-width:90em) {
  #header .row ul.rightmnu li a {
    padding: 0 25px!important;
    font-size: 18px;
  }
}
@media only screen and (min-width:120em) {
  #header .row ul.rightmnu li a {
    padding: 0 35px!important;
  }
}
#header .row ul.rightmnu li a.active,
#header .row ul.rightmnu li a:hover {
  color: #ffffff;
  background-color: #2C2B79;
}
#header .row ul li {
  display: inline-block;
  padding: 0 8px;
}
@media only screen and (min-width:62em) {
  #header .row ul li {
    padding: 0 3px;
  }
}
@media only screen and (min-width:75em) {
  #header .row ul li {
    padding: 0 14px;
  }
}
@media only screen and (min-width:120em) {
  #header .row ul li {
    padding: 0 16px;
  }
}
@media only screen and (min-width:100em) {
  #header .row ul li {
    padding: 0 24px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #header .row ul li {
    padding: 0 3px;
  }
}
#header .row ul li.submenudd a {
  position: relative;
}
#header .row ul li.submenudd a:after {
  content: '\f078';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  color: #696969;
}
#header .row ul li.submenudd a.active:after {
  color: #2C2B79;
  transition: all 0.5s;
}
#header .row ul li.submenudd a:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .row ul li.submenudd a:hover:after {
  color: #2C2B79;
  transition: all 0.5s;
}
#header .row ul li a {
  color: #696969;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}
@media only screen and (min-width:62em) {
  #header .row ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width:90em) {
  #header .row ul li a {
    font-size: 18px;
  }
}
#header .row ul li a:hover,
#header .row ul li a.active {
  color: #2C2B79;
}
#header .row ul li a:first-child {
  padding-left: 0px;
}
#header .row ul li a:last-child {
  padding-right: 0px;
}
#header .row .center-md {
  text-align: left;
}
@media only screen and (min-width:62em) {
  #header .row .center-md {
    text-align: center;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #header .row .center-md {
    text-align: left;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #header .row .center-md {
    text-align: right;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #header .row .col-md-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
#header.headscrll {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.65s ease-in-out;
}
#header #contactop p {
  font-weight: 700;
}
#header #contactop p span {
  position: relative;
}
#header #contactop p span:before {
  content: '\f3cd';
  position: absolute;
  top: -5px;
  left: -18px;
  font-family: "Font Awesome 5 Free";
}
#header .testmnu {
  display: block;
  position: relative;
  text-align: right;
  width: 50px;
  height: 40px;
  float: right;
}
@media only screen and (min-width:62em) {
  #header .testmnu {
    display: none;
  }
}
#header .testmnu:before {
  content: '\f0c9';
  position: absolute;
  top: 38%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 40px;
  color: #2C2B79;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}
@media only screen and (min-width:62em) {
  #header .testmnu:before {
    display: none;
  }
}
#header nav:not(.mm-menu) {
  display: none;
}
@media only screen and (min-width:62em) {
  #header nav:not(.mm-menu) {
    display: block;
    height: 100%;
  }
}
#menunav {
  display: none;
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 108px;
  left: 0;
  z-index: 200;
}
#menunav ul {
  list-style: none;
  padding: 40px 0 28px 0;
}
#menunav ul#aboutmnu,
#menunav ul#servicemnu,
#menunav ul#toolingmnu,
#menunav ul#careermnu {
  display: none;
}
#menunav ul li {
  padding-bottom: 18px;
  width: 33%;
  display: inline-block;
  text-align: left;
}
#menunav ul li a {
  color: #444444;
  font-size: 16px;
  position: relative;
  font-weight: 500;
}
@media only screen and (min-width:75em) {
  #menunav ul li a {
    font-size: 18px;
  }
}
#menunav ul li a:hover,
#menunav ul li a.active {
  color: #2C2B79;
}
#menunav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: transition;
  transition: all 0.65s ease-in-out;
}
#menunav ul li a.active:after {
  background-color: #2C2B79;
  transition: all 0.65s ease-in-out;
}
#menunav ul li a:hover:after {
  background-color: #2C2B79;
  transition: all 0.65s ease-in-out;
}
#feature {
  height: 650px;
  width: 100%;
  padding-top: 104px;
  position: relative;
}
@media only screen and (min-width:62em) {
  #feature {
    height: 100vh;
  }
}
@media only screen and (max-height:56em) {
  #feature {
    height: 800px;
  }
}
@media only screen and (max-height:46em) {
  #feature {
    height: 700px;
  }
}
@media only screen and (max-height:40em) {
  #feature {
    height: 600px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #feature {
    height: 600px;
  }
}
@media only screen and (max-width:30em) {
  #feature {
    padding-top: 0;
    height: 500px!important;
  }
}
#feature .wrap,
#feature .bx-wrapper,
#feature .bx-viewport {
  height: 100%!important;
}
#feature .row,
#feature .slider {
  position: relative;
  height: 100%;
}
#feature .col-xs-12 {
  margin-top: -100px;
}
@media only screen and (min-width:62em) {
  #feature .col-xs-12 {
    margin-top: 0;
  }
}
@media only screen and (max-height:46em) {
  #feature .col-xs-12 {
    margin-top: -80px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #feature .col-xs-12 {
    margin-top: -80px;
  }
}
#feature .image {
  width: 100%!important;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#feature .image:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#feature .slideone {
  background-image: var(--bg-image);
}
#feature .slidetwo {
  background-image: var(--bg-image);
}
#feature .slidethree {
  background-image: var(--bg-image);
}
#feature .slidefour {
  background-image: var(--bg-image);
}
#feature h1 {
  color: #ffffff;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
  font-family: 'montserrat', sans-serif;
}
@media only screen and (min-width:48em) {
  #feature h1 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (min-width:62em) {
  #feature h1 {
    font-size: 66px;
    line-height: 74px;
  }
}
@media only screen and (min-width:75em) {
  #feature h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #feature h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media only screen and (max-height:46em) {
  #feature h1 {
    font-size: 72px;
    line-height: 80px;
  }
}
@media only screen and (max-height:40em) {
  #feature h1 {
    font-size: 66px;
    line-height: 74px;
  }
}
@media only screen and (max-width:30em) {
  #feature h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
#feature p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (min-width:48em) {
  #feature p {
    font-size: 30px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #feature p {
    font-size: 20px;
    line-height: 32px;
  }
}
#feature p span {
  color: #2C2B79;
  margin: 0 8px;
}
#feature .featurebtm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 0px 15px;
  background: #263578;
  background: linear-gradient(90deg, #263578 0%, #6075cb 100%);
}
@media only screen and (min-width:66em) {
  #feature .featurebtm {
    padding: 0 15px 0px 60px;
    background: transparent;
  }
}
@media only screen and (max-width:30em) {
  #feature .featurebtm {
    padding: 0 15px 20px 15px;
  }
}
#feature .featurebtm .row {
  margin: 0;
}
#feature .featurebtm .row.middle-xs {
  justify-content: center;
}
@media only screen and (min-width:62em) {
  #feature .featurebtm .row.middle-xs {
    justify-content: normal;
  }
}
#feature .featurebtm .right {
  text-align: right;
}
#feature .featurebtm .col-xs-12 {
  margin-top: 0;
}
#feature .featurebtm .fancyblock {
  text-align: center;
  position: relative;
  max-width: 900px;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding-top: 22px;
}
#feature .featurebtm .fancyblock:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  height: 120px;
  width: 890px;
  background: #263578;
  background: linear-gradient(90deg, #263578 0%, #6075cb 100%);
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(70px 0%, calc(100% - 70px) 0%, 100% 122px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 0px), 0% 122px);
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width:66em) {
  #feature .featurebtm .fancyblock:after {
    display: block;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #feature .featurebtm .fancyblock:after {
    display: none;
  }
}
#feature .featurebtm .fancyblock:before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  right: 0;
  bottom: 0px;
  height: 126px;
  width: 900px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(70px 0%, calc(100% - 70px) 0%, 100% 122px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 10px 100%, 0% calc(100% - 0px), 0% 122px);
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width:66em) {
  #feature .featurebtm .fancyblock:before {
    display: block;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #feature .featurebtm .fancyblock:before {
    display: none;
  }
}
#feature .featurebtm .fancyblock p {
  position: relative;
  z-index: 1;
}
#feature .featurebtm .fancyblock p:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 0;
}
#feature .featurebtm .fancyblock p:nth-of-type {
  font-size: 26px;
}
#feature .featurebtm .fancyblock p a {
  color: #ffffff;
  word-break: break-word;
}
#feature .featurebtm .fancyblock p a:hover {
  color: #7E7A7B;
}
#feature .featurebtm .fancyblock p a:not(:last-child):after {
  content: '|';
  color: #6F79AA;
  margin: 0 8px 0 16px;
}
#tophead {
  padding: 0;
  margin-top: 0;
  padding-top: 108px;
  position: relative;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #tophead {
    margin-top: 108px;
    padding-top: 0;
  }
}
@media only screen and (max-width:30em) {
  #tophead {
    margin-top: 0px;
    padding-top: 0;
  }
}
#tophead .row {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
#tophead:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tophead h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  padding: 54px 0;
}
@media only screen and (min-width:48em) {
  #tophead h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width:62em) {
  #tophead h1 {
    font-size: 80px;
    padding: 88px 0px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #tophead h1 {
    font-size: 60px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #tophead h1 {
    padding: 54px 0;
  }
}
#intro {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #intro {
    padding: 160px 0 100px 0;
  }
}
#intro h1,
#intro h2 {
  color: #373737;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #intro h1,
  #intro h2 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #intro h1,
  #intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width:62em) {
  #intro .imgrght {
    padding-left: 50px;
  }
}
#intro p {
  font-size: 18px;
  color: #696969;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width:48em) {
  #intro p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #intro p {
    font-size: 18px;
    line-height: 30px;
  }
}
#intro p a {
  word-break: break-word;
}
#intro.innerpg {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #intro.innerpg {
    padding: 80px 0 0 0;
  }
  #intro.innerpg.paddbtm1 {
      padding:100px 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #intro.innerpg {
    padding: 80px 0;
  }
}
#intro.innerpg h2 {
  font-size: 30px;
  line-height: 38px;
  font-family: 'proxima-nova', sans-serif;
}
@media only screen and (min-width:48em) {
  #intro.innerpg h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #intro.innerpg h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
#intro.innerpg h2 span {
  color: #4D4CAB;
}
@media only screen and (min-width:62em) {
  #intro.innerpg .rghtimg {
    text-align: right;
  }
}
#intro.innerpg #quoteftm {
  margin-top: 0;
}
#intro.innerpg #quoteftm .fileupload:before {
  height: 50px;
  width: 220px;
  line-height: 50px;
  font-size: 15px;
}
#intro.innerpg #quoteftm .fileupload span {
  position: relative;
  left: 0;
  margin: 6px 0 20px 0;
  display: block;
}
#intro.innerpg #quoteftm textarea {
  height: 140px;
}
#intro.innerpg #quoteftm button {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}
#intro.innerpg h3 {
  color: #373737;
  font-size: 30px;
  line-height: 32px;
  font-family: 'proxima-nova', sans-serif;
}
@media only screen and (min-width:48em) {
  #intro.innerpg h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
#intro.innerpg p {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width:48em) {
  #intro.innerpg p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #intro.innerpg p {
    font-size: 18px;
    line-height: 30px;
  }
}
#intro.innerpg p.head-title {
  color: #4D4CAB;
  font-weight: 700;
  font-size: 16px;
}
#intro.innerpg ul {
  margin-top: 15px;
}
#intro.innerpg ul.list li {
  padding-bottom: 16px;
}
#intro.innerpg .paddtop {
  padding-top: 0px;
}
@media only screen and (min-width:62em) {
  #intro.innerpg .paddtop {
    padding-top: 70px;
  }
}
#intro.innerpg.paddtopbtm {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #intro.innerpg.paddtopbtm {
    padding: 80px 0;
  }
}
#intro.innerpg.paddtopbtm.form {
  padding: 60px 0 150px 0;
}
@media only screen and (min-width:62em) {
  #intro.innerpg.paddtopbtm.form {
    padding: 80px 0 190px 0;
  }
}
#intro.innerpg.paddtopbtm.form .optin {
  margin-top: 15px;
  min-height: 100px;
}
#intro.innerpg.pgcont ul {
  margin-bottom: 15px;
}
#intro.innerpg.pgcont ul li {
  color: #7E7A7B;
  line-height: 36px;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  padding-left: 15px;
}
#intro.innerpg.pgcont ul li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
#intro.innerpg.pgcont h3 {
  font-size: 20px;
}
#layout1 #intro.innerpg {
  padding: 80px 0px 52px 0;
}
#layout1 #intro.innerpg h2 {
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 36px;
}
@media only screen and (min-width:62em) {
  #layout1 #intro.innerpg h2 {
    font-size: 40px;
    line-height: 58px;
  }
}
#intro.innerpg.careerdetail h2 {
  font-size: 34px;
  color: #2C2B79;
}
#intro.innerpg.careerdetail h3 {
  font-size: 30px;
  color: #2C2B79;
}
#intro.innerpg.careerdetail ul.list li {
  font-size: 20px;
  color: #696969;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 32px;
}
#intro.innerpg.careerdetail .jobinfolft ul li {
  font-size: 20px;
  color: #696969;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 32px;
  position: relative;
  padding-left: 15px;
}
#intro.innerpg.careerdetail .jobinfolft ul li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
#intro.detail {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #intro.detail {
    padding: 120px 0;
  }
}
#intro.detail.project h2 {
  font-size: 40px;
  line-height: 50px;
}
#intro.detail.project h3 {
  font-size: 30px;
  line-height: 40px;
}
#intro.detail.project figure {
  margin-bottom: 40px;
}
#intro.detail.project p strong {
  color: #2C2B79;
}
#intro.detail.project ul.list {
  margin-top: 20px;
  margin-bottom: 12px;
}
#intro.detail.project ul.list li {
  font-size: 20px;
  color: #696969;
  font-weight: 400;
}
#intro.detail.project .bx-wrapper {
  margin-bottom: 40px!important;
}
#intro.detail.project ul.project-slide li figure {
  margin-bottom: 0;
}
#intro.detail.project ul.project-slide li figure span {
  position: absolute;
  bottom: 30px;
  right: 20px;
  background-color: #2C2B79;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 24px;
  padding: 14px 26px;
}
@media only screen and (min-width:48em) {
  #intro.detail.project ul.project-slide li figure span {
    font-size: 22px;
  }
}
#intro.policycont h3 {
  font-size: 20px;
}
#intro.serviceopt h2,
#intro.serviceopt h3 {
  font-size: 24px;
  text-align: center;
}
@media only screen and (min-width:62em) {
  #intro.serviceopt h2,
  #intro.serviceopt h3 {
    text-align: left;
  }
}
#intro.serviceopt p {
  text-align: center;
}
@media only screen and (min-width:62em) {
  #intro.serviceopt p {
    text-align: left;
  }
}
#intro.serviceopt h3 {
  line-height: 36px;
}
#intro.serviceopt .designprof h3 {
  font-size: 18px;
}
#intro .righfrm p {
  font-size: 16px;
  line-height: 30px;
}
#intro .righfrm #upload1 {
  background: #658EDB;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.65s ease-in-out;
  margin-top: -230px;
}
@media only screen and (min-width:48em) {
  #intro .righfrm #upload1 {
    margin-top: -208px;
  }
}
#intro .righfrm #upload1 form {
  width: 100%;
  height: 100%;
}
#intro .righfrm #upload1:hover {
  background: #2C2B79;
  transition: all 0.65s ease-in-out;
}
#intro .righfrm form {
  margin-top: 15px;
}
#intro .righfrm form button {
  background: #2C2B79;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.65s ease-in-out;
  border: 0;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #intro .righfrm form button {
    margin-bottom: 0px;
  }
}
#intro .righfrm form button:hover {
  background: #658EDB;
  color: #ffffff;
  transition: all 0.65s ease-in-out;
}
#intro .righfrm form button.margtop {
  margin-top: 54px;
}
#intro .righfrm form #fileuploadtxt {
  margin-top: 8px;
}
#intro .righfrm form #fileuploadtxt p {
  color: #006e08;
  font-size: 15px;
  font-weight: 700;
}
#intro .righfrm form .fileupload {
  position: relative;
}
#intro .righfrm form .fileupload:before {
  content: "Upload file";
  background: #658EDB;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  height: 40px;
  width: 170px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.65s ease-in-out;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 2px;
}
#intro .righfrm form .fileupload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 44px;
}
#intro .righfrm form .fileupload span {
  font-weight: 700;
  font-size: 14px;
  margin-left: 0;
  color: #940303;
  position: relative;
  left: 0;
  top: 3px;
  line-height: 18px;
  display: block;
}
@media only screen and (min-width:62em) {
  #intro .righfrm form .fileupload span {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    left: 178px;
  }
}
#intro .righfrm form .fileupload:hover:before {
  background: #2C2B79;
  transition: all 0.65s ease-in-out;
}
#intro .righfrm form .fileupload label#cvfile-error.error {
  margin-top: 15px!important;
}
#intro .righfrm p.gdpr {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
#intro .righfrm p.gdpr a {
  color: #2C2B79;
  font-weight: 700;
  word-break: break-word;
}
#intro .righfrm p.gdpr a:hover {
  color: #B6BFE0;
}
#services {
  padding: 0;
  position: relative;
}
#services .row {
  margin: 0;
}
#services .row .col-xs-12 {
  padding: 0;
}
#services .row .col-xs-12:nth-of-type(1) {
  border-right: 0px;
}
@media only screen and (min-width:62em) {
  #services .row .col-xs-12:nth-of-type(1) {
    border-right: 1px solid #ffffff;
  }
}
#services .row .col-xs-12:nth-of-type(2) {
  border-left: 0px;
  border-right: 0px;
}
@media only screen and (min-width:62em) {
  #services .row .col-xs-12:nth-of-type(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}
#services .row .col-xs-12:nth-of-type(3) {
  border-left: 0px;
}
@media only screen and (min-width:62em) {
  #services .row .col-xs-12:nth-of-type(3) {
    border-left: 2px solid #ffffff;
  }
}
#services .row figure {
  position: relative;
}
#services .row figure img {
  display: block;
  vertical-align: middle;
  width: 100%;
}
#services .row figure a {
  position: absolute;
  z-index: 200;
  display: block;
  width: 100%;
  height: 100%;
}
#services .row figure:after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.65s ease-in-out;
}
#services .row figure span {
  position: absolute;
  top: 40%;
  left: 0px;
  z-index: 250;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  transition: all 0.65s ease-in-out;
}
#services .row figure span.head:after {
  content: '';
  width: 22%;
  height: 2px;
  background-color: #ffffff;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width:62em) {
  #services .row figure span.head:after {
    margin-top: 30px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #services .row figure span.head:after {
    margin-top: 20px;
  }
}
@media only screen and (min-width:48em) {
  #services .row figure span {
    font-size: 30px;
  }
}
@media only screen and (min-width:62em) {
  #services .row figure span {
    font-size: 30px;
    top: 50%;
  }
}
@media only screen and (min-width:75em) {
  #services .row figure span {
    font-size: 50px;
    top: 50%;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #services .row figure span {
    font-size: 30px;
    top: 40%;
  }
}
#services .row figure span.mre {
  font-size: 22px;
  color: #ffffff;
  text-shadow: none;
  text-transform: uppercase;
  opacity: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width:30em) {
  #services .row figure span.mre {
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    background: #263578;
    background: linear-gradient(90deg, #263578 0%, #6075cb 100%);
    padding: 20px 15px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #services .row figure span.mre {
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    background: #263578;
    background: linear-gradient(90deg, #263578 0%, #6075cb 100%);
    padding: 20px 15px;
  }
}
#services .row figure span.mre:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  margin-left: 6px;
}
#services .row figure:after {
  content: '';
  color: #ffffff;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.65s ease-in-out;
}
#services .row figure:hover:after {
  background: rgba(44, 43, 121, 0.9);
  transition: all 0.65s ease-in-out;
}
#services .row figure:hover span {
  transition: all 0.65s ease-in-out;
}
#services .row figure:hover span.mre {
  top: auto;
  bottom: 18%;
  opacity: 1;
}
@media only screen and (max-width:30em) {
  #services .row figure:hover span.mre {
    top: 0;
    bottom: 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #services .row figure:hover span.mre {
    top: 0;
    bottom: 0;
  }
}
#whychoose {
  padding: 60px 0;
  background-color: #FEFFFC;
}
#whychoose.nopaddbtm {
  padding-bottom:0;
}
@media only screen and (min-width:62em) {
  #whychoose {
    padding: 140px 0 110px 0;
  }
  #whychoose.nopaddbtm {
    padding-bottom:0;
  }
}
@media only screen and (min-width:100em) {
  #whychoose {
    padding:140px 0 137px 0;
  }
}
#whychoose h3 {
  font-size: 30px;
  color: #373737;
}
@media only screen and (min-width:48em) {
  #whychoose h3 {
    font-size: 50px;
    font-weight: 700;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #whychoose h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
#layout1 #whychoose h3 {
  font-size: 28px;
  padding-top: 0;
}
@media only screen and (min-width:48em) {
  #layout1 #whychoose h3 {
    font-size: 33px;
  }
}
#layout1 #whychoose.padddbtm {
  padding-bottom: 0;
}
#layout1 #whychoose.paddtpbtm {
  padding: 0;
}
#layout1 #whychoose.paddtpbtm.mid {
  padding: 70px 0;
}
#layout1 #whychoose.paddtpbtm.bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width:62em) {
  #layout1 #whychoose.paddtpbtm.bottom {
    padding-bottom: 110px;
  }
}
#layout1 #whychoose.paddtpbtm.nopaddbtm {
  padding-bottom: 38px;
}
#layout1 #whychoose ul {
  margin-top: 0;
}
@media only screen and (min-width:62em) {
  #layout1 #whychoose ul {
    margin-top: 26px;
  }
}
#layout1 #whychoose ul li {
  padding-bottom: 26px;
}
@media only screen and (min-width:62em) {
  #layout1 #whychoose .rghtimg {
    text-align: right;
  }
}
#whychoose p {
  color: #696969;
  font-size: 20px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #whychoose p {
    font-size: 18px;
    line-height: 30px;
  }
}
#whychoose ul {
  margin-top: 26px;
}
#whychoose ul li {
  padding-bottom: 22px;
}
@media only screen and (min-width:62em) {
  #whychoose ul li {
    padding-bottom: 30px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #whychoose ul li {
    padding-bottom: 22px;
  }
}
#whychoose ul li:last-child {
  padding-bottom: 0;
}
#layout1 #whychoose ul {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #layout1 #whychoose ul {
    margin-bottom: 0;
  }
}
#whychoose .absolute-block {
  position: relative;
  padding-left: 15px;
}
@media only screen and (min-width:62em) {
  #whychoose .absolute-block {
    position: absolute;
    padding-left: 0;
    left: 0;
  }
}
#expertise {
  background-color: #2C2B79;
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #expertise {
    background-image: url("../images/home-bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #expertise {
    background-color: #2C2B79;
  }
}
@media only screen and (min-width:62em) {
  #expertise {
    padding: 150px 0;
  }
}
@media only screen and (min-width:62em) {
  #layout1 #expertise {
    padding: 100px 0;
  }
}
@media only screen and (min-width:62em) {
  #apprentice #expertise {
    padding: 110px 0;
  }
}
#expertise.greybg {
  background-color: #F5F5F5;
  background-image: none;
}
#expertise.greybg h4 {
  color: #373737;
}
#apprentice #expertise.greybg .heading p {
  color: #373737;
}
#expertise .col-xs-12 {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #expertise .col-xs-12 {
    margin-bottom: 0;
  }
}
#apprentice #expertise .col-xs-12 {
  margin-bottom: 15px;
}
@media only screen and (min-width:62em) {
  #apprentice #expertise .col-xs-12 {
    margin-bottom: 0;
  }
}
#expertise .heading p {
  color: #B6BFE0;
  font-size: 18px;
  line-height: 34px;
}
@media only screen and (min-width:48em) {
  #expertise .heading p {
    font-size: 20px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise .heading p {
    font-size: 18px;
  }
}
#apprentice #expertise .heading p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width:62em) {
  #apprentice #expertise .heading p {
    font-size: 22px;
  }
}
#apprentice #expertise .heading p:last-child {
  margin-bottom: 0;
}
#expertise .heading p strong {
  font-weight: 700;
}
#expertise .top60px {
  margin-top: 0px!important;
}
@media only screen and (min-width:62em) {
  #expertise .top60px {
    margin-top: 60px!important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise .top60px {
    margin-top: 0px!important;
  }
}
#expertise h4 {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 24px;
}
@media only screen and (min-width:48em) {
  #expertise h4 {
    font-size: 50px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise h4 {
    font-size: 30px;
  }
}
#apprentice #expertise h4 {
  font-size: 33px;
  padding-bottom: 22px;
}
#expertise p {
  color: #B6BFE0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
#expertise p.title {
  font-family: 'montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}
#expertise p.title img {
  margin: 0 auto;
}
@media only screen and (min-width:48em) {
  #expertise p.title {
    font-size: 60px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise p.title {
    font-size: 44px;
  }
}
#expertise p.subline {
  font-family: 'montserrat', sans-serif;
  font-size: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#layout1 #expertise p.subline {
  margin-top: 25px;
  font-size: 18px;
}
@media only screen and (min-width:62em) {
  #layout1 #expertise p.subline {
    font-size: 22px;
  }
}
#expertise.about {
  background-color: #2C2B79;
}
@media only screen and (min-width:62em) {
  #expertise.about {
    background-image: url("../images/about-bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -110px;
  }
}
#expertise.about.notopmarg {
  margin-top:0;
}
@media only screen and (max-width:30em) {
  #expertise.about {
    background-color: #2C2B79;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise.about {
    margin-top: 0;
  }
}
#layout1 #expertise.about {
  margin-top: 0;
}
@media only screen and (min-width:62em) {
  #layout1 #expertise.about {
    background-image: url("../images/paragon-promise-bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#layout1 #expertise.about h3 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 30px;
}
@media only screen and (min-width:48em) {
  #layout1 #expertise.about h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width:62em) {
  #layout1 #expertise.about h3 {
    margin-bottom: 70px;
  }
}
#expertise.margtop {
  margin-top: 0;
}
#expertise.innerpg {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #expertise.innerpg {
    padding: 130px 0 170px 0;
  }
}
#expertise.innerpg .top30px {
  margin-top: 20px!important;
}
@media only screen and (min-width:62em) {
  #expertise.innerpg .top30px {
    margin-top: 30px!important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise.innerpg .top30px {
    margin-top: 0px!important;
  }
}
#expertise.innerpg .col-xs-12 {
  margin-bottom: 0;
}
#expertise.innerpg h4 {
  padding-bottom: 16px;
}
#expertise.innerpg p {
  font-size: 18px;
  color: #B6BFE0;
  line-height: 30px;
}
@media only screen and (min-width:48em) {
  #expertise.innerpg p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise.innerpg p {
    font-size: 18px;
    line-height: 30px;
  }
}
#expertise.innerpg p.roundno {
  font-size: 90px;
  width: 130px;
  height: 130px;
  border: 2px solid #ffffff;
  font-weight: 700;
  border-radius: 65px;
  display: block;
  margin: 0 auto 25px auto;
  text-align: center;
  color: #ffffff;
  line-height: 126px;
}
#expertise.innerpg p.subline {
  font-size: 22px;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 16px;
}
@media only screen and (min-width:48em) {
  #expertise.innerpg p.subline {
    font-size: 30px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #expertise.innerpg p.subline {
    font-size: 22px;
  }
}
#expertise.innerpg ul li {
  color: #ffffff;
  font-weight: 700;
  position: relative;
  padding-left: 32px;
  text-align: left;
  font-size: 20px;
  padding-bottom: 34px;
}
#expertise.innerpg ul li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  margin-right: 12px;
  position: absolute;
  left: 0;
}
#expertise.innerpg ul li a:before {
  display: none;
}
#quote {
  padding: 60px 0 0 0;
}
@media only screen and (min-width:62em) {
  #quote {
    padding: 170px 0 130px 0;
  }
}
#quote h5 {
  color: #373737;
  font-size: 30px;
}
@media only screen and (min-width:48em) {
  #quote h5 {
    font-size: 50px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #quote h5 {
    font-size: 30px;
  }
}
#quote h5 span {
  color: #4D4CAB;
}
#quote p {
  font-size: 18px;
  color: #696969;
  line-height: 34px;
}
@media only screen and (min-width:48em) {
  #quote p {
    font-size: 22px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #quote p {
    font-size: 18px;
  }
}
#quote .imgtitle p {
  color: #7E7A7B;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #quote .imgtitle p {
    font-size: 30px;
  }
}
@media only screen and (max-width:30em) {
  #quote .imgtitle p {
    text-align: left;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #quote .imgtitle p {
    text-align: left;
  }
}
#quote .col-xs-12.paddrgt {
  padding-right: 15px;
}
@media only screen and (min-width:62em) {
  #quote .col-xs-12.paddrgt {
    padding-right: 50px;
  }
}
#specialise {
  background-image: url("../images/mobile-home-bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:60px 0;
  /*p, li, a {
		color:@white;
	}*/
}
@media only screen and (min-width:62em) {
  #specialise {
    background-image: url("../images/home-bg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #specialise {
    background-image: url("../images/small-home-bg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width:62em) {
  #specialise {
    padding: 160px 0 190px 0;
  }
}
#specialise h6 {
  font-size: 30px;
  color: #ffffff;
  padding-top: 0;
}
@media only screen and (min-width:48em) {
  #specialise h6 {
    font-size: 45px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #specialise h6 {
    font-size: 30px;
  }
}
#specialise p {
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width:30em) {
  #specialise p {
    text-align: left;
  }
}
#specialise ul {
  margin-top: 15px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width:48em) {
  #specialise ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width:62em) {
  #specialise ul {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #specialise ul {
    margin-top: 30px;
  }
}
#specialise ul li {
  font-size: 20px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 32px;
  line-height: 32px;
}
@media only screen and (min-width:48em) {
  #specialise ul li {
    padding-bottom: 34px;
  }
}
@media only screen and (min-width:62em) {
  #specialise ul li {
    font-size: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width:90em) {
  #specialise ul li {
    font-size: 24px;
  }
}
#specialise ul li:last-child {
  padding-bottom: 0;
}
#specialise ul li a {
  font-weight: 700;
  word-break: break-word;
  color: #ffffff;
}
#specialise ul li a:hover {
  color: #B6BFE0;
}
#specialise ul li a:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #5E78ED;
  font-size: 22px;
  margin-right: 12px;
  position: absolute;
  left: 0;
}
#specialise.innerpg {
  background: none;
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #specialise.innerpg {
    padding: 170px 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #specialise.innerpg {
    padding: 110px 0;
  }
}
#specialise.innerpg h6,
#specialise.innerpg p,
#specialise.innerpg li a {
  color: #373737;
}
#specialise.innerpg h6 {
  font-size: 30px;
  text-align: left;
}
@media only screen and (min-width:48em) {
  #specialise.innerpg h6 {
    font-size: 50px;
    text-align: center;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #specialise.innerpg h6 {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #specialise.innerpg h6 {
    text-align: left;
  }
}
#specialise.innerpg ul li {
  color: #373737;
  font-weight: 700;
  position: relative;
  padding-left: 32px;
}
#specialise.innerpg ul li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #5E78ED;
  font-size: 22px;
  margin-right: 12px;
  position: absolute;
  left: 0;
}
#specialise.innerpg ul li a:before {
  display: none;
}
#specialise.innerpg .benefits ul li {
  font-size: 20px;
}
@media only screen and (min-width:90em) {
  #specialise.innerpg .benefits ul li {
    font-size: 25px;
  }
}
#testimonials {
  padding: 60px 0;
  background-color: #F5F5F5;
}
@media only screen and (min-width:62em) {
  #testimonials {
    padding: 150px 0;
  }
}
#testimonials .heading p {
  color: #4D4CAB;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .heading h6 {
  font-size: 30px;
  color: #373737;
  padding-top: 0;
  padding-bottom: 30px;
}
@media only screen and (min-width:48em) {
  #testimonials .heading h6 {
    font-size: 50px;
  }
}
@media only screen and (min-width:62em) {
  #testimonials .heading h6 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #testimonials .heading h6 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
#testimonials .col-xs-12 {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #testimonials .col-xs-12 {
    margin-bottom: 0;
  }
}
#testimonials .col-xs-12:last-child {
  margin-bottom: 0;
}
#testimonials .col-xs-12 .bx-wrapper {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
#testimonials .blockcontainer .blockshadow {
  padding: 30px 34px;
  background-color: #ffffff;
}
@media only screen and (min-width:62em) {
  #testimonials .blockcontainer .blockshadow {
    padding: 70px 74px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #testimonials .blockcontainer .blockshadow {
    padding: 30px 34px;
  }
}
#testimonials p {
  color: #373737;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
@media only screen and (min-width:62em) {
  #testimonials p {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #testimonials p {
    font-size: 18px;
    line-height: 32px;
  }
}
#testimonials p span {
  display: block;
  color: #4D4CAB;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (min-width:62em) {
  #testimonials p span {
    font-size: 17px;
  }
}
#testimonials p a {
  word-break: break-word;
}
#newsfeed {
  padding: 50px 0;
}
@media only screen and (min-width:62em) {
  #newsfeed {
    padding: 120px 0;
  }
}
#newsfeed .newsitem {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #newsfeed .newsitem {
    margin-bottom: 0px;
  }
}
#newsfeed.paddbtm {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #newsfeed.paddbtm {
    padding-bottom: 130px;
  }
}
#newsfeed h4 {
  color: #262626;
  font-size: 30px;
}
@media only screen and (min-width:48em) {
  #newsfeed h4 {
    font-size: 40px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #newsfeed h4 {
    font-size: 30px;
  }
}
#newsfeed .top40px {
  margin-top: 15px!important;
}
@media only screen and (min-width:62em) {
  #newsfeed .top40px {
    margin-top: 40px!important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #newsfeed .top40px {
    margin-top: 15px!important;
  }
}
#newsfeed figure {
  overflow: hidden;
}
#newsfeed figure img {
  display: block;
  transition: transform 0.2s;
  width: 100%;
}
#newsfeed figure img:hover {
  transform: scale(1.1);
}
#newsfeed .rightimg figure img:hover {
  transform: scale(1);
}
#newsfeed.newspg {
  padding: 50px 0;
}
@media only screen and (min-width:62em) {
  #newsfeed.newspg {
    padding: 120px 0 90px 0;
  }
}
#newsfeed.newspg .col-xs-12 {
  margin-bottom: 0;
}
@media only screen and (min-width:48em) {
  #newsfeed.newspg .col-xs-12 {
    margin-bottom: 30px;
  }
}
#newsfeed .newsbtm {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #newsfeed .newsbtm {
    margin-bottom: 0;
  }
}
#newsfeed .newsbtm:last-child {
  margin-bottom: 0;
}
#newsfeed .newsbtm:hover img {
  transform: scale(1.1);
}
#newsfeed .newsbtm:hover p a {
  color: #2C2B79;
}
@media only screen and (max-width:30em) {
  #newsfeed.innerpg figure {
    margin: 15px 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #newsfeed.innerpg figure {
    margin: 5px 0 15px 0;
  }
}
#newsfeed.innerpg .newsitem {
  margin-bottom: 50px;
}
#contact-bottom {
  background-color: #2C2B79;
  position: relative;
  padding: 60px 0 20px 0;
}
@media only screen and (min-width:62em) {
  #contact-bottom {
    padding: 120px 0 0 0;
  }
}
#contact-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3348a6;
  background: linear-gradient(90deg, #3348a6 0%, #6075cb 100%);
  opacity: 0.3;
}
@media only screen and (min-width:62em) {
  #contact-bottom:before {
    background: #263578;
    background: linear-gradient(90deg, #263578 0%, #6075cb 100%);
  }
}
#contact-bottom .wrap {
  position: relative;
}
#contact-bottom .wrap .divider {
  width: 1px;
  height: 96%;
  background-color: rgba(255, 255, 255, 0.2);
}
#contact-bottom h5 {
  font-size: 26px;
  color: #ffffff;
  padding-top: 0px;
  margin-top: 30px;
}
@media only screen and (min-width:48em) {
  #contact-bottom h5 {
    font-size: 32px;
  }
}
@media only screen and (min-width:62em) {
  #contact-bottom h5 {
    margin-top: 0px;
  }
}
#contact-bottom p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
#contact-bottom p.title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}
#contact-bottom p.title.top50px {
  margin-top: 15px!important;
}
@media only screen and (min-width:62em) {
  #contact-bottom p.title.top50px {
    margin-top: 50px!important;
  }
}
#contact-bottom p.small {
  font-size: 15px;
  line-height: 26px;
}
#contact-bottom p.gdpr {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
#contact-bottom p.gdpr a {
  color: #ffffff;
  font-weight: 700;
  word-break: break-word;
}
#contact-bottom p.gdpr a:hover {
  color: #B6BFE0;
}
#contact-bottom p.optingdpr {
  line-height: 20px;
  font-size: 13px;
}
#contact-bottom p.optingdpr label input {
  margin-right: 6px;
}
#contact-bottom ul {
  margin-top: 8px;
}
#contact-bottom ul li,
#contact-bottom ul a {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.65s ease-in-out;
}
#contact-bottom ul li:hover,
#contact-bottom ul a:hover {
  color: #B6BFE0;
  transition: all 0.65s ease-in-out;
}
#contact-bottom ul li {
  padding-bottom: 12px;
}
#contact-bottom ul li:first-child:before {
  content: '\f3cd';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 8px;
  transition: all 0.65s ease-in-out;
}
#contact-bottom ul li:last-child:before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 14px;
  margin-right: 8px;
  transition: all 0.65s ease-in-out;
}
#contact-bottom form {
  margin-top: 12px;
}
#contact-bottom form input {
  background: #2C2B79;
  color: #ACA5C5;
  font-weight: 300;
  transition: all 0.65s ease-in-out;
  border: 1px solid #2C2B79;
  overflow: hidden;
  height: 45px;
  width: 100%;
  position: relative;
  padding: 0 16px;
  font-size: 15px;
  margin-bottom: 22px;
  border-radius: 0px;
}
#contact-bottom form input:focus {
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.65s ease-in-out;
}
#contact-bottom form label.error {
  color: #ffffff;
}
#contact-bottom form p {
  margin: 0;
}
#contact-bottom form p i {
  color: #ffffff;
}
#contact-bottom form input[type=submit] {
  color: #ffffff;
  background: #658EDB;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.65s ease-in-out;
  border: 0;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #contact-bottom form input[type=submit] {
    margin-bottom: 0px;
  }
}
#contact-bottom form input[type=submit]:hover {
  background: #ffffff;
  color: #2C2B79;
  transition: all 0.65s ease-in-out;
}
#contact-bottom form textarea {
  background: #2C2B79;
  border: 1px solid #2C2B79;
  color: #ACA5C5;
  font-weight: 300;
  transition: all 0.65s ease-in-out;
  height: 120px;
  width: 100%;
  position: relative;
  padding: 16px;
  font-size: 15px;
  border-radius: 0px;
  margin-bottom: 22px;
}
#contact-bottom form textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.65s ease-in-out;
}
#contact-bottom form label.error,
#contact-bottom form .wpcf7-not-valid-tip {
  color: #ffffff;
}
#contact-bottom .wpcf7 form .wpcf7-response-output {
  background-color: #840000;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 8px 20px;
}
#footer {
  padding: 36px 0;
  background-color: #2C2B79;
  position: relative;
}
@media only screen and (min-width:62em) {
  #footer {
    padding: 56px 0 30px 0;
  }
}
#footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3348a6;
  background: linear-gradient(90deg, #3348a6 0%, #6075cb 100%);
  opacity: 0.3;
}
@media only screen and (min-width:62em) {
  #footer:before {
    background: #263578;
    background: linear-gradient(90deg, #263578 0%, #6075cb 100%);
  }
}
#footer .wrap {
  position: relative;
}
#footer .wrap .topdivider {
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto 34px auto;
}
#footer ul {
  text-align: center;
}
@media only screen and (min-width:62em) {
  #footer ul {
    text-align: left;
  }
}
#footer ul li {
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
  padding: 0 6px;
}
#footer ul li::after {
  display:none;
}
@media only screen and (min-width:48em) {
  #footer ul li {
    display: inline-block;
  }
  #footer ul li::after {
    display:inline-block;
  }
}
#footer ul li:not(:last-child):after {
  content: '|';
  margin-left: 14px;
}
#footer ul li:first-child {
  padding-left: 6px;
}
@media only screen and (min-width:62em) {
  #footer ul li:first-child {
    padding-left: 0;
  }
}
#footer ul li:last-child {
  padding-right: 6px;
}
@media only screen and (min-width:62em) {
  #footer ul li:last-child {
    padding-right: 0;
  }
}
#footer ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
#footer ul li a:hover {
  color: #ACA5C5;
}
#footer ul li.social a {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 10px auto 0 auto;
}
#footer ul li.social a:before {
  content: '\f0e1';
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
  color: #2C2B79;
  padding-left: 1px;
}
#footer ul li.social {
  display: inline-block;
}
#footer ul li.social.youtube {
  padding:0;
}
#footer ul li.social.youtube a:before {
  content:'\f167';
}
#footer ul li.social::after {
  display:none;
}
#footer p {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width:62em) {
  #footer p {
    text-align: right;
    margin-bottom: 0;
  }
}
#footer p img {
  vertical-align: middle;
  margin-top: 20px;
}
@media only screen and (min-width:62em) {
  #footer p img {
    margin-top: 0;
  }
}
#footer p img:nth-child(2) {
  margin-left: 20px;
}
#footer p a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}
#footer p a.designby {
  color: #2bb1ef;
  font-weight: 700;
}
#footer p a:hover {
  color: #ffffff;
}
#footer p a:nth-child(2),
#footer p a:nth-child(3) {
  margin-left: 20px;
}
#maincnt {
  background: #1b2b71;
  background: linear-gradient(90deg, #1b2b71 0%, #263578 49%, #6075cb 100%);
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #maincnt {
    padding: 150px 0;
  }
}
#maincnt h3 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'proxima-nova', sans-serif;
  padding-bottom: 24px;
}
@media only screen and (min-width:48em) {
  #maincnt h3 {
    font-size: 40px;
  }
}
#maincnt p {
  color: #B6BFE0;
  font-size: 18px;
  line-height: 30px;
}
#maincnt img {
  width: 100%;
}
#maincnt .paddtpbtm {
  padding: 30px 0;
}
@media only screen and (min-width:62em) {
  #maincnt .paddtpbtm {
    padding: 100px 0;
  }
}
#maincnt .paddtpbtm img {
  margin-top: 30px;
}
@media only screen and (min-width:62em) {
  #maincnt .paddtpbtm img {
    margin-top: 0;
  }
}
@media only screen and (max-width:30em) {
  #maincnt .paddtpbtm img {
    margin-top: 5px;
  }
}
#team {
  padding-top: 60px;
}
@media only screen and (min-width:62em) {
  #team {
    padding-top: 100px;
  }
}
#team .wrap {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#team .wrap .row {
  margin: 0;
}
#team .wrap .row.teamprof figure {
  position: relative;
  margin-bottom: 30px;
}
#team .wrap .row.teamprof figure img {
  vertical-align: middle;
  width: 100%;
}
#team .wrap .row.teamprof figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#team .wrap .row.teamprof figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 150;
}
#team .wrap .row.teamprof figure p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}
#team .wrap .row.teamprof figure p:last-child {
  font-size: 20px;
  margin-top: 6px;
  display: block;
  color: #ffffff;
}
#team .wrap .row.teamprof .col-md-4 {
  margin-bottom: 30px;
}
#team .wrap .row.teamprof .col-md-3 {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #team .wrap .row.teamprof .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #team .wrap .row.teamprof .col-md-3 {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media only screen and (max-width:30em) {
  #team .wrap .row.teamprof .col-md-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#team .wrap h4 {
  font-size: 30px;
  color: #373737;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
@media only screen and (min-width:48em) {
  #team .wrap h4 {
    font-size: 50px;
  }
}
#team .wrap p {
  font-size: 20px;
}
#team .wrap ul {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #team .wrap ul {
    margin-bottom: 80px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #team .wrap ul {
    margin-bottom: 30px;
  }
}
#team .wrap ul li {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width:48em) {
  #team .wrap ul li {
    font-size: 22px;
  }
}
#team .wrap ul li span {
  color: #373737;
  cursor: pointer;
  transition: all 0.5s;
}
#team .wrap ul li span.active,
#team .wrap ul li span:hover {
  color: #4D4CAB;
  transition: all 0.5s;
}
#team .wrap ul li:nth-child(even) {
  padding: 0 4px;
}
@media only screen and (min-width:48em) {
  #team .wrap ul li:nth-child(even) {
    padding: 0 10px;
  }
}
#grid-blocks {
  background-color: #F9F9F9;
  position: relative;
}
#grid-blocks .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width:75em) {
  #grid-blocks .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
#grid-blocks a {
  position: relative;
}
#grid-blocks a.popup-youtube {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 160;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:62em) {
  #grid-blocks a.popup-youtube {
    width: 50%;
  }
}
#grid-blocks a.popup-youtube:before,
#grid-blocks a.popup-youtube:after {
  content: '';
  width: 124px;
  height: 124px;
  position: absolute;
}
@media only screen and (max-width:30em) {
  #grid-blocks a.popup-youtube:before,
  #grid-blocks a.popup-youtube:after {
    width: 94px;
    height: 94px;
  }
}
#grid-blocks a.popup-youtube:before {
  background-color: #5E78ED;
  border-radius: 76px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.65s ease-in-out;
}
#grid-blocks a.popup-youtube:after {
  z-index: 150;
  left: 10px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 36px solid #ffffff;
}
@media only screen and (max-width:30em) {
  #grid-blocks a.popup-youtube:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 31px solid #ffffff;
  }
}
#grid-blocks a.popup-youtube span {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  z-index: 150;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
}
@media only screen and (min-width:62em) {
  #grid-blocks a.popup-youtube span {
    position: relative;
    top: 84px;
  }
}
@media only screen and (max-width:30em) {
  #grid-blocks a.popup-youtube span {
    font-size: 16px;
    top: 72%;
  }
}
#grid-blocks.block1bg {
  /* &.presstools {
			&:after {
				background-image:url(/images/services/press-tools-image01.jpg);
				background-position:center right;
			}
		}
		&.stagetools {
			&:after {
				background-image:url(/images/services/stage-tools-image01.jpg);
				background-position:center left;
			}
		}
		&.formtools {
			&:after {
				background-image:url(/images/services/form-tools-image01.jpg);
				background-position:center left;
			}
		}
		&.deepdraw {
			&:after {
				background-image:url(/images/services/deepdraw-tools-image01.jpg);
				background-position:center left;
			}
		}
		&.cuttingform {
			border-bottom:1px solid rgba(0,0,0,0.05);
			&:after {
				background-image:url(/images/services/cutting-forming-tools-image01.jpg);
			}
		}
		&.jigs {
			&:after {
				background-image:url(/images/services/jigs-image01.jpg);
			}
		}
		&.toolconcept {
			&:after {
				background-image:url(/images/services/tool-concept-image01.jpg);
				background-position:center right;
			}
		}
		&.tooldesign {
			&:after {
				background-image:url(/images/services/tool-design-image01.jpg);
				background-position:center right;
			}
		}
		&.toolmanufacture {
			&:after {
				background-image:url(/images/services/tool-manufacture-image01.jpg);
			}
		}
		&.edm {
			&:after {
				background-image:url(/images/services/edm-image01.jpg);
			}
		}
		&.tooltrials {
			&:after {
				background-image:url(/images/services/tool-trials-image01.jpg);
			}
		}
		&.grinding {
			&:after {
				background-image:url(/images/services/grinding-image01.jpg);
			}
		}
		&.camcmc {
			&:after {
				background-image:url(/images/services/camcmc-image01.jpg);
				background-position:center;
			}
		}
		&.delivery {
			&:after {
				background-image:url(/images/services/delivery-image01.jpg);
			}
		}
		&.inspection {
			&:after {
				background-image:url(/images/services/inspection-image01.jpg);
			}
		}
		&.transfer-tools {
			&:after {
				background-image:url(/images/services/transfer-image01.jpg);
			}
		}
		&.fineblanking {
			&:after {
				background-image:url(/images/services/fine-blanking-image01.jpg);
			}
		}
		&.blanking-tool {
			&:after {
				background-image:url(/images/services/blanking-tool-image01.jpg);
			}
		}
		&.toolrepairs1 {
			&:after {
				background-image:url(/images/services/tool-repairs01.jpg);
			}
		}
		&.toolrepairs3 {
			&:after {
				background-image:url(/images/services/tool-repairs03.jpg);
			}
		}
		&.apprentice {
			border-top:15px solid #ffffff;
			border-bottom:15px solid #ffffff;
			&:after {
				background-image:url('/images/appentice-image01.jpg');
			}
		}*/
}
#grid-blocks.block1bg:after {
  content: '';
  background-image: var(--bg-servimage);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
  display: none;
}
@media only screen and (min-width:62em) {
  #grid-blocks.block1bg:after {
    display: block;
  }
}
#grid-blocks.block2bg {
  /*
		&.presstools {
			border-top:1px solid rgba(0,0,0,0.05);
			&:before {
				background-image:url(/images/services/press-tools-image02.jpg);
			}
		}
		&.cuttingform {
			border-top:1px solid rgba(0,0,0,0.05);
			&:before {
				background-image:url(/images/services/cutting-forming-tools-image02.jpg);
			}
		}
		&.jigs {
			border-top:1px solid rgba(0,0,0,0.05);
			&:before {
				background-image:url(/images/services/jigs-image02.jpg);
			}
		}
		&.toolmanufacture {
			&:before {
				background-image:url(/images/services/tool-manufacture-image02.jpg);
			}
		}
		&.edm {
			&:before {
				background-image:url(/images/services/edm-image02.jpg);
			}
		}
		&.inspection {
			&:before {
				background-image:url(/images/services/inspection-image02.jpg);
			}
		}
		&.tooltrials {
			&:before {
				background-image:url(/images/services/tool-trials-image02.jpg);
				background-position:center left;
			}
		}
		&.grinding {
			&:before {
				background-image:url(/images/services/tool-manufacture-image01.jpg);
			}
		}
		&.toolconcept {
			&:before {
				background-image:url(/images/services/tool-concept-image02.jpg);
			}
		}
		&.tooldesign {
			border-top:1px solid rgba(0,0,0,0.05);
			&:before {
				background-image:url(/images/services/tool-design-image02.jpg);
				background-position:center right;
			}
		}
		&.transfer-tools {
			&:before {
				background-image:url(/images/services/transfer-image02.jpg);
			}
		}
		&.fineblanking {
			&:before {
				background-image:url(/images/services/fine-blanking-image02.jpg);
			}
		}
		&.formtools {
			&:before {
				background-image:url(/images/services/form-tools-image02.jpg);
			}
		}
		&.blanking-tool {
			&:before {
				background-image:url(/images/services/blanking-tool-image02.jpg);
				background-position:center right;
			}
		}
		&.deepdraw {
			&:before {
				background-image:url(/images/services/deepdraw-tools-image02.jpg);
			}
		}
		&.delivery {
			&:before {
				background-image:url(/images/services/delivery-image02.jpg);
			}
		}
		&.toolrepairs2 {
			&:before {
				background-image:url(/images/services/tool-repairs02.jpg);
			}
		}*/
}
#grid-blocks.block2bg:before {
  content: '';
  background-image: var(--bg-servimageb);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
@media only screen and (min-width:62em) {
  #grid-blocks.block2bg:before {
    display: block;
  }
}
#grid-blocks .row {
  margin-left: 0px;
  margin-right: 0px;
}
#grid-blocks .row .paddblock {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0px;
  padding-left: 0px;
}
@media only screen and (min-width:62em) {
  #grid-blocks .row .paddblock {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width:90em) {
  #grid-blocks .row .paddblock {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #grid-blocks .row .paddblock {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#apprentice #grid-blocks .row .paddblock {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (min-width:62em) {
  #apprentice #grid-blocks .row .paddblock {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
#grid-blocks .row.block2 {
  background-color: #F9F9F9;
}
#grid-blocks .row h2 {
  color: #373737;
  font-size: 30px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
  text-align: left;
}
@media only screen and (min-width:48em) {
  #grid-blocks .row h2 {
    font-size: 38px;
    line-height: 44px;
    text-align: left;
  }
}
@media only screen and (min-width:62em) {
  #grid-blocks .row h2 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #grid-blocks .row h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
#apprentice #grid-blocks .row h2 {
  font-size: 33px;
  margin-bottom: 0;
}
#grid-blocks .row p {
  color: #696969;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
}
@media only screen and (min-width:48em) {
  #grid-blocks .row p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media only screen and (min-width:62em) {
  #grid-blocks .row p {
    text-align: left;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #grid-blocks .row p {
    font-size: 18px;
    line-height: 30px;
  }
}
#grid-blocks .row img {
  display: block;
  width: 100%;
}
@media only screen and (min-width:62em) {
  #grid-blocks .row img {
    display: none;
  }
}
#grid-blocks .row .no-gutter {
  padding-right: 0px!important;
  padding-left: 0px!important;
  position: relative;
}
@media only screen and (min-width:62em) {
  #grid-blocks .row .no-gutter.videoblk {
    position: initial;
  }
}
#grid-blocks .row .grid-text {
  padding: 0;
}
@media only screen and (min-width:62em) {
  #grid-blocks .row .grid-text {
    padding: 0 15px;
  }
}
#latestjobs {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #latestjobs {
    padding: 120px 0;
  }
}
#latestjobs h2 {
  font-size: 30px;
  color: #373737;
}
@media only screen and (min-width:62em) {
  #latestjobs h2 {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
#latestjobs h3,
#latestjobs h4 {
  font-size: 22px;
}
#latestjobs h3 a,
#latestjobs h4 a {
  color: #2C2B79;
}
#latestjobs h3 a:hover,
#latestjobs h4 a:hover {
  color: #B6BFE0;
}
#latestjobs .jobblock {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
#latestjobs .col-xs-12 {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #latestjobs .col-xs-12 {
    margin-bottom: 0;
  }
}
#benefits {
  background: #2C2B79;
  padding: 50px 0;
}
@media only screen and (min-width:62em) {
  #benefits {
    padding: 120px 0;
  }
}
@media only screen and (max-width:30em) {
  #benefits {
    text-align: center;
  }
}
#benefits h3,
#benefits p {
  color: #ffffff;
}
#benefits h3 {
  padding-left: 82px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 22px;
}
#benefits h3.title {
  padding: 0px;
  font-size: 26px;
}
@media only screen and (min-width:48em) {
  #benefits h3.title {
    font-size: 30px;
  }
}
@media only screen and (max-width:30em) {
  #benefits h3 {
    padding-left: 0px;
  }
}
#benefits .col-xs-12 {
  position: relative;
}
#benefits .col-xs-12 .noicon {
  position: absolute;
  left: 10px;
  background: url(/images/icon01.png) no-repeat;
  width: 72px;
  height: 59px;
  font-weight: 700;
  font-size: 24px;
  color: #2C2B79;
  text-align: center;
  line-height: 81px;
}
@media only screen and (max-width:30em) {
  #benefits .col-xs-12 .noicon {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 88px;
  }
}
.pagenavbtm .blog-nav {
  padding: 15px 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.pagenavbtm .blog-nav a,
.pagenavbtm .blog-nav span {
  font-size: 18px;
  font-weight: 700;
  color: #2C2B79;
  padding: 0 10px;
}
.pagenavbtm .blog-nav a:hover,
.pagenavbtm .blog-nav span:hover {
  color: #262626;
}
.pagenavbtm .blog-nav a {
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: #2C2B79;
  font-weight: 700;
}
.pagenavbtm .blog-nav li {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 4px;
  font-weight: 700;
  color: #2C2B79;
}
.pagenavbtm .blog-nav li:hover {
  color: #262626;
}
.pagenavbtm .blog-nav li.pg_on {
  color: #262626;
}
.pagenavbtm .blog-nav li:first-child {
  padding-left: 0px;
  color: #262626;
}
#strapline {
  padding-bottom: 60px;
}
@media only screen and (min-width:62em) {
  #strapline {
    padding-bottom: 80px;
  }
}
#strapline h4 {
  color: #2C2B79;
  font-size: 30px;
}
@media only screen and (min-width:48em) {
  #strapline h4 {
    font-size: 40px;
  }
}
#strapline.innerpg {
  padding: 44px 0;
  background: #263578;
  background: linear-gradient(90deg, #263578 0%, #6075cb 100%);
}
#strapline.innerpg p {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  font-weight: 700;
}
#strapline.innerpg a {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
#strapline.innerpg a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #373737;
}
.career-form {
  padding: 60px 0;
  background-color: #f5f5f5;
}
@media only screen and (min-width:62em) {
  .career-form {
    padding: 100px 0 50px 0;
  }
}
.career-form h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #2C2B79;
}
@media only screen and (min-width:62em) {
  .career-form h2 {
    font-size: 40px;
  }
}
.career-form input[type=submit] {
  background: #658EDB;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.65s ease-in-out;
  border: 0;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #ffffff;
}
.career-form input[type=submit]:hover {
  background-color: #2C2B79;
}
.career-form .wpcf7 form .wpcf7-response-output {
  background-color: #840000;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 8px 20px;
}
.career-form input,
.career-form textarea {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  height: 45px;
  width: 100%;
  position: relative;
  padding: 0 16px;
  font-size: 15px;
  margin-bottom: 15px;
  border-radius: 0px;
}
.career-form input:focus,
.career-form textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.career-form input:focus::placeholder,
.career-form textarea:focus::placeholder {
  color: transparent;
}
.career-form textarea {
  height: 108px;
  padding: 16px;
}
.career-form ::placeholder {
  color: #000000;
}
.career-form .optin p {
  color: #696969;
}
.career-form span[data-name="file-292"] {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}
.career-form span[data-name="file-292"]::before {
  position: absolute;
  top: -0.075rem;
  left: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 30px;
  padding: 0.5rem 1.15rem;
  line-height: 31px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #2C2B79;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.career-form span[data-name="file-292"]::after {
  content: attr(data-title);
  font-size: 14px;
}
@media only screen and (max-width:30em) {
  .career-form span[data-name="file-292"]::after {
    font-size: 11px;
    top: 14px;
    line-height: 15px;
    left: 14px;
    position: absolute;
    display: block;
  }
}
.career-form .wpcf7-file {
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 45px;
  padding: 6px 20px;
  line-height: 30px;
  color: #666666;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: start;
}
.career-form .wpcf7-file:hover::before {
  background-color: #658EDB;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#vacancyform label.error {
  color: var(--white);
}
#vacancyform i,
#vacancyform h3,
#vacancyform p {
  color: var(--white);
}
#vacancyform h3 {
  margin-bottom: 15px;
}
/* VIDEO WRAP */
.video-wrap {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
  margin: 10px 0 30px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-content {
  padding: 30px 0 60px 0;
}
@media only screen and (min-width:62em) {
  #main-content {
    padding: 120px 0;
  }
}
#main-content figure {
  margin-bottom: 15px;
}
@media only screen and (min-width:62em) {
  #main-content figure {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:62em) {
  #main-content .paddcnt {
    padding-left: 60px;
  }
}
#main-content h4 {
  font-size: 28px;
  color: #373737;
  font-weight: 700;
  padding-bottom: 26px;
}
@media only screen and (min-width:62em) {
  #main-content h4 {
    font-size: 33px;
  }
}
#main-content p {
  font-size: 17px;
  color: 696969;
}
@media only screen and (min-width:62em) {
  #main-content p {
    font-size: 22px;
  }
}
#main-content ul {
  margin-top: 25px;
}
#main-content ul li {
  font-size: 17px;
  padding-bottom: 8px;
  line-height: 32px;
}
@media only screen and (min-width:62em) {
  #main-content ul li {
    font-size: 22px;
    padding-bottom: 24px;
  }
}
#callout {
  padding: 30px 0;
  background: linear-gradient(90deg, rgba(27, 43, 113, 0.8) 0%, rgba(38, 53, 120, 0.8) 51.04%, rgba(96, 117, 203, 0.8) 100%), rgba(44, 43, 121, 0.6);
}
@media only screen and (min-width:62em) {
  #callout {
    padding: 80px 0;
  }
}
#callout p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
@media only screen and (min-width:48em) {
  #callout p {
    font-size: 24px;
    line-height: 38px;
  }
}
@media only screen and (min-width:62em) {
  #callout p {
    font-size: 33px;
    line-height: 48px;
  }
}
#callout p a {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
#callout p a:hover {
  color: #658EDB;
}
