body, BODY, .body, .BODY {
  font-size: 13px; }

p {
  text-align: justify; }

@font-face {
  font-family: "MyriadPro-Regular", sans-serif;
  src: url("../fonts/myriadpro/MyriadPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Light", sans-serif;
  src: url("../fonts/lato/Lato-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Regular", sans-serif;
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Bold", sans-serif;
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Lato-Black", sans-serif;
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/*------------------------------nav START------------------------------*/
.main-wrapper {
  margin-top: 78px; }
  @media only screen and (max-width: 991px) {
    .main-wrapper {
      margin-top: 62px; } }

.header {
  background: #001436;
  height: 78px;
  border-bottom: 6px solid #001c4a; }
  @media only screen and (max-width: 991px) {
    .header {
      height: inherit; } }
  .header .navbar-brand img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 250px; }
    @media only screen and (max-width: 991px) {
      .header .navbar-brand img {
        width: 190px; } }
  .header .navbar-brand:hover {
    color: #3f81f3; }
  .header .navbar-nav .nav-item {
    position: relative;
    margin: auto 19px auto 19px; }
    .header .navbar-nav .nav-item.go-to-app-btn {
      margin-left: 0; }
      @media only screen and (max-width: 991px) {
        .header .navbar-nav .nav-item.go-to-app-btn {
          width: 130px; } }
      .header .navbar-nav .nav-item.go-to-app-btn .nav-link {
        background: red;
        border-radius: 3px;
        margin-left: 0;
        background: #3f81f3; }
        @media only screen and (max-width: 991px) {
          .header .navbar-nav .nav-item.go-to-app-btn .nav-link {
            text-align: center; } }
        .header .navbar-nav .nav-item.go-to-app-btn .nav-link:hover {
          background: #0f62f0;
          color: #001436; }
    .header .navbar-nav .nav-item .nav-link {
      text-transform: uppercase;
      font-size: 12px;
      color: #ffffff;
      font-family: "Lato-Bold", sans-serif; }
      .header .navbar-nav .nav-item .nav-link:hover {
        color: #3f81f3; }
    .header .navbar-nav .nav-item:last-child {
      margin-right: inherit; }
      .header .navbar-nav .nav-item:last-child:after {
        display: none; }
    .header .navbar-nav .nav-item:first-child:after {
      content: '';
      display: none; }
      @media only screen and (max-width: 767px) {
        .header .navbar-nav .nav-item:first-child:after {
          content: '';
          display: block; } }
    .header .navbar-nav .nav-item:after {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-color: #002d78;
      position: absolute;
      left: -19px;
      top: calc(50% - 2px); }
  .header .navbar-nav .active > .nav-link {
    color: #3f81f3; }

.navbar-light .navbar-toggler {
  background: #002769; }

@media only screen and (max-width: 991px) {
  .navbar-nav {
    margin-top: 40px; } }

/*------------------------------/.nav END------------------------------*/
/*------------------------------main video START------------------------------*/
.main-video {
  padding: 0; }

/*------------------------------/.main video END------------------------------*/
/*------------------------------section START------------------------------*/
h3, h4, h5 {
  color: #666d89; }

.section {
  font-family: "Lato-Light", sans-serif;
  font-size: 16px;
  background: #f2f2f2;
  color: #767e9e;
  padding: 65px 15px 45px;
  border-bottom: 6px solid #fcfcfc; }
  .section h1, .section h2, .section h4 {
    font-family: "Lato-Bold", sans-serif; }
  @media only screen and (max-width: 991px) {
    .section {
      padding-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .section {
      padding-top: 30px;
      padding-bottom: 0px; } }
  .section .section-area {
    margin-top: 20px; }
    .section .section-area p {
      -webkit-column-count: 3;
      /* Chrome, Safari, Opera */
      -moz-column-count: 3;
      /* Firefox */
      column-count: 3;
      -webkit-column-gap: 30px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 30px;
      /* Firefox */
      column-gap: 30px; }
      @media only screen and (max-width: 767px) {
        .section .section-area p {
          -webkit-column-count: 2;
          /* Chrome, Safari, Opera */
          -moz-column-count: 2;
          /* Firefox */
          column-count: 2;
          -webkit-column-gap: 30px;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 30px;
          /* Firefox */
          column-gap: 30px; } }
      @media only screen and (max-width: 479px) {
        .section .section-area p {
          -webkit-column-count: 1;
          /* Chrome, Safari, Opera */
          -moz-column-count: 1;
          /* Firefox */
          column-count: 1;
          -webkit-column-gap: 30px;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 30px;
          /* Firefox */
          column-gap: 30px; } }
      .section .section-area p.no-column {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0;
        /* Firefox */
        column-gap: 0; }
      .section .section-area p.note {
        padding: 5px 10px;
        background: #ffffff;
        border-radius: 5px;
        border: 1px solid;
        font-style: italic;
        font-size: 14px;
        font-weight: 100; }
        .section .section-area p.note span {
          font-weight: bolder; }
        .section .section-area p.note span, .section .section-area p.note strong {
          color: #333748; }
    @media only screen and (max-width: 767px) {
      .section .section-area ul {
        padding-left: 20px; } }
    .section .section-area .image-area {
      display: flex;
      justify-content: center;
      align-items: center; }
      .section .section-area .image-area.large-img-area {
        padding: 40px 60px 60px; }
        @media only screen and (max-width: 991px) {
          .section .section-area .image-area.large-img-area {
            padding: 0; } }
        .section .section-area .image-area.large-img-area img {
          height: auto; }
      .section .section-area .image-area.size {
        padding: 20px; }
        @media only screen and (max-width: 991px) {
          .section .section-area .image-area.size {
            padding: 0; } }
        .section .section-area .image-area.size img {
          width: 100%;
          height: auto; }
          @media only screen and (max-width: 991px) {
            .section .section-area .image-area.size img {
              margin-bottom: 10px; } }
      .section .section-area .image-area img {
        height: 200px; }
        @media only screen and (max-width: 767px) {
          .section .section-area .image-area img {
            height: 150px; } }
        @media only screen and (max-width: 479px) {
          .section .section-area .image-area img {
            height: 100px; } }
    .section .section-area .link-option {
      font-size: 14px;
      text-align: center; }
      .section .section-area .link-option img {
        margin-bottom: 10px; }
  .section.steps {
    padding: 0px 15px 45px; }
  .section.how-to-step {
    padding-top: 20px;
    padding-bottom: 20px; }
  .section .code-area {
    padding: 30px 30px 0;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid; }

/*------------------------------/.section END------------------------------*/
/*------------------------------footer START------------------------------*/
.footer {
  padding: 22px 15px;
  background: #2d303a;
  color: #666d89; }
  .footer .copy-right {
    font-size: 12px;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .footer .copy-right {
        justify-content: space-around;
        text-align: center; } }
    .footer .copy-right i {
      color: #3f81f3; }
  .footer .social-links {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .footer .social-links {
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center; } }
    .footer .social-links ul {
      padding: 0;
      margin: 0;
      width: max-content;
      float: right; }
      .footer .social-links ul li {
        list-style: none;
        display: inline-block;
        margin-right: 15px; }
        .footer .social-links ul li:last-child {
          margin-right: 0; }
        .footer .social-links ul li a {
          font-size: 15px;
          padding: 7px 9px;
          border-radius: 20px;
          width: 32px;
          height: 32px;
          cursor: pointer;
          border: 1px solid #666d89;
          color: #666d89;
          display: flex;
          justify-content: center;
          align-items: center; }
          .footer .social-links ul li a:hover {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transition: ease-in-out 0.6s;
            -webkit-transition: ease-in-out 0.6s;
            -moz-transition: ease-in-out 0.6s;
            -o-transition: ease-in-out 0.6s;
            text-decoration: none; }

/*------------------------------/.footer END------------------------------*/
/*------------------------------tree START------------------------------*/
.tree-structure {
  font-weight: bold;
  font-size: 12px; }
  .tree-structure span {
    margin-left: 3px; }
  .tree-structure i {
    margin-right: 5px;
    color: #ffba00;
    font-size: 14px; }
    .tree-structure i.psd {
      padding: 2px 3px;
      border-radius: 4px;
      border: 1px solid;
      background: #001d26;
      color: #00c8ff;
      border-color: #00c8ff;
      font-style: normal;
      font-size: 9px; }
  .tree-structure ul.tree {
    list-style: none;
    padding-left: 10px; }
    .tree-structure ul.tree ul {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-left: 19px; }
    .tree-structure ul.tree li {
      margin: 0;
      padding: 0 7px;
      line-height: 20px;
      font-weight: bold;
      border-left: 1px solid #000000; }
      .tree-structure ul.tree li:last-child {
        border-left: none; }
        .tree-structure ul.tree li:last-child:before {
          border-left: 1px solid #000000; }
      .tree-structure ul.tree li::before {
        position: relative;
        top: -0.3em;
        height: 1em;
        width: 12px;
        color: white;
        border-bottom: 1px solid #000000;
        content: "";
        display: inline-block;
        left: -7px; }

/*------------------------------/.tree END------------------------------*/
@media only screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 30px !important; } }
