@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #2b2f33;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.wrapper {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 100px; }
.wrapper.fixed {
  padding-top: 80px; }
.wrapper.nospace {
  padding-top: 0; }
.wrapper.nospace.fixed {
  padding-top: 0; }

section {
  background-color: #fff;
  position: relative;
  padding: 90px 0;
  z-index: 1; }
section.light {
  background-color: #f1f5fe; }

.sectionIntro {
  width: 100%;
  margin-bottom: 60px; }
.sectionIntro p {
  width: 100%;
  max-width: 520px;
  margin: 0 auto; }
.sectionIntro.center {
  text-align: center; }

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-size: 0.88889rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 10px 20px;
  border: #ff774c 1px solid;
  background-color: #ff774c;
  cursor: pointer; }
.btn:hover {
  color: #ff774c;
  background-color: #fff; }
.btn.trans {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3); }
.btn.trans:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3); }

.btnCont.center {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }

p {
  line-height: 1.3; }
p + p, p + ul, p + ol {
  margin-top: 20px; }

strong {
  font-weight: 600;
  color: #234d88; }

ul {
  line-height: 1.3; }
ul li + li {
  margin-top: 10px; }
ul.dotted li {
  position: relative;
  padding-left: 20px; }
ul.dotted li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #78C1E0; }
ul.dotted li + li {
  margin-top: 10px; }
ul.iconList li {
  font-weight: 400;
  position: relative;
  padding-left: 50px; }
ul.iconList li + li {
  margin-top: 30px; }
ul.iconList li i {
  font-size: 30px;
  font-size: 1.66667rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #234d88; }
ul.iconList.v2 li {
  font-weight: 300;
  padding-left: 40px; }
ul.iconList.v2 li + li {
  margin-top: 15px; }
ul.iconList.v2 li i {
  font-size: 20px;
  font-size: 1.11111rem; }
ul + p, ul + ul, ul + ol {
  margin-top: 20px; }

ol {
  line-height: 1.3; }
ol li + li {
  margin-top: 10px; }
ol.circleNumber {
  counter-reset: circle-ol-list; }
ol.circleNumber li {
  font-weight: 400;
  position: relative;
  counter-increment: circle-ol-list;
  padding-left: 45px; }
ol.circleNumber li + li {
  margin-top: 15px; }
ol.circleNumber li:before {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 600;
  content: counter(circle-ol-list);
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 30px;
  background-color: #234d88; }
ol + p, ol + ul, ol + ol {
  margin-top: 20px; }

dl {
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 400; }
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper {
  text-transform: uppercase; }
h1.borderHeader, h2.borderHeader, h3.borderHeader, h4.borderHeader, h5.borderHeader, h6.borderHeader {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 20px; }
h1.borderHeader span, h2.borderHeader span, h3.borderHeader span, h4.borderHeader span, h5.borderHeader span, h6.borderHeader span {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 600;
  color: #234d88;
  display: block;
  margin-bottom: -10px; }
h1.borderHeader:before, h2.borderHeader:before, h3.borderHeader:before, h4.borderHeader:before, h5.borderHeader:before, h6.borderHeader:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background-color: #50c5ec; }
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center; }
h1.center:before, h2.center:before, h3.center:before, h4.center:before, h5.center:before, h6.center:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

h1, .h1 {
  font-size: 60px;
  font-size: 3.33333rem; }

h2, .h2 {
  font-size: 52px;
  font-size: 2.88889rem; }

h3, .h3 {
  font-size: 44px;
  font-size: 2.44444rem; }

h4, .h4 {
  font-size: 36px;
  font-size: 2rem; }

h5, .h5 {
  font-size: 28px;
  font-size: 1.55556rem; }

h6, .h6 {
  font-size: 20px;
  font-size: 1.11111rem; }

img {
  display: block; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea, select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-size: 0.77778rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 10px;
  border: #c8cbcf 1px solid; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #50c5ec; }

span.error {
  font-size: 12px;
  font-size: 0.66667rem;
  color: red; }

textarea {
  min-height: 150px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select {
  position: relative; }
.select select {
  padding: 10px;
  padding-right: 30px; }
.select:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  pointer-events: none; }

label {
  font-weight: 600; }
label + input, label + textarea, label + select, label + .select {
  margin-top: 10px; }

.required {
  color: #50c5ec; }

fieldset .desc {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #bdbdbd;
  display: inline-block;
  margin-top: 5px; }
fieldset + fieldset {
  margin-top: 20px; }

.fsTwoCols {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.fsTwoCols fieldset {
  width: calc(50% - 10px); }
.fsTwoCols fieldset + fieldset {
  margin-top: 0; }
.fsTwoCols + .fsTwoCols, .fsTwoCols + fieldset {
  margin-top: 20px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 960px) {
  .wrapper {
    padding-top: 60px; }
  .wrapper.fixed {
    padding-top: 60px; }

  .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 640px) {
  html {
    font-size: 16px; }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2; }
  h1.borderHeader span, h2.borderHeader span, h3.borderHeader span, h4.borderHeader span, h5.borderHeader span, h6.borderHeader span {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: -2px; }

  h1, .h1 {
    font-size: 44px;
    font-size: 2.44444rem; }

  h2, .h2 {
    font-size: 36px;
    font-size: 2rem; }

  h3, .h3 {
    font-size: 28px;
    font-size: 1.55556rem; }

  h4, .h4 {
    font-size: 24px;
    font-size: 1.33333rem; }

  h5, .h5 {
    font-size: 20px;
    font-size: 1.11111rem; }

  h6, .h6 {
    font-size: 16px;
    font-size: 0.88889rem; }

  section {
    padding: 40px 0; }

  .sectionIntro {
    margin-bottom: 40px; }

  .fsTwoCols {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .fsTwoCols fieldset {
    width: 100%; }
  .fsTwoCols fieldset + fieldset {
    margin-top: 20px; } }
header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10; }
header .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
header .container .logo {
  position: relative;
  width: 151px;
  height: 50px; }
header .container .logo .logoImg {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0; }
header .container .logo .logoImg.white {
  filter: alpha(opacify=0);
  opacity: 0; }
header .container nav {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 20px; }
header .container nav ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
header .container nav ul li {
  position: relative; }
header .container nav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 0.88889rem;
  text-transform: uppercase;
  display: block;
  height: 100px;
  padding: 39px 20px; }
header .container nav ul li:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  display: block;
  background-color: #234d88; }
header .container nav ul li + li {
  margin-top: 0; }
header .container nav ul li:hover:after {
  width: 100%; }
header .container nav ul li.active:after {
  width: 100%;
  height: 4px; }
header .container .hSocialNet {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
header .container .hSocialNet li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: #2b2f33 1px solid; }
header .container .hSocialNet li a i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 12px;
  font-size: 0.66667rem; }
header .container .hSocialNet li a:hover {
  background-color: #2b2f33; }
header .container .hSocialNet li a:hover i {
  color: #fff; }
header .container .hSocialNet li + li {
  margin-top: 0;
  margin-left: 5px; }
header .container .movilMenu {
  display: none; }
header.fixed .container nav ul li a {
  height: 80px;
  padding: 29px 20px; }
header.transp {
  background-color: transparent; }
header.transp .container .logo .logoImg {
  filter: alpha(opacify=0);
  opacity: 0; }
header.transp .container .logo .logoImg.white {
  filter: alpha(opacify=100);
  opacity: 1; }
header.transp .container nav ul li a {
  color: #fff; }
header.transp .container nav ul li:after {
  height: 0; }
header.transp .container nav ul li:hover a {
  color: #50c5ec; }
header.transp .container nav ul li.active a {
  color: #50c5ec; }
header.transp .container nav ul li.active:after {
  height: 0; }
header.transp .container .hSocialNet li a {
  border: #fff 1px solid; }
header.transp .container .hSocialNet li a i {
  color: #fff; }
header.transp .container .hSocialNet li a:hover {
  background-color: #fff; }
header.transp .container .hSocialNet li a:hover i {
  color: #2b2f33; }
header.transp.fixed {
  background-color: #fff; }
header.transp.fixed .container .logo .logoImg {
  filter: alpha(opacify=100);
  opacity: 1; }
header.transp.fixed .container .logo .logoImg.white {
  filter: alpha(opacify=0);
  opacity: 0; }
header.transp.fixed .container nav ul li a {
  color: #2b2f33; }
header.transp.fixed .container nav ul li:after {
  height: 2px; }
header.transp.fixed .container nav ul li:hover a {
  color: #2b2f33; }
header.transp.fixed .container nav ul li.active a {
  color: #2b2f33; }
header.transp.fixed .container nav ul li.active:after {
  height: 4px; }
header.transp.fixed .container .hSocialNet li a {
  border: #2b2f33 1px solid; }
header.transp.fixed .container .hSocialNet li a i {
  color: #2b2f33; }
header.transp.fixed .container .hSocialNet li a:hover {
  background-color: #2b2f33; }
header.transp.fixed .container .hSocialNet li a:hover i {
  color: #fff; }

@media only screen and (max-width: 1102px) {
  header .container nav ul li a {
    padding: 39px 15px; }
  header.fixed .container nav ul li a {
    height: 80px;
    padding: 29px 15px; } }
@media only screen and (max-width: 960px) {
  header {
    height: 60px;
    padding: 10px 0; }
  header .container .logo {
    width: 121px;
    height: 40px;
    z-index: 2; }
  header .container .logo .logoImg img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  header .container nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    padding: 0;
    padding-top: 60px;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  header .container nav ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  header .container nav ul li a {
    height: auto;
    padding: 10px 20px; }
  header .container nav ul li:after {
    height: 0; }
  header .container nav ul li:hover:after {
    height: 0; }
  header .container nav ul li.active:after {
    height: 3px;
    width: calc(100% - 40px); }
  header .container nav.show {
    top: 0;
    opacity: 100;
    filter: alpha(opacity=100);
    pointer-events: auto; }
  header .container .hSocialNet {
    position: relative;
    margin-right: 50px;
    z-index: 2; }
  header .container .movilMenu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    z-index: 2;
    cursor: pointer; }
  header .container .movilMenu span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #2b2f33; }
  header .container .movilMenu span + span {
    margin-top: 4px; }
  header .container .movilMenu.open span:nth-child(1), header .container .movilMenu.open span:nth-child(4) {
    opacity: 0;
    filter: alpha(opacity=0); }
  header .container .movilMenu.open span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px; }
  header .container .movilMenu.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px; }
  header.fixed .container nav ul li a {
    height: auto;
    padding: 10px 20px; }
  header.transp .container nav {
    background-color: rgba(0, 0, 0, 0.5); }
  header.transp .container nav ul li a {
    color: #fff; }
  header.transp .container nav ul li:after {
    background-color: #fff; }
  header.transp .movilMenu span {
    background-color: #fff; }
  header.transp.fixed .container nav {
    background-color: #fff; }
  header.transp.fixed .container nav ul li a {
    color: #2b2f33; }
  header.transp.fixed .container nav ul li:after {
    background-color: #234d88; }
  header.transp.fixed .movilMenu span {
    background-color: #2b2f33; } }
footer {
  padding: 90px 0;
  background-color: #2b2f33; }
footer .logo {
  position: relative;
  width: 151px;
  height: 50px;
  display: table;
  margin: 0 auto 20px; }
footer .logo img {
  width: 100%;
  height: auto; }
footer p {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

@media only screen and (max-width: 640px) {
  footer {
    padding: 40px 0; }
  footer .logo {
    width: 121px;
    height: 40px;
    margin: 0 auto 10px; } }
.sectionHeader {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 0; }
.sectionHeader .sectHeadImg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%; }
.sectionHeader .sectHeadImg img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.sectionHeader .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2b2f33;
  opacity: 0.8;
  filter: alpha(opacity=80); }
.sectionHeader .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  width: 100%;
  height: 100%; }
.sectionHeader .container .sectHeadText {
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
.sectionHeader .container .sectHeadText span {
  font-size: 22px;
  font-size: 1.22222rem;
  display: inline-block; }
.sectionHeader .container .sectHeadText h1, .sectionHeader .container .sectHeadText h2, .sectionHeader .container .sectHeadText h3 {
  color: #50c5ec;
  margin-bottom: 0; }

@media only screen and (max-width: 640px) {
  .sectionHeader {
    height: 280px; }
  .sectionHeader .container .sectHeadText span {
    font-size: 18px;
    font-size: 1rem; } }
.mainBanner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding: 0; }
.mainBanner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.mainBanner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2b2f33;
  filter: alpha(opacify=80);
  opacity: 0.8; }
.mainBanner .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }
.mainBanner .container .mainBannerText {
  color: #fff;
  text-align: center; }
.mainBanner .container .mainBannerText h1 {
  font-size: 72px;
  font-size: 4rem;
  color: #50c5ec;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px; }
.mainBanner .container .mainBannerText h1:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  bottom: 0;
  width: 110px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3); }
.mainBanner .container .mainBannerText p {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 50px; }
.mainBanner .container .mainBannerText [class*="btn"] {
  margin: 0 auto; }
.mainBanner .scroll {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  text-transform: uppercase;
  bottom: 40px;
  z-index: 1; }
.mainBanner .scroll i {
  display: block; }
.mainBanner .scroll span {
  display: block; }

@media only screen and (max-width: 960px) {
  .mainBanner .container .mainBannerText h1 {
    font-size: 44px;
    font-size: 2.44444rem; }
  .mainBanner .container .mainBannerText p {
    margin: 0 auto 40px; } }
.homeWhoWeAre .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.homeWhoWeAre .container .hWhoWeAreText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 60px; }
.homeWhoWeAre .container .hWhoWeAreText [class*="btn"] {
  margin-top: 30px; }
.homeWhoWeAre .container .hWhoWeAreImgs {
  width: 50%;
  padding-bottom: 50px; }
.homeWhoWeAre .container .hWhoWeAreImgs .hWhoWeAreImgsWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  position: relative;
  width: 100%;
  padding-bottom: 50px; }
.homeWhoWeAre .container .hWhoWeAreImgs .hWhoWeAreImgsWrap .hWhoWeAreImgMain {
  width: 84%; }
.homeWhoWeAre .container .hWhoWeAreImgs .hWhoWeAreImgsWrap .hWhoWeAreImgMain img {
  width: 100%;
  height: auto; }
.homeWhoWeAre .container .hWhoWeAreImgs .hWhoWeAreImgsWrap .hWhoWeAreImgAlt {
  position: absolute;
  width: 41%;
  left: 0;
  bottom: 0; }
.homeWhoWeAre .container .hWhoWeAreImgs .hWhoWeAreImgsWrap .hWhoWeAreImgAlt img {
  width: 100%;
  height: auto;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid; }

@media only screen and (max-width: 760px) {
  .homeWhoWeAre .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .homeWhoWeAre .container .hWhoWeAreText {
    width: 100%;
    padding-right: 0; }
  .homeWhoWeAre .container .hWhoWeAreText + .hWhoWeAreImgs {
    margin-top: 40px; }
  .homeWhoWeAre .container .hWhoWeAreImgs {
    width: 100%;
    padding-bottom: 0; } }
.homeValueOffer {
  position: relative;
  padding: 0; }
.homeValueOffer .hValueOfferImg {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0; }
.homeValueOffer .hValueOfferImg img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.homeValueOffer .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end; }
.homeValueOffer .container .hValueOfferText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 90px 0;
  padding-left: 60px; }
.homeValueOffer .container .hValueOfferText [class*="btn"] {
  margin-top: 30px; }

@media only screen and (max-width: 760px) {
  .homeValueOffer .hValueOfferImg {
    position: relative;
    width: 100%;
    height: 320px; }
  .homeValueOffer .container .hValueOfferText {
    width: 100%;
    padding-left: 0; } }
@media only screen and (max-width: 640px) {
  .homeValueOffer .container .hValueOfferText {
    padding: 40px 0; } }
.homePositions {
  padding-bottom: 50px; }
.homePositions .hPositionsList ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }
.homePositions .hPositionsList ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  padding: 40px 20px; }
.homePositions .hPositionsList ul li + li {
  margin-top: 0; }
.homePositions .hPositionsList ul li i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
  border: #2b2f33 2px solid; }
.homePositions .hPositionsList ul li i:before {
  font-size: 30px;
  font-size: 1.66667rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
.homePositions .hPositionsList ul li span {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 10px; }
.homePositions .hPositionsList ul li:hover i {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }
.homePositions .btnCont {
  margin-top: 20px; }

@media only screen and (max-width: 760px) {
  .homePositions .hPositionsList ul li {
    width: 50%; } }
@media only screen and (max-width: 640px) {
  .homePositions {
    padding-bottom: 20px; }
  .homePositions .hPositionsList ul li {
    width: 100%;
    padding: 20px 0; }
  .homePositions .btnCont {
    margin-bottom: 20px; } }
.lightedSect {
  position: relative;
  color: #fff;
  background-color: #2b2f33; }
.lightedSect .borderHeader span {
  color: #50c5ec; }
.lightedSect ol.circleNumber li:before {
  background-color: #50c5ec; }
.lightedSect ul.iconList li i {
  color: #50c5ec; }
.lightedSect .lightedSectImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.lightedSect .lightedSectImg img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.lightedSect .lightedSectImg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 47, 51, 0.8); }
.lightedSect .container {
  position: relative; }
.lightedSect .container .lightSectText {
  width: 100%;
  max-width: 640px; }
.lightedSect .container .lightSectText p + p, .lightedSect .container .lightSectText p + ul, .lightedSect .container .lightSectText p + ol, .lightedSect .container .lightSectText p + dl, .lightedSect .container .lightSectText ul + p, .lightedSect .container .lightSectText ul + ul, .lightedSect .container .lightSectText ul + ol, .lightedSect .container .lightSectText ul + dl, .lightedSect .container .lightSectText ol + p, .lightedSect .container .lightSectText ol + ul, .lightedSect .container .lightSectText ol + ol, .lightedSect .container .lightSectText ol + dl, .lightedSect .container .lightSectText dl + p, .lightedSect .container .lightSectText dl + ul, .lightedSect .container .lightSectText dl + ol, .lightedSect .container .lightSectText dl + dl, .lightedSect .container .lightSectText .iconList + p, .lightedSect .container .lightSectText .iconList + ul, .lightedSect .container .lightSectText .iconList + ol, .lightedSect .container .lightSectText .iconList + dl {
  margin-top: 20px; }
.lightedSect .container .lightSectText p + .iconList, .lightedSect .container .lightSectText ul + .iconList, .lightedSect .container .lightSectText ol + .iconList, .lightedSect .container .lightSectText dl + .iconList, .lightedSect .container .lightSectText .iconList + .iconList {
  margin-top: 40px; }
.lightedSect .container.right {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end; }

.aboutIntro .aboutIntroBox {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.aboutIntro .aboutIntroBox p {
  font-size: 24px;
  font-size: 1.33333rem; }

.aboutGDL {
  position: relative;
  padding-top: 0; }
.aboutGDL .imgBg {
  width: 100%;
  height: auto; }
.aboutGDL .aboutGDLBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: -60px;
  padding: 60px;
  background-color: #fff; }

@media only screen and (max-width: 640px) {
  .aboutIntro .aboutIntroBox p {
    font-size: 20px;
    font-size: 1.11111rem; }

  .aboutGDL .aboutGDLBox {
    padding: 60px 20px; } }
.misionVision .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.misionVision .container .misVisCol {
  width: calc(50% - 30px); }
.misionVision .container .misVisCol .misVisColText .misVisIconList {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }
.misionVision .container .misVisCol .misVisColText .misVisIconList li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 20px; }
.misionVision .container .misVisCol .misVisColText .misVisIconList li + li {
  margin-top: 0; }
.misionVision .container .misVisCol .misVisColText .misVisIconList li i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
  border: #2b2f33 2px solid; }
.misionVision .container .misVisCol .misVisColText .misVisIconList li i:before {
  font-size: 30px;
  font-size: 1.66667rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #50c5ec; }
.misionVision .container .misVisCol .misVisColText .misVisIconList li span {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 10px; }
.misionVision .container .misVisCol .misVisColText .misVisIconList li:hover i {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }
.misionVision .container .misVisCol .misVisColText + .misVisColImg {
  margin-top: 60px; }
.misionVision .container .misVisCol .misVisColImg img {
  width: 100%;
  height: auto; }
.misionVision .container .misVisCol .misVisColImg + .misVisColText {
  margin-top: 60px; }
.misionVision .container .misVisCol.full {
  width: 100%;
  margin-top: 60px; }

@media only screen and (max-width: 640px) {
  .misionVision .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .misionVision .container .misVisCol {
    width: 100%; }
  .misionVision .container .misVisCol + .misVisCol {
    margin-top: 30px; }
  .misionVision .container .misVisCol .misVisColText + .misVisColImg {
    margin-top: 40px; }
  .misionVision .container .misVisCol .misVisColImg + .misVisColText {
    margin-top: 40px; }
  .misionVision .container .misVisCol.invert {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .misionVision .container .misVisCol.invert .misVisColImg + .misVisColText {
    margin-top: 0;
    margin-bottom: 40px; } }
.ourTeam .ourTeamGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.ourTeam .ourTeamGrid .ourTeamGridBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 30px; }
.ourTeam .ourTeamGrid .ourTeamGridBox .ourTeamGridBoxInner {
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }
.ourTeam .ourTeamGrid .ourTeamGridBox .ourTeamGridBoxInner img {
  width: 100%;
  height: auto; }
.ourTeam .ourTeamGrid .ourTeamGridBox .ourTeamGridBoxInner dl {
  text-align: center;
  margin-top: 30px; }
.ourTeam .ourTeamGrid .ourTeamGridBox .ourTeamGridBoxInner dl dt {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 600;
  margin-bottom: 10px; }

@media only screen and (max-width: 640px) {
  .ourTeam .ourTeamGrid {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .ourTeam .ourTeamGrid .ourTeamGridBox {
    width: 100%; }
  .ourTeam .ourTeamGrid .ourTeamGridBox + .ourTeamGridBox {
    margin-top: 40px; } }
.workWithUs .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.workWithUs .container .workWithUsCol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 45px); }
.workWithUs .container .workWithUsCol .workWithUsVideo {
  position: relative;
  display: block;
  width: 100%; }
.workWithUs .container .workWithUsCol .workWithUsVideo img {
  width: 100%;
  height: auto; }
.workWithUs .container .workWithUsCol .workWithUsVideo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2b2f33;
  opacity: 0.7;
  filter: alpha(opacity=70); }
.workWithUs .container .workWithUsCol .workWithUsVideo .videoBtn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: #fff 2px solid; }
.workWithUs .container .workWithUsCol .workWithUsVideo .videoBtn:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 27px;
  border-color: transparent transparent transparent #fff; }
.workWithUs .container .workWithUsCol .workWithUsVideo:hover .videoBtn {
  width: 130px;
  height: 130px; }
.workWithUs .container .workWithUsCol .workWithUsVideo:hover .videoBtn:after {
  border-width: 16.5px 0 16.5px 29px; }
.workWithUs .container .workWithUsCol .workWithUsText p {
  margin-bottom: 30px; }

@media only screen and (max-width: 960px) {
  .workWithUs .container .workWithUsCol {
    width: calc(50% - 30px); } }
@media only screen and (max-width: 760px) {
  .workWithUs .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .workWithUs .container .workWithUsCol {
    width: 100%; }
  .workWithUs .container .workWithUsCol + .workWithUsCol {
    margin-top: 40px; } }
.ourProcess .ourProcessGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  position: relative;
  padding-top: 30px; }
.ourProcess .ourProcessGrid .middleBorder {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #c8cbcf; }
.ourProcess .ourProcessGrid .ourProcessBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 220px;
  padding: 30px 20px;
  border: #c8cbcf 2px solid;
  background-color: #fff; }
.ourProcess .ourProcessGrid .ourProcessBox h3 {
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin-bottom: 10px; }

@media only screen and (max-width: 1200px) {
  .ourProcess .ourProcessGrid .ourProcessBox {
    max-width: 200px; } }
@media only screen and (max-width: 960px) {
  .ourProcess .ourProcessGrid {
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-top: 0;
    margin-bottom: -30px; }
  .ourProcess .ourProcessGrid .middleBorder {
    display: none; }
  .ourProcess .ourProcessGrid .ourProcessBox {
    width: calc(50% - 60px);
    max-width: initial;
    margin: 30px; } }
@media only screen and (max-width: 640px) {
  .ourProcess .ourProcessGrid {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0; }
  .ourProcess .ourProcessGrid .ourProcessBox {
    width: 100%;
    max-width: 255px;
    margin: 0; }
  .ourProcess .ourProcessGrid .ourProcessBox h3 {
    font-size: 22px;
    font-size: 1.22222rem; }
  .ourProcess .ourProcessGrid .ourProcessBox + .ourProcessBox {
    margin-top: 30px; } }
.boxContact {
  padding-top: 0; }
.boxContact .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.boxContact .container .boxContactLeft {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%; }
.boxContact .container .boxContactRight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%; }
.boxContact .container .boxContImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.boxContact .container .boxContImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }
.boxContact .container .boxContText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 60px;
  background-color: #234d88; }
.boxContact .container .boxContText h2, .boxContact .container .boxContText h3, .boxContact .container .boxContText h4 {
  color: #fff;
  margin-bottom: 20px; }
.boxContact .container .boxContText p {
  color: #fff; }
.boxContact .container .boxContText [class*="btn"] {
  margin-top: 30px; }

@media only screen and (max-width: 760px) {
  .boxContact .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .boxContact .container .boxContactLeft {
    width: 100%; }
  .boxContact .container .boxContactRight {
    width: 100%; }
  .boxContact .container .boxContImg {
    position: relative;
    height: 320px;
    left: initial;
    top: initial; } }
@media only screen and (max-width: 640px) {
  .boxContact .container .boxContImg {
    height: 280px; }
  .boxContact .container .boxContText {
    padding: 30px 20px; } }
.costCalculator .costCalcIntro {
  margin-bottom: 60px; }
.costCalculator .costCalcCols {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.costCalculator .costCalcCols .costCalcBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: calc(50% - 30px);
  padding: 60px;
  background-color: #2b2f33; }
.costCalculator .costCalcCols .costCalcBox h2, .costCalculator .costCalcCols .costCalcBox h3 {
  color: #fff;
  font-weight: 600; }
.costCalculator .costCalcCols .costCalcBox label {
  color: #fff; }
.costCalculator .costCalcCols .costCalcBox span {
  color: #fff; }
.costCalculator .costCalcCols .costCalcBox .costCalcBoxTable dl {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
  border-top: #464b52 1px solid; }
.costCalculator .costCalcCols .costCalcBox .costCalcBoxTable dl dt {
  padding-right: 10px; }

@media only screen and (max-width: 960px) {
  .costCalculator .costCalcCols .costCalcBox {
    width: calc(50% - 15px);
    padding: 30px 20px; } }
@media only screen and (max-width: 760px) {
  .costCalculator .costCalcCols {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .costCalculator .costCalcCols .costCalcBox {
    width: 100%; }
  .costCalculator .costCalcCols .costCalcBox + .costCalcBox {
    margin-top: 20px; } }
.workList .workListIntro {
  margin-bottom: 30px; }
.workList .workListFilters {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
  padding: 20px 0;
  background-color: #f1f5fe;
  margin-bottom: 30px; }
.workList .workListFilters fieldset {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px; }
.workList .workListFilters fieldset + fieldset {
  margin-top: 0; }
.workList .workListTable .workListRow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 30px;
  border: #c8cbcf 1px solid;
  display: none; }
.workList .workListTable .workListRow + .workListRow {
  margin-top: 10px; }
.workList .workListTable .workListRow.active {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.workList .workListTable .workListRow.noRows.active {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }
.workList .workListTable .workListRow .workListRowLeft {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: calc(100% - 200px);
  padding-right: 30px; }
.workList .workListTable .workListRow .workListRowLeft .workListRowImg {
  width: 80px;
  height: 80px;
  margin-right: 30px; }
.workList .workListTable .workListRow .workListRowLeft .workListRowImg img {
  width: 100%;
  height: auto;
  object-fit: contain; }
.workList .workListTable .workListRow .workListRowLeft .workListRowText h2, .workList .workListTable .workListRow .workListRowLeft .workListRowText h3, .workList .workListTable .workListRow .workListRowLeft .workListRowText h4 {
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 600;
  margin-bottom: 10px; }
.workList .workListTable .workListRow .workListRowLeft .workListRowText ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 16px;
  font-size: 0.88889rem; }
.workList .workListTable .workListRow .workListRowLeft .workListRowText ul li {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  position: relative; }
.workList .workListTable .workListRow .workListRowLeft .workListRowText ul li i {
  color: #50c5ec;
  margin-top: 2px;
  margin-right: 5px; }
.workList .workListTable .workListRow .workListRowLeft .workListRowText ul li + li {
  margin-top: 0;
  margin-left: 30px; }
.workList .workListTable .workListRow .workListRowBtn {
  width: 200px; }

.workDetailModal {
  width: 960px;
  display: none; }
.workDetailModal .workDetailTitle {
  margin-bottom: 40px; }
.workDetailModal .workDetailTitle h3 {
  margin-bottom: 0; }
.workDetailModal .workDetailTitle span {
  display: block; }
.workDetailModal .workDetailMain {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.workDetailModal .workDetailMain .workDetailLeft {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 320px);
  padding-right: 60px; }
.workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + h1, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + h2, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + h3, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + h4, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + h5, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + h6, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + p, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + ul, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc p + ol, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + h1, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + h2, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + h3, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + h4, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + h5, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + h6, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + p, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + ul, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ul + ol, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + h1, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + h2, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + h3, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + h4, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + h5, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + h6, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + p, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + ul, .workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc ol + ol {
  margin-top: 20px; }
.workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc li {
  position: relative;
  padding-left: 20px; }
.workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #78C1E0; }
.workDetailModal .workDetailMain .workDetailLeft .workDetailLeftDesc li + li {
  margin-top: 10px; }
.workDetailModal .workDetailMain .workDetailRight {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  padding: 20px;
  border: #c8cbcf 1px solid; }
.workDetailModal .workDetailMain .workDetailRight h4 {
  font-size: 24px;
  font-size: 1.33333rem; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightRow {
  position: relative; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightRow i {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #50c5ec;
  position: absolute;
  left: 0;
  top: 3px; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightRow p {
  padding-left: 30px; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightRow p strong {
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: uppercase; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightRow p span {
  display: block; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightRow + .workDetailRightRow {
  margin-top: 10px; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightForm {
  margin-top: 30px; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightForm .inputFileBox {
  position: relative; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightForm .inputFileBox .inputLabel {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px;
  border: #50c5ec 3px dashed; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightForm .inputFileBox .inputLabel i {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #50c5ec;
  margin-bottom: 10px; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightForm .inputFileBox .inputLabel span {
  text-align: center; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightForm .inputFileBox .inputFile {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0; }
.workDetailModal .workDetailMain .workDetailRight .workDetailRightForm [class*="btn"] {
  max-width: initial;
  margin-top: 20px; }

@media only screen and (max-width: 1102px) {
  .workList .workListTable .workListRow .workListRowLeft .workListRowText ul li + li {
    margin-left: 20px; } }
@media only screen and (max-width: 960px) {
  .workList .workListTable .workListRow {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start; }
  .workList .workListTable .workListRow .workListRowLeft {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start; }
  .workList .workListTable .workListRow .workListRowLeft .workListRowText ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .workList .workListTable .workListRow .workListRowLeft .workListRowText ul li + li {
    margin-left: 0;
    margin-top: 10px; } }
@media only screen and (max-width: 760px) {
  .workDetailModal .workDetailMain {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .workDetailModal .workDetailMain .workDetailLeft {
    width: 100%;
    padding-right: 0; }
  .workDetailModal .workDetailMain .workDetailRight {
    width: 100%;
    margin-top: 30px; } }
@media only screen and (max-width: 640px) {
  .workList .workListFilters {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .workList .workListFilters fieldset {
    width: 100%; }
  .workList .workListFilters fieldset + fieldset {
    margin-top: 20px; }
  .workList .workListTable .workListRow {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px; }
  .workList .workListTable .workListRow .workListRowLeft {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    width: 100%; }
  .workList .workListTable .workListRow .workListRowLeft .workListRowImg {
    margin-right: 20px; }
  .workList .workListTable .workListRow .workListRowLeft .workListRowText h2, .workList .workListTable .workListRow .workListRowLeft .workListRowText h3, .workList .workListTable .workListRow .workListRowLeft .workListRowText h4 {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 20px; }
  .workList .workListTable .workListRow .workListRowLeft .workListRowText ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .workList .workListTable .workListRow .workListRowLeft .workListRowText ul li + li {
    margin-left: 0;
    margin-top: 10px; }
  .workList .workListTable .workListRow .workListRowBtn {
    width: 100%;
    margin-top: 20px; }
  .workList .workListTable .workListRow .workListRowBtn [class*="btn"] {
    margin: 0 auto; }

  .workDetailModal .workDetailTitle {
    margin-bottom: 30px; }
  .workDetailModal .workDetailMain .workDetailLeft h4 {
    margin-bottom: 20px; } }
.faq .faqIntro {
  margin-bottom: 30px; }
.faq .faqList {
  padding-top: 20px; }
.faq .faqList .faqListAcc {
  width: 100%; }
.faq .faqList .faqListAcc .faqListAccItem {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
.faq .faqList .faqListAcc .faqListAccItem + .faqListAccItem {
  margin-top: 10px; }
.faq .faqList .faqListAcc .faqListAccItem .faqListAccHeader {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 20px;
  padding-right: 50px;
  border: #c8cbcf 1px solid;
  cursor: pointer; }
.faq .faqList .faqListAcc .faqListAccItem .faqListAccHeader h3 {
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 600;
  margin: 0; }
.faq .faqList .faqListAcc .faqListAccItem .faqListAccHeader:after {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  content: "";
  font-family: "FontAwesome";
  font-size: 24px;
  font-size: 1.33333rem;
  right: 20px; }
.faq .faqList .faqListAcc .faqListAccItem .faqListAccHeader.active:after {
  content: "";
  font-family: "FontAwesome"; }
.faq .faqList .faqListAcc .faqListAccItem .faqListAccDesc {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: none; }

.testimonials {
  padding-top: 30px;
  padding-bottom: 0; }
.testimonials .testiSlider .testiSld {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin: 0 15px; }
.testimonials .testiSlider .testiSld p {
  text-align: center;
  font-style: italic; }
.testimonials .testiSlider .testiSld .testiSldCostumer {
  margin-top: 30px; }
.testimonials .testiSlider .testiSld .testiSldCostumer img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto; }
.testimonials .testiSlider .testiSld .testiSldCostumer dl {
  text-align: center;
  margin-top: 20px; }
.testimonials .testiSlider .testiSld .testiSldCostumer dl dd {
  font-weight: 600;
  color: #234d88; }
.testimonials .testiSlider .testiSld.slick-current {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.testimonials .testiSlider .slick-dots {
  bottom: -15px; }
.testimonials .testiSlider .slick-dots li button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  padding: 0;
  border: #c8cbcf 1px solid; }
.testimonials .testiSlider .slick-dots li button:before {
  display: none; }
.testimonials .testiSlider .slick-dots li.slick-active button {
  background-color: #c8cbcf; }
.testimonials .testiSlider .slick-track {
  padding: 60px 0; }

@media only screen and (max-width: 960px) {
  .testimonials .testiSlider .testiSld {
    padding: 30px 20px; }
  .testimonials .testiSlider .testiSld.slick-current {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }
@media only screen and (max-width: 640px) {
  .testimonials {
    padding-top: 0; }
  .testimonials .testiSlider .slick-track {
    padding: 40px 0; } }
.contactIntro .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.contactIntro .container .contactIntroCol1 {
  width: 380px; }
.contactIntro .container .contactIntroCol1 .borderHeader {
  margin: 0;
  padding: 0; }
.contactIntro .container .contactIntroCol1 .borderHeader:before {
  display: none; }
.contactIntro .container .contactIntroCol2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  width: calc(100% - 380px);
  padding-left: 60px; }
.contactIntro .container .contactIntroCol2 form {
  width: 100%; }
.contactIntro .container .contactIntroCol2 form .btnCont {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 30px; }
.contactIntro .container .contactIntroCol2 form .btnCont .form-loader-w {
  margin-right: 10px;
  display: none; }
.contactIntro .container .contactIntroCol2 form .btnCont .msg {
  margin-right: 10px; }
.contactIntro .container .contactIntroCol2 p {
  width: calc(50% - 15px); }
.contactIntro .container .contactIntroCol2 p + p {
  margin-top: 0; }

.contactMap {
  padding: 0; }
.contactMap iframe {
  width: 100%;
  height: 520px; }

.error {
  font-size: 12px;
  font-size: 0.66667rem;
  color: red; }

@media only screen and (max-width: 960px) {
  .contactIntro .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .contactIntro .container .contactIntroCol1 {
    width: 100%; }
  .contactIntro .container .contactIntroCol1 .borderHeader {
    margin-bottom: 20px; }
  .contactIntro .container .contactIntroCol2 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }

  .contactMap iframe {
    height: 480px; } }
@media only screen and (max-width: 640px) {
  .contactIntro .container .contactIntroCol2 {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .contactIntro .container .contactIntroCol2 p {
    width: 100%; }
  .contactIntro .container .contactIntroCol2 p + p {
    margin-top: 20px; }
  .contactIntro .container .contactIntroCol2 form .btnCont [class*="btn"] {
    max-width: initial; }

  .contactMap iframe {
    height: 320px; } }
