@import url(vendor/swiper.min.css);
@import url(vendor/jquery.fancybox.min.css);
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600i,700&amp;subset=latin-ext");
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875em; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875em; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875em; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875em; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875em; }

header {
  width: 100%;
  height: 175px;
  padding: 30px 80px 0 80px;
  display: flex;
  justify-content: space-between; }
  header > span:first-child {
    width: 100px; }
  header .logo {
    display: block;
    height: 100%; }
    header .logo > img {
      height: 100%;
      width: auto; }
  header .menu_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    header .menu_box .menu {
      height: 50px;
      width: fit-content;
      width: -moz-fit-content;
      padding: 0 20px;
      background-color: #00448C;
      color: #fff;
      font-size: 1.25em;
      font-weight: 700;
      display: flex;
      align-items: center;
      margin-right: 10px;
      z-index: 1000;
      cursor: pointer; }
      header .menu_box .menu:hover + .temporary_design {
        width: 80px; }
    header .menu_box .language_selector {
      width: 50px;
      height: fit-content;
      height: -moz-fit-content;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 30px 0 20px 0;
      margin-top: -18px;
      background-color: #e6001c;
      z-index: 1; }
      header .menu_box .language_selector > a {
        text-transform: uppercase;
        color: #fff;
        font-size: 1em;
        letter-spacing: 2px;
        font-weight: 700;
        transition: .25s; }
        header .menu_box .language_selector > a:not(:first-child) {
          margin-top: 12px; }
        header .menu_box .language_selector > a.clicked {
          color: #00448C; }
        header .menu_box .language_selector > a:hover {
          color: #00448C; }
    header .menu_box .temporary_design {
      width: 50px;
      height: 50px;
      margin-top: -40px;
      background-color: #e6001c;
      z-index: 1;
      transition: .25s; }

@media (max-width: 1440px) {
  header {
    padding: 30px 40px 0 40px;
    height: 130px; } }
@media (max-width: 750px) {
  header {
    padding: 20px 20px 0 20px;
    height: 90px; } }
@media (max-width: 500px) {
  header {
    height: 80px; }
    header > span {
      display: none; } }
/** GLOBALS **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */ }

.fancybox-navigation {
  position: static; }

._hidden {
  display: none !important; }

html,
body {
  overflow-x: hidden; }
  html.noscroll,
  body.noscroll {
    overflow-y: hidden; }

._to_animte {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important; }

*.reached ._to_animte {
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important; }

@keyframes width_grow {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes height_grow {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
a {
  text-decoration: none; }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #000; }
  a > div.first._to_animte {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00448C;
    animation: width_grow .45s ease-in;
    animation-delay: .1s;
    animation-fill-mode: both; }
  a > div.second._to_animte {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    background-color: #00448C;
    animation: height_grow .4s linear;
    animation-delay: .55s;
    animation-fill-mode: both; }
  a > div.third._to_animte {
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #00448C;
    animation: width_grow .45s linear;
    animation-delay: 0.95s;
    animation-fill-mode: both; }
  a > div.fourth._to_animte {
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #00448C;
    animation: height_grow .4s linear;
    animation-delay: 1.4s;
    animation-fill-mode: both; }

p {
  font-size: 1em;
  line-height: 1.4;
  color: #003772;
  font-weight: 400; }

h1 {
  font-size: 2.250em;
  text-transform: uppercase;
  letter-spacing: 14px;
  line-height: 1.2;
  color: #e6001c;
  font-weight: 700;
  width: fit-content;
  width: -moz-fit-content; }

h2,
h3 {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 7px;
  line-height: 1;
  color: #e6001c;
  font-weight: 700;
  width: fit-content;
  width: -moz-fit-content; }

section > .top_line {
  width: 85px;
  height: 6px;
  background-color: #00448C;
  margin: 40px auto; }

section.sub_head {
  width: 100%;
  padding: 50px 12.5vw; }
  section.sub_head h1,
  section.sub_head h2 {
    font-size: 2.250em;
    text-transform: none;
    letter-spacing: 4px;
    line-height: 1.2;
    color: #003772;
    font-weight: 700; }

#menu {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  visibility: hidden;
  z-index: -1;
  transform: scale(0);
  transform-origin: 95% 50px;
  opacity: 0;
  transition: .4s;
  background-color: rgba(28, 106, 167, 0.95);
  display: flex;
  justify-content: center;
  align-items: center; }
  #menu.opened {
    z-index: 999;
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  #menu ul {
    display: flex;
    flex-direction: column;
    width: max-content;
    width: -moz-max-content; }
    #menu ul li {
      list-style: none;
      width: 100%;
      padding: 20px 50px;
      transition: .25s;
      border: 1px solid rgba(255, 255, 255, 0); }
      #menu ul li:not(:first-child) {
        margin-top: 10px; }
      #menu ul li > a {
        font-weight: 700;
        font-size: 2em;
        color: #fff; }
      #menu ul li:hover, #menu ul li.clicked {
        border: 1px solid rgba(255, 255, 255, 0.8); }

@media (max-width: 1250px) {
  section.sub_head {
    padding: 50px 40px; } }
@media (max-width: 950px) {
  a > div.first._to_animte {
    height: 10px; }
  a > div.second._to_animte {
    width: 10px; }
  a > div.third._to_animte {
    height: 10px; }
  a > div.fourth._to_animte {
    width: 10px; } }
@media (max-width: 750px) {
  section.sub_head {
    padding: 40px 20px; } }
@media (max-width: 500px) {
  section.sub_head h1,
  section.sub_head h2 {
    font-size: 2em;
    letter-spacing: 2px; } }
@media (max-width: 400px) {
  section.sub_head h1,
  section.sub_head h2 {
    font-size: 1.6em; } }
@media (max-height: 580px) {
  #menu {
    font-size: 0.75em; }
    #menu ul li {
      padding: 10px 25px; } }
footer {
  width: 100%; }
  footer > .top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 100px 80px 30px 80px;
    background-color: #e6e6e6; }
    footer > .top ul {
      display: flex;
      flex-direction: column; }
      footer > .top ul li {
        list-style: none;
        width: fit-content;
        width: -moz-fit-content; }
        footer > .top ul li:not(:first-child) {
          margin-top: 20px; }
        footer > .top ul li a {
          font-size: 1em; }
    footer > .top .media {
      display: flex;
      height: 22px;
      margin: auto 0; }
      footer > .top .media > a {
        display: block;
        height: 100%; }
        footer > .top .media > a:not(:first-child) {
          margin-left: 40px; }
          footer > .top .media > a:not(:first-child)::before {
            content: '';
            position: absolute;
            left: -20px;
            bottom: 2px;
            height: calc(100% - 4px);
            width: 1px;
            background-color: #00448C;
            pointer-events: none; }
        footer > .top .media > a > img {
          height: 100%;
          width: auto; }
    footer > .top .address {
      display: flex;
      flex-direction: column;
      width: fit-content;
      width: -moz-fit-content;
      height: auto;
      justify-content: space-between; }
      footer > .top .address > a {
        line-height: 1.4; }
  footer > .bottom {
    width: 100%;
    height: 80px;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6e6e6; }
    footer > .bottom > a {
      font-size: 0.75em;
      color: #00448C; }
    footer > .bottom::before {
      content: '';
      width: calc(100% - 160px);
      position: absolute;
      left: 80px;
      top: 0;
      height: 1px;
      background-color: #dbdbdb; }

@media (max-width: 1440px) {
  footer > .top {
    padding: 70px 40px 30px 40px; }
  footer > .bottom {
    padding: 0 40px; }
    footer > .bottom::before {
      width: calc(100% - 80px);
      left: 40px; } }
@media (max-width: 750px) {
  footer > .top {
    padding: 50px 20px 30px 20px; }
  footer > .bottom {
    padding: 0 20px;
    height: 60px; }
    footer > .bottom::before {
      width: calc(100% - 40px);
      left: 20px; } }
@media (max-width: 600px) {
  footer > .top {
    flex-direction: column;
    padding: 30px 20px;
    align-items: center; }
    footer > .top .media {
      margin: 40px 0; }
    footer > .top .address > a {
      line-height: 1.8; } }
@media (max-width: 500px) {
  footer > .bottom {
    flex-direction: column;
    height: 80px;
    padding: 20px 0; } }
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  80% {
    -webkit-transform: translate(0, 8px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  80% {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
section.front_header {
  width: 100%;
  height: calc(100vh - 175px);
  padding: 0 20.8333vw;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  section.front_header > .text_box > span {
    font-size: 14em;
    color: #e6001c;
    font-weight: 700;
    letter-spacing: 16px;
    line-height: 0.8; }
  section.front_header > .text_box h1 {
    width: 480px; }
  section.front_header #front_slider {
    width: 45%;
    height: auto; }
    section.front_header #front_slider .swiper-slide > img {
      width: 100%;
      height: auto;
      object-position: center;
      object-fit: contain; }
  section.front_header .swiper-pagination {
    display: flex;
    flex-direction: column;
    width: 5.2vw;
    top: 50%;
    right: 0px;
    text-align: left; }
    section.front_header .swiper-pagination .swiper-pagination-bullet,
    section.front_header .swiper-pagination .swiper-pagination-bullet-active {
      background: transparent;
      opacity: 1;
      display: block;
      width: 30px;
      height: auto;
      font-weight: 700;
      color: #005f9d;
      font-size: 1.375em;
      line-height: 1;
      display: block;
      text-align: center; }
      section.front_header .swiper-pagination .swiper-pagination-bullet:not(:first-child),
      section.front_header .swiper-pagination .swiper-pagination-bullet-active:not(:first-child) {
        margin-top: 10px; }
      section.front_header .swiper-pagination .swiper-pagination-bullet:first-child::after,
      section.front_header .swiper-pagination .swiper-pagination-bullet-active:first-child::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 5.2vw;
        height: 1px;
        background-color: #00448C; }
    section.front_header .swiper-pagination .swiper-pagination-bullet-active {
      font-size: 2.625em; }
      section.front_header .swiper-pagination .swiper-pagination-bullet-active:first-child::after {
        bottom: 0px; }
  section.front_header .scroll_d {
    padding-top: 35px;
    position: fixed;
    left: 80px;
    bottom: 0;
    background-color: #e6001c;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: .75em;
    line-height: 1.1;
    text-align: center;
    padding: 45px 5px 5px 5px;
    z-index: 5;
    transition: 1s; }
    section.front_header .scroll_d._hide {
      opacity: 0;
      visibility: hidden; }
    section.front_header .scroll_d > span {
      position: absolute;
      top: 8px;
      left: calc(50% - 8px);
      width: 16px;
      height: 25px;
      border: 1px solid #fff;
      border-radius: 25px; }
      section.front_header .scroll_d > span::before {
        position: absolute;
        top: 3px;
        left: calc(50% - 1.5px);
        content: '';
        width: 3px;
        height: 3px;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: sdb10 1.5s infinite;
        animation: sdb10 1.5s infinite;
        box-sizing: border-box; }

section.front_services {
  padding: 50px 80px; }
  section.front_services h2 {
    margin: 0 auto; }
  section.front_services .services_box {
    display: grid;
    width: 1220px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    section.front_services .services_box > a {
      height: 380px;
      display: flex;
      flex-direction: column;
      padding: 70px 40px 40px 40px;
      justify-content: space-between;
      align-items: center;
      background-color: #00448C; }
      section.front_services .services_box > a.red {
        background-color: #e6001c; }
      section.front_services .services_box > a.all {
        background-color: #fff;
        justify-content: center; }
        section.front_services .services_box > a.all > span {
          color: #00448C;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 4px;
          line-height: 1.3;
          margin: 0; }
      section.front_services .services_box > a > img {
        width: 60%;
        height: auto;
        max-height: 60%;
        filter: invert(1); }
      section.front_services .services_box > a > span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 1.375em;
        font-weight: 400; }

section.front_references {
  padding: 50px 80px 0 80px; }
  section.front_references h2 {
    margin: 0 auto; }
  section.front_references #front_references_slider {
    width: 100%; }
    section.front_references #front_references_slider .swiper-slide > img {
      width: 100%;
      height: 10.9375vw;
      max-height: 210px;
      object-fit: contain;
      object-position: center;
      display: block; }
    section.front_references #front_references_slider .swiper-slide .logo_text {
      width: 100%;
      height: 10.9375vw;
      max-height: 210px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      font-size: 3em;
      font-weight: 700;
      line-height: 1.3;
      text-align: center; }
    section.front_references #front_references_slider .swiper-slide > .line {
      width: 100%;
      height: 1px;
      margin: 30px 0;
      background-color: #003772; }
    section.front_references #front_references_slider .swiper-slide .type {
      width: 100%;
      padding: 5px 0 0 70px;
      background-image: url("../img/svg/armor.svg");
      background-repeat: no-repeat;
      background-size: 30px;
      min-height: 35px;
      background-position: left center;
      font-weight: 700;
      color: #003772;
      font-size: 1.375em; }
    section.front_references #front_references_slider .swiper-slide .location {
      width: 100%;
      margin-top: 30px;
      padding: 5px 0 0 70px;
      background-image: url("../img/svg/pin.svg");
      background-repeat: no-repeat;
      background-size: 17px;
      min-height: 22px;
      background-position: 6px center;
      font-weight: 400;
      color: #003772;
      font-size: 1.375em; }
  section.front_references > a {
    width: fit-content;
    width: -moz-fit-content;
    margin: 30px auto 0 auto;
    height: 215px;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    section.front_references > a > span {
      color: #00448C;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 4px;
      line-height: 1.3;
      font-size: 1.375em;
      text-align: center;
      margin-top: 10px; }
    section.front_references > a > img {
      width: 19px;
      height: auto;
      margin-top: 20px; }
    section.front_references > a > div.first {
      animation-delay: .5s; }
    section.front_references > a > div.second {
      animation-delay: 0.95s; }
    section.front_references > a > div.fourth {
      animation-delay: .1s; }

section.front_certifications {
  padding: 50px 80px; }
  section.front_certifications h2 {
    margin: 0 auto; }
  section.front_certifications .slider_cont {
    width: 100%;
    height: 410px;
    padding: 0 80px; }
    section.front_certifications .slider_cont #front_certifications_slider {
      width: 1180px;
      height: 100%; }
      section.front_certifications .slider_cont #front_certifications_slider .swiper-slide > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
    section.front_certifications .slider_cont > img.nav_button {
      width: auto;
      height: 62px;
      position: absolute;
      left: 0;
      top: calc(50% - 31px);
      transform: rotate(-180deg);
      cursor: pointer; }
      section.front_certifications .slider_cont > img.nav_button.next {
        transform: rotate(0deg);
        left: auto;
        right: 0; }
      section.front_certifications .slider_cont > img.nav_button.swiper-button-disabled {
        opacity: 0.3; }

section.front_partners {
  padding: 50px 80px; }
  section.front_partners h2 {
    margin: 0 auto; }
  section.front_partners .partners_box {
    display: grid;
    width: 1220px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px; }
    section.front_partners .partners_box > a {
      border: 20px solid #00448C;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 380px; }
      section.front_partners .partners_box > a:last-child {
        border: 0; }
        section.front_partners .partners_box > a:last-child > div._to_animte {
          background-color: #e6001c; }
        section.front_partners .partners_box > a:last-child h3 {
          line-height: 1.2; }
        section.front_partners .partners_box > a:last-child .arrow {
          width: 55%;
          height: 15px;
          background-color: #e6001c;
          margin: 25px 0; }
          section.front_partners .partners_box > a:last-child .arrow::before {
            content: '';
            position: absolute;
            right: -7px;
            top: -10px;
            width: 40px;
            height: 15px;
            transform: rotate(45deg);
            background-color: #e6001c; }
          section.front_partners .partners_box > a:last-child .arrow::after {
            content: '';
            position: absolute;
            right: -7px;
            bottom: -9px;
            width: 40px;
            height: 15px;
            transform: rotate(-45deg);
            background-color: #e6001c; }
        section.front_partners .partners_box > a:last-child > strong {
          color: #00448C;
          font-size: 1.375em;
          align-self: baseline;
          margin-left: 85px; }
      section.front_partners .partners_box > a > img {
        height: 55%;
        width: auto; }

@media (max-width: 1500px) {
  section.front_certifications .slider_cont {
    padding: 0 60px; }
    section.front_certifications .slider_cont #front_certifications_slider {
      width: 100%;
      height: 100%; } }
@media (max-width: 1440px) {
  section.front_header {
    height: calc(100vh - 130px);
    padding: 0 13vw; }
    section.front_header #front_slider {
      width: 38%; }
    section.front_header > .text_box h1 {
      width: 445px; }
    section.front_header > .text_box > span {
      font-size: 14em;
      letter-spacing: 8px; }
    section.front_header .scroll_d {
      left: 35px; }

  section.front_services {
    padding: 40px; }

  section.front_references {
    padding: 50px 40px 0 40px; }
    section.front_references #front_references_slider .swiper-slide .type {
      padding: 5px 0 0 50px;
      background-size: 25px;
      min-height: 30px;
      font-size: 1.1em; }
    section.front_references #front_references_slider .swiper-slide .location {
      margin-top: 25px;
      padding: 5px 0 0 50px;
      background-size: 13px;
      background-position: 5px center;
      font-size: 1.1em; }

  section.front_certifications {
    padding: 40px; }

  section.front_partners {
    padding: 40px; } }
@media (max-width: 1300px) {
  section.front_services .services_box {
    width: 1100px; }
    section.front_services .services_box > a {
      height: 340px;
      padding: 60px 30px 30px 30px; }
      section.front_services .services_box > a > img {
        width: 50%;
        max-height: 50%; }

  section.front_partners .partners_box {
    width: 1100px; }
    section.front_partners .partners_box > a {
      height: 310px; } }
@media (max-width: 1200px) {
  section.front_services .services_box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 850px; }
    section.front_services .services_box > a {
      height: 270px;
      padding: 40px 25px 25px 25px; }
      section.front_services .services_box > a > span {
        font-size: 1.2em; }

  section.front_references #front_references_slider .swiper-slide > img {
    height: 15vw; }
  section.front_references #front_references_slider .swiper-slide .logo_text {
    height: 15vw; }

  section.front_partners .partners_box {
    width: 850px;
    grid-column-gap: 20px; }
    section.front_partners .partners_box > a {
      height: 270px; }
      section.front_partners .partners_box > a:last-child h3 {
        font-size: 1.5em; }
      section.front_partners .partners_box > a:last-child strong {
        margin-left: 60px; } }
@media (max-width: 1150px) {
  section.front_header {
    padding: 0 100px; } }
@media (max-width: 1000px) {
  section.front_header {
    padding: 0 60px; }
    section.front_header #front_slider {
      margin: 0 80px 0 auto;
      width: 40%; }
    section.front_header > .text_box h1 {
      width: 270px; }
    section.front_header > .text_box > span {
      font-size: 14em;
      letter-spacing: 8px; }

  section.front_certifications .slider_cont {
    height: 33vw; } }
@media (max-width: 950px) {
  section.front_services .services_box {
    width: 600px; }
    section.front_services .services_box > a {
      height: 210px;
      padding: 30px 25px 25px 25px; }
      section.front_services .services_box > a > img {
        max-height: 40%; }
      section.front_services .services_box > a > span {
        font-size: 1.1em; }

  section.front_references > a {
    height: 200px;
    padding: 0 35px; }

  section.front_partners .partners_box {
    width: 600px; }
    section.front_partners .partners_box > a {
      height: 200px;
      border: 10px solid #00448c; }
      section.front_partners .partners_box > a:last-child h3 {
        font-size: 1.2em;
        letter-spacing: 4px; }
      section.front_partners .partners_box > a:last-child strong {
        margin-left: 35px;
        font-size: 1.1em; }
      section.front_partners .partners_box > a:last-child .arrow {
        height: 10px;
        margin: 20px 0; }
        section.front_partners .partners_box > a:last-child .arrow::before {
          right: -6px;
          top: -10px;
          width: 35px;
          height: 10px; }
        section.front_partners .partners_box > a:last-child .arrow::after {
          right: -6px;
          bottom: -9px;
          width: 35px;
          height: 10px; } }
@media (max-width: 900px) {
  section.front_header .swiper-pagination {
    width: 50px; }
    section.front_header .swiper-pagination .swiper-pagination-bullet:first-child::after,
    section.front_header .swiper-pagination .swiper-pagination-bullet-active:first-child::after {
      width: 50px; } }
@media (max-width: 750px) {
  section.front_header {
    height: calc(100vh - 90px); }
    section.front_header #front_slider {
      margin: 0 60px 0 auto;
      width: 40%; }
    section.front_header > .text_box h1 {
      width: 190px;
      font-size: 1.6em;
      letter-spacing: 10px; }
    section.front_header > .text_box > span {
      font-size: 10em;
      letter-spacing: 4px; }
    section.front_header .scroll_d {
      left: 20px; }

  section.front_services {
    padding: 40px 20px; }

  section.front_references {
    padding: 40px 20px 0 20px; }
    section.front_references #front_references_slider .swiper-slide .type {
      padding: 5px 0 0 30px;
      background-size: 18px;
      min-height: 25px;
      font-size: 1em; }
    section.front_references #front_references_slider .swiper-slide .location {
      margin-top: 20px;
      padding: 5px 0 0 30px;
      background-size: 11px;
      background-position: 4px center;
      font-size: 1em; }

  section.front_certifications {
    padding: 40px 20px; }
    section.front_certifications .slider_cont {
      padding: 0 40px;
      height: 36vw; }
      section.front_certifications .slider_cont > img.nav_button {
        height: 40px;
        top: calc(50% - 20px); }

  section.front_partners {
    padding: 40px 20px; } }
@media (max-width: 700px) {
  section.front_services .services_box {
    width: 450px;
    grid-template-columns: 1fr 1fr; }
    section.front_services .services_box > a {
      height: 210px;
      padding: 30px 15px 15px 15px; }
      section.front_services .services_box > a > img {
        max-height: 45%; }

  section.front_partners .partners_box {
    width: 450px;
    grid-column-gap: 10px; }
    section.front_partners .partners_box > a {
      height: 160px; }
      section.front_partners .partners_box > a:last-child h3 {
        font-size: .9em; }
      section.front_partners .partners_box > a:last-child strong {
        font-size: .8em;
        margin-left: 25px; } }
@media (max-width: 600px) {
  section.front_header {
    height: auto;
    flex-direction: column; }
    section.front_header #front_slider {
      width: 60%;
      margin: 30px auto; }
    section.front_header > .text_box {
      margin: 30px auto; }
      section.front_header > .text_box > span {
        font-size: 8em;
        letter-spacing: 2px;
        margin: 0 auto;
        display: block;
        width: fit-content;
        width: -moz-fit-content; }
      section.front_header > .text_box h1 {
        text-align: center; }
    section.front_header .swiper-pagination {
      top: 45%; }
    section.front_header .scroll_d {
      display: none; }

  section.front_references #front_references_slider .swiper-slide > img {
    height: 25vw; }
  section.front_references #front_references_slider .swiper-slide .logo_text {
    height: 25vw; } }
@media (max-width: 550px) {
  section.front_certifications .slider_cont {
    padding: 0 30px;
    height: 52vw; }
    section.front_certifications .slider_cont > img.nav_button {
      left: -10px; }
      section.front_certifications .slider_cont > img.nav_button.next {
        right: -10px; } }
@media (max-width: 500px) {
  section.front_services .services_box {
    width: 380px; }
    section.front_services .services_box > a {
      height: 200px;
      padding: 20px 10px 10px 10px; }
      section.front_services .services_box > a > span {
        font-size: 1em; }

  section.front_partners .partners_box {
    width: 280px;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr; }
    section.front_partners .partners_box > a {
      height: 280px; }
      section.front_partners .partners_box > a:last-child h3 {
        font-size: 1.4em; }
      section.front_partners .partners_box > a:last-child strong {
        font-size: 1.3em;
        margin-left: 65px; }
      section.front_partners .partners_box > a:last-child .arrow {
        margin: 30px 0; } }
@media (max-width: 420px) {
  section.front_services .services_box {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
    section.front_services .services_box > a {
      height: auto;
      padding: 20px;
      justify-content: flex-start; }
      section.front_services .services_box > a > span {
        margin-top: 20px; } }
@media (max-width: 400px) {
  section.front_header {
    padding: 0 40px; }
    section.front_header #front_slider {
      width: 70%; }
    section.front_header > .text_box > span {
      font-size: 6em; }
    section.front_header > .text_box h1 {
      text-align: center;
      font-size: 1.3em;
      width: 180px; }

  section.front_references > a {
    height: 160px;
    padding: 0 30px; }
    section.front_references > a > span {
      font-size: 1em; } }
@media (max-width: 380px) {
  section.front_references #front_references_slider .swiper-slide > img {
    height: 45vw; }
  section.front_references #front_references_slider .swiper-slide .logo_text {
    height: 45vw; }
  section.front_references #front_references_slider .swiper-slide > .line {
    margin: 15px 0; } }
@media (max-width: 350px) {
  section.front_certifications .slider_cont {
    height: 70vw; } }
@media (max-width: 340px) {
  section.front_services .services_box > a {
    padding: 10px; } }
section.about_us {
  width: 100%;
  padding: 60px 12.5vw;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center; }
  section.about_us > .text_box {
    max-width: 700px; }
    section.about_us > .text_box > p:not(:first-child) {
      margin-top: 30px; }
  section.about_us > img {
    width: 21%;
    height: auto; }

@media (max-width: 1400px) {
  section.about_us > .text_box {
    max-width: 600px; } }
@media (max-width: 1250px) {
  section.about_us {
    padding: 60px 40px; }
    section.about_us > .text_box {
      max-width: 60%; }
    section.about_us > img {
      width: 25%; } }
@media (max-width: 900px) {
  section.about_us {
    display: block; }
    section.about_us > .text_box {
      width: 100%;
      max-width: 100%; }
    section.about_us > img {
      width: 30%;
      float: right;
      margin: 0 0 10px 10px; } }
@media (max-width: 750px) {
  section.about_us {
    padding: 40px 20px; } }
@media (max-width: 500px) {
  section.about_us > img {
    width: 35%;
    margin: 0 0 15px 15px; } }
section.references {
  padding: 60px 80px;
  background-color: #f5f5f5; }
  section.references .content_cont {
    width: 1360px;
    margin: 0 auto; }
    section.references .content_cont > .rectangle {
      height: 35px;
      width: fit-content;
      width: -moz-fit-content;
      min-width: 250px;
      display: flex;
      align-items: center;
      background-color: #e6001c;
      color: #fff;
      font-size: 1em;
      font-weight: 700;
      padding: 0 12px;
      margin-bottom: 40px; }
      section.references .content_cont > .rectangle:not(:first-child) {
        margin-top: 60px; }
    section.references .content_cont .reference_cont {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-column-gap: 80px;
      grid-row-gap: 80px; }
      section.references .content_cont .reference_cont .reference_box.link::before {
        content: '';
        position: absolute;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        left: -15px;
        top: -15px;
        background-color: rgba(195, 195, 195, 0);
        transition: .4s;
        z-index: 0; }
      section.references .content_cont .reference_cont .reference_box.link:hover::before {
        background-color: rgba(195, 195, 195, 0.6); }
      section.references .content_cont .reference_cont .reference_box > img {
        width: 100%;
        height: 125px;
        object-fit: contain;
        object-position: center;
        display: block; }
      section.references .content_cont .reference_cont .reference_box .logo_text {
        width: 100%;
        height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-size: 2em;
        font-weight: 700;
        line-height: 1.3;
        text-align: center; }
      section.references .content_cont .reference_cont .reference_box > .line {
        width: 100%;
        height: 1px;
        margin: 10px 0;
        background-color: #003772; }
      section.references .content_cont .reference_cont .reference_box .type {
        width: 100%;
        padding: 5px 0 0 40px;
        background-image: url("../img/svg/armor.svg");
        background-repeat: no-repeat;
        background-size: 25px;
        min-height: 35px;
        background-position: left center;
        font-weight: 700;
        color: #003772;
        font-size: 1em; }
      section.references .content_cont .reference_cont .reference_box .location {
        width: 100%;
        margin-top: 20px;
        padding: 5px 0 0 40px;
        background-image: url("../img/svg/pin.svg");
        background-repeat: no-repeat;
        background-size: 12px;
        min-height: 22px;
        background-position: 8px center;
        font-weight: 400;
        color: #003772;
        font-size: 1em; }
      section.references .content_cont .reference_cont .reference_box div.next {
        display: none;
        width: fit-content;
        width: -moz-fit-content;
        margin: 15px 25px 0 auto;
        text-decoration: underline;
        font-size: 1em;
        font-weight: 700;
        color: #00448c; }
        section.references .content_cont .reference_cont .reference_box div.next::after {
          content: '';
          position: absolute;
          right: -25px;
          top: -2px;
          height: 100%;
          width: 25px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/svg/arrow_right.svg"); }

section.references_entry {
  padding: 60px 80px;
  background-color: #f5f5f5; }
  section.references_entry > .content {
    width: 1360px;
    margin: 0 auto; }
    section.references_entry > .content h1 {
      height: 35px;
      width: fit-content;
      width: -moz-fit-content;
      min-width: 250px;
      display: flex;
      align-items: center;
      background-color: #e6001c;
      color: #fff;
      font-size: 1em;
      font-weight: 700;
      padding: 0 12px;
      text-transform: none;
      line-height: 1;
      letter-spacing: 3px; }
    section.references_entry > .content .location {
      display: flex;
      align-items: flex-end;
      height: 20px;
      margin-top: 15px; }
      section.references_entry > .content .location > img {
        display: block;
        height: 15px;
        width: auto;
        margin: 0 25px 3px 0; }
      section.references_entry > .content .location > span {
        font-size: 0.875em;
        font-weight: 400;
        color: #003772;
        line-height: 1; }
    section.references_entry > .content > p {
      margin-top: 30px;
      max-width: 50%; }
    section.references_entry > .content > .row {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      margin-top: 45px; }
      section.references_entry > .content > .row.small {
        display: none; }
      section.references_entry > .content > .row > a {
        height: 215px; }
        section.references_entry > .content > .row > a > img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
        section.references_entry > .content > .row > a::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(195, 195, 195, 0);
          transition: .4s;
          z-index: 1; }
        section.references_entry > .content > .row > a:hover::before {
          background-color: rgba(195, 195, 195, 0.4); }
        section.references_entry > .content > .row > a .abs_number {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(195, 195, 195, 0.6);
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.5em;
          font-weight: 700;
          color: #000; }

@media (max-width: 1500px) {
  section.references .content_cont {
    width: 1100px; }
    section.references .content_cont .reference_cont {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 60px;
      grid-row-gap: 60px; }

  section.references_entry > .content {
    width: 1100px; }
    section.references_entry > .content > p {
      max-width: 70%; }
    section.references_entry > .content > .row > a {
      height: 175px; } }
@media (max-width: 1440px) {
  section.references {
    padding: 60px 40px; }

  section.references_entry {
    padding: 60px 40px; } }
@media (max-width: 1250px) {
  section.references .content_cont .reference_cont .reference_box div.next {
    display: block; } }
@media (max-width: 1200px) {
  section.references .content_cont {
    width: 970px; }

  section.references_entry > .content {
    width: 970px; }
    section.references_entry > .content > .row {
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      section.references_entry > .content > .row > a {
        height: 170px; } }
@media (max-width: 1050px) {
  section.references .content_cont {
    width: 100%; }
    section.references .content_cont .reference_cont {
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 40px;
      grid-row-gap: 40px; }
      section.references .content_cont .reference_cont .reference_box > img {
        height: 14.3vw; }
      section.references .content_cont .reference_cont .reference_box .logo_text {
        height: 14.3vw; }

  section.references_entry > .content {
    width: 100%; }
    section.references_entry > .content > .row {
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      section.references_entry > .content > .row > a {
        height: 16.5vw; } }
@media (max-width: 750px) {
  section.references {
    padding: 40px 20px; }

  section.references_entry {
    padding: 40px 20px; }
    section.references_entry > .content > .row > a {
      height: 16.8vw; }
    section.references_entry > .content > p {
      max-width: 85%; } }
@media (max-width: 650px) {
  section.references .content_cont .reference_cont {
    grid-template-columns: 1fr 1fr; }
    section.references .content_cont .reference_cont .reference_box > img {
      height: 20vw; }
    section.references .content_cont .reference_cont .reference_box .logo_text {
      height: 20vw; }

  section.references_entry > .content > .row {
    display: none; }
    section.references_entry > .content > .row.small {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    section.references_entry > .content > .row > a {
      height: 21vw; } }
@media (max-width: 500px) {
  section.references_entry > .content > p {
    width: 100%;
    max-width: 100%; }
  section.references_entry > .content > .row.small {
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
    section.references_entry > .content > .row.small > a {
      height: 21.5vw; } }
@media (max-width: 400px) {
  section.references .content_cont .reference_cont {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 30px; }
    section.references .content_cont .reference_cont .reference_box > img {
      height: 45vw; }
    section.references .content_cont .reference_cont .reference_box .logo_text {
      height: 45vw; }

  section.references_entry > .content > .row.small {
    grid-template-columns: 1fr 1fr; }
    section.references_entry > .content > .row.small > a {
      height: 43vw; } }
section.services {
  padding: 60px 80px;
  background-color: #f5f5f5; }
  section.services .services_box {
    display: grid;
    width: 1220px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    section.services .services_box > a {
      height: 380px;
      display: flex;
      flex-direction: column;
      padding: 70px 40px 40px 40px;
      justify-content: space-between;
      align-items: center;
      background-color: #00448C; }
      section.services .services_box > a.red {
        background-color: #e6001c; }
      section.services .services_box > a > img {
        width: 60%;
        height: auto;
        max-height: 60%;
        filter: invert(1); }
      section.services .services_box > a > span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 1.375em;
        font-weight: 400; }

@media (max-width: 1440px) {
  section.services {
    padding: 60px 40px; }
    section.services .services_box {
      width: 1100px; }
      section.services .services_box > a {
        height: 340px;
        padding: 60px 30px 30px 30px; }
        section.services .services_box > a > img {
          width: 50%;
          max-height: 50%; } }
@media (max-width: 1200px) {
  section.services .services_box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 850px; }
    section.services .services_box > a {
      height: 270px;
      padding: 40px 25px 25px 25px; }
      section.services .services_box > a > span {
        font-size: 1.2em; } }
@media (max-width: 950px) {
  section.services .services_box {
    width: 600px; }
    section.services .services_box > a {
      height: 250px;
      padding: 30px 25px 25px 25px; }
      section.services .services_box > a > img {
        max-height: 40%; }
      section.services .services_box > a > span {
        font-size: 1.1em; } }
@media (max-width: 750px) {
  section.services {
    padding: 40px 20px; } }
@media (max-width: 700px) {
  section.services .services_box {
    width: 450px;
    grid-template-columns: 1fr 1fr; }
    section.services .services_box > a {
      height: 230px;
      padding: 30px 15px 15px 15px; }
      section.services .services_box > a > img {
        max-height: 45%; } }
@media (max-width: 500px) {
  section.services .services_box {
    width: 380px; }
    section.services .services_box > a {
      height: 200px;
      padding: 20px 10px 10px 10px; }
      section.services .services_box > a > span {
        font-size: 1em; } }
@media (max-width: 420px) {
  section.services .services_box {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
    section.services .services_box > a {
      height: auto;
      padding: 20px;
      justify-content: flex-start; }
      section.services .services_box > a > span {
        margin-top: 20px; } }
@media (max-width: 340px) {
  section.services .services_box > a {
    padding: 10px; } }
section.certifications {
  padding: 60px 80px;
  background-color: #f5f5f5; }
  section.certifications > .content {
    width: 1340px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    margin: 0 auto; }
    section.certifications > .content > a {
      height: 360px;
      align-items: center;
      display: flex; }
      section.certifications > .content > a > div.container {
        width: 100%;
        height: auto; }
        section.certifications > .content > a > div.container .abs_hover {
          position: absolute;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: rgba(0, 68, 140, 0.75);
          transition: .35s;
          opacity: 0;
          z-index: 2; }
          section.certifications > .content > a > div.container .abs_hover > img {
            width: 80px;
            height: auto; }
        section.certifications > .content > a > div.container > img {
          width: 100%;
          height: auto;
          max-height: 360px;
          margin: auto;
          display: block;
          object-fit: contain;
          object-position: center; }
        section.certifications > .content > a > div.container:hover .abs_hover {
          opacity: 1; }

@media (max-width: 1500px) {
  section.certifications > .content {
    width: 1100px;
    grid-column-gap: 50px;
    grid-row-gap: 50px; }
    section.certifications > .content > a {
      height: 340px; } }
@media (max-width: 1440px) {
  section.certifications {
    padding: 60px 40px; } }
@media (max-width: 1200px) {
  section.certifications > .content {
    width: 970px;
    grid-column-gap: 40px;
    grid-row-gap: 30px; }
    section.certifications > .content > a {
      height: 300px; } }
@media (max-width: 1050px) {
  section.certifications > .content {
    width: 100%; }
    section.certifications > .content > a {
      height: 28vw;
      overflow: hidden; } }
@media (max-width: 900px) {
  section.certifications > .content > a > div.container .abs_hover > img {
    width: auto;
    height: 55%;
    max-width: 35%; } }
@media (max-width: 750px) {
  section.certifications {
    padding: 40px 20px; }
    section.certifications > .content {
      grid-column-gap: 25px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr 1fr 1fr; }
      section.certifications > .content > a {
        height: 41vw; } }
@media (max-width: 400px) {
  section.certifications > .content {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px; }
    section.certifications > .content > a {
      height: 60vw; } }
section.contact {
  padding: 60px 12.5vw;
  background-color: #f5f5f5; }
  section.contact > .content {
    display: flex;
    width: 100%;
    height: 540px; }
    section.contact > .content #loc_map {
      height: 100%;
      width: 870px; }
      section.contact > .content #loc_map .pop_up {
        font-size: 1.2em;
        font-weight: 700;
        color: #00448C; }
    section.contact > .content .address_box {
      margin-left: 20px; }
      section.contact > .content .address_box > strong {
        font-weight: 600;
        font-style: italic;
        color: #e6001c;
        font-size: 1em;
        line-height: 1.3; }
      section.contact > .content .address_box > a,
      section.contact > .content .address_box > p {
        font-weight: 700;
        color: #00448c;
        font-size: 1em;
        line-height: 1.3;
        display: block; }

@media (max-width: 1440px) {
  section.contact > .content {
    height: 460px; }
    section.contact > .content #loc_map {
      width: 700px; } }
@media (max-width: 1250px) {
  section.contact {
    padding: 60px 40px; } }
@media (max-width: 1000px) {
  section.contact {
    padding: 60px 40px; }
    section.contact > .content {
      height: auto; }
      section.contact > .content #loc_map {
        height: 50vw;
        width: 65vw; } }
@media (max-width: 750px) {
  section.contact {
    padding: 40px 20px; }
    section.contact > .content {
      flex-direction: column; }
      section.contact > .content #loc_map {
        height: 60vw;
        width: 85vw; }
      section.contact > .content .address_box {
        margin: 30px 0 0 0; } }
@media (max-width: 500px) {
  section.contact > .content #loc_map {
    height: 100vw;
    width: 100%; } }
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  height: 40px;
  text-decoration: none;
  background: #dbdbdb;
  padding: 0 40px;
  width: fit-content;
  width: -moz-fit-content;
  transition: .3s; }
  .btn > span {
    text-transform: uppercase;
    color: #003772;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 1em; }
  .btn:hover {
    background: #ededed; }

section.contact_form {
  padding: 50px 12.5vw;
  background-color: #00448C; }
  section.contact_form h2 {
    color: #dbdbdb;
    margin: 0 auto; }
  section.contact_form form {
    margin: 110px auto 0 auto;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    section.contact_form form input[type=text],
    section.contact_form form input[type=email],
    section.contact_form form textarea {
      width: 33%;
      background: none;
      font-family: "Josefin Sans", sans-serif;
      font-size: 0.95em;
      font-weight: 400;
      border: 0;
      border-bottom: 1px solid #fff;
      color: #fff;
      height: 30px;
      margin-top: 105px;
      text-align: left;
      padding: 0 10px; }
      section.contact_form form input[type=text].error,
      section.contact_form form input[type=email].error,
      section.contact_form form textarea.error {
        border: 1px solid #e81717; }
      section.contact_form form input[type=text]#cont-name,
      section.contact_form form input[type=email]#cont-name,
      section.contact_form form textarea#cont-name {
        margin-top: 0px; }
    section.contact_form form textarea {
      resize: none;
      width: 44%;
      height: 100%;
      padding: 10px;
      position: relative;
      margin-top: 0;
      border: 1px solid #fff; }
    section.contact_form form .btn {
      margin-left: auto; }
    section.contact_form form .abs_thanks {
      position: absolute;
      width: calc(100% + 30px);
      height: calc(100% + 30px);
      left: -15px;
      top: -15px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 1.6em;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background-color: #00448C; }

@media (max-width: 1300px) {
  section.contact_form form {
    margin: 70px auto 0 auto;
    width: 100%;
    height: 260px; }
    section.contact_form form input[type=text],
    section.contact_form form input[type=email] {
      width: 28%;
      margin-top: 85px; }
    section.contact_form form textarea {
      width: 37%; } }
@media (max-width: 1300px) {
  section.contact_form {
    padding: 50px 40px; }
    section.contact_form form {
      margin: 50px auto 0 auto;
      width: 45vw;
      height: auto; }
      section.contact_form form input[type=text],
      section.contact_form form input[type=email] {
        width: 100%;
        margin-top: 25px; }
      section.contact_form form textarea {
        width: 100%;
        margin-top: 25px;
        height: 150px; }
      section.contact_form form .btn {
        margin: 35px 0 0 0; } }
@media (max-width: 800px) {
  section.contact_form form {
    width: 65vw; } }
@media (max-width: 750px) {
  section.contact_form {
    padding: 40px 20px; } }
@media (max-width: 500px) {
  section.contact_form h2 {
    margin: 0;
    font-size: 1.5em;
    letter-spacing: 3px; }
  section.contact_form form {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
