@keyframes ani-fadeIn-Y {
  0% {
    transform: translateY(40px); }
  100% {
    transform: translateY(0px); } }
@keyframes ani-fadeIn-Y-rev {
  0% {
    transform: translateY(-40px); }
  100% {
    transform: translateY(0px); } }
@keyframes ani-fadeIn-X {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
@keyframes ani-fadeIn-X-rev {
  0% {
    opacity: 0;
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
@keyframes ani-scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
@keyframes ani-bounce {
  0% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-20px); } }
@keyframes ani-text-dec {
  0% {
    width: 0px; }
  100% {
    width: calc(100% + 20px); } }
html {
  font-size: 10px !important;
  overflow-x: hidden;
  scroll-behavior: auto !important; }

body {
  font-family: "Raleway","PingFang TC", "Noto Sans TC", "LiHei Pro", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
  letter-spacing: .5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.8rem;
  color: #333;
  position: relative;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem;
      overflow-x: hidden; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px; } }

h1 {
  font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 1.8rem; } }

h2 {
  font-size: 4.8rem;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 3.2rem;
      margin-bottom: 15px; } }

h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 2rem;
      margin-bottom: 15px; } }

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none; }

a {
  text-decoration: none !important;
  color: #FF8B2D; }
  a:hover {
    color: #FF8B2D; }

a.link {
  text-decoration: underline !important;
  color: #FF8B2D; }

a, button, .form-control {
  outline: none !important;
  border: none; }
  a:focus, a:active, button:focus, button:active, .form-control:focus, .form-control:active {
    outline: none  !important; }

.btn {
  font-size: 1.4rem;
  padding: 10px 15px;
  border-radius: 0px;
  min-width: 130px;
  font-weight: 500;
  box-shadow: 0px 5px 15px rgba(255, 184, 126, 0.4) !important;
  transition: all ease-in-out 0.3s;
  border-radius: 30px; }
  .btn:hover {
    box-shadow: 0px 5px 15px rgba(255, 184, 126, 0.6) !important;
    transform: translateY(-5px); }
  .btn-sm {
    padding: 5px 15px;
    min-width: unset;
    border-radius: 5px;
    font-size: 1.3rem; }
    .btn-sm:hover {
      transform: none; }
    .btn-sm img, .btn-sm svg {
      height: 14px;
      width: auto; }
  .btn-primary {
    background-image: linear-gradient(135deg, #FFD634, #FF8B2D);
    border-color: transparent; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
      background-image: linear-gradient(135deg, #FFD634, #FF8B2D);
      border-color: transparent; }
    .btn-primary.disabled, .btn-primary:disabled {
      background-image: linear-gradient(135deg, #FFD634, #FF8B2D);
      border-color: transparent; }
  .btn-secondary {
    background: #000;
    border-color: #000; }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
      background-color: #000;
      border-color: #000; }
  .btn-default {
    border-color: #FF8B2D;
    color: #FF8B2D; }
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:not(:disabled):not(.disabled):active {
      border-color: #FF8B2D;
      color: #FF8B2D; }
  .btn i, .btn img {
    margin-right: 5px;
    vertical-align: middle; }
  .btn img {
    height: 16px; }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 1.4rem; } }

input.form-control::placeholder {
  color: #999;
  opacity: 1;
  /* Firefox */ }

.form-control {
  border-radius: 0px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #000; }
  .form-control:focus {
    box-shadow: none;
    border-color: #aaa; }

select.form-control {
  background-image: url("../img/ic_angle.svg");
  background-size: 12px 6px;
  background-repeat: no-repeat;
  background-position: top 17px right 10px;
  appearance: none;
  padding: 0 30px 0 10px;
  height: 40px;
  width: 100%;
  display: block; }

input[type="file"].form-control,
textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }
  .form-group label {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 5px; }
  .form-group .text {
    color: #333;
    margin-top: 5px; }
  .form-group.has-error label, .form-group.has-error .text {
    color: #D34C49 !important; }
  .form-group.has-error .form-control {
    border-color: #D34C49 !important; }
  @media screen and (max-width: 767px) {
    .form-group .form-control {
      padding: 10px; } }

.form-inline .form-check, .form-inline .form-radio {
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .form-inline .form-check, .form-inline .form-radio {
      width: calc(100%/3 - 10px); } }
  @media screen and (max-width: 450px) {
    .form-inline .form-check, .form-inline .form-radio {
      width: calc(100%/2 - 10px); } }

hr {
  border-color: #d8d8d8; }

.func-tool {
  margin-top: 30px;
  text-align: center; }
  .func-tool .btn {
    width: calc(50% - 10px);
    max-width: 150px; }
    .func-tool .btn + .btn {
      margin-left: 10px; }
    .func-tool .btn-default {
      background: #fff; }

.badge {
  border-radius: 15px; }
  .badge-primary {
    background: #FF8B2D; }

.alert {
  border-radius: 10px; }
  .alert ul li, .alert ol li {
    margin: 7px 0; }
  .alert .alert-heading i {
    margin-right: 5px; }
  .alert-info {
    background: rgba(65, 98, 169, 0.1);
    color: #4162a9;
    border-color: rgba(65, 98, 169, 0.2); }
  .alert-secondary {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
    border-color: rgba(0, 0, 0, 0.1); }

.tip {
  color: #666; }

.text-xs {
  font-size: 1.4rem;
  color: #666; }
  @media screen and (max-width: 767px) {
    .text-xs {
      font-size: 1.2rem; } }

.text-primary {
  color: #FF8B2D !important; }

.text-success {
  color: #5FA694 !important; }

.text-danger {
  color: #D34C49 !important; }

.card {
  border: none;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
  text-align: center; }
  .card .pic img {
    width: 100%; }
  .card h3, .card .text {
    font-weight: 400; }
  .card h3 {
    font-size: 2.4rem;
    margin-top: 30px; }
  .card .text {
    font-size: 1.6rem; }
  .card-feature {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: none;
    margin-bottom: 30px;
    align-items: center;
    transition: all ease-in-out 0.3s; }
    .card-feature .pic {
      border-radius: 40px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      transition: all ease-in-out 0.3s; }
      .card-feature .pic img {
        border-radius: 40px; }
    .card-feature h3 {
      margin-top: 30px; }
    .card-feature .text {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.9; }
    .card-feature .btn {
      margin-top: 20px;
      width: 130px; }
    .card-feature:hover {
      background-size: 110% auto !important; }
      .card-feature:hover .pic {
        background-size: 110% auto !important; }

a.totop {
  opacity: 0;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2rem;
  z-index: 1050;
  border-radius: 50%;
  transition: all ease-in-out 0.3s; }
  @media screen and (max-width: 767px) {
    a.totop {
      right: 10px;
      bottom: 80px; } }
  a.totop.active {
    opacity: 1; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1050;
  height: 60px;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  background: transparent; }
  header.active {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header a.logo {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500; }
    header a.logo img {
      height: 35px;
      margin-right: 10px; }
    @media screen and (max-width: 767px) {
      header a.logo {
        font-size: 1.4rem; }
        header a.logo img {
          height: 25px; } }
  header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    font-size: 1.6rem;
    font-weight: 400; }
    header ul li {
      position: relative;
      padding: 0px 20px; }
      header ul li a, header ul li .title {
        color: #000; }
      header ul li a {
        text-align: center;
        display: block; }
      header ul li .title {
        cursor: pointer; }
        header ul li .title img {
          margin-left: 10px; }
      header ul li:hover .sub-menu {
        display: block; }
    header ul.sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0px;
      width: 120px;
      background: #fff;
      border-radius: 10px;
      padding: 10px 0; }
      header ul.sub-menu li {
        padding: 10px; }
  header .dropdown {
    margin-left: 10px;
    margin-top: -2px; }
    header .dropdown a:hover {
      color: #FF8B2D; }
    header .dropdown a.dropdown-toggle,
    header .dropdown ul.dropdown-menu {
      font-size: 1.6rem; }
    header .dropdown a.dropdown-toggle {
      color: #000; }
      header .dropdown a.dropdown-toggle img {
        margin-left: 10px;
        position: relative;
        top: -2px; }
      header .dropdown a.dropdown-toggle::after {
        display: none; }
      header .dropdown a.dropdown-toggle:hover {
        color: #FF8B2D; }
    header .dropdown ul.dropdown-menu {
      transform: translate3d(-20px, 43px, 0px) !important;
      min-width: 120px;
      border: none;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
      header .dropdown ul.dropdown-menu li {
        padding: 0px; }
        header .dropdown ul.dropdown-menu li a {
          padding: 10px 15px; }
  header nav {
    margin-left: auto; }
  header a.nav-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 15px; }
  @media screen and (max-width: 767px) {
    header a.logo {
      margin-left: 40px; }
    header ul {
      display: block;
      font-size: 1.4rem; }
      header ul li a {
        color: #333;
        padding: 15px; }
    header nav {
      display: none;
      position: fixed;
      top: 60px;
      left: 0px;
      width: 100%;
      background: #fff;
      border-top: 1px solid #eee;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
      header nav.active {
        display: block; }
    header .dropdown a.dropdown-toggle,
    header .dropdown ul.dropdown-menu {
      font-size: 1.4rem; }
    header .dropdown ul.dropdown-menu {
      transform: translate3d(0px, 43px, 0px) !important; }
    header a.nav-menu {
      display: block; } }

main section.mainview {
  padding: 130px 0 0 0;
  letter-spacing: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/bg_mainview.jpg");
  border-radius: 0 0 0 80px;
  height: 600px; }
  main section.mainview .col-lg-6 {
    position: relative; }
  main section.mainview h1, main section.mainview h2 {
    animation: ani-fadeIn-Y-rev 1s ease-in-out forwards; }
  main section.mainview h1 {
    font-size: 1.6rem;
    font-weight: 600; }
  main section.mainview h2 {
    font-weight: 700;
    font-size: 6rem; }
    main section.mainview h2 span {
      position: relative;
      z-index: 1; }
      main section.mainview h2 span.text-dec::after {
        content: '';
        display: inline-block;
        height: 30px;
        width: 0px;
        position: absolute;
        left: -10px;
        bottom: 0px;
        z-index: -1;
        background: rgba(255, 214, 52, 0.3);
        transform: skew(-30deg);
        animation: ani-text-dec 1s ease-in-out forwards;
        animation-delay: .7s; }
  main section.mainview .text {
    font-size: 1.8rem;
    line-height: 1.9; }
  main section.mainview .btn {
    margin-top: 20px; }
  main section.mainview .pic, main section.mainview ul.list-item li {
    transition: all ease-in-out 0.3s;
    opacity: 0; }
  main section.mainview .pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 60px;
    background-image: url("../img/bg_mainview_space.jpg");
    position: relative;
    padding-bottom: 80%;
    margin-top: 30px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    animation: ani-fadeIn-X 1s ease-in-out forwards; }
    main section.mainview .pic .monkey {
      animation: ani-bounce 3s ease-in-out infinite;
      transition: all ease-in-out 0.3s; }
      main section.mainview .pic .monkey img {
        width: 68%;
        position: absolute;
        left: 22%;
        top: -80px; }
  main section.mainview ul.list-item {
    position: absolute;
    top: 100px; }
    main section.mainview ul.list-item li {
      margin-bottom: 60px;
      animation: ani-fadeIn-X-rev 1s ease-in-out forwards; }
      main section.mainview ul.list-item li a {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        min-width: 200px;
        max-width: 280px; }
      main section.mainview ul.list-item li .icon {
        margin-right: 15px; }
        main section.mainview ul.list-item li .icon img {
          height: 37px; }
      main section.mainview ul.list-item li .con {
        font-weight: 700;
        flex-grow: 0;
        justify-self: flex-start; }
        main section.mainview ul.list-item li .con .title {
          color: #999;
          text-transform: uppercase;
          font-size: 1.4rem; }
        main section.mainview ul.list-item li .con .sub-title {
          font-size: 1.6rem;
          color: #000; }
      main section.mainview ul.list-item li:nth-child(1) {
        margin-left: -60px;
        animation-delay: .5s; }
      main section.mainview ul.list-item li:nth-child(2) {
        margin-left: -170px;
        animation-delay: 1s; }
      main section.mainview ul.list-item li:nth-child(3) {
        margin-left: -80px;
        animation-delay: 1.5s; }
  @media screen and (min-width: 991px) {
    main section.mainview .text {
      width: 425px; } }
  @media screen and (max-width: 1200px) {
    main section.mainview h2 {
      font-size: 5.2rem;
      margin-top: 10px; }
    main section.mainview .pic {
      width: 110%;
      margin-left: 80px;
      padding-bottom: 110%;
      margin-top: 50px;
      margin-top: 0px; }
    main section.mainview ul.list-item li:nth-child(1) {
      margin-left: -20px; }
    main section.mainview ul.list-item li:nth-child(2) {
      margin-left: -70px; }
    main section.mainview ul.list-item li:nth-child(3) {
      margin-left: -30px; } }
  @media screen and (max-width: 991px) {
    main section.mainview {
      padding: 100px 0 40px 0;
      height: auto;
      text-align: center;
      background-position: top left;
      background-size: auto 550px; }
      main section.mainview .text {
        font-size: 1.6rem; }
      main section.mainview .pic {
        padding-bottom: 90%;
        margin-top: 40px;
        margin-left: 0px;
        width: 100%; }
      main section.mainview ul.list-item {
        margin-top: 50px;
        text-align: left;
        display: flex;
        align-items: center;
        flex-direction: column;
        position: static; }
        main section.mainview ul.list-item li {
          margin-bottom: 30px; }
          main section.mainview ul.list-item li a {
            width: 280px;
            position: static; }
          main section.mainview ul.list-item li:nth-child(1) {
            margin-left: -50px; }
          main section.mainview ul.list-item li:nth-child(2) {
            margin-left: 10px; }
          main section.mainview ul.list-item li:nth-child(3) {
            margin-left: 70px;
            margin-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    main section.mainview h2 {
      font-size: 3.6rem; }
    main section.mainview .pic .monkey img {
      width: 74%;
      left: 18%;
      top: -70px; } }
main section.area {
  padding: 60px 0;
  transition: all ease-in-out 0.3s; }
  main section.area h2 {
    font-size: 3.6rem;
    font-weight: 200; }
    main section.area h2 span {
      display: block;
      font-weight: 600;
      font-size: 4.5rem;
      background: linear-gradient(to right, #FF8B2D, #FFD634, #FF8B2D, #FFD634);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text; }
  main section.area .des {
    line-height: 1.7;
    font-size: 2rem;
    font-weight: 200; }
  @media screen and (max-width: 767px) {
    main section.area {
      padding: 40px 0; }
      main section.area h2 {
        font-size: 2.8rem !important; }
        main section.area h2 span {
          font-size: 2.8rem !important; }
      main section.area .des {
        font-size: 1.6rem;
        font-weight: 400; } }
  main section.area#area_tech {
    margin-top: 150px;
    text-align: left;
    opacity: 0;
    text-align: center;
    background-image: url("../img/bg_tech.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center; }
    main section.area#area_tech .pic {
      margin: 40px 0;
      position: relative; }
      main section.area#area_tech .pic img {
        width: 100%; }
        main section.area#area_tech .pic img:nth-child(2) {
          position: absolute;
          top: 0px;
          left: 0px; }
    main section.area#area_tech .card-feature .pic {
      margin: 0px;
      height: auto;
      position: static; }
      main section.area#area_tech .card-feature .pic img {
        position: static;
        top: auto;
        left: auto; }
    main section.area#area_tech .card-feature1 {
      padding: 105% 15px 60px 15px;
      border-radius: 40px;
      background-size: 100%;
      background-position: top center;
      background-color: #F4F4F4;
      overflow: hidden; }
      main section.area#area_tech .card-feature1 h3 {
        font-size: 3.4rem; }
      main section.area#area_tech .card-feature1 .text {
        font-size: 1.8rem; }
        main section.area#area_tech .card-feature1 .text ol {
          list-style-type: disc;
          margin-left: 20px;
          text-align: left; }
    main section.area#area_tech .card-feature2 .pic, main section.area#area_tech .card-feature3 .pic {
      padding-bottom: 54%; }
    main section.area#area_tech.active {
      animation: ani-fadeIn-Y 1s ease-in-out forwards;
      opacity: 1; }
      main section.area#area_tech.active .pic img:nth-child(1) {
        animation: ani-fadeIn-Y 1s ease-in-out forwards; }
      main section.area#area_tech.active .pic img:nth-child(2) {
        animation: ani-fadeIn-Y-rev 1s ease-in-out forwards; }
    @media screen and (max-width: 1200px) {
      main section.area#area_tech {
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      main section.area#area_tech {
        margin-top: 0px; }
        main section.area#area_tech .card-feature .text {
          text-align: left; }
        main section.area#area_tech .card-feature1 {
          padding: 95% 15px 40px 15px; }
          main section.area#area_tech .card-feature1 h3 {
            font-size: 2.4rem; }
          main section.area#area_tech .card-feature1 .text {
            font-size: 1.6rem; }
        main section.area#area_tech .card-feature2 h3, main section.area#area_tech .card-feature3 h3 {
          margin-top: 20px; } }
  main section.area#area_collab {
    text-align: center; }
    main section.area#area_collab .title-section {
      padding: 80px 15px;
      position: relative;
      background-image: url("../img/bg_collab.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      border-radius: 80px 80px 0 0; }
      main section.area#area_collab .title-section::after {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 50px;
        border-radius: 80px 80px 0 0;
        background: #fff; }
    main section.area#area_collab .card-feature {
      opacity: 0; }
      main section.area#area_collab .card-feature .pic {
        padding-bottom: 106%; }
      main section.area#area_collab .card-feature h3 {
        margin-top: 30px;
        height: 60px; }
      main section.area#area_collab .card-feature .text {
        height: 185px; }
    main section.area#area_collab.active .card-feature {
      animation: ani-fadeIn-Y 1s ease-in-out forwards;
      opacity: 1; }
    @media screen and (min-width: 767px) and (max-width: 991px) {
      main section.area#area_collab .card-feature .text {
        height: 250px; } }
    @media screen and (max-width: 767px) {
      main section.area#area_collab .title-section {
        padding: 40px 15px 60px 15px;
        background-attachment: unset; }
      main section.area#area_collab .card-feature h3 {
        height: auto; }
      main section.area#area_collab .card-feature .text {
        height: auto; }
      main section.area#area_collab .card-feature1 .pic, main section.area#area_collab .card-feature2 .pic {
        background-position: top center; } }
  main section.area#area_contact {
    background-image: linear-gradient(#fff, #EEE); }
    main section.area#area_contact .pic {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding-bottom: 100%;
      border-radius: 0 60px 0 60px;
      opacity: 0; }
    main section.area#area_contact h2 {
      margin-top: 40px; }
    main section.area#area_contact.active .pic {
      animation: ani-fadeIn-X-rev 1s ease-in-out forwards;
      opacity: 1; }
    @media screen and (max-width: 767px) {
      main section.area#area_contact {
        text-align: center; }
        main section.area#area_contact .pic {
          padding-bottom: 70%;
          background-position: top -20px right 0px; }
        main section.area#area_contact form {
          padding: 0 20px; }
        main section.area#area_contact .form-group {
          text-align: left; } }

footer {
  padding: 60px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  background: #eee;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  footer h3 {
    font-size: 1.6rem; }
  footer .seiwa {
    margin: 20px 0 10px 0; }
    footer .seiwa img {
      height: 20px; }
  footer a {
    color: #333; }
    footer a:hover {
      color: #0F6092; }
    footer a.link {
      color: #0F6092;
      text-decoration: underline !important; }
      footer a.link:hover {
        color: #0d517b; }
  footer .copyright {
    padding: 20px 15px;
    font-size: 1.2rem;
    color: #666; }

.modal .modal-content {
  border-top: 5px solid #FF8B2D; }
  .modal .modal-content .modal-header h3 {
    font-size: 2rem; }
  .modal .modal-content .modal-body {
    font-size: 1.6rem; }
    .modal .modal-content .modal-body h4 {
      font-size: 1.8rem;
      margin-bottom: 10px; }
      .modal .modal-content .modal-body h4 i {
        margin-right: 5px; }
    .modal .modal-content .modal-body .row {
      margin-bottom: 15px; }

/*# sourceMappingURL=main.css.map */
