/*  Structure

1.  Fonts including
2.  General styles
3.  Header
4.  Form
5.  Work zone
6.  Work zone

*/
/* 1.  Fonts including */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
/* 2.  General styles */
body {
  color: #787878;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  max-width: 100%;
  font-size: 16px; }

section {
  overflow: hidden;
  padding: 120px 0px; }
  @media only screen and (max-device-width: 767px) {
    section {
      padding: 90px 0px; } }

h2 {
  font-size: 19px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (min-width: 992px) {
    h2 {
      font-size: 42px;
      line-height: 42px; } }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: none;
    color: #fff; }

.toggle_mnu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  border: none;
  right: 20px;
  top: 20px;
  background: #283039;
  z-index: 999;
  -webkit-box-shadow: 1px 3px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 20px 1px rgba(0, 0, 0, 0.1); }

.toggle_mnu:hover {
  cursor: pointer; }

.sandwich {
  width: 28px;
  height: 24px;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  display: block; }

.sw-topper {
  position: relative;
  width: 28px;
  height: 3px;
  top: 3px;
  background: #6bb3ff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.3s, -webkit-transform 0.5s;
  transition: top 0.3s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.3s;
  transition: transform 0.5s, top 0.3s;
  transition: transform 0.5s, top 0.3s, -webkit-transform 0.5s;
  display: block; }

button:focus {
  outline: 0; }

.sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 8.45px;
  background: #6bb3ff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.3s, -webkit-transform 0.5s;
  transition: top 0.3s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, top 0.3s;
  transition: transform 0.5s, top 0.3s;
  transition: transform 0.5s, top 0.3s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.3s, 0s;
       -o-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
  display: block; }

.sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  background: #6bb3ff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  display: block; }

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.toggle_mnu_close {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  border: none;
  background: transparent;
  display: none;
  z-index: 999;
  margin: 0 auto; }
  @media only screen and (max-device-width: 767px) {
    .toggle_mnu_close {
      right: 5px; } }
  .toggle_mnu_close span {
    display: block; }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 50;
  right: 0;
  top: 0;
  display: none;
  text-align: center; }
  .top_mnu .language-switcher {
    position: unset;
    margin-top: 20px; }
    .top_mnu .language-switcher select::-ms-expand {
      display: none; }
    .top_mnu .language-switcher select:focus, .top_mnu .language-switcher select:hover {
      outline: 0; }
    .top_mnu .language-switcher select option {
      color: #49792c;
      border-color: #49792c;
      outline-color: #fff;
      font-size: 12px; }
  .top_mnu ul,
  .top_mnu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
  .top_mnu ul {
    margin-top: 120px;
    text-align: center;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s; }
    .top_mnu ul li:hover a {
      color: #6bb3ff; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0;
      animation-delay: 0; }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .top_mnu ul li:nth-child(5) a {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .top_mnu ul li:nth-child(6) a {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      opacity: 1;
      position: relative;
      height: 40px;
      outline: none;
      font-size: 16px; }
      .top_mnu ul a span {
        display: block;
        position: relative;
        top: -45px;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .top_mnu ul a span:hover {
          background-color: rgba(0, 123, 255, 0.08); }
    .top_mnu ul a:hover {
      text-decoration: none; }

header {
  min-height: 600px !important;
  height: 100%; 
}

@media (min-width: 622px) {
  header {
    min-height: 800px !important;
  }
}

@media (min-width: 800px) {
  header {
    min-height: 900px !important;
  }
}

@media (min-width: 992px) {
  header {
    min-height: 1200px !important;
  }
}

@media (min-width: 1240px) {
  header {
    min-height: 1500px !important;
  }
}
  header .__header-logo-box h2 {
    color: #fff;
    position: relative;
    font-size: 19px;
    padding-top: 15px;
    text-transform: inherit;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-weight: bold; }
    @media (min-width: 992px) {
      header .__header-logo-box h2 {
        font-size: 42px;
        line-height: 42px; } }
    header .__header-logo-box h2:hover {
      color: #b4d8fe; }
      header .__header-logo-box h2:hover span {
        color: #fff; }
    header .__header-logo-box h2 span {
      color: #b4d8fe;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
  header .__header-switcher-box .language-switcher {
    float: right;
    margin-top: 15px; }
    @media (min-width: 992px) {
      header .__header-switcher-box .language-switcher {
        margin-top: 28px; } }
    header .__header-switcher-box .language-switcher select::-ms-expand {
      display: none; }
    header .__header-switcher-box .language-switcher select {
      font-size: 17px;
      font-weight: bold;
      letter-spacing: -1px;
      color: #fff;
      background-color: transparent;
      cursor: pointer;
      border: 0;
      text-transform: uppercase;
      width: auto;
      height: 27px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../img/dropdown.png) right/18px no-repeat;
      padding-right: 18px;
      font-family: 'Poppins', 'Open-Sans-Bold', sans-serif;
      background-size: 15px;
      border-radius: 0;
      background-position-x: right;
      padding-right: 15px;
      width: 100%; }
      header .__header-switcher-box .language-switcher select:focus, header .__header-switcher-box .language-switcher select:hover {
        outline: 0; }
      header .__header-switcher-box .language-switcher select option {
        color: #6bb3ff;
        border-color: #6bb3ff;
        outline-color: #6bb3ff;
        font-size: 12px;
        text-align: center;
        background-color: #141F26; }
  header .top-descr {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    header .top-descr .top-centered {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      header .top-descr .top-centered marquee {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 300; }
        @media (min-width: 992px) {
          header .top-descr .top-centered marquee {
            font-size: 18px; } }
    header .top-descr h1 {
      font-size: 22px;
      font-weight: 300;
      text-transform: uppercase;
      border: solid 1px #fff;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      @media (min-width: 992px) {
        header .top-descr h1 {
          -webkit-box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.5);
                  box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.5);
          border: 7px solid #fff;
          padding: 12px 65px;
          font-size: 40px; } }
      header .top-descr h1:hover {
        color: lightBlue;
        border-color: #b4d8fe; }
    header .top-descr p a {
      font-size: 11px;
      color: #b4d8fe;
      font-weight: 300;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      letter-spacing: 2px; }
      header .top-descr p a:hover {
        color: #fff; }
      @media (min-width: 992px) {
        header .top-descr p a {
          font-size: 18px; } }
    header .top-descr p span {
      font-size: 9px;
      color: #b4d8fe;
      font-weight: 300;
      color: #fff; }
      @media (min-width: 992px) {
        header .top-descr p span {
          font-size: 18px; } }
  header .banner-box {
    margin-top: 15px; }
    @media (min-width: 992px) {
      header .banner-box {
        margin-top: 40px; } }
    header .banner-box a {
      margin-bottom: 5px;
      display: inline-block;
      width: 100%; }
      @media (min-width: 992px) {
        header .banner-box a {
          margin-bottom: 10px; } }
      header .banner-box a:last-child {
        margin-bottom: 0; }
      header .banner-box a img {
        width: 100%; }

.no-webp header {
  background: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.webp header {
  background: url("../img/bg.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.work-box form input:required:valid,
.work-box form body textarea:required:valid {
  color: #333; }

/* 5.  Work zone */
.work-box ul.nav-pills li.nav-item {
  margin-right: 10px; }
  .work-box ul.nav-pills li.nav-item:last-child {
    margin-right: 0; }
  .work-box ul.nav-pills li.nav-item a {
    background-color: #fff;
    color: #6bb3ff;
    border: solid 2px #b4d8fe;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 10px 20px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .work-box ul.nav-pills li.nav-item a {
        padding: 10px 35px; } }
    .work-box ul.nav-pills li.nav-item a.active {
      background-color: #6bb3ff;
      color: #fff;
      border-color: #6bb3ff; }
      .work-box ul.nav-pills li.nav-item a.active:hover {
        background-color: #6bb3ff; }
    .work-box ul.nav-pills li.nav-item a:hover {
      background-color: #b4d8fe;
      color: #fff; }

/* 5. Form */
.work-box {
  text-align: left; }

.work-box h2 {
  color: #6bb3ff;
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold; }

.work-box form .btn {
  background-color: #6bb3ff;
  border: solid 2px #6bb3ff;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  padding: 10px 35px;
  text-transform: uppercase;
  margin-top: 20px; }

@media only screen and (max-device-width: 991px) {
  .work-box form .btn {
    display: block;
    margin: 20px auto 0 auto;
    padding: 12px 50px; } }

.work-box form .btn:hover {
  background-color: transparent;
  color: #787878; }

.work-box form .color_element {
  float: left; }

.work-box form label {
  width: 100% span;
  width-float: left; }

.work-box form .for-full-width label {
  display: block;
  width: 100%; }

.work-box form .for-full-width label input {
  width: 100%; }

.work-box form input,
.work-box form select {
  background-color: #f8f8f8;
  color: #333;
  border: 0;
  min-height: 40px;
  line-height: 30px;
  padding: 10px; }

.work-box form input:required:valid,
.work-box form body textarea:required:valid {
  color: #333; }

.work-box form .select-box b {
  display: block;
  width: 100%; }

.work-box form .check-box-include {
  width: 100%; }

.work-box form .check-box-include .check-box-main {
  float: left;
  margin-right: 5px;
  display: block;
  margin-top: 1px; }

.work-box form .check-box-include p {
  line-height: 40px;
  margin-bottom: 0; }

.work-box form .radiobutton-box {
  float: left; }

.work-box form .radiobutton-box p {
  margin-bottom: 0; }

.work-box form .radiobutton-box input {
  width: 20px;
  margin-right: 0; }

.work-box form .birthday-date {
  float: left; }

.work-box form .birthday-date input,
.work-box form .birthday-date select {
  max-width: 150px;
  float: left;
  height: 35px;
  min-height: 35px;
  font-size: 13px;
  margin-right: 2px; }

@media only screen and (max-device-width: 991px) {
  .work-box form .birthday-date input,
  .work-box form .birthday-date select {
    max-width: 100px; } }

.work-box form .birthday-date .birthday-text-box {
  margin-bottom: 0; }

.work-box .personal-info {
  margin-top: 30px; }

.work-box .generated-info {
  font-size: 14px; }

@media only screen and (max-device-width: 991px) {
  .work-box #userStateSelect,
  .work-box .select-box {
    width: 100%; } }

.work-box .img-main-box {
  text-align: center;
  margin-bottom: 20px; }

@media only screen and (max-device-width: 991px) {
  .work-box .img-main-box {
    margin-top: 50px; } }

.work-box .img-main-box img {
  max-width: 70%; }

@media only screen and (max-device-width: 767px) {
  .work-box .table td,
  .work-box .table th {
    max-width: 50%;
    width: 50%;
    word-break: break-all; } }

.work-box .generated-info th {
  width: 35%;
  text-align: left; }

.work-box .table .final-passport-info {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.work-box .table td {
  font-size: 13px;
  text-align: right; }

.work-box .table p {
  margin-bottom: 0; }

.work-box .pasportBox {
  margin-bottom: 0;
  color: #6bb3ff; }

.work-box .DL,
.work-box .SSN,
.work-box .pasportBox {
  color: #6bb3ff;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px; }

.work-box .finalPassportInfo {
  text-align: center;
  border-top: 1px solid #dee2e6;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: right;
  word-break: break-all; }

@media only screen and (max-device-width: 420px) {
  .work-box .finalPassportInfo {
    font-size: 13px;
    letter-spacing: -1px; } }

.work-box .finalPassportInfo p {
  margin-bottom: 0; }

.work-box .finalPassportInfo b {
  font-weight: normal; }

.work-box .overfl-boox {
  width: 430px;
  white-space: nowrap;
  overflow: hidden;
  float: right; }
  .work-box .overfl-boox .second-string-box {
    letter-spacing: 0; }

@media only screen and (max-device-width: 420px) {
  .work-box .overfl-boox {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    float: right; } }

.work-box .fullBtn {
  background-color: #6bb3ff;
  border: solid 2px #6bb3ff;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  padding: 10px 35px;
  text-transform: uppercase;
  border-radius: .25rem;
  color: #fff;
  cursor: pointer; }

@media only screen and (max-device-width: 400px) {
  .work-box .fullBtn {
    margin: 0 auto;
    display: block; } }

.work-box .fullBtn:hover {
  background-color: transparent;
  color: #787878; }

.work-box .fullInfoQueryGanerated {
  margin-top: 30px; }

.work-box .helpInfo {
  line-height: 30px;
  text-align: left; }

@media only screen and (max-device-width: 767px) {
  .work-box .helpInfo {
    margin-top: 15px; } }

@media only screen and (max-device-width: 420px) {
  .work-box .helpInfo {
    font-size: 14px;
    line-height: 26px;
    text-align: center; } }

/* 6. Details */
.details {
  background-color: #f8f8f8; }

.details p {
  font-size: 13px;
  color: #787878; }

.details p.red-alert {
  color: red; }

.details p:last-child {
  margin-bottom: 0; }

/* 7. Footer */
.main_footer {
  padding: 50px 0;
  font-size: 13px;
  font-weight: 300;
  background-color: #333;
  color: #888; }

.main_footer span {
  color: #6bb3ff; }

.main_footer span a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #6bb3ff; }

.main_footer span a:hover {
  text-decoration: none;
  color: #b4d8fe; }

.main_footer .toTopName {
  text-transform: inherit; }

.main_footer .social_wrap {
  text-align: center;
  line-height: 0;
  font-family: 'OpenSansRegular', sans-serif; }

.main_footer .social_wrap i {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  margin-right: 5px; }

.main_footer .social_wrap ul {
  margin: 0; }

.main_footer .fab {
  color: #6bb3ff; }

.main_footer .fab:hover {
  color: #b4d8fe; }

@media only screen and (max-device-width: 767px) {
  .main_footer {
    text-align: center; }
  .main_footer .social_wrap {
    float: none;
    margin-top: 10px; } }

.person {
  text-align: center;
  margin-bottom: 35px; }

.person img {
  max-width: 220px;
  display: inline-block;
  border-radius: 50%; }

.s_about p {
  margin-bottom: 25px; }

.s_about ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.s_about li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px; }

.s_about .social_wrap {
  margin-top: 25px; }

.social_wrap li {
  display: inline-block;
  font-size: 13px;
  padding: 0 3px;
  line-height: 26px; }

/* 9. String */
.marquee-box {
  width: 80%;
  padding: 0 15px;
  margin: 0 auto 10px auto; }
  @media only screen and (max-device-width: 320px) {
    .marquee-box {
      width: 100%; } }

.marquee-box marquee {
  color: #fff;
  text-transform: uppercase;
  max-width: 300px;
}

@media screen and (min-width: 1480px) {
  .marquee-box marquee {
	  max-width: unset;
  }
}

.marquee-box marquee span {
  color: #b4d8fe; }

.marquee-box marquee .post-meta-key {
  color: #fff; }

.banner-box {
  padding-top: 30px; }

.banner-box a {
  display: block;
  margin-bottom: 10px; }

.banner-box a img {
  max-width: 100%; }

@media only screen and (max-device-width: 767px) {
  .banner-box a {
    margin-bottom: 5px; } }

footer a {
  color: #6bb3ff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

/* 6.  Work zone */
.dropdown-toggle {
  background-color: transparent;
  color: #fff;
  border: solid 2px #6bb3ff;
  font-size: 12px;
  margin-top: 12px;
  margin-right: 50px; }

@media only screen and (max-device-width: 680px) {
  .dropdown-toggle {
    margin-right: 0px; } }

@media only screen and (max-device-width: 680px) {
  .dropdown-toggle {
    font-size: 11px; } }

.dropdown-menu li a {
  padding-left: 30px;
  font-size: 12px;
  color: #6bb3ff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .dropdown-menu li a:hover {
    color: #333; }

@media only screen and (max-device-width: 680px) {
  .dropdown-menu li a {
    font-size: 11px; } }

.dropdown-menu {
  min-width: 0px;
  padding-right: 30px;
  left: -60px; }

.dropdown-toggle:hover {
  color: #6bb3ff; }

.language-swtitcher-box {
  float: right; }

.language-swtitcher-box .language__selection {
  z-index: 20; }

@media only screen and (max-device-width: 680px) {
  .language-swtitcher-box {
    float: left;
    margin-left: 25px; } }

@media only screen and (max-device-width: 320px) {
  .language-swtitcher-box {
    margin-left: 5px; } }

.table-box {
  text-align: center; }

.dynamic-passport-date {
  display: inline-block;
  width: 100%;
  padding-top: 40px; }
  .dynamic-passport-date .issued-date {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block; }
  .dynamic-passport-date .expires-date {
    width: 100%;
    display: inline-block; }
  .dynamic-passport-date input,
  .dynamic-passport-date select {
    max-width: 150px;
    float: left;
    height: 35px;
    min-height: 35px;
    font-size: 13px;
    margin-right: 2px; }
  @media only screen and (max-device-width: 991px) {
    .dynamic-passport-date input,
    .dynamic-passport-date select {
      max-width: 100px; } }
