@import url(bootstrap.css);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body {
  min-height: 100%;
  background: #fff; }

*:focus {
  outline: none; }

.flex-fill {
  flex: 1; }

html {
  font-size: 14px; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0B1C2C; }

h1 {
  font-size: 3.571rem;
  color: #02375B;
  font-weight: bold;
  margin: 0 0 20px; }
  h1.ident {
    padding-left: 20px; }
  h1 span {
    font-size: 14px; }

h2 {
  font-size: 2.857rem;
  font-weight: 500;
  color: #CCB025; }
  h2.title {
    color: #CCB025;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px; }

h3, h4 {
  font-size: 24px;
  font-weight: bold;
  color: #CCB025;
  margin: 0 0 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: solid 1px #02375B; }

h4 {
  font-size: 18px; }

a {
  color: #CCB025; }

.brand-primary {
  color: #02375B; }

.brand-secondary {
  color: #CCB025; }

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding-left: 0; }

li {
  list-style: none; }

hr {
  border-top: solid 1px #CCB025; }

section {
  padding: 30px 0; }

.section-gray {
  background: #F0F0F0; }

.btn {
  border: none;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff; }
  .btn:hover {
    color: #fff;
    box-shadow: none; }
  .btn.btn-primary {
    background: #0b1c2c;
    background: -moz-linear-gradient(left, #0b1c2c 0%, #02375b 100%);
    background: -webkit-linear-gradient(left, #0b1c2c 0%, #02375b 100%);
    background: linear-gradient(to right, #0b1c2c 0%, #02375b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1c2c', endColorstr='#02375b', GradientType=1);
    box-shadow: 0 8px 20px rgba(2, 55, 91, 0.4); }
    .btn.btn-primary:hover {
      box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

label {
  color: #02375B; }

.form-control {
  border: solid 1px #CCB025;
  height: 40px; }
  .form-control:focus {
    outline: none;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #AFAFAF; }
  .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #AFAFAF;
    opacity: 1; }
  .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #AFAFAF;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AFAFAF; }
  .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AFAFAF; }
  .form-control::placeholder {
    /* Most modern browsers support this now. */
    color: #AFAFAF; }

.custom-select-box {
  position: relative;
  padding: 0; }
  .custom-select-box select {
    display: none; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "\e901";
  font-family: 'icomoon';
  font-size: 20px;
  top: 5px;
  right: 20px;
  width: 0;
  height: 0; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "\e902"; }

.select-items div, .select-selected {
  padding: 8px 15px;
  cursor: pointer;
  user-select: none; }

.select-items {
  position: absolute;
  background-color: #fff;
  border: solid 1px #ced4da;
  border-radius: 0 0 4px 4px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 400px;
  overflow-y: scroll;

}
  .select-items > div {
    border-bottom: solid 1px #ced4da; }
    .select-items > div:last-child {
      border-bottom: none; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.search-bar {
  display: flex; }
  .search-bar input {
    flex: 1;
    margin-right: 20px; }
  .search-bar button {
    flex: 0 0 40px;
    text-align: center; }
    .search-bar button i {
      font-size: 21px;
      position: relative;
      top: 4px; }

.diagonal-line {
  background: linear-gradient(to right bottom, #fff 50%, #050a30 51%);
  height: 100px; }
  .diagonal-line.diagonal-gray {
    background: linear-gradient(to right bottom, #fff 50%, #F0F0F0 51%); }
  .diagonal-line.diagonal-line2 {
    background: linear-gradient(to right bottom, #F0F0F0 50%, #050a30 51%); }

.pagination {
  margin-top: -5px;
  top: 3px;
  position: relative; }
  .pagination .page {
    margin-left: 5px;
    height: 25px; }
    .pagination .page > a {
      border: solid 1px #AFAFAF;
      padding: 0;
      height: 25px;
      width: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 4px;
      display: inline-block;
      color: #AFAFAF; }
      .pagination .page > a.page-nav {
        border: none;
        color: #02375B;
        font-size: 18px;
        line-height: 28px; }
      .pagination .page > a.active {
        background: #0b1c2c;
        background: -moz-linear-gradient(left, #0b1c2c 0%, #02375b 100%);
        background: -webkit-linear-gradient(left, #0b1c2c 0%, #02375b 100%);
        background: linear-gradient(to right, #0b1c2c 0%, #02375b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1c2c', endColorstr='#02375b', GradientType=1);
        box-shadow: 0 8px 20px rgba(2, 55, 91, 0.4);
        color: #fff;
        border-color: #02375B; }
      .pagination .page > a:hover {
        text-decoration: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ce6zg0");
  src: url("../fonts/icomoon.eot?ce6zg0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ce6zg0") format("truetype"), url("../fonts/icomoon.woff?ce6zg0") format("woff"), url("../fonts/icomoon.svg?ce6zg0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-filter:before {
  content: "\e900"; }

.icon-angle-down:before {
  content: "\e901"; }

.icon-angle-up:before {
  content: "\e902"; }

.icon-angle-right:before {
  content: "\e903"; }

.icon-angle-left:before {
  content: "\e904"; }

.icon-angle-double-right:before {
  content: "\e905"; }

.icon-angle-double-left:before {
  content: "\e906"; }

.icon-trash-o:before {
  content: "\e907"; }

.icon-document-download:before {
  content: "\e908"; }

.icon-youtube:before {
  content: "\e909"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-linkedin:before {
  content: "\eaca"; }

.icon-check:before {
  content: "\e90a"; }

.icon-times:before {
  content: "\e90b"; }

.icon-search:before {
  content: "\e90c"; }

.icon-facebook:before {
  content: "\e90d"; }

.icon-settings:before {
  content: "\e918"; }

.icon-menu:before {
  content: "\e923"; }

.icon-twitter:before {
  content: "\f099"; }

@media (max-width: 991px) {
  html {
    font-size: 13px; }

  .diagonal-line {
    height: 80px; } }
@media (max-width: 767px) {
  .diagonal-line {
    height: 60px; } }
@media (max-width: 480px) {
  h1 {
    font-size: 24px; }

  .diagonal-line {
    height: 40px; } }
.header-top {
  background: #050a30;
  border-bottom: solid 1px #CCB025;
  line-height: 40px;
  font-weight: 400;
  font-size: 12px;
  text-align: right; }
  .header-top a {
    color: #fff;
    margin-left: 20px; }
  .header-top .flag {
    width: 30px; }

.navbar-dark {
  background: #050a30;
  padding: 10px 0; }
  .navbar-dark .navbar-toggler {
    border: none;
    padding: 0;
    z-index: 200; }
    .navbar-dark .navbar-toggler:focus {
      outline: none; }
    .navbar-dark .navbar-toggler .navbar-handle {
      display: block;
      width: 30px;
      height: 30px;
      right: 0;
      position: relative;
      top: 0; }
      .navbar-dark .navbar-toggler .navbar-handle .bar {
        background: #CCB025;
        width: 30px;
        height: 3px;
        position: absolute;
        right: 0;
        opacity: 1;
        transition: .25s ease-in-out; }
        .navbar-dark .navbar-toggler .navbar-handle .bar:nth-child(1) {
          top: 10px;
          transform: rotate(135deg); }
        .navbar-dark .navbar-toggler .navbar-handle .bar:nth-child(2) {
          opacity: 0; }
        .navbar-dark .navbar-toggler .navbar-handle .bar:nth-child(3) {
          top: 10px;
          transform: rotate(-135deg); }
    .navbar-dark .navbar-toggler.collapsed .navbar-handle .bar {
      opacity: 1;
      transform: rotate(0deg); }
      .navbar-dark .navbar-toggler.collapsed .navbar-handle .bar:nth-child(1) {
        top: 1px; }
      .navbar-dark .navbar-toggler.collapsed .navbar-handle .bar:nth-child(2) {
        top: 10px; }
      .navbar-dark .navbar-toggler.collapsed .navbar-handle .bar:nth-child(3) {
        top: 19px; }

.navbar-brand {
  padding: 0;
  width: 200px; }

.navbar .navbar-nav .nav-item .nav-link {
  transition: ease-out 0.3s;
  font-size: 12px;
  color: #fff;
  padding: 0 20px; }
.navbar .navbar-nav .nav-item.social a {
  margin-left: 5px;
  color: #CCB025;
  font-size: 12px;
  display: inline-block; }
  .navbar .navbar-nav .nav-item.social a:hover {
    text-decoration: none; }
.navbar .navbar-nav .nav-item.active > a, .navbar .navbar-nav .nav-item:hover > a {
  color: #F3D22B; }

@media (max-width: 991px) {
  header .navbar-dark {
    padding: 10px 15px;
    border-bottom: solid 1px #CCB025; }
  header .navbar-collapse {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #02375B;
    left: 0;
    top: 0; }
    header .navbar-collapse.collapsing {
      height: 100vh;
      transition: none; }

  .navbar .navbar-nav {
    text-align: center;
    margin-top: 80px; }
    .navbar .navbar-nav .nav-item .nav-link {
      font-size: 14px;
      margin-bottom: 30px; }
    .navbar .navbar-nav .nav-item.social {
      display: none; } }
@media (max-width: 480px) {
  .header-top {
    display: none; }

  .navbar-brand {
    width: 150px; } }
footer {
  background: #050a30;
  color: #fff;
  padding: 10px 0 60px; }
  footer h3 {
    padding: 0;
    border: none;
    font-weight: 500;
    margin-bottom: 20px; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #CCB025;
      text-decoration: none; }
  footer li {
    margin-bottom: 10px; }

.copy {
  padding: 15px 0;
  font-size: 12px;
  color: #CCB025; }

.global-search {
  padding: 50px 0;
  position: relative;
  z-index: 1; }
  .global-search .filters {
    display: flex;
    margin-top: 50px; }
    .global-search .filters > div {
      flex: 1;
      margin: 10px; }
  .global-search .more-filters {
    margin-top: 20px;
    display: block; }

/* video {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  width: 100%;
  height: 100px; } */

.category-box {
  background: #F0F0F0;
  border-radius: 8px;
  padding: 20px 20px 0;
  height: 160px;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #02375B;
  position: relative;
  overflow: hidden; }
  .category-box:hover {
    text-decoration: none; }
  .category-box img {
    position: absolute;
    bottom: 5px;
    /* left: 10%; */
    width: 80%;
    max-height: 100px;
    max-width: 100px;
  }

.section-filters {
  padding-bottom: 80px; }
  .section-filters .phones {
    margin-top: -80px; }

.row-products {
  display: flex; }
  .row-products .item {
    flex: 1;
    margin: 0 10px; }

.video {
  position: relative;
  width: 95%;
  height: 0;
  padding-bottom: 56.25%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.slide-videos {
  position: relative;
  margin: 60px 0; }
  .slide-videos .slide-items {
    padding: 0 60px; }
    .slide-videos .slide-items .title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .slide-videos .slick-next, .slide-videos .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    font-size: 40px;
    display: block;
    cursor: pointer; }
  .slide-videos .slick-next {
    left: inherit;
    right: 0; }

@media (max-width: 991px) {
  .row-products-wrap .container {
    max-width: 100%; }

  .slide-videos .container {
    max-width: 100%; }
  .slide-videos .slide-items {
    padding: 0 30px; } }
@media (max-width: 767px) {
  .global-search .filters {
    margin-top: 20px;
    display: block; }
    .global-search .filters > div {
      margin: 10px 0; }

  .row-products-wrap {
    overflow: hidden; }

  .row-products {
    overflow-x: auto;
    margin-bottom: -20px; }
    .row-products .item {
      flex: 0 0 120px; }

  .section-filters .phones {
    text-align: center;
    margin-bottom: 50px; }
    .section-filters .phones img {
      max-width: 280px; }

  .slide-videos {
    margin-bottom: 20px; }

  .slick-slide {
    height: 200px; }
    .slick-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
@media (max-width: 480px) {
  .global-search {
    padding: 20px 0; }

  .slide-videos .slide-items {
    padding: 0; } }
.banner-about {
  height: 290px; }
  .banner-about img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.section-about {
  position: relative;
  padding-top: 50px; }
  .section-about:before {
    background: url(../img/logo2.png) no-repeat right center;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 585px 218px; }

@media (max-width: 991px) {
  .section-about:before {
    background: none; } }
@media (max-width: 767px) {
  .banner-about {
    height: 170px; } }
.products-table .global-search {
  background: #F0F0F0;
  padding: 0;
  display: flex;
  border-right: solid 1px #AFAFAF;
  border-bottom: solid 1px #ced4da; }
.products-table .col-left {
  flex: 0 0 230px;
  padding: 40px 15px;
  border-right: solid 1px #AFAFAF;
  border-left: solid 1px #AFAFAF;
  align-self: center; }
.products-table .col-right {
  flex: 1;
  padding: 30px 15px 30px 75px; }

.table-contents {
  display: flex; }
  .table-contents .light {
    color: #AFAFAF; }
  .table-contents .item {
    border-bottom: solid 1px #AFAFAF;
    padding: 15px; }
    .table-contents .item.item-active {
      background: #02375B;
      color: #CCB025; }
  .table-contents .btn-link {
    color: #02375B;
    font-weight: 500;
    width: 100%;
    padding: 0;
    height: auto;
    line-height: inherit;
    text-align: left;
    position: relative; }
    .table-contents .btn-link:after {
      position: absolute;
      content: '\e902';
      font-family: 'icomoon';
      right: 0;
      top: -2px;
      font-size: 16px; }
    .table-contents .btn-link:hover, .table-contents .btn-link:focus {
      text-decoration: none; }
    .table-contents .btn-link.collapsed:after {
      content: '\e901'; }
  .table-contents .card-body {
    padding: 15px 0 0; }
    .table-contents .card-body label {
      color: #0B1C2C; }
  .table-contents .filters-group {
    flex: 0 0 230px;
    border: solid 1px #AFAFAF;
    border-top: none; }
  .table-contents .products-group {
    flex: 1;
    border-right: solid 1px #AFAFAF;
    display: flex;
    flex-direction: column; }
    .table-contents .products-group .products-wrap {
      padding: 0;
      flex-grow: 1; }

.products {
  width: 100%;
  border-collapse: collapse; }
  .products th, .products td {
    border-bottom: solid 1px #AFAFAF;
    padding: 5px; }
  .products tr td {
    font-size: 12px; }
  .products tr:last-child td {
    border-bottom: none; }
  .products tr:nth-child(even) td {
    background: #fafafa; }
  .products .img {
    width: 75px;
    min-width: 75px;
    height: 50px;
    cursor: pointer;
    position: relative;
    padding: 5px 20px 5px 10px; }
    .products .img span {
      display: none; }
    .products .img img {
      height: 40px;
      object-fit: cover; }
    .products .img:hover span {
      display: block;
      position: absolute;
      right: -200px;
      top: -35px;
      text-align: center;
      background: #fff;
      width: 200px;
      padding: 20px;
      z-index: 10;
      border: solid 1px #AFAFAF;
      border-radius: 4px;
      box-shadow: 0 3px 8px #ccc; }
      .products .img:hover span img {
        height: auto; }
      .products .img:hover span:before, .products .img:hover span:after {
        position: absolute;
        content: '';
        border-left: solid 16px transparent;
        border-right: solid 16px #fff;
        border-top: solid 16px transparent;
        border-bottom: solid 16px transparent;
        left: -32px;
        top: 50%;
        margin-top: -16px; }
      .products .img:hover span:before {
        border-right: solid 16px #AFAFAF;
        left: -33px; }

.product-details {
  border: solid 1px #AFAFAF;
  border-top: none;
  padding: 20px; }
  .product-details .slide-items .item {
    background: #F0F0F0;
    height: 200px;
    text-align: center;
    margin: 0 10px;
    padding: 20px; }
    .product-details .slide-items .item img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%; }
  .product-details .slide-items .slick-next, .product-details .slide-items .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    font-size: 40px;
    display: block;
    z-index: 10;
    cursor: pointer; }
  .product-details .slide-items .slick-next {
    left: inherit;
    right: 0; }

.prod-info {
  border-top: none; }
  .prod-info tr td {
    border-bottom: solid 1px #AFAFAF; }
    .prod-info tr td:first-child {
      border-left: solid 1px #AFAFAF; }
    .prod-info tr td:last-child {
      border-right: solid 1px #AFAFAF; }
    .prod-info tr td.accordion-toggle {
      cursor: pointer; }
      .prod-info tr td.accordion-toggle span {
        position: relative;
        display: inline-block;
        padding-right: 15px; }
        .prod-info tr td.accordion-toggle span:before {
          position: absolute;
          content: '\e901';
          right: 0;
          top: -4px;
          font-size: 16px;
          font-family: 'icomoon'; }
      .prod-info tr td.accordion-toggle.collapsed span:before {
        content: '\e902'; }
  .prod-info tr:last-child td {
    border-bottom: solid 1px #AFAFAF; }
  .prod-info .accordian-body > td {
    padding: 0;
    border: none !important; }
  .prod-info .accordian-body .table-list {
    width: 100%; }
    .prod-info .accordian-body .table-list td.line {
      position: relative; }
      .prod-info .accordian-body .table-list td.line:before {
        position: absolute;
        content: '';
        border-left: solid 2px #02375B;
        left: 50%;
        height: 100%;
        top: 0; }
    .prod-info .accordian-body .table-list td span {
      color: #388BF6; }

.prod-info-collapse th, .prod-info-collapse td {
  width: 100px; }

@media (max-width: 767px) {
  .border-md-0 {
    border: none !important; }

  .products-table .col-left {
    display: none; }
  .products-table .col-right {
    padding: 15px;
    border-left: solid 1px #AFAFAF; }

  .table-contents {
    flex-direction: column;
    position: relative; }
    .table-contents .item {
      padding: 12px; }
    .table-contents .products-group {
      border-right: none; }
      .table-contents .products-group .products-wrap {
        border: none; }
    .table-contents .filters-group {
      position: absolute;
      width: 100%;
      background: #fff;
      z-index: 40;
      left: 0;
      top: 46px; }

  .products {
    border-bottom: solid 1px #AFAFAF; }
    .products tr td:first-child {
      border-left: solid 1px #AFAFAF; }
    .products tr td:last-child {
      border-right: solid 1px #AFAFAF; }

  .filter-btn, .clear-btn {
    border-bottom: solid 1px #AFAFAF;
    border-left: solid 1px #AFAFAF;
    height: 46px;
    width: 50%;
    float: left;
    padding: 12px 4px 12px 12px;
    cursor: pointer; }

  .clear-btn {
    border-right: solid 1px #AFAFAF; }

  .products-table .container {
    max-width: 100%;
    padding: 0; }

  .product-details {
    border: none;
    padding: 15px; }

  .prod-info-collapse {
    overflow-x: auto; }
    .prod-info-collapse .products {
      width: 100%; } }
@media (max-width: 480px) {
  .prod-info {
    overflow-x: auto; }
    .prod-info .products {
      width: 480px; }

  .product-details .slide-items .item {
    margin: 0; } }
.section-contact {
  padding: 0;
  overflow: hidden; }

.contact {
  display: flex; }
  .contact .contact-info {
    flex: 0 0 50%;
    align-self: center;
    padding-right: 20px;
    color: #02375B; }
  .contact .map {
    flex: 1; }
    .contact .map iframe {
      float: right; }

.contact-form {
  position: relative;
  padding-top: 60px;
  min-height: 650px; }
  .contact-form:before {
    position: absolute;
    content: '';
    background: url(../img/bkg-prod.png) no-repeat;
    left: -65px;
    z-index: 10;
    top: 40px;
    width: 270px;
    height: 653px;
    background-size: 50%;
    display: block; }
  .contact-form .form-control {
    border-color: #02375B;
    color: #02375B;
    font-weight: 500; }
    .contact-form .form-control::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #02375B;
      font-weight: 500; }
    .contact-form .form-control:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #02375B;
      opacity: 1;
      font-weight: 500; }
    .contact-form .form-control::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #02375B;
      opacity: 1;
      font-weight: 500; }
    .contact-form .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #02375B;
      font-weight: 500; }
    .contact-form .form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #02375B;
      font-weight: 500; }
    .contact-form .form-control::placeholder {
      /* Most modern browsers support this now. */
      color: #02375B;
      font-weight: 500; }

@media (max-width: 991px) {
  .contact {
    flex-direction: column; }
    .contact .contact-info {
      flex: 1;
      text-align: center;
      padding: 20px 0; }
    .contact .map {
      margin: 0 -15px; }
      .contact .map iframe {
        width: 100%; }

  .contact-form h1 {
    margin-left: 50px; } }
@media (max-width: 767px) {
  .contact-form {
    padding-left: 40px; }
    .contact-form:before {
      background-size: 40%; }
    .contact-form h1 {
      margin-left: 0; } }

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

.min-w-auto {
  min-width: auto !important;
}
