* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
*::-webkit-scrollbar {
  display: none;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}

a {
  color: #0564B8;
}

p {
  line-height: 22px;
}

body {
  padding-top: 85px;
  background-color: #fff;
  overflow-x: hidden;
}

td {
  padding-right: 25px;
}

.header {
  overflow: hidden;
  background: linear-gradient(to right, #E4E4E4 50%, #0564B8 50%);
  position: fixed;
  top: 0;
  width: 100%;
  height: 85px;
  z-index: 8;
}
.header .container {
  position: relative;
  padding: 10px 50px;
  margin: auto;
  max-width: 1600px;
}
.header .container img {
  width: 350px;
}
.header .container object {
  position: absolute;
  z-index: 9;
  top: 0;
}
.header .container .nav {
  position: absolute;
  top: 0;
  right: 50px;
  width: calc(100% - 550px);
  height: 85px;
  padding: 0 10px 50px 10px;
  background-color: #0564B8;
}
.header .container .nav span {
  display: none;
}
.header .container .nav .center {
  margin: 0;
  position: absolute;
  top: calc(50% + 7px);
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.header .container .nav .center a {
  text-transform: uppercase;
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}
.header .container .nav .center a:last-child::after {
  content: "";
  display: block;
  margin-top: 5px;
  width: auto;
  height: 2px;
  background: #000;
}
.header .container .nav .center a:hover {
  color: #d0d0d0;
}

.overlay {
  overflow: hidden;
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 85px;
  left: 0;
  background-color: #0564B8;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 30px;
  padding-right: 50px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.banner {
  position: relative;
}
.banner .bannerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 600px;
  max-width: calc(1600px + 500px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55% 45%;
     object-position: 55% 45%;
  filter: brightness(60%);
}
.banner .bannercontent {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(1600px - 100px);
  width: 100%;
  height: 100%;
  margin: auto;
  padding-left: 50px;
}
.banner .bannercontent h1 {
  margin-top: 200px;
  color: #fff;
  font-size: 100px;
}
.banner .bannercontent td {
  color: #fff;
  font-size: 30px;
}

.sticker {
  max-width: calc(1600px - 100px);
  margin: auto;
  display: flex;
  position: relative;
  overflow: visible !important;
}
.sticker .ris {
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 400px;
  padding-right: 10px;
}

.content {
  background-color: #fff;
}

.content:nth-child(even) {
  background-color: #E4E4E4;
}

.block-packages {
  max-width: calc(1600px - 100px);
  padding: 50px 50px;
  margin: auto;
  display: block;
}
.block-packages img {
  width: 100%;
}
.block-packages h2 {
  font-size: 30px;
  padding: 25px 0 25px 0;
}
.block-packages p {
  padding-bottom: 25px;
}
.block-packages ul {
  padding-left: 15px;
  padding-bottom: 25px;
}

.block {
  max-width: calc(1600px - 100px);
  padding: 50px 50px;
  margin: auto;
  display: flex;
  gap: 100px;
}
.block img {
  width: 100%;
}
.block h2 {
  font-size: 30px;
  padding-bottom: 25px;
}
.block p {
  padding-bottom: 25px;
}
.block ul {
  padding-left: 15px;
  padding-bottom: 25px;
}

.smallimg img {
  width: 50%;
}

.column {
  width: 50%;
}

.app {
  margin-top: 25px;
  max-width: 400px;
}
.app img {
  width: 49%;
}

.priceblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  margin: auto;
  gap: 70px;
  padding: 50px 27px;
}
.priceblock .your {
  background-color: #0564B8 !important;
  color: #fff;
}
.priceblock .your li::before {
  background-color: #fff;
}
.priceblock .parallelogram {
  cursor: pointer;
  overflow-x: hidden;
  position: relative;
  width: 300px;
  height: 300px;
  transform: skew(-10deg);
  background: #E4E4E4;
}
.priceblock .parallelogram h5 {
  transform: skew(10deg);
  text-align: center;
  font-size: 35px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.priceblock .parallelogram h6 {
  transform: skew(10deg);
  text-align: center;
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.priceblock .parallelogram img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: skew(10deg);
  width: 120%;
  margin-left: -35px;
  height: 190px;
}
.priceblock .parallelogram p {
  transform: skew(10deg);
  padding: 15px 20px;
}
.priceblock .parallelogram ul {
  margin-left: -15px;
  overflow-x: hidden;
  list-style-type: none;
}
.priceblock .parallelogram ul li {
  padding: 0;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  transform: skew(10deg);
}
.priceblock .parallelogram ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000;
  margin-right: 10px;
  transform: skew(-10deg);
}
.priceblock .parallelogram .price {
  background-color: #000;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 35px;
  padding: 5px 0;
}
.priceblock .parallelogrambig {
  overflow-x: hidden;
  position: relative;
  width: 670px;
  height: 300px;
  transform: skew(-10deg);
  background: #E4E4E4;
}
.priceblock .parallelogrambig h5 {
  transform: skew(10deg);
  text-align: center;
  font-size: 35px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.priceblock .parallelogrambig ul {
  margin-left: -15px;
  overflow-x: hidden;
  list-style-type: none;
}
.priceblock .parallelogrambig ul li {
  width: 290px;
  padding: 0;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  transform: none;
  transform: skew(10deg);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.priceblock .parallelogrambig ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000;
  margin-right: 10px;
  transform: skew(-10deg);
}
.priceblock .parallelogrambig ul li span:nth-child(even) {
  white-space: nowrap;
}
.priceblock .parallelogrambig ul li span:nth-child(odd) {
  flex: 1;
}

form .half {
  width: calc(50% - 3px);
}
form .quarter {
  width: calc(33% - 2px);
}
form input, form select, form textarea {
  width: 100%;
  padding: 12px;
  background-color: #E4E4E4;
  border: none;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  outline: none;
}
form input[type=submit] {
  background-color: #0564B8;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}
form input[type=submit]:hover {
  background-color: #1f2022;
}

.message {
  background-color: #0564B8;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
}

.contacttxt p {
  padding-bottom: 3px;
}
.contacttxt a {
  text-decoration: none;
  color: #000;
}

button {
  margin-left: 10px;
  position: relative;
  width: 300px;
  height: 50px;
  transform: skew(-10deg);
  background: #0564B8;
  border: none;
}
button p {
  color: #fff;
  font-size: 25px;
  transform: skew(10deg);
  padding-top: 12px;
}
button:hover {
  background-color: rgba(5, 101, 184, 0.8156862745);
}

.footer {
  overflow: hidden;
  overflow-x: hidden;
  background: linear-gradient(to right, #000 calc(50% + 310px), #0564B8 calc(50% + 310px));
  height: 400px;
}
.footer .specailhr {
  position: absolute;
  width: 100%;
  max-width: 1600px;
  margin: 68.5px auto 0 auto;
  left: 0;
  right: 0;
}
.footer .container {
  position: relative;
  padding: 25px 50px;
  margin: auto;
  max-width: 1600px;
  height: 400px;
  display: flex;
}
.footer .container hr {
  margin: 25px 0;
}
.footer .container .column1 {
  z-index: 1;
  position: relative;
  width: 350px;
}
.footer .container .column1 .contact {
  width: 350px;
  display: flex;
  justify-content: space-between;
}
.footer .container .column1 .contact a {
  color: #fff;
  text-decoration: none;
}
.footer .container .column1 img {
  width: 350px;
}
.footer .container .column2 {
  width: 500px;
}
.footer .container .column2 .socialmedia .fa {
  padding-bottom: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.footer .container .column2 .socialmedia a {
  size: 40px;
  color: #fff;
}
.footer .container .column2 hr {
  margin-top: 43px;
}
.footer .container .column2 .footernav {
  padding: 0 50px;
}
.footer .container .column2 .footernav .row {
  float: left;
  width: 50%;
}
.footer .container .column2 .footernav .row a {
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.footer .container .column2 .footernav .row a:first-child {
  padding-top: 0;
}
.footer .container .column2 .footernav .row a:last-child::after {
  content: "";
  display: block;
  margin-top: 5px;
  width: auto;
  height: 2px;
  background: #0564B8;
}
.footer .container .column3 {
  flex: 1;
}
.footer .container .column3 hr {
  margin-top: 43px;
}
.footer .container .column3 object {
  position: absolute;
  z-index: 2;
  top: 0px;
  margin-left: -100px;
}
.footer .container .column3 .background {
  position: absolute;
  top: 0;
  margin-left: 300px;
  width: 100%;
  height: 100%;
  background-color: #0564B8;
}
.footer .copyright {
  background-color: #000;
  color: #fff;
  height: 50px;
  text-align: center;
  padding-top: 8px;
  font-size: large;
}
.footer .copyright a {
  color: #fff;
  text-decoration: none;
}
.footer .copyright span {
  padding: 0 10px;
}

@media only screen and (max-width: 1600px) {
  .footer {
    background: linear-gradient(to right, #000 calc(50% + 510px), #0564B8 calc(50% + 510px));
  }
}
@media only screen and (max-width: 1255px) {
  .header {
    background: linear-gradient(to right, #E4E4E4 calc(50% + 200px), #0564B8 calc(50% + 200px));
  }
  .header .container .nav span {
    display: block;
    color: #fff;
    font-size: 50px !important;
  }
  .header .container .nav .center {
    top: 50%;
  }
  .header .container .nav .center a {
    display: none;
  }
  .footer {
    background: #000;
  }
}
@media only screen and (max-width: 1100px) {
  .ris {
    bottom: -50px !important;
    width: 300px !important;
  }
  .block {
    max-width: calc(1600px - 100px);
    padding: 50px 50px;
    margin: auto;
    display: block;
  }
  .column {
    width: 100%;
  }
  .column:nth-child(2) {
    padding-top: 50px;
  }
  .column2 {
    width: 400px !important;
  }
}
@media only screen and (max-width: 850px) {
  .footer .column2 {
    width: 300px !important;
  }
  .footer .column2 .footernav {
    padding: 0 0 0 50px !important;
  }
  .footer .column3 {
    display: none;
  }
}
@media only screen and (max-width: 784px) {
  .banner .bannerimg {
    height: 500px;
  }
  .banner .bannercontent h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 70px;
  }
  .banner .bannercontent td {
    color: #fff;
    font-size: 25px;
  }
  .ris {
    bottom: -50px !important;
    width: 250px !important;
  }
  .parallelogram {
    width: 400px !important;
  }
  .parallelogrambig {
    width: 400px !important;
  }
}
@media only screen and (max-width: 750px) {
  .footer .column2 {
    width: 230px !important;
  }
  .footer .column2 .footernav {
    padding: 0 0 0 15px !important;
  }
}
@media only screen and (max-width: 680px) {
  .header {
    background: #E4E4E4;
  }
  .header .container object {
    display: none;
  }
  .header .container .nav {
    width: 45px;
    background-color: #E4E4E4;
  }
  .header .container .nav span {
    color: #0564B8;
  }
  .footer .container {
    height: 400px;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .container .column1 {
    width: 100%;
  }
  .footer .container .column2 {
    width: 75%;
  }
  .footer .container .column2 .socialmedia {
    padding-top: 20px;
  }
  .footer .container .column2 .socialmedia .fa:first-child {
    padding-bottom: 20px;
    font-size: 30px;
    width: 20px !important;
    margin: 5px 2px;
    margin-right: 10px;
  }
  .footer .container .column2 hr {
    display: none;
  }
  .footer .container .column2 .footernav {
    padding: 0 !important;
  }
  .footer .container .column2 .footernav .row a {
    padding: 14px 0px;
  }
}
@media only screen and (max-width: 550px) {
  body {
    padding-top: 65px;
  }
  .banner .bannercontent h1 {
    margin-top: 25px;
  }
  .header {
    height: 65px;
  }
  .header .container img {
    width: 250px;
  }
  .header .container .nav {
    height: 65px;
  }
  .overlay {
    top: 65px;
  }
  .bannercontent {
    padding-left: 20px;
  }
  .bannercontent h1 {
    font-size: 65px;
  }
  .bannercontent h2 {
    font-size: 30px;
  }
  .parallelogram {
    width: 300px !important;
  }
  .parallelogrambig {
    width: 300px !important;
    height: 350px !important;
  }
  .parallelogrambig ul li {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 450px) {
  .header .container {
    padding: 10px 25px;
  }
  .header .nav {
    right: 25px !important;
    padding: 0 10px 25px 10px;
    background-color: #0564B8;
  }
  .header .nav span {
    display: none;
  }
  .overlay-content {
    padding-right: 25px;
  }
  .banner .bannercontent {
    padding: 0 25px;
  }
  .block {
    padding: 50px 25px;
  }
  .footer .container {
    padding: 25px 25px;
  }
  .footer .container .column1 img {
    width: 250px;
  }
  .footer .container .column1 .contact {
    width: auto;
  }
}
@media only screen and (max-width: 375px) {
  body {
    padding-top: 50px;
  }
  .header {
    height: 50px;
  }
  .header .container img {
    width: 180px;
  }
  .header .container .nav {
    height: 50px;
  }
  .overlay {
    top: 50px;
  }
  .footer .container .column1 .contact {
    width: 350px;
    display: flex;
    flex-direction: column;
  }
  .footer .container .column1 .contact a:nth-child(1) {
    padding-bottom: 10px;
  }
  .footer .container .column2 {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */