@charset "UTF-8";
@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

.mc1 {
  color: #203666; }

.mc2 {
  color: #5CB7DA; }

.c1 {
  color: #232323; }

.c2 {
  color: #232323; }

.navbar {
  padding: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

img {
  max-width: 100%;
  height: auto; }

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

.txt {
  line-height: 2; }

.h1 {
  letter-spacing: 5px; }

section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

a:hover img {
  opacity: .9;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  a:active, a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.main-title {
  margin-bottom: 30px;
  color: #222;
  font-size: 1.9rem;
  letter-spacing: .05rem; }
  .main-title span {
    display: block;
    color: #5CB7DA;
    font-size: .95rem;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .main-title.white {
    color: #fff; }
    .main-title.white span {
      color: #5CB7DA; }
  @media (max-width: 767.98px) {
    .main-title {
      margin-bottom: 20px;
      font-size: 1.6rem; } }

.main-title2 {
  border-bottom: 1px #fff solid;
  margin: 5px auto;
  max-width: 720px;
  font-weight: bolder;
  letter-spacing: .1rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .main-title2 a {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.7rem;
    font-style: italic; }
  .main-title2 span {
    display: block;
    font-size: .95rem;
    margin-bottom: 5px;
    font-style: initial;
    font-weight: normal;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase; }
  .main-title2:hover {
    letter-spacing: .2rem;
    border-color: #5CB7DA;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .main-title2:hover span {
      color: #5CB7DA;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
  @media (max-width: 767.98px) {
    .main-title2 {
      margin-bottom: 10px; } }

.main-title3 {
  margin: 20px 0;
  color: #222;
  font-size: 1.3rem;
  letter-spacing: .05rem;
  position: relative;
  margin-left: 50px;
  border-bottom: 1px #367097 solid;
  display: inline-block;
  min-width: 20%; }
  .main-title3 span {
    display: block;
    color: rgba(54, 112, 151, 0.2);
    font-size: 2rem;
    margin-bottom: 5px;
    position: absolute;
    left: -50px;
    top: -15px; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  outline: none; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #203666; }

.swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swiper-button-next,
.swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  top: auto;
  bottom: -60px;
  margin: 0;
  position: absolute;
  border: 1px #203666 solid;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .8; }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 1.8rem;
    color: #203666;
    text-align: center;
    line-height: 2.5rem; }
  @media (max-width: 575.98px) {
    .swiper-button-next,
    .swiper-button-prev {
      top: -45px;
      bottom: auto; } }

.swiper-button-next {
  right: 10px; }
  @media (max-width: 767.98px) {
    .swiper-button-next {
      right: 15px; } }

.swiper-button-prev {
  left: auto;
  right: 60px; }

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none; }
  .project-nav .swiper-button-prev i,
  .project-nav .swiper-button-next i {
    color: #203666;
    font-size: 3rem; }

.project-nav .swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-next {
  right: 0; }

#back-to-top {
  position: fixed;
  z-index: 8000;
  text-align: center;
  width: 45px;
  height: 45px;
  background: #5CB7DA;
  right: 15px;
  bottom: 0px;
  cursor: pointer; }
  #back-to-top i {
    font-size: 25px;
    color: #fff;
    line-height: 45px; }
  #back-to-top:hover {
    background: #203666; }

.main-btn {
  padding: 8px 25px;
  border-radius: 20px; }
  @media (max-width: 991.98px) {
    .main-btn {
      padding: 8px 18px; } }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #203666;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #203666;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #203666; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.pagination-container {
  padding: 20px 0; }
  .pagination-container .pagination {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
    .pagination-container .pagination li {
      display: inline-block;
      vertical-align: middle; }
      .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
        color: #203666;
        border-color: #203666; }
    .pagination-container .pagination a {
      line-height: 20px;
      width: 30px;
      height: 30px;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      text-align: center;
      display: block;
      border: 1px #fff solid;
      border-radius: 50%;
      padding: 5px; }
    .pagination-container .pagination i {
      line-height: 20px; }

.breadcrumb-container .breadcrumb {
  text-align: right;
  display: block;
  font-size: 14px;
  padding-left: 0;
  padding: 8px 0;
  text-transform: uppercase;
  color: #203666;
  background: none;
  margin: 5px 0; }
  .breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
    padding-right: 5px;
    color: #666; }
  .breadcrumb-container .breadcrumb > li {
    display: inline-block; }
    .breadcrumb-container .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/"; }
  .breadcrumb-container .breadcrumb a {
    color: #666; }
    .breadcrumb-container .breadcrumb a:hover {
      color: #203666; }

#page-banner .text {
  background: rgba(32, 54, 102, 0.9);
  margin-right: -35%;
  z-index: 9;
  position: relative;
  text-align: center;
  padding: 40px 0; }
  #page-banner .text .main-title {
    display: inline-block;
    margin-bottom: 5px;
    text-align: left; }

#page-banner .pic {
  padding-bottom: 41%; }

@media (max-width: 991.98px) {
  #page-banner .text {
    width: 100%;
    margin-right: 0;
    padding: 12px 0; }
    #page-banner .text .main-title {
      display: block;
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 3px; }
      #page-banner .text .main-title span {
        margin-bottom: 3px; } }

body {
  font-family: 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  color: #222;
  line-height: 1.5em; }
  body * {
    outline: none; }

button {
  font-family: 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }

.swiper-setting {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }

.h-logo {
  padding: 5px 10px; }

.navbar {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: 0; }
  .navbar.scroll {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc; }
  @media (max-width: 991.98px) {
    .navbar {
      -webkit-box-shadow: 0px 0px 6px #ccc;
      box-shadow: 0px 0px 6px #ccc; } }

.navbar-nav {
  width: 100%;
  padding: 0;
  padding-right: 108px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .navbar-nav .nav-item {
    padding: 20px;
    position: relative; }
    .navbar-nav .nav-item.contact {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #55abd0), color-stop(90%, #2d507a));
      background: -webkit-linear-gradient(top, #55abd0 10%, #2d507a 90%);
      background: -o-linear-gradient(top, #55abd0 10%, #2d507a 90%);
      background: linear-gradient(to bottom, #55abd0 10%, #2d507a 90%);
      position: fixed;
      right: 0;
      top: 0;
      width: 110px;
      height: 110px;
      padding: 0;
      text-align: center;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .navbar-nav .nav-item.contact .nav-link {
        color: #fff;
        padding: 25px 15px !important; }
        .navbar-nav .nav-item.contact .nav-link i {
          display: block;
          padding: 0; }
        .navbar-nav .nav-item.contact .nav-link:before {
          display: none; }
      .navbar-nav .nav-item.contact:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#55abd0), to(#2d507a));
        background: -webkit-linear-gradient(top, #55abd0 0%, #2d507a 100%);
        background: -o-linear-gradient(top, #55abd0 0%, #2d507a 100%);
        background: linear-gradient(to bottom, #55abd0 0%, #2d507a 100%);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
    .navbar-nav .nav-item:hover, .navbar-nav .nav-item.active {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item.active .nav-link {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        .navbar-nav .nav-item:hover .nav-link:before, .navbar-nav .nav-item.active .nav-link:before {
          width: 100%;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
  .navbar-nav .nav-link {
    padding: 5px 0 !important;
    color: #203666;
    position: relative; }
    .navbar-nav .nav-link:before {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 3px;
      background: #5CB7DA;
      left: 0;
      display: block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .navbar-nav .nav-link span {
      padding: 5px 0px;
      font-size: 16px;
      position: relative;
      line-height: 2;
      text-align: center; }
      .navbar-nav .nav-link span i {
        font-size: 26px;
        vertical-align: middle;
        padding-right: 5px; }
        @media (max-width: 991.98px) {
          .navbar-nav .nav-link span i {
            font-size: 18px; } }
  @media (max-width: 1199.98px) {
    .navbar-nav {
      padding-right: 80px; }
      .navbar-nav .nav-item {
        padding: 0 12px; } }
  @media (max-width: 991.98px) {
    .navbar-nav {
      display: block;
      margin: 10px 0;
      padding: 0; }
      .navbar-nav .nav-item {
        padding: 0 15px; }
        .navbar-nav .nav-item.contact {
          display: none; }
      .navbar-nav .nav-link {
        padding: 2px 0 !important; }
        .navbar-nav .nav-link:before {
          display: none; } }

.dropdown-menu {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  text-align: center; }
  .dropdown-menu .dropdown-item {
    padding: 6px 15px;
    display: block;
    line-height: 1.5em; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
      color: #203666;
      background: rgba(255, 255, 255, 0.7); }
  @media (max-width: 991.98px) {
    .dropdown-menu {
      text-align: left; }
      .dropdown-menu .dropdown-item {
        padding: 5px 25px; } }

footer {
  color: #367097;
  padding: 40px 0 0; }
  footer .f-info {
    max-width: 800px;
    text-align: center;
    margin: 0 auto; }
  footer .f-logo {
    border-bottom: 1px #5CB7DA solid;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  footer a {
    color: #367097; }
    footer a:hover {
      color: #203666; }
  footer i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 5px; }
  footer .copyright {
    font-size: .9rem;
    text-align: center;
    margin-top: 40px;
    background: #203666;
    padding: 8px 10px;
    color: #fff; }
    footer .copyright a {
      color: #fff; }
      footer .copyright a:hover {
        color: #5CB7DA; }
  @media (max-width: 991.98px) {
    footer {
      padding: 30px 0 0px; }
      footer .copyright {
        margin-top: 20px;
        padding: 10px 0; } }

@media (max-width: 1199.98px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    z-index: 9000;
    position: relative; }
    #burger span {
      background-color: #203666;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #203666;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; } }

@media (min-width: 1200px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    max-width: 1920px;
    padding: 0; } }

.btn-primary, .btn-outline-primary {
  border-color: #5CB7DA; }

.footer-contact {
  background: url(../_img/layout/f-contact.jpg) center center no-repeat;
  background-size: cover; }

#banner {
  position: relative;
  z-index: 9; }
  #banner img {
    margin: 0 auto; }
  #banner .slick-slider {
    margin-bottom: 0px; }
  #banner .slick-dots {
    bottom: 15px;
    padding-right: 2%; }
    #banner .slick-dots li {
      margin: 3px;
      width: auto;
      height: 8px; }
      #banner .slick-dots li button {
        width: 8px;
        height: 8px; }
        #banner .slick-dots li button:before {
          content: '';
          width: 8px;
          height: 8px;
          background: #5CB7DA;
          display: inline-block;
          border-radius: 50%;
          border: 2px #5CB7DA solid;
          opacity: 1; }
    #banner .slick-dots .slick-active button {
      width: 25px;
      height: 8px; }
      #banner .slick-dots .slick-active button:before {
        content: '';
        background: #fff;
        display: inline-block;
        width: 25px;
        height: 8px;
        border-radius: 8px;
        border: 2px #fff solid;
        opacity: 1; }

.index-slider {
  text-shadow: 0 2px 4px #ccc; }
  .index-slider .text {
    padding-left: 5%;
    padding-right: 5%; }
  .index-slider h3 {
    font-size: 3.2rem;
    color: #203666;
    font-weight: bold;
    margin-bottom: 20px; }
  .index-slider p {
    font-size: 2rem;
    line-height: 3rem;
    color: #555; }
  .index-slider .pic {
    padding-bottom: 61.5%; }
  @media (max-width: 991.98px) {
    .index-slider {
      text-shadow: 0 2px 4px #333; }
      .index-slider .text {
        position: absolute;
        z-index: 9; }
      .index-slider h3 {
        font-size: 2rem;
        line-height: 2.2rem;
        font-weight: bold;
        margin-bottom: 10px;
        color: #fff; }
      .index-slider p {
        font-size: 1.3rem;
        line-height: 1.8rem;
        color: #555;
        color: #fff; } }

.idx-about .text-box {
  background: #203666;
  color: #fff;
  padding: 10%; }

.idx-about .right {
  margin-left: -80px; }

.idx-about h3 {
  font-weight: bold;
  letter-spacing: .05rem;
  margin-bottom: 10px; }

@media (max-width: 991.98px) {
  .idx-about .right {
    margin-left: 0px; } }

.idx-service h4 {
  font-weight: bold; }

.footer-contact {
  padding: 120px 0; }
  @media (max-width: 767.98px) {
    .footer-contact {
      padding: 60px 0; } }

.idx-case .pic {
  padding-bottom: 60%; }

.bg-01 {
  position: relative;
  z-index: -1; }
  .bg-01:before {
    position: absolute;
    top: -200px;
    content: '';
    z-index: -1;
    width: 900px;
    height: 550px;
    background: rgba(92, 183, 218, 0.1); }
    @media (max-width: 767.98px) {
      .bg-01:before {
        top: 0px;
        width: 300px;
        height: 200px; } }

.bg-02 {
  position: relative;
  z-index: -1; }
  .bg-02:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    z-index: -1;
    width: 430px;
    height: 580px;
    background: rgba(92, 183, 218, 0.1); }
    @media (max-width: 767.98px) {
      .bg-02:before {
        width: 100px;
        height: 100px; } }

.bg-03 {
  position: relative;
  z-index: -1; }
  .bg-03:before {
    position: absolute;
    top: -280px;
    content: '';
    z-index: -1;
    width: 900px;
    height: 400px;
    background: rgba(92, 183, 218, 0.1); }
    @media (max-width: 767.98px) {
      .bg-03:before {
        top: 0px;
        width: 80%;
        height: 30px; } }

.bg-04 {
  position: relative;
  z-index: -1; }
  .bg-04:before {
    position: absolute;
    top: 100px;
    right: 0;
    content: '';
    z-index: -1;
    width: 430px;
    height: 580px;
    background: rgba(92, 183, 218, 0.1); }
    @media (max-width: 767.98px) {
      .bg-04:before {
        display: none; } }

.editor-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }
  .editor-title li {
    margin: 5px 10px;
    width: 25%; }
    .editor-title li button {
      width: 100%;
      color: #203666;
      padding: 15px;
      background: #203666;
      border: 1px #203666 solid;
      cursor: pointer; }
      .editor-title li button.active {
        background: #5CB7DA;
        color: #fff;
        border-color: #5CB7DA; }
        .editor-title li button.active span {
          color: #203666; }
  .editor-title .main-title {
    margin-bottom: 10px;
    color: #fff; }
  @media (max-width: 991.98px) {
    .editor-title {
      margin: 0;
      display: block; }
      .editor-title li {
        margin: 0 0 5px;
        width: 100%; }
        .editor-title li button {
          width: 100%;
          color: #203666;
          padding: 5px;
          background: #203666;
          border: 1px #203666 solid;
          cursor: pointer; }
          .editor-title li button.active {
            background: #5CB7DA;
            color: #fff;
            border-color: #5CB7DA; }
            .editor-title li button.active span {
              color: #203666; }
      .editor-title .main-title {
        margin-bottom: 5px;
        font-size: 1.5rem; } }

.editor-row .item {
  position: relative;
  overflow: hidden; }
  .editor-row .item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 70%;
    color: #203666;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px #fff solid;
    padding: 12% 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .editor-row .item:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 65px;
    background: rgba(255, 255, 255, 0.6);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease; }
  .editor-row .item:hover h3 {
    padding: 20% 0;
    width: 80%;
    border-color: #203666;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .editor-row .item:hover:before {
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    height: 100%; }

.btn-box {
  max-width: 580px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #ccc;
  box-shadow: 0px 3px 6px #ccc;
  border-radius: 16px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative; }
  .btn-box a {
    color: #203666;
    display: block;
    padding: 25px 10px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-box i {
    position: absolute;
    right: 15%;
    bottom: -15px;
    color: #203666;
    font-size: 2.5rem; }
  .btn-box:hover {
    background: #5CB7DA;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .btn-box:hover a {
      color: #fff;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }

.form {
  width: 100%; }
  .form li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form li .input {
      width: calc(100% - 20px);
      position: relative;
      font-size: 1.2rem;
      line-height: 35px;
      height: 35px;
      display: block;
      border-bottom: 1px solid #203666;
      padding: 0px;
      margin: 15px 10px; }
      .form li .input input[type="text"],
      .form li .input input[type="password"] {
        position: absolute;
        background: none;
        width: 100%;
        height: 100%;
        border: none;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
        display: block;
        font-size: 1.2rem;
        z-index: 50; }
        .form li .input input[type="text"]:focus + .txt, .form li .input input[type="text"]:active + .txt,
        .form li .input input[type="password"]:focus + .txt,
        .form li .input input[type="password"]:active + .txt {
          -webkit-transform: scale(0.95) translateY(-80%);
          -ms-transform: scale(0.95) translateY(-80%);
          transform: scale(0.95) translateY(-80%);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          color: #203666; }
          @media (max-width: 991.98px) {
            .form li .input input[type="text"]:focus + .txt, .form li .input input[type="text"]:active + .txt,
            .form li .input input[type="password"]:focus + .txt,
            .form li .input input[type="password"]:active + .txt {
              -webkit-transform: scale(0.95) translateY(-80%);
              -ms-transform: scale(0.95) translateY(-80%);
              transform: scale(0.95) translateY(-80%); } }
      .form li .input .txt {
        position: relative;
        z-index: 100;
        display: inline-block;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        font-size: 1rem;
        line-height: 35px; }
        .form li .input .txt.active {
          -webkit-transform: scale(0.95) translateY(-80%);
          -ms-transform: scale(0.95) translateY(-80%);
          transform: scale(0.95) translateY(-80%);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          color: #203666; }
          @media (max-width: 991.98px) {
            .form li .input .txt.active {
              -webkit-transform: scale(0.95) translateY(-80%);
              -ms-transform: scale(0.95) translateY(-80%);
              transform: scale(0.95) translateY(-80%); } }
    .form li .radio-row {
      width: calc(100% - 20px);
      position: relative;
      font-size: 1.3rem;
      line-height: 35px;
      height: 35px;
      display: block;
      border-bottom: 1px solid #203666;
      padding: 5px 5px;
      margin: 30px 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .form li .radio-row .radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1rem;
        cursor: pointer; }
        .form li .radio-row .radio input[type="radio"] {
          display: none; }
          .form li .radio-row .radio input[type="radio"]:checked + .circle:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
        .form li .radio-row .radio .circle {
          width: 15px;
          height: 15px;
          display: block;
          border-radius: 50%;
          border: 1px solid #203666;
          position: relative; }
          .form li .radio-row .radio .circle:after {
            content: '';
            width: 7px;
            height: 7px;
            background-color: #203666;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
        .form li .radio-row .radio .txt {
          position: relative;
          z-index: 100;
          display: inline-block;
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          font-size: 1.3rem;
          line-height: 35px;
          margin-left: 5px; }
  .form .textarea {
    display: block;
    width: calc(100% - 20px);
    height: 200px;
    position: relative;
    border-bottom: 1px solid #203666;
    margin: auto;
    margin-top: 1rem; }
    .form .textarea textarea {
      position: absolute;
      background: none;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      font-size: 1rem;
      padding: 0px; }
  .form .checkbox {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .form .checkbox input[type="checkbox"] {
      display: none; }
      .form .checkbox input[type="checkbox"]:checked + .square:after {
        display: block; }
    .form .checkbox .square {
      width: 15px;
      height: 15px;
      border: 1px solid #203666;
      margin-right: 5px; }
      .form .checkbox .square:after {
        content: '\f00c';
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        display: block;
        font-size: 1.3rem;
        color: #203666;
        line-height: 15px;
        display: none; }
    .form .checkbox .txt {
      line-height: 35px;
      font-size: 1.3rem;
      color: #203666; }
  .form .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form .row2 .input {
      width: calc(50% - 20px); }
  .form .button-row {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 25px; }
    .form .button-row .btn2 {
      margin: 1rem auto; }
  .form .custom-select {
    border: 0;
    border-bottom: 1px solid #203666;
    border-radius: 0;
    font-size: 1.05rem;
    padding: 0; }

.g-recaptcha > div {
  margin: 0 auto; }
