header {
  background: transparent;
  background-color: transparent;
  line-height: 0;
  z-index: 99999 !important;
  height: 80px;
}

.logo_container {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* header .main_container {
  max-width: ;
} */

header .logo_container {
  text-align: right;
}

header .nav_desktop {
  width: 90%;
}

header .logo_container {
  width: 10%;
}

.uk-navbar-nav > li > a,
.menu_mobile_choice {
  text-transform: none !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: normal;
  min-height: 0 !important;
  position: relative;
  display: block;
  line-height: 50px;
}

.nav_mobile {
  display: none;
}

.uk-navbar-toggle {
  background: #ffffff !important;
  color: #19305a !important;
  border-color: #ffffff !important;
  font-size: 2rem;
  margin-right: 20px;
  padding: 15px;
  border-radius: 50px;
  min-height: 0 !important;
}

.uk-modal-close-full {
  background: #ffffff !important;
  color: #19305a !important;
  border-color: #ffffff !important;
  font-size: 2rem;
  margin-top: 20px;
  margin-right: 30px;
  padding: 15px;
  border-radius: 50px;
  min-height: 0 !important;
  width: 20px;
  height: 20px;
}

#menu-mobile {
  background: #19305a;
  text-align: center;
}

.uk-close-large {
  margin-top: 20px;
  margin-right: 20px;
}

#menu-mobile > div {
  z-index: 999;
}

.section_01 span {
  position: relative;
  display: block;
}

.section_01 .secondary_header_logo {
  position: absolute;
  top: 28%;
  left: 70%;
  transform: translateX(-50%) translateY(-50%);
}

.section_02 {
  background-color: #007cc9;
}

.section_02 .row0 {
  /* border-bottom: 15px solid #00529b;*/
  padding-bottom: 30px;
  padding-top: 30px;
  background: #1b84c7;
}

.section_02 .row1 {
  background-color: #00529b;
  padding-bottom: 35px;
  padding-top: 20px;
}

.section_02 .row1 h1 {
  color: #fff;
  font-weight: 500 !important;
  margin: 0 auto;
  font-size: 2rem;
 /* line-height: 30px;*/
}

.section_02 .row0 h4 {
  color: #fff;
  font-weight: 300 !important;
  max-width: 510px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 30px;
}

.section_02 .row0 h4 span {
  color: #fff;
  font-weight: 600 !important;
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 30px;
}

.section_02 .row0 p {
  color: #fff;
  font-weight: 300 !important;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 1.2rem;
  line-height: 30px;
}

.section_02 .row0 p span {
  color: #fff;
  font-weight: 600 !important;
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 30px;
}

.section_02 .column1 p {
  margin-bottom: 10px;
}

.section_02 .column1 .inner_logo_container {
  max-width: 80px;
  margin: 0 auto;
}

.section_02 > .inner_container {
  margin: 0 auto;
}
.section_02 > .inner_container p{
  padding:0 15px 0 15px;
}

.section_column_container {
  background-color: #0c64a4;
}

.section_02 .section_column .column_content p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 19px;
  font-weight: 300;
}

.section_02 .section_column_container .grid_image {
  margin-bottom: 20px;
}

.section_02 .column1 .section_column_container,
.section_02 .column2 .section_column_container,
.section_02 .column3 .section_column_container {
  padding-bottom: 30px;
  padding-top: 30px;
}

  .grid_image_mob, .grid_image_tab {
  	display:none;
  }
  .grid_image_desk {
  	display:block;
  }


@media (max-width: 1600px) and (min-width: 1400px) {
  .secondary_header_logo {
    max-width: 300px;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .secondary_header_logo {
    max-width: 200px;
    top: 22% !important;
  }
}

@media (max-width: 1200px) and (min-width: 800px) {
  .secondary_header_logo {
    max-width: 170px;
    top: 16% !important;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .secondary_header_logo {
    max-width: 170px;
    top: 16% !important;
  }
}

/* Wide-small */

@media only screen and (max-width: 1024px) {
  .uk-navbar-nav > li > a {
    font-size: 1rem;
  }
  .grid_image_desk, .grid_image_mob {
  	display:none;
  }
  .grid_image_tab {
  	display:block;
  }

}

/* Tablet */

@media only screen and (max-width: 768px) {
  .uk-navbar-nav > li > a {
    font-size: 0.6rem;
  }
  .nav_mobile {
    display: block;
  }
  .nav_desktop {
    display: none;
  }
  header .logo_container {
    width: 50%;
  }
  header .logo_container {
    text-align: center;
  }
  header .logo_container a {
    max-width: 90px;
  }
}

@media only screen and (max-width: 768px) {
}

/* Mobile */

@media only screen and (max-width: 480px) {
  input::placeholder {
    font-size: 0.8rem;
  }
  input:-ms-input-placeholder {
    font-size: 0.8rem;
  }
  input::-ms-input-placeholder {
    font-size: 0.8rem;
  }
  .grid_image_desk, .grid_image_tab {
  	display:none;
  }
  .grid_image_mob {
  	display:block;
  }
}

/* Old-Mobile */

@media only screen and (max-width: 360px) {
}
