* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif !important;
  scrollbar-color: rgba(96, 93, 93, 0.507) transparent;
}

body {
  width: calc(100vw - (100vw - 100%));
  overflow-x: hidden;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 400;
}

#red-link-btn {
  font-size: 32px;
}

#red-link-btn a {
  text-decoration: none;
  font-size: 40px;
  color: #eb4b4b;
}

#sec3-learmore {
  padding: 0 20px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1079px) {
  #sec3-learmore {
    position: relative;
  }
}

#sec3-learmore h3 {
  padding-top: 40px;
  font-weight: 450;
}

@media (min-width: 1080px) {
  #sec3-learmore h3 {
    position: relative;
    font-size: 50px;
  }
}

#sec3-learmore h3 > span {
  position: absolute;
  color: #eb4b4b;
  z-index: 2;
  font-size: 40px;
  top: 22px;
  left: 33px;
}

@media (min-width: 1080px) {
  #sec3-learmore h3 > span {
    top: 34px;
    left: -45px;
  }
}

#sec3-learmore p {
  margin: 20px 0 30px 0;
}

#sec3-learmore a {
  margin-bottom: 55px;
  display: block;
  border: none;
  border-radius: 5px;
  width: 210px;
  height: 45px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  background-color: #eb4b4b;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#sec3-learmore a:hover {
  background-color: #6e6e6e;
}

#sec3-learmore.our-vision h3 {
  padding-top: 45px;
  font-weight: 400;
}

@media (min-width: 1080px) {
  #sec3-learmore.our-vision h3 {
    position: relative;
    font-size: 40px;
  }
}

.model-menu-section {
  display: none;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2500;
}

.model-menu-section .model-container {
  background-color: #051b30;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .model-menu-section .model-container {
    margin-left: auto;
    width: 350px;
  }
}

.model-menu-section .model-container .model-element {
  background-image: url("/wp-content/uploads/2022/06/brightway-logo_white.png");
  background-repeat: no-repeat;
  background-position: 50% 99%;
  background-size: calc(100vh - 450px);
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
  overflow: scroll;
}

@media (min-width: 768px) {
  .model-menu-section .model-container .model-element {
    overflow: visible;
  }
}

@media (max-height: 600px) {
  .model-menu-section .model-container .model-element {
    background-size: 0;
  }
}

@media (min-height: 600px) and (max-height: 800px) {
  .model-menu-section .model-container .model-element {
    background-size: calc(100vh - 500px);
  }
}

@media (min-height: 800px) {
  .model-menu-section .model-container .model-element {
    background-size: 260px;
  }
}

.model-menu-section .model-container .model-element .model-title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #051b30;
  z-index: 2000;
  padding-bottom: 20px;
}

.model-menu-section .model-container .model-element .model-title .lan-setting {
  z-index: 2;
  padding: 15px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.model-menu-section .model-container .model-element .model-title .lan-setting p {
  font-size: 20px;
}

.model-menu-section .model-container .model-element .model-title .lan-setting p:last-child {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  padding: 0;
  font-size: 35px;
  font-weight: 100;
  width: 50px;
}

.model-menu-section .model-container .model-element .model-title > h5 {
  margin: 10vh 0 5vh 0;
  font-size: 24px;
  font-weight: 700;
}

.model-menu-section .model-container .model-element .model-menu {
  padding: 0;
  text-align: start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.model-menu-section .model-container .model-element .model-menu > li {
  padding: 5px 0;
  width: 100%;
  list-style-type: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .model-menu-section .model-container .model-element .model-menu > li {
    position: relative;
  }
}

.model-menu-section .model-container .model-element .model-menu > li > a {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: white;
  padding: 10px 0 10px 32px;
  display: block;
}

.model-menu-section .model-container .model-element .model-menu > li > a.focus {
  color: #ADADAD;
}

.model-menu-section .model-container .model-element .model-menu > li.pointer-event > a {
  position: relative;
}

.model-menu-section .model-container .model-element .model-menu > li.pointer-event > a::before {
  content: "\203A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: -7px;
}

.model-menu-section .model-container .model-element .model-menu > li.first-item > a {
  pointer-events: none;
  position: relative;
}

.model-menu-section .model-container .model-element .model-menu > li.first-item > a::before {
  content: "\203A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: -7px;
}

.model-menu-section .model-container .model-element .model-menu > li.first-item > a::after {
  content: "\2026";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 30px;
  width: 43px;
  height: 43px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.model-menu-section .model-container .model-element .model-menu > li.first-item > a.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.model-menu-section .model-container .model-element .model-menu > li.first-item > a.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.model-menu-section .model-container .model-element .model-menu > li > ul {
  padding: 0;
  display: none;
  text-align: start;
  background-color: #eb4b4b;
  padding-left: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .model-menu-section .model-container .model-element .model-menu > li > ul {
    position: absolute;
    top: 0;
    right: 100%;
    width: 280px;
    background: #045184;
  }
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li {
  list-style-type: none;
}

@media (max-width: 1079px) {
  .model-menu-section .model-container .model-element .model-menu > li > ul > li {
    width: 100%;
  }
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li a {
  z-index: 20;
  text-decoration: none;
  color: white;
  padding: 10px 0 10px 30px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li a::before {
  content: "\203A";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 10px;
  height: 10px;
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li .ship-track-form {
  margin: 0;
  width: 100%;
  padding: 10px;
  background-color: #3f536b;
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li .ship-track-form label {
  margin-bottom: 10px;
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li .ship-track-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li .ship-track-form > div input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  font-size: 13px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 40px;
  outline: none;
  border: 2px solid  #111d25;
}

.model-menu-section .model-container .model-element .model-menu > li > ul > li .ship-track-form > div span {
  background-color: #111d25;
  border: none;
  outline: none;
  padding: 5px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.model-menu-section .model-container .model-element .model-menu > li.open-menu ul {
  display: block;
}

header {
  height: 70px;
  background-color: #051b30;
  z-index: 2000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

header .navbar {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 1080px) {
  header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .navbar > .brand {
  margin: 0 0 0 16px;
  padding: 0;
  height: 100%;
}

header .navbar > .brand > a {
  margin: 0;
  padding: 0;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

header .navbar > .brand > a > div {
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar > .brand > a > div img {
  width: 60px;
  height: 60px;
}

@media (max-width: 230px) {
  header .navbar > .brand > a > div img {
    width: 50px;
    height: 50px;
  }
}

header .navbar > .brand > a > div h2 {
  margin: 0 0 0 16px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 284px) {
  header .navbar > .brand > a > div h2 {
    font-size: 5px;
  }
}

@media (min-width: 285px) and (max-width: 314px) {
  header .navbar > .brand > a > div h2 {
    font-size: 8px;
  }
}

@media (min-width: 315px) and (max-width: 354px) {
  header .navbar > .brand > a > div h2 {
    font-size: 10px;
  }
}

@media (min-width: 355px) and (max-width: 384px) {
  header .navbar > .brand > a > div h2 {
    font-size: 13px;
  }
}

@media (min-width: 385px) and (max-width: 420px) {
  header .navbar > .brand > a > div h2 {
    font-size: 15px;
  }
}

header .navbar > .menu-list-elements {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1079px) {
  header .navbar > .menu-list-elements {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

header .navbar > .menu-list-elements > div:first-child {
  height: 100%;
  display: none;
}

@media (min-width: 1080px) {
  header .navbar > .menu-list-elements > div:first-child {
    display: block;
  }
}

header .navbar > .menu-list-elements > div:first-child > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar > .menu-list-elements > div:first-child > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 16px;
  list-style: none;
  position: relative;
  cursor: pointer;
}

header .navbar > .menu-list-elements > div:first-child > ul > li:hover ul {
  display: block;
}

header .navbar > .menu-list-elements > div:first-child > ul > li.first-item::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #44627f;
  z-index: 110;
}

header .navbar > .menu-list-elements > div:first-child > ul > li.first-item:hover::before {
  display: block;
}

header .navbar > .menu-list-elements > div:first-child > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
}

header .navbar > .menu-list-elements > div:first-child > ul > li > a:hover {
  color: rgba(204, 204, 204, 0.82);
}

header .navbar > .menu-list-elements > div:first-child > ul > li > a.focus {
  color: #eb4b4b;
}

header .navbar > .menu-list-elements > div:first-child > ul > li > ul {
  display: none;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 7px;
  background-color: #44627f;
  -webkit-box-shadow: 0 0 5px 1px rgba(209, 209, 209, 0.541);
          box-shadow: 0 0 5px 1px rgba(209, 209, 209, 0.541);
  z-index: 100;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

header .navbar > .menu-list-elements > div:first-child > ul > li > ul > li {
  list-style: none;
  padding: 7px 0px;
}

header .navbar > .menu-list-elements > div:first-child > ul > li > ul > li > a {
  text-decoration: none;
  color: #fff;
}

header .navbar > .menu-list-elements > div:last-child {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 230px) {
  header .navbar > .menu-list-elements > div:last-child {
    width: 50px;
    height: 60px;
  }
}

@media (min-width: 1080px) {
  header .navbar > .menu-list-elements > div:last-child {
    display: none;
  }
}

header .navbar > .menu-list-elements > div:last-child > div {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar > .menu-list-elements > div:last-child > div > div {
  width: 22px;
  height: 20px;
}

header .navbar > .menu-list-elements > div:last-child > div > div > div p {
  width: 100%;
  height: 2px;
  margin: 0 0 7px 0;
  background-color: #fff;
}

main .bg-video {
  position: relative;
  width: 100%;
}

main .bg-video > p {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}

@media (min-width: 1080px) {
  main .bg-video > p {
    height: calc(100% - 70px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .bg-video > p > video {
  width: 100px; 
}

main .bg-video .text-on-video {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .bg-video .text-on-video h3 {
  color: #fff;
  font-weight: bold;
}

@media (min-width: 1080px) {
  main .bg-video .text-on-video h3 {
    font-size: 66px;
    margin-bottom: 150px;
  }
}

main .bg-video .text-on-video > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  max-width: 700px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

@media (min-width: 1080px) {
  main .bg-video .text-on-video > div {
    width: 500px;
  }
}

main .bg-video .text-on-video > div h5 {
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
}

@media (min-width: 1080px) {
  main .bg-video .text-on-video > div h5 {
    font-size: 18px;
  }
}

main .bg-video .text-on-video > div h1 {
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .bg-video .text-on-video > div h1 {
    font-size: 50px;
    margin: 25px 0;
    white-space: nowrap;
  }
}

main .bg-video .text-on-video > div h3 {
  font-weight: 400;
  font-size: 14px;
  z-index: 1;
}

@media (min-width: 1080px) {
  main .bg-video .text-on-video > div h3 {
    font-size: 18px;
  }
}

main .bg-video .text-on-video > .triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 45px solid transparent;
  border-left: 100% solid #1a2d3a;
  border-bottom: 0px solid transparent;
}

@media (min-width: 1080px) {
  main .bg-video .text-on-video > .triangle {
    border-top-width: 150px;
  }
}

main .section1 {
  background-color: #051b30;
  padding: 50px 20px 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -70px;
}

@media (min-width: 1080px) {
  main .section1 > div {
    width: 990px;
  }
}

main .section1 > div h3 {
  margin-top: 50px;
  color: #eb4b4b;
  font-size: 22px;
}

@media (min-width: 1080px) {
  main .section1 > div h3 {
    font-size: 28px;
    width: 600px;
  }
}

main .section1 > div p {
  margin: 20px 0;
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1080px) {
  main .section1 > div p {
    font-size: 15px;
    width: 450px;
  }
}

main .section1 > div a {
  margin-top: 10px;
  display: block;
  border: none;
  border-radius: 5px;
  width: 210px;
  height: 45px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  background-color: #eb4b4b;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  transition: 0.5s all;
}

main .section1 > div a:hover {
  background-color: #6e6e6e;
}

main .section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

main .section2 > div {
  max-width: 1079px;
  padding: 100px 20px 20px 20px;
}

@media (min-width: 1080px) {
  main .section2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 165px 20px 30px 0;
  }
}

main .section2 > div > h3 {
  font-size: 18px;
  padding: 0 50px 0 20px;
  margin-bottom: 50px;
}

@media (min-width: 1080px) {
  main .section2 > div > h3 {
    font-size: 28px;
    width: 46%;
  }
}

main .section2 > div > h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 100% solid #3ab5cb;
  border-bottom: 65px solid transparent;
}

@media (max-width: 1079px) {
  main .section2 > div > h3:before {
    top: 0;
  }
}

@media (min-width: 1080px) {
  main .section2 > div > h3:before {
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 45vw solid transparent;
    border-bottom: 500px solid #3ab5cb;
  }
}

main .section2 > div .container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1080px) {
  main .section2 > div .container {
    width: 54%;
  }
}

main .section2 > div .container .contentElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

main .section2 > div .container .contentElement svg {
  font-size: 44px;
  margin-right: 10px;
  color: #3ab5cb;
}

main .section2 > div .container .contentElement h4 {
  font-size: 19px;
}

main .section2 > div .container .contentElement p {
  font-size: 15px;
}

main .section3 {
  background-color: #1a2d3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .section3 > h3 {
  padding-top: 55px;
  color: white;
  font-size: 22px;
}

@media (min-width: 1080px) {
  main .section3 > h3 {
    font-size: 28px;
    margin-bottom: 55px;
  }
}

main .section3 .sec3-container {
  padding: 30px 30px 0 20px;
  color: white;
  width: 100%;
  max-width: 1079px;
}

@media (min-width: 1080px) {
  main .section3 .sec3-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

main .section3 .sec3-container .sec3-element {
  padding: 0 0 0 70px;
  position: relative;
}

main .section3 .sec3-container .sec3-element::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 100%;
  border-right: 5px dashed #3ab5cb;
  bottom: -175px;
  right: -95px;
  height: 98%;
}

main .section3 .sec3-container .sec3-element h3 {
  color: #eb4b4b;
  position: relative;
  font-size: 28px;
}

@media (max-width: 1079px) {
  main .section3 .sec3-container .sec3-element h3 {
    font-size: 18px;
  }
  main .section3 .sec3-container .sec3-element h3::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #3ab5cb;
    top: 0px;
    left: -65px;
  }
}

main .section3 .sec3-container .sec3-element p {
  margin: 20px 0 30px 0;
  font-size: 14px;
}

@media (min-width: 1080px) {
  main .section3 .sec3-container .sec3-element p {
    font-size: 14px;
    font-weight: 400;
  }
}

main .section3 .sec3-container .sec3-element a {
  margin-bottom: 20px;
  display: block;
  border: 1px solid white;
  border-radius: 5px;
  width: 210px;
  height: 45px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main .section3 .sec3-container .sec3-element a:hover {
  background-color: #fff;
  color: black;
}

main .section3 .sec3-container .sec3-element a:last-child {
  margin-bottom: 55px;
}

@media (max-width: 1079px) {
  main .section3 .sec3-container .sec3-element:first-child::before {
    top: 25px;
    left: -20px;
    height: calc(100% + 50px);
  }
  main .section3 .sec3-container .sec3-element:nth-child(2)::before {
    top: 40px;
    left: -20px;
    height: calc(100% + 50px);
  }
  main .section3 .sec3-container .sec3-element:last-child::before {
    top: 40px;
    left: -20px;
    height: calc(100% + 70px);
  }
}

@media (min-width: 1080px) {
  main .section3 .sec3-container .sec3-element {
    width: 40%;
    padding: 0 30px 0 30px;
  }
  main .section3 .sec3-container .sec3-element > p {
    position: relative;
  }
  main .section3 .sec3-container .sec3-element > p::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #3ab5cb;
  }
  main .section3 .sec3-container .sec3-element > p.blue-line-first::before {
    bottom: 40px;
    right: -155px;
  }
  main .section3 .sec3-container .sec3-element > p.blue-line-second::before {
    bottom: 35px;
    left: -177px;
  }
  main .section3 .sec3-container .sec3-element > p.blue-line-third::before {
    bottom: 10px;
    right: -155px;
  }
  main .section3 .sec3-container .sec3-element:first-child::before {
    top: 150px;
    right: -95px;
  }
  main .section3 .sec3-container .sec3-element:nth-child(even) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  main .section3 .sec3-container .sec3-element:nth-child(even)::before {
    left: -160px;
  }
  main .section3 .sec3-container .sec3-element:last-child::before {
    height: 95%;
    -webkit-transform: rotate(48deg) translate(-120px, 40px);
            transform: rotate(48deg) translate(-120px, 40px);
  }
}

main .our-vision-section1 {
  margin-top: -25px;
  border: none;
  background-color: #1a2d3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .our-vision-section1 > div {
  z-index: 90;
  padding: 35px 20px;
  max-width: 1079px;
}

@media (min-width: 1080px) {
  main .our-vision-section1 > div {
    padding: 50px 0;
  }
}

main .our-vision-section1 > div h3 {
  color: #3ab5cb;
  width: 350px;
  font-size: 22px;
  font-weight: 700;
}

main .our-vision-section1 > div h4 {
  color: white;
  margin-top: 25px;
  font-size: 14px;
}

@media (min-width: 1080px) {
  main .our-vision-section1 > div h4 {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.875;
  }
}

@media (min-width: 1080px) {
  main .our-vision-section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .our-vision-section2 > div {
  padding: 20px;
}

@media (min-width: 1080px) {
  main .our-vision-section2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 992px;
    padding: 50px 0;
  }
}

@media (min-width: 1080px) {
  main .our-vision-section2 > div > div {
    width: 412px;
  }
}

main .our-vision-section2 > div > div:last-child {
  padding-top: 30px;
}

main .our-vision-section2 > div > div h3 {
  color: #eb4b4b;
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .our-vision-section2 > div > div h3 {
    font-size: 28px;
    font-weight: 700;
  }
}

main .our-vision-section2 > div > div h4 {
  margin-top: 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.875;
}

main .our-vision-section3 {
  background-image: url("/wp-content/uploads/2022/06/blue-texture-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 280px;
}

@media (min-width: 1080px) {
  main .our-vision-section3 {
    height: 700px;
  }
}

main .our-vision-section3 .bg-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.418);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .our-vision-section3 .bg-shadow > div {
  margin-bottom: 20px;
}

main .our-vision-section3 .bg-shadow > div h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .our-vision-section3 .bg-shadow > div h2 {
    font-size: 40px;
  }
}

main .our-vision-section3 .bg-shadow .triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 45px solid transparent;
  border-right: 100% solid #1a2d3a;
  border-bottom: 0px solid transparent;
}

main .our-vision-section4 {
  background-color: #1a2d3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .our-vision-section4 > div {
  color: #fff;
  padding: 60px 20px;
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div {
    padding: 135px 0 90px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div > div:first-child {
    padding: 0;
    width: 480px;
  }
}

main .our-vision-section4 > div > div:first-child h3 {
  font-size: 22px;
  font-weight: 700;
  color: #eb4b4b;
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div > div:first-child h3 {
    font-size: 28px;
    width: 430px;
  }
}

main .our-vision-section4 > div > div:first-child h4 {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.875;
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div > div:first-child h4 {
    font-size: 15px;
    width: 460px;
  }
}

main .our-vision-section4 > div > div:last-child {
  padding-top: 10px;
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div > div:last-child {
    padding: 0;
    width: 490px;
  }
}

main .our-vision-section4 > div > div:last-child > div {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div > div:last-child > div {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 65px;
  }
}

main .our-vision-section4 > div > div:last-child > div h3 {
  margin-left: 20px;
  font-size: 16px;
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div > div:last-child > div h3 {
    font-size: 18px;
    font-weight: 400;
  }
}

main .our-vision-section4 > div > div:last-child > div span {
  color: #eb4b4b;
  font-size: 30px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .our-vision-section4 > div > div:last-child > div span {
    font-size: 40px;
  }
}

main .our-vision-section5 {
  padding: 30px;
  background-color: #3ab5cb;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .our-vision-section5 {
    padding: 60px 20px;
  }
}

main .our-vision-section5 > div {
  max-width: 980px;
}

main .our-vision-section5 > div h3 {
  max-width: 950px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1080px) {
  main .our-vision-section5 > div h3 {
    font-size: 28px;
  }
}

main .our-vision-section5 > div h4 {
  margin-top: 30px;
  font-size: 14px;
}

@media (min-width: 1080px) {
  main .our-vision-section5 > div h4 {
    font-size: 18px;
    text-align: center;
  }
}

main .servise-section1 {
  background-image: url("/wp-content/uploads/2022/06/worker.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}

@media (max-width: 1079px) {
  main .servise-section1 {
    height: auto;
  }
}

@media (min-width: 1080px) {
  main .servise-section1 {
    height: 700px;
  }
}

main .servise-section1 > div {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.669);
  padding: 30px 20px 80px 20px;
}

@media (min-width: 1080px) {
  main .servise-section1 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div {
    width: 992px;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .servise-section1 > div > div > div:first-child {
  display: none;
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div > div:first-child {
    display: block;
    width: 300px;
    height: 100%;
  }
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div > div:first-child.supply {
    width: 0;
  }
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div > div:last-child {
    height: 100%;
    width: 692px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

main .servise-section1 > div > div > div:last-child h1 {
  font-size: 22px;
  font-weight: 700;
}

main .servise-section1 > div > div > div:last-child h1.short {
  width: 300px;
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div > div:last-child h1.short {
    font-size: 50px;
    width: 680px;
  }
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div > div:last-child h1 {
    font-size: 50px;
    width: 800px;
    margin-bottom: 50px;
  }
}

main .servise-section1 > div > div > div:last-child h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div > div:last-child h3 {
    font-size: 18px;
    width: 600px;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

main .servise-section1 > div > div > div:last-child a {
  display: block;
  border: none;
  border-radius: 5px;
  width: 210px;
  height: 45px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  background-color: #eb4b4b;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
  color: white;
}

@media (min-width: 1080px) {
  main .servise-section1 > div > div > div:last-child a {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-right: 80px;
  }
}

main .servise-section1 > div > div > div:last-child a:hover {
  background-color: rgba(0, 0, 0, 0.37);
}

main .servise-section1 .bottom-right-triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 45px solid transparent;
  border-left: 100% solid #101d26;
  border-bottom: 0px solid transparent;
}

@media (min-width: 1080px) {
  main .servise-section1 .bottom-right-triangle {
    border-top-width: 57px;
  }
}

main .servise-section2 {
  background-color: #051b30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .servise-section2 > div {
  padding: 60px 20px 55px 20px;
}

@media (min-width: 1080px) {
  main .servise-section2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 992px;
    padding: 100px 0px 100px 0px;
  }
}

@media (min-width: 1080px) {
  main .servise-section2 > div > div:first-child {
    width: 500px;
  }
}

main .servise-section2 > div > div:first-child h3 {
  max-width: 320px;
  font-size: 22px;
  font-weight: 700;
  color: #eb4b4b;
}

@media (min-width: 1080px) {
  main .servise-section2 > div > div:first-child h3 {
    font-size: 28px;
  }
}

main .servise-section2 > div > div:first-child h4 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.875;
  color: #fff;
}

@media (min-width: 1080px) {
  main .servise-section2 > div > div:first-child h4 {
    font-size: 15px;
    max-width: 450px;
  }
}

main .servise-section2 > div > div:last-child {
  margin-top: 35px;
}

main .servise-section2 > div > div:last-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .servise-section2 > div > div:last-child > div:nth-child(2) {
  margin: 10px 0;
}

main .servise-section2 > div > div:last-child > div p {
  background-color: #eb4b4b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 1080px) {
  main .servise-section2 > div > div:last-child > div p {
    width: 30px;
    height: 30px;
    padding-top: 4px;
  }
}

main .servise-section2 > div > div:last-child > div p svg {
  font-size: 16px;
}

@media (min-width: 1080px) {
  main .servise-section2 > div > div:last-child > div p svg {
    font-size: 18px;
  }
}

main .servise-section2 > div > div:last-child > div h3 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}

@media (min-width: 1080px) {
  main .servise-section2 > div > div:last-child > div h3 {
    font-size: 18px;
    margin-left: 25px;
  }
}

main .servise-section3 {
  background-color: #1a2d3a;
  width: 100%;
}

main .servise-section3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
}

@media (min-width: 1080px) {
  main .servise-section3 > div {
    padding: 60px 0;
  }
}

main .servise-section3 > div > div:first-child {
  display: none;
}

@media (min-width: 1080px) {
  main .servise-section3 > div > div:first-child {
    width: 496px;
    display: block;
  }
}

main .servise-section3 > div > div:first-child img {
  width: 465px;
  height: 345px;
}

@media (min-width: 1080px) {
  main .servise-section3 > div > div:last-child {
    width: 496px;
  }
}

main .servise-section3 > div > div:last-child h3 {
  color: #3ab5cb;
  font-size: 22px;
  font-weight: 700;
  width: 250px;
}

@media (min-width: 1080px) {
  main .servise-section3 > div > div:last-child h3 {
    font-size: 28px;
    width: 300px;
  }
}

main .servise-section3 > div > div:last-child h4 {
  color: #fff;
  line-height: 1.875;
  font-size: 14px;
  margin-top: 30px;
}

@media (min-width: 1080px) {
  main .servise-section3 > div > div:last-child h4 {
    font-size: 15px;
    width: 440px;
  }
}

main .servise-section4 {
  background-color: #E6E6E6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .servise-section4 > div.servise-section4-element {
  padding: 85px 20px 15px 20px;
}

@media (min-width: 1080px) {
  main .servise-section4 > div.servise-section4-element {
    width: 992px;
    height: 1530px;
    padding: 120px 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .servise-section4 > div.servise-section4-element > div {
  margin-bottom: 65px;
  text-align: center;
}

@media (max-width: 1079px) {
  main .servise-section4 > div.servise-section4-element > div:nth-child(2) > div, main .servise-section4 > div.servise-section4-element > div:nth-child(3) > div {
    border: 2px solid red;
  }
}

@media (min-width: 1080px) {
  main .servise-section4 > div.servise-section4-element > div {
    width: 464px;
  }
  main .servise-section4 > div.servise-section4-element > div:nth-child(2) > div, main .servise-section4 > div.servise-section4-element > div:nth-child(3) > div {
    border: 2px solid red;
  }
}

@media (min-width: 1080px) {
  main .servise-section4 > div.servise-section4-element > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

main .servise-section4 > div.servise-section4-element > div > div {
  margin: 0 auto;
  max-width: 464px;
  max-height: 304px;
  border: 2px solid #3ab5cb;
  overflow: hidden;
}

@media (min-width: 1080px) {
  main .servise-section4 > div.servise-section4-element > div > div {
    height: 344px;
    max-height: 344px;
  }
}

main .servise-section4 > div.servise-section4-element > div > div img {
  width: 100%;
  height: 100%;
  max-width: 464px;
  max-height: 304px;
}

@media (min-width: 1080px) {
  main .servise-section4 > div.servise-section4-element > div > div img {
    max-height: 344px;
  }
}

main .servise-section4 > div.servise-section4-element > div h3 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .servise-section4 > div.servise-section4-element > div h3 {
    font-size: 22px;
    margin-top: 50px;
  }
}

main .servise-section4 > div.servise-section4-element > div h4 {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.875;
}

@media (min-width: 1080px) {
  main .servise-section4 > div.servise-section4-element > div h4 {
    font-size: 15px;
    margin-top: 30px;
  }
}

main .servise-section4 p.top {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 0px solid transparent;
  border-right: 100% solid #3ab5cb;
  border-bottom: 55px solid transparent;
}

@media (min-width: 1080px) {
  main .servise-section4 p.top {
    border-bottom-width: 85px;
  }
}

main .servise-section4 p.bottom {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  border-top: 55px solid transparent;
  border-left: 100% solid #1a2d3a;
  border-bottom: 0px solid transparent;
}

@media (min-width: 1080px) {
  main .servise-section4 p.bottom {
    border-top-width: 60px;
  }
}

main .servise-section5 {
  background-color: #eb4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

main .servise-section5 > div {
  width: 100%;
  padding: 32px 20px 20px 20px;
}

@media (min-width: 1080px) {
  main .servise-section5 > div {
    width: 992px;
    padding: 70px 0 0 0;
    height: 450px;
  }
}

main .servise-section5 > div h2 {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .servise-section5 > div h2 {
    font-size: 28px;
  }
}

main .servise-section5 > div > div {
  margin-top: 25px;
}

@media (min-width: 1080px) {
  main .servise-section5 > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding-top: 20px;
    height: 312px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}

main .servise-section5 > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .servise-section5 > div > div > div {
    margin-bottom: 5px;
    width: 49%;
  }
}

main .servise-section5 > div > div > div p {
  width: 28px;
  height: 24px;
  border-radius: 50%;
  background-color: #051b30;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .servise-section5 > div > div > div p {
    width: 35px;
    height: 30px;
  }
}

main .servise-section5 > div > div > div p svg {
  font-size: 18px;
  color: #eb4b4b;
}

main .servise-section5 > div > div > div h3 {
  width: 100%;
  color: #fff;
  padding: 0;
  font-size: 16px;
  margin-left: 20px;
}

@media (min-width: 1080px) {
  main .servise-section5 > div > div > div h3 {
    font-size: 18px;
  }
}

main .about-section1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
}

main .about-section1 .bgImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about-section1 .bgImg-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

main .about-section1 .bgImg-container > img.active {
  display: block;
  z-index: 100;
  -webkit-animation-name: "active";
          animation-name: "active";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

main .about-section1 .bgImg-container > img.next {
  display: block;
  z-index: 99;
}

@-webkit-keyframes active {
  30% {
    -webkit-transform: scale(1.2, 1.2) rotate(-30deg);
            transform: scale(1.2, 1.2) rotate(-30deg);
    opacity: 1;
    display: block;
  }
  100% {
    -webkit-transform: scale(0.3, 0.3) rotate(390deg);
            transform: scale(0.3, 0.3) rotate(390deg);
    opacity: 0;
    display: none;
  }
}

@keyframes active {
  30% {
    -webkit-transform: scale(1.2, 1.2) rotate(-30deg);
            transform: scale(1.2, 1.2) rotate(-30deg);
    opacity: 1;
    display: block;
  }
  100% {
    -webkit-transform: scale(0.3, 0.3) rotate(390deg);
            transform: scale(0.3, 0.3) rotate(390deg);
    opacity: 0;
    display: none;
  }
}

main .about-section1 > div.bgColor {
  background-color: rgba(0, 0, 0, 0.445);
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 102;
  padding: 15px 20px 15px 20px;
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .about-section1 > div.bgColor > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div {
    min-width: 1080px;
    width: 80%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.aboutUs {
    margin-right: auto;
    width: 500px;
  }
}

main .about-section1 > div.bgColor > div > div.aboutUs h1 {
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.aboutUs h1 {
    width: 460px;
    font-size: 50px;
  }
}

main .about-section1 > div.bgColor > div > div.aboutUs h6 {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.aboutUs h6 {
    width: 490px;
    font-size: 16px;
  }
}

main .about-section1 > div.bgColor > div > div.about-content {
  position: absolute;
  left: 20px;
  bottom: 10px;
  height: 30vh;
  width: 90%;
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.about-content {
    position: relative;
    left: 0;
    bottom: 0px;
    height: auto;
    width: 300px;
  }
}

main .about-section1 > div.bgColor > div > div.about-content h1 {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 32px;
  margin-bottom: 30px;
  opacity: 0;
  display: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.about-content h1 {
    text-align: end;
    position: relative;
    top: 0;
    left: 0;
    font-size: 40px;
    left: 30px;
    width: 100%;
  }
}

main .about-section1 > div.bgColor > div > div.about-content h1.show {
  -webkit-animation-name: "active-content";
          animation-name: "active-content";
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@-webkit-keyframes active-content {
  0% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  5% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  92% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  97% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes active-content {
  0% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  5% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  92% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  97% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

main .about-section1 > div.bgColor > div > div.about-content h1 a {
  color: #999;
  text-decoration: none;
}

main .about-section1 > div.bgColor > div > div.about-content h4 {
  position: absolute;
  top: 20px;
  left: 5px;
  padding-top: 20px;
  font-size: 12px;
  display: none;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.about-content h4 {
    text-align: end;
    position: relative;
    top: 0;
    left: 0;
    width: 350px;
    font-size: 20px;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

main .about-section1 > div.bgColor > div > div.about-content h4.show {
  -webkit-animation-name: "active-content2";
          animation-name: "active-content2";
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
}

@-webkit-keyframes active-content2 {
  10% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  15% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  95% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes active-content2 {
  10% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  15% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  95% {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    left: 5px;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

main .about-section1 > div.bgColor > div > div.years-collections {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.years-collections {
    display: none;
  }
}

main .about-section1 > div.bgColor > div > div.years-collections span.curve {
  font-size: 36px;
}

main .about-section1 > div.bgColor > div > div.years-collections span.year {
  display: none;
  font-size: 30px;
}

main .about-section1 > div.bgColor > div > div.years-collections span.year.show {
  display: block;
}

main .about-section1 > div.bgColor > div > div.years-collections2 {
  height: 270px;
  width: 150px;
  margin-left: 20px;
  opacity: 0;
  display: none;
  position: relative;
}

@media (min-width: 1080px) {
  main .about-section1 > div.bgColor > div > div.years-collections2 {
    opacity: 1;
    margin: 0 20px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .about-section1 > div.bgColor > div > div.years-collections2 span.year2 {
  text-align: start;
  width: 100%;
  font-size: 18px;
  margin: 3px;
}

main .about-section1 > div.bgColor > div > div.years-collections2 span.year2.active {
  background-color: rgba(255, 255, 255, 0.461);
  color: #eb4b4b;
}

main .about-section1 > div.bgColor > div > div.years-collections2 > div {
  position: absolute;
  left: -30px;
  top: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.664);
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about-section1 > div.bgColor > div > div.years-collections2 > div p {
  opacity: 0;
  position: relative;
  right: -2.5px;
  width: 4px;
  height: 4px;
  margin: 0;
  background-color: red;
  border-radius: 50%;
}

main .about-section1 > div.bgColor > div > div.years-collections2 > div p.active {
  opacity: 1;
}

main .about-section2 {
  background-color: #eb4b4b;
  padding: 0 20px 0 20px;
  color: white;
}

@media (min-width: 1080px) {
  main .about-section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .about-section2.section7 {
  background-color: #fff;
}

main .about-section2 h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-top: 80px;
}

main .about-section2 h2.section7 {
  padding-top: 35px;
  color: #eb4b4b;
}

@media (min-width: 1080px) {
  main .about-section2 h2 {
    font-size: 28px;
    font-weight: 700;
  }
}

main .about-section2 > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 50%))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(150px, 50%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media (min-width: 1080px) {
  main .about-section2 > div {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    width: 992px;
  }
}

main .about-section2 > div > div {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about-section2 > div > div h4 {
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .about-section2 > div > div h4 {
    font-size: 18px;
  }
}

main .about-section2 > div > div > span.section7 {
  width: 100px;
  height: 100px;
}

main .about-section2 > div > div a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

main .about-section2 > div > div a.section7 {
  margin-top: 16px;
  color: #414141;
}

@media (min-width: 1080px) {
  main .about-section2 > div > div a.section7 {
    font-size: 20px;
  }
}

main .about-section2 > div > div svg {
  font-size: 55px;
}

main .about-section2 > div > div svg.section7 {
  width: 100%;
  height: 100%;
}

main .about-section2 > div > div svg.ship {
  color: #3ab5cb;
}

main .about-section3 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1080px) {
  main .about-section3 {
    height: 620px;
  }
}

main .about-section3 .about-sec3-img {
  width: 100%;
  height: auto;
}

main .about-section3 > div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.397);
  top: 0;
  left: 0;
}

main .about-section4 {
  background-color: #1a2d3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about-section4 > div {
  color: #eb4b4b;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .about-section4 > div {
    width: 992px;
    padding: 0 0px;
  }
}

main .about-section4 > div h2 {
  margin-top: 80px;
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .about-section4 > div h2 {
    font-size: 28px;
  }
}

main .about-section4 > div > h3 {
  color: #fff;
  margin-top: 30px;
  font-size: 15px;
}

@media (min-width: 1080px) {
  main .about-section4 > div > h3 {
    font-size: 18px;
  }
}

main .about-section4 > div div {
  margin-top: 60px;
}

@media (max-width: 1079px) {
  main .about-section4 > div div {
    max-width: 380px;
  }
}

@media (min-width: 1080px) {
  main .about-section4 > div div {
    width: 992px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .about-section4 > div div h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  main .about-section4 > div div h3 {
    width: 450px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
  }
}

main .about-section5 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1080px) {
  main .about-section5 {
    height: 620px;
  }
}

main .about-section5 .about-sec5-img {
  width: 100%;
  height: auto;
}

main .about-section5 > div {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.385);
  width: 100%;
  height: 100%;
}

@media (max-width: 475px) {
  main .about-section5 > div.image-content-wrap {
    padding: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: auto;
  }
}

main .about-section5 > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

@media (min-width: 1080px) {
  main .about-section5 > div > div {
    width: 992px;
    padding: 0 20px;
  }
}

main .about-section5 > div > div > div {
  color: #fff;
}

@media (min-width: 1080px) {
  main .about-section5 > div > div > div {
    width: 470px;
  }
}

main .about-section5 > div > div > div h2 {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .about-section5 > div > div > div h2 {
    font-size: 28px;
  }
}

main .about-section5 > div > div > div h3 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.35;
}

@media (min-width: 1080px) {
  main .about-section5 > div > div > div h3 {
    font-size: 18px;
  }
}

main .about-section6 {
  background-color: #3ab5cb;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about-section6 > div {
  width: 100%;
  padding: 0 20px 40px 20px;
}

@media (min-width: 1080px) {
  main .about-section6 > div {
    width: 992px;
  }
}

main .about-section6 > div > div {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .about-section6 > div > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .about-section6 > div > div > div:first-child {
  width: 60px;
  height: 86px;
  padding: 0;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about-section6 > div > div > div:first-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

main .about-section6 > div > div > div:first-child span svg {
  width: 60px;
  height: 60px;
}

main .about-section6 > div > div > div:last-child {
  margin-left: 20px;
  width: auto;
}

@media (min-width: 1080px) {
  main .about-section6 > div > div > div:last-child {
    width: 800px;
  }
}

main .about-section6 > div > div > div span {
  font-size: 50px;
}

main .about-section6 > div > div > div h3 {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
}

main .about-section6 > div > div > div h6 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

main .about-section8 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1080px) {
  main .about-section8 {
    height: 620px;
  }
}

main .about-section8 .about-sec8-img {
  width: 100%;
  height: auto;
}

main .about-section8 > div {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.44);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main .about-section8 > div > div {
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 475px) {
  main .about-section8 > div > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

main .about-section8 > div > div h2 {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .about-section8 > div > div h2 {
    font-size: 28px;
  }
}

main .about-section8 > div > div h5 {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 1080px) {
  main .about-section8 > div > div h5 {
    width: 740px;
    font-size: 18px;
  }
}

main .about-section9 {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .about-section9 > div {
    width: 992px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

main .about-section9 > div > div {
  background-color: #e6e6e6;
  margin-bottom: 35px;
  padding: 30px 20px 20px 20px;
}

@media (min-width: 1080px) {
  main .about-section9 > div > div {
    width: 460px;
    padding: 35px 25px 20px 25px;
  }
}

main .about-section9 > div > div h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

@media (min-width: 1080px) {
  main .about-section9 > div > div h5 {
    font-size: 18px;
  }
}

main .about-section9 > div > div h5:nth-child(2) {
  padding: 10px 0;
}

main .about-section9 > div > div h5.lightbule {
  font-size: 22px;
  font-weight: 700;
  color: #3ab5cb;
}

main .about-section9 > div > div h5.red {
  font-size: 22px;
  font-weight: 700;
  color: #eb4b4b;
}

main .about-section9 > h5 {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #eb4b4b;
}

main .about-section9 a {
  margin: 50px 0 20px 0;
  background-color: #eb4b4b;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 1080px) {
  main .about-section9 a {
    width: 40px;
    height: 40px;
  }
}

main .about-section9 a svg {
  position: relative;
  top: 5px;
  font-size: 30px;
  color: white;
}

main .about-section10 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1080px) {
  main .about-section10 {
    height: 630px;
  }
}

main .about-section10 .about-sec10-img {
  width: 100%;
  height: auto;
}

main .about-section10 > div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.341);
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 550px) {
  main .about-section10 > div.image-content-wrap {
    padding: 20px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: auto;
  }
}

main .about-section10 > div > div {
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 1080px) {
  main .about-section10 > div > div {
    width: 992px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1080px) {
  main .about-section10 > div > div > div:last-child {
    width: 620px;
  }
}

main .about-section10 > div > div > div h2 {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .about-section10 > div > div > div h2 {
    font-size: 28px;
  }
}

main .about-section10 > div > div > div h3 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 1080px) {
  main .about-section10 > div > div > div h3 {
    font-size: 18px;
  }
}

main .about-section10 > div > div > div h3:nth-child(2) {
  margin-top: 60px;
}

@media (min-width: 1080px) {
  main .about-section10 > div > div > div h3:nth-child(2) {
    margin-top: 80px;
  }
}

main .about-section11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about-section11 > div {
  width: 100%;
  height: 100%;
  padding: 50px 20px;
}

@media (min-width: 1080px) {
  main .about-section11 > div {
    width: 720px;
  }
}

main .about-section11 > div > div.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  main .about-section11 > div > div.text {
    margin-bottom: 28px;
  }
}

main .about-section11 > div > div.text > p:first-child {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background-color: #eb4b4b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .about-section11 > div > div.text > p:first-child {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
  }
}

main .about-section11 > div > div.text > p:first-child svg {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

main .about-section11 > div > div.text > p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}

@media (min-width: 1080px) {
  main .about-section11 > div > div.text > p:nth-child(2) {
    font-size: 18px;
    margin-left: 28px;
  }
}

main .about-section11 > div > div.ads {
  background-image: url("/wp-content/uploads/2022/06/plane-center.jpg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
}

@media (min-width: 1080px) {
  main .about-section11 > div > div.ads {
    height: 200px;
    width: 700px;
  }
}

main .about-section11 > div > div.ads > div {
  background-color: rgba(0, 0, 0, 0.592);
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 30px 0px 10px 0px;
  position: relative;
}

@media (max-width: 1079px) {
  main .about-section11 > div > div.ads > div {
    text-align: center;
  }
}

main .about-section11 > div > div.ads > div h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

@media (min-width: 1080px) {
  main .about-section11 > div > div.ads > div h2 {
    font-size: 30px;
    margin: 10px 0 0 30px;
  }
}

main .about-section11 > div > div.ads > div a {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 100px;
  margin-left: 22px;
  width: 200px;
  height: 35px;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #eb4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .about-section11 > div > div.ads > div a {
    height: 40px;
  }
}

main .location-seciton1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .location-seciton1 > div {
  width: 100%;
  height: 90px;
  position: relative;
}

@media (min-width: 1080px) {
  main .location-seciton1 > div {
    height: 250px;
    margin-bottom: 50px;
  }
}

main .location-seciton1 > div > div {
  width: 50%;
}

main .location-seciton1 > div > div.bgblue {
  background-image: url("/wp-content/uploads/2022/06/vancouver-bw.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

main .location-seciton1 > div > div.bgblue > div {
  display: none;
  background-color: rgba(58, 181, 203, 0.752);
  height: 100%;
}

@media (min-width: 1080px) {
  main .location-seciton1 > div > div.bgblue > div {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
}

main .location-seciton1 > div > div.bgblue > div h1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .15em;
}

main .location-seciton1 > div > div.bgblack {
  background-image: url("/wp-content/uploads/2022/06/toronto-bw.jpg");
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

main .location-seciton1 > div > div.bgblack > div {
  display: none;
  background-color: rgba(0, 0, 0, 0.549);
  height: 100%;
}

@media (min-width: 1080px) {
  main .location-seciton1 > div > div.bgblack > div {
    display: block;
  }
}

main .location-seciton1 > div > div.countries {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1080px) {
  main .location-seciton1 > div > div.countries {
    top: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .location-seciton1 > div > div.countries > h3 {
  cursor: pointer;
  color: #fff;
  height: 50%;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.523);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .location-seciton1 > div > div.countries > h3 {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #cccccc;
    color: #333;
    font-weight: 700;
    font-size: 18px;
  }
}

main .location-seciton1 > div > div.countries > h3.active {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: rgba(235, 75, 75, 0.77);
}

@media (min-width: 1080px) {
  main .location-seciton1 > div > div.countries > h3.active {
    background-color: #eb4b4b;
    color: #fff;
  }
}

main .location-seciton2 {
  margin: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .location-seciton2 {
    margin: 90px 0 70px 0;
  }
}

main .location-seciton2 > div {
  width: 100%;
}

@media (min-width: 1080px) {
  main .location-seciton2 > div {
    width: 992px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .location-seciton2 > div > div {
  display: none;
  background: #ededed;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  main .location-seciton2 > div > div {
    width: 850px;
    padding: 30px;
    margin-bottom: 70px;
    position: relative;
  }
}

main .location-seciton2 > div > div.active {
  display: block;
}

@media (min-width: 1080px) {
  main .location-seciton2 > div > div.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1080px) {
  main .location-seciton2 > div > div > div:first-child {
    width: 200px;
    height: 200px;
  }
}

main .location-seciton2 > div > div > div:first-child img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1080px) {
  main .location-seciton2 > div > div > div:first-child img {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 200px;
    height: 200px;
  }
}

main .location-seciton2 > div > div > div:last-child {
  padding: 30px 30px 20px 30px;
}

@media (min-width: 1080px) {
  main .location-seciton2 > div > div > div:last-child {
    margin-top: 0;
    margin-left: 30px;
    padding: 0;
    width: calc(100% - 260px);
  }
}

main .location-seciton2 > div > div > div:last-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #606060;
  margin-bottom: 10px;
}

main .location-seciton2 > div > div > div:last-child > div h2 {
  font-size: 20px;
  font-weight: 700;
  color: #eb4b4b;
}

main .location-seciton2 > div > div > div:last-child > div h3 {
  font-weight: 700;
  font-size: 16px;
  width: 70px;
  margin-right: 20px;
}

main .location-seciton2 > div > div > div:last-child > div h4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
}

main .location-seciton2 > div > div > div:last-child > div h4 span {
  margin-right: 8px;
}

main .location-seciton2 > div > div > div:last-child > div a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 20px;
  font-size: 16px;
  color: #606060;
  font-weight: 400;
}

main .location-seciton2 > div > div > div:last-child > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .location-seciton2 > div > div > div:last-child > div:first-child > h2:nth-child(2) {
  color: #3a4851;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

main .learn-more-form {
  position: relative;
}

@media (min-width: 1080px) {
  main .learn-more-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100vh;
    overflow: hidden;
  }
}

main .learn-more-form > div:first-child {
  background-color: skyblue;
}

@media (min-width: 1080px) {
  main .learn-more-form > div:first-child {
    width: 50%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .learn-more-form > div:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
}

@media (min-width: 1080px) {
  main .learn-more-form > div:first-child > div {
    margin-top: -100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 200px;
  }
}

main .learn-more-form > div:first-child > div img {
  width: 45px;
  height: 40px;
}

@media (min-width: 1080px) {
  main .learn-more-form > div:first-child > div img {
    width: 140px;
    height: 130px;
  }
}

main .learn-more-form > div:first-child > div > span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 1080px) {
  main .learn-more-form > div:first-child > div > span {
    font-size: 30px;
  }
}

main .learn-more-form > div:last-child {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1080px) {
  main .learn-more-form > div:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
    height: 100vh;
    overflow: scroll;
  }
}

main .learn-more-form > div:last-child > div {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 760px) {
  main .learn-more-form > div:last-child > div {
    max-width: 505px;
    margin: 30px 0 20px 0;
  }
}

main .learn-more-form > div:last-child > div span:first-child {
  color: #051b30;
  font-size: 20px;
  font-weight: 700;
}

main .learn-more-form > div:last-child > div span:last-child {
  font-size: 18px;
}

main .learn-more-form > div:last-child form {
  width: 100%;
  max-width: 505px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .learn-more-form > div:last-child form > input, main .learn-more-form > div:last-child form > select {
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  outline: none;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  padding: 2px 20px;
  color: #606266;
  margin-bottom: 25px;
}

main .learn-more-form > div:last-child form > input:first-child, main .learn-more-form > div:last-child form > select:first-child {
  width: 47%;
  margin-right: auto;
}

main .learn-more-form > div:last-child form > input:nth-child(2), main .learn-more-form > div:last-child form > select:nth-child(2) {
  width: 47%;
}

main .learn-more-form > div:last-child form > input:nth-child(4)[type=number], main .learn-more-form > div:last-child form > select:nth-child(4)[type=number] {
  -moz-appearance: textfield;
}

main .learn-more-form > div:last-child form > input:nth-child(4)::-webkit-outer-spin-button, main .learn-more-form > div:last-child form > input:nth-child(4)::-webkit-inner-spin-button, main .learn-more-form > div:last-child form > select:nth-child(4)::-webkit-outer-spin-button, main .learn-more-form > div:last-child form > select:nth-child(4)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main .learn-more-form > div:last-child form > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .learn-more-form > div:last-child form > div p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size: 12px;
}

main .learn-more-form > div:last-child form > div p:first-child.show {
  background-color: #0080ff;
}

main .learn-more-form > div:last-child form > div p:first-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #00089a;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

main .learn-more-form > div:last-child form > div p:first-child span.show {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

main .learn-more-form > div:last-child form > div p:first-child:hover {
  background-color: #40a0ff33;
  border-color: #409eff;
}

main .learn-more-form > div:last-child form > div p:last-child {
  color: #eb4b4b;
}

main .learn-more-form > div:last-child form > div p:last-child a {
  color: #414141;
  font-size: 14px;
  font-weight: 500;
}

main .learn-more-form > div:last-child form > .invalid {
  background-color: #f8c0c0;
  border-color: #f56c6c;
}

main .learn-more-form > div:last-child form button {
  cursor: pointer;
  border: none;
  outline: none;
  border: 1px solid #fff;
  width: 50%;
  height: 50px;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 40px;
  color: #fff;
  background-color: #eb4b4b;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

main .learn-more-form > div:last-child form button:disabled {
  background-color: #999;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

main .learn-more-form .close-learn-more {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
}

main .learn-more-form .close-learn-more > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .learn-more-form .close-learn-more > a p {
  background-color: #fff;
  width: 35px;
  height: 1px;
  margin: 0;
}

@media (min-width: 1080px) {
  main .learn-more-form .close-learn-more > a p {
    background-color: #eb4b4b;
  }
}

main .learn-more-form .close-learn-more > a p:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .learn-more-form .close-learn-more > a p:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main .learnmore-dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.578);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .learnmore-dialog > .learnmore-modelbox {
  padding: 20px;
  width: 80%;
  max-width: 800px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px #fff;
          box-shadow: 0 0 5px 5px #fff;
}

main .learnmore-dialog > .learnmore-modelbox h2 {
  color: #eb4b4b;
}

main .learnmore-dialog > .learnmore-modelbox p {
  margin: 0;
}

main .learnmore-dialog > .learnmore-modelbox a {
  text-decoration: none;
}

main .privacy-policy {
  background-color: #e9e9e9;
  padding: 80px 20px 50px 20px;
}

main .privacy-policy > h1 {
  color: #eb4b4b;
}

main .privacy-policy > h2 {
  color: #44627f;
  margin-top: 30px;
}

footer {
  overflow: hidden;
  background-color: #051b30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer > p {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 15px;
  color: #fff;
}

footer > p img {
  width: 44px;
  height: 40px;
}

footer section.menus {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 950px;
}

footer section.menus > div:first-child {
  width: 50%;
}

@media (min-width: 1080px) {
  footer section.menus > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

footer section.menus > div:first-child .footer-menu {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (170px)[1];
      grid-template-columns: repeat(1, 170px);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-auto-rows: auto;
  grid-gap: 20px;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 760px) and (max-width: 1079px) {
  footer section.menus > div:first-child .footer-menu {
    -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
    grid-auto-columns: 200px;
    grid-auto-flow: column;
  }
}

@media (min-width: 1080px) {
  footer section.menus > div:first-child .footer-menu {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}

footer section.menus > div:first-child .footer-menu > li {
  list-style-type: none;
}

footer section.menus > div:first-child .footer-menu > li > a {
  color: #eb4b4b;
  font-size: 18px;
  text-decoration: none;
}

footer section.menus > div:first-child .footer-menu > li ul {
  margin-top: 5px;
  padding: 0;
  line-height: 17px;
}

footer section.menus > div:first-child .footer-menu > li ul li {
  list-style-type: none;
}

footer section.menus > div:first-child .footer-menu > li ul li.menu-sm {
  display: none;
}

footer section.menus > div:first-child .footer-menu > li ul li a {
  font-size: 15px;
  text-decoration: none;
  color: #ccc;
}

footer section.menus > div:first-child .footer-menu > li ul li a:hover {
  color: rgba(204, 204, 204, 0.82);
}

footer section.menus .contact {
  color: #fff;
}

@media (max-width: 1079px) {
  footer section.menus .contact {
    width: 70%;
    min-width: 100px;
    max-width: 300px;
  }
}

footer section.menus .contact > h5 {
  color: #fff;
  margin-bottom: 20px;
}

footer section.menus .contact .contact-inf {
  min-width: 100px;
  width: 100%;
}

@media (min-width: 1080px) {
  footer section.menus .contact .contact-inf {
    width: 300px;
  }
}

footer section.menus .contact .contact-inf > div > h5 {
  margin-bottom: 12px;
}

footer section.menus .contact .contact-inf > div > h6 {
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer section.menus .contact .contact-inf > div > h6 > span {
  margin-right: 20px;
}

footer section.menus .contact .contact-inf > div > h6 > a {
  text-decoration: none;
  color: #ccc;
}

footer section.menus .contact .contact-inf > div > .send-message {
  display: block;
  border: 1px solid white;
  border-radius: 5px;
  width: 210px;
  height: 45px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  background-color: #112438;
  color: white;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin: 0 0 35px 0;
}

footer section.menus .contact .contact-inf > div > .send-message:hover {
  background-color: #eb4b4b;
  border-color: #eb4b4b;
}

@media (max-width: 1079px) {
  footer section.menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer section.legal {
  padding: 0 20px 10px 20px;
  max-width: 1079px;
}

@media (min-width: 1080px) {
  footer section.legal {
    padding: 0 0 20px 0;
  }
}

footer section.legal .color-darker {
  color: #6e6e6e;
}

@media (max-width: 370px) {
  footer section.legal .color-darker {
    padding: 0 0 20px 0;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer section.legal .color-darker > a {
  color: rgba(204, 204, 204, 0.82);
}

footer section.legal .color-lighter {
  color: #ccc;
}

footer section.legal > div {
  text-align: center;
  line-height: 10px;
}

@media (min-width: 1080px) {
  footer section.legal > div {
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=main.css.map */