@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/**/

/**/
html {
  font-size: 1em;
  line-height: 1.4;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: white;
  font-family: 'Lato', sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}




table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: inherit; /* no underline */
}

body a {
  color: #000;
  z-index: 1;
}

  body a:hover {
    text-decoration: none;
  }

* {
  box-sizing: border-box;
}


/* ::-moz-selection {
  text-shadow: none;
} */

::selection {
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. 
 */

textarea {
  resize: vertical;
}




.hidden {
  display: none !important;
}



.invisible {
  visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  /* zoom: 1 */
}

/*-------------------------------------------------------------------------------------------------

    Younjae's code
*/
html,
body {
  height: 99%; }

header, .mainBody, footer {
  width: 100%;
  top: 0%;
  left: 0%;
  display: flex;
  justify-content: center; }

header > section, .mainBody > section, footer > section {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 320px) {
    header > section, .mainBody > section, footer > section {
      width: 100%;
      padding: 0; } 
    }
  @media (min-width: 640px) {
    header > section, .mainBody > section, footer > section {
      width: 100%;
      padding: 0 20px; } 
    }
  @media (min-width: 1280px) {
    header > section, .mainBody > section, footer > section {
      max-width: 1400px;
      margin: auto; } 
    }

/* header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  /* this is for header background blure but validator mark it as error...? ***********************************************/
  backdrop-filter: blur(10px); 
  
}
  header nav {
    padding: 0; }
  header .logo {
    display: block;
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    padding: 7px 20px;
    line-height: normal;
    text-decoration: none; }
  header .menu {
    background-color: #fff;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    header .menu li {
      text-align: center;
      padding: 0 2em; }
      header .menu li:first-child {
        margin-top: 80px; }
      header .menu li:last-child {
        margin-bottom: 80px; }
      header .menu li a {
        padding: 1.6em 0;
        text-decoration: none;
        text-transform: uppercase; }
        header .menu li a.nav-link-me {
          font-weight: bold;
          font-size: 20px;
          text-transform: uppercase;
          display: inline-block;
          position: relative;
          opacity: 0.75; }
          header .menu li a.nav-link-me:hover {
            opacity: 1; }
          header .menu li a.nav-link-me::before {
            transition: 300ms;
            height: 5px;
            content: "";
            position: absolute;
            background-color: #FFC700; }
        header .menu li a.nav-link-ltr::before {
          width: 0%;
          bottom: 10px; }
        header .menu li a.nav-link-ltr:hover::before {
          width: 100%; }
  header .menu-icon {
    cursor: pointer;
    /* display: inline-block; */
    float: right;
    padding: 32px 20px;
    position: relative;
    user-select: none;
    margin: 0; }
    header .menu-icon .navicon {
      background: #333;
      display: block;
      height: 2px;
      position: relative;
      transition: background .2s ease-out;
      width: 25px; }
      header .menu-icon .navicon:before, header .menu-icon .navicon:after {
        background: #333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%; }
      header .menu-icon .navicon:before {
        top: 7px; }
      header .menu-icon .navicon:after {
        top: -7px; }
  header .menu-btn {
    display: none; }
    header .menu-btn:checked ~ .menu {
      max-height: 900px; }
    header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0; }
    header .menu-btn:checked ~ .menu-icon .navicon {
      background: transparent; }
      header .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg); }
      header .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg); }

@media (min-width: 640px) {
  header {
    background-color: rgba(0, 0, 0, 0); }
    header nav {
      padding: 15px 0; }
    header .menu {
      background-color: transparent;
      clear: none;
      float: right;
      max-height: none; }
      header .menu li {
        float: left;
        padding: 0 2em; }
        header .menu li:first-child {
          margin-top: 0; }
        header .menu li:last-child {
          margin-bottom: 0; }
        header .menu li a {
          padding: 1.6em 0; }
          header .menu li a.nav-link-me {
            font-size: 15px; }
            header .menu li a.nav-link-me::before {
              background-color: #000; }
    header .menu-icon {
      display: none; } 
    }

/* main body */
.mainBody {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .mainBody.home {
    background-image: url("../img/bg-vector1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    align-items: stretch;
    overflow: hidden; }
    .mainBody.home > section {
      align-items: stretch; }
      .mainBody.home > section div > div {
        margin-top: 120px;
        box-sizing: border-box; }
        @media (min-width: 320px) {
          .mainBody.home > section div > div {
            margin-top: 8em; } 
          }
        @media (min-width: 640px) {
          .mainBody.home > section div > div {
            margin-top: 8em; } 
          }
        @media (min-width: 1280px) {
          .mainBody.home > section div > div {
            margin-top: 0px; } 
          }
    .mainBody.home .con_box {
      text-align: center;
      width: 100%; }
      .mainBody.home .con_box .appicon {
        display: inline-block;
        background: #312F8E;
        padding: 10px;
        border-radius: 15px;
        width: 80px;
        height: 80px;
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3); }
        .mainBody.home .con_box .appicon img {
          width: 100%; }
      .mainBody.home .con_box h1 {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3em;
        padding: 25px 0; }
      .mainBody.home .con_box p {
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 30px; }
      @media (min-width: 640px) {
        .mainBody.home .con_box {
          text-align: left; }
          .mainBody.home .con_box h1 {
            font-size: 3em;
            line-height: 1.3em;
            padding: 40px 0; }
          .mainBody.home .con_box p {
            font-size: 1.3em;
            line-height: 1.5em; } 
          }
      .mainBody.home .con_box .down_btn {
        display: inline-block;
        padding: 10px 25px;
        background-color: #343a40;
        border-radius: 30px;
        color: #fff;
        margin: 10px;
        vertical-align: middle; }
        .mainBody.home .con_box .down_btn:hover {
          background-color: #000; }
        .mainBody.home .con_box .down_btn i {
          font-size: 1.5em;
          margin-right: .5em;
          vertical-align: middle; }
        .mainBody.home .con_box .down_btn span {
          line-height: 1.7em; }
        @media (min-width: 640px) {
          .mainBody.home .con_box .down_btn {
            margin: 0 10px 0 0; } 
          }
    .mainBody.home .img_box {
      background-image: url("../img/mainimage1.png");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: -30px center;
      text-align: right;
      align-items: flex-end; }
      .mainBody.home .img_box img {
        display: inline-block;
        width: 64%;
        max-width: 420px; }
        @media (min-width: 640px) {
          .mainBody.home .img_box {
            background-size: 35%;
            background-position: 0 center;
            margin-top: 0;
          }
        }


  .mainBody.sub1 {
    background-image: url("../img/bg-vector2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    align-items: stretch;
    overflow: hidden; }
    .mainBody.sub1 > section {
      align-items: stretch;
      padding: 10em 20px 5em; }
      .mainBody.sub1 > section div > div {
        box-sizing: border-box; }
        @media (min-width: 640px) {
          .mainBody.sub1 > section {
            align-items: stretch;
            padding: 10em 20px ; }
        }
    .mainBody.sub1 .con_box {
      text-align: center;
      width: 100%; }
      .mainBody.sub1 .con_box .appicon {
        display: inline-block;
        background: #312F8E;
        padding: 10px;
        border-radius: 15px;
        width: 80px;
        height: 80px;
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3); }
        .mainBody.sub1 .con_box .appicon img {
          width: 100%; }
      .mainBody.sub1 .con_box h1 {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3em;
        padding: 25px 0; }
      .mainBody.sub1 .con_box p {
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 30px; }
      @media (min-width: 640px) {
        .mainBody.sub1 .con_box {
          text-align: left; }
          .mainBody.sub1 .con_box h1 {
            font-size: 3em;
            line-height: 1.3em;
            padding: 40px 0; }
          .mainBody.sub1 .con_box p {
            font-size: 1.3em;
            line-height: 1.5em; } 
          }
      .mainBody.sub1 .con_box .down_btn {
        display: inline-block;
        padding: 10px 25px;
        background-color: #343a40;
        border-radius: 30px;
        color: #fff;
        margin: 10px;
        vertical-align: middle; }
        .mainBody.sub1 .con_box .down_btn:hover {
          background-color: #000; }
        .mainBody.sub1 .con_box .down_btn i {
          font-size: 1.5em;
          margin-right: .5em;
          vertical-align: middle; }
        .mainBody.sub1 .con_box .down_btn span {
          line-height: 1.7em; }
        @media (min-width: 640px) {
          .mainBody.sub1 .con_box .down_btn {
            margin: 0 10px 0 0; } 
          }
    .mainBody.sub1 .img_box {
      background-image: url("none");
      background-repeat: no-repeat;
      background-size: 70%;
      background-position: -50px bottom;
      text-align: right;
      align-items: flex-end; }
      .mainBody.sub1 .img_box img{
        display: inline-block;
        width: 60%;
        max-width: 500px; }
        @media (min-width: 640px) {
          .mainBody.sub1 .img_box img{
            width:70%

            }
        }
  .mainBody.sub2 {
    background-image: url("../img/bg-vector3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    align-items: stretch;
    overflow: hidden; }
    .mainBody.sub2 > section {
      align-items: stretch;
      padding: 7em 20px; }
      .mainBody.sub2 > section div > div {
        box-sizing: border-box; }
    .mainBody.sub2 .con_box {
      text-align: center;
      width: 100%; }
      .mainBody.sub2 .con_box .appicon {
        display: inline-block;
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        width: 80px;
        height: 80px;
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3); }
        .mainBody.sub2 .con_box .appicon img {
          width: 100%; }
      .mainBody.sub2 .con_box h1 {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3em;
        padding: 25px 0; }
      .mainBody.sub2 .con_box p {
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 30px; }
      @media (min-width: 640px) {
        
        .mainBody.sub2 .con_box {
          text-align: left; }
          .mainBody.sub2 .con_box h1 {
            font-size: 3em;
            line-height: 1.3em;
            padding: 40px 0; }
          .mainBody.sub2 .con_box p {
            font-size: 1.3em;
            line-height: 1.5em; } 
          }
      .mainBody.sub2 .con_box .down_btn {
        display: inline-block;
        padding: 10px 25px;
        background-color: #343a40;
        border-radius: 30px;
        color: #fff;
        margin: 10px;
        vertical-align: middle; }
        .mainBody.sub2 .con_box .down_btn:hover {
          background-color: #000; }
        .mainBody.sub2 .con_box .down_btn i {
          font-size: 1.5em;
          margin-right: .5em;
          vertical-align: middle; }
        .mainBody.sub2 .con_box .down_btn span {
          line-height: 1.7em; }
        @media (min-width: 640px) {
          .mainBody.sub2 .con_box .down_btn {
            margin: 0 10px 0 0; } 
          }
    .mainBody.sub2 .img_box {
      background-image: url("none");
      background-repeat: no-repeat;
      background-size: 70%;
      background-position: -50px bottom;
      text-align: right;
      align-items: flex-end;
      text-align: left; }
      .mainBody.sub2 .img_box img {
        display: inline-block;
        width: 71%;
        max-width: none; }
  .mainBody.sub3 {
    background-image: url("../img/bg-vector4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10em 21em;
    
    align-items: stretch;
    overflow: hidden;
  }
  @media (min-width: 992px) {
    .mainBody.sub3 {
      background-position: right 17em;
    }
  }
    .mainBody.sub3 > section {
      align-items: stretch;
      padding: 7em 20px; }
      .mainBody.sub3 > section div > div {
        box-sizing: border-box; }
    .mainBody.sub3 .con_box {
      text-align: center;
      width: 100%; }
      .mainBody.sub3 .con_box .appicon {
        display: inline-block;
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        width: 80px;
        height: 80px;
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3); }
        .mainBody.sub3 .con_box .appicon img {
          width: 100%; }
      .mainBody.sub3 .con_box h1 {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3em;
        padding: 25px 0; }
      .mainBody.sub3 .con_box p {
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 30px; }
      @media (min-width: 640px) {
        
        .mainBody.sub3 .con_box {
          text-align: left; }
          .mainBody.sub3 .con_box h1 {
            font-size: 3em;
            line-height: 1.3em;
            padding: 40px 0; }
          .mainBody.sub3 .con_box p {
            font-size: 1.3em;
            line-height: 1.5em; } 
          }
      .mainBody.sub3 .con_box .down_btn {
        display: inline-block;
        padding: 10px 25px;
        background-color: #343a40;
        border-radius: 30px;
        color: #fff;
        margin: 10px;
        vertical-align: middle; }
        .mainBody.sub3 .con_box .down_btn:hover {
          background-color: #000; }
        .mainBody.sub3 .con_box .down_btn i {
          font-size: 1.5em;
          margin-right: .5em;
          vertical-align: middle; }
        .mainBody.sub3 .con_box .down_btn span {
          line-height: 1.7em; }
        @media (min-width: 640px) {
          .mainBody.sub3 .con_box .down_btn {
            margin: 0 10px 0 0; } }
    .mainBody.sub3 .img_box {
      background-image: url("none");
      background-repeat: no-repeat;
      background-size: 70%;
      background-position: -50px bottom;
      text-align: right;
      align-items: flex-end; }
      .mainBody.sub3 .img_box img {
        display: inline-block;
        width: 65%;
        max-width: none; }
      .mainBody.sub3 .img_box img {
        height: 100%; }
  .mainBody.contact {
    /* background-image: url("../img/bg-vector5.png"),url("../img/subimage4.png"); */
    background-image: url("../img/bg-vector5.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: right -50px;
    align-items: stretch;
    overflow: hidden; }
    .mainBody.contact > section {
      align-items: stretch; }
    .mainBody.contact .con_box {
      text-align: center;
      width: 100%;
      margin-top: 10em; }
      .mainBody.contact .con_box .appicon {
        display: inline-block;
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        width: 80px;
        height: 80px;
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3); }
        .mainBody.contact .con_box .appicon img {
          width: 100%; }
      .mainBody.contact .con_box h1 {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3em;
        padding: 25px 0; }
      .mainBody.contact .con_box p {
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 30px; }
      @media (min-width: 640px) {
        .mainBody.contact .con_box {
          text-align: left; }
          .mainBody.contact .con_box h1 {
            font-size: 3em;
            line-height: 1.3em;
            padding: 40px 0; }
          .mainBody.contact .con_box p {
            font-size: 1.3em;
            line-height: 1.5em; } 
          }
      .mainBody.contact .con_box .down_btn {
        display: inline-block;
        padding: 10px 25px;
        background-color: #343a40;
        border-radius: 30px;
        color: #fff;
        margin: 30px 0;
        vertical-align: middle; }
        .mainBody.contact .con_box .down_btn:hover {
          background-color: #000; }
        .mainBody.contact .con_box .down_btn i {
          font-size: 1.5em;
          margin-right: .5em;
          vertical-align: middle; }
        .mainBody.contact .con_box .down_btn span {
          line-height: 1.7em; }
        @media (min-width: 640px) {
          .mainBody.contact .con_box .down_btn {
            margin: 30px 0; } 
          }
    .mainBody.contact .img_box {
      text-align: right;
      width:100%;
      margin-bottom:-25em;
     }
     .mainBody.contact .img_box img{
      width:140%;
     }
@media (min-width: 1200px) {
  .mainBody.contact .img_box img{
    width:220%;
  }
}
@media (min-width: 1280px) {
  .mainBody {
    height: 100%;
    margin-bottom: -80px; 
  }
  .mainBody.contact .con_box {
    margin-top: 0; 
  } 
  .mainBody.contact .img_box {
    margin:0;
  }
  
}
  

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #242424;
  padding: 20px;
  position: relative;                  
  bottom: 0;
  margin-bottom: -17px;
  text-align: center; }
  footer section {
    height: 100%;
    justify-content: center; }
  footer .nycjog {
    margin-left: 20px;
    color: white;
    font-size: 1.2em;
    line-height: 30px;
    letter-spacing: 1px;
    display: none; }
  footer .appicon {
    display: none; }
  footer .down_btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #343a40;
    border-radius: 30px;
    color: #fff;
    margin: 10px;
    vertical-align: middle; }
    footer .down_btn:hover {
      background-color: #000; }
    footer .down_btn i {
      font-size: 1.5em;
      margin-right: .5em;
      vertical-align: middle; }
    footer .down_btn span {
      line-height: 1.7em; }
    @media (min-width: 640px) {
      footer .down_btn {
        margin: 10px; } 
      }

@media (min-width: 640px) {
  footer {
    text-align: inherit; }
    footer section {
      justify-content: space-between; }
      footer section > span {
        vertical-align: middle; }
    footer .nycjog {
      display: inline-block; }
    footer .appicon {
      display: inline-block;
      padding: 8px;
      margin: 10px 0;
      border-radius: 10px;
      height: 50px;
      /* box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3); */
      /* float:left; */
      justify-content: space-between; 
    }
      footer .appicon img {
        height: 100%; }
    footer .down_btn {
      float: right; } 
    }
