@charset "utf-8";
:root {
  --mn-blue: #4c90bf;
  --mn-cyan: #6cbdc4;
  --mn-navy: #0b193c;
  --mn-dark: #2a2a2a;
  --mn-text: #505050;
  --mn-soft: #ecf6f7;
  --mn-card: #fbfbfd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  background: #fff;
  color: var(--mn-text);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container_box {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1140px;
}
.container_box {
  max-width: 1350px;
  clear: both;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*="col"],
.row > .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-lg-2 {
  margin-top: 0.5rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0.25rem;
  outline: 0;
}
.fa,
.fas,
.far,
.fab {
  display: inline-block;
  font-style: normal;
  line-height: 1;
}
.fa-map-marker-alt:before {
  content: "📍";
}
.fa-phone-alt:before {
  content: "☎";
}
.fa-envelope:before {
  content: "✉";
}
.fa-angle-right:before {
  content: "›";
}
@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
}
.grad_btn {
  background: #6cbdc4;
  background: linear-gradient(to bottom, #6cbdc4 0, #4c90bf 100%);
  color: #fff;
  border: 0;
  border-radius: 25px;
  font-weight: 300;
  padding: 0.5rem 1.75rem;
  transition: all 0.3s linear;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
}
.grad_btn:focus,
.grad_btn:hover {
  background: #4c90bf;
  background: linear-gradient(to bottom, #4c90bf 0, #6cbdc4 100%);
  color: #fff;
}
.fixed_nav {
  width: 100%;
  background: #0b193c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.hero {
  width: 100%;
  background: url("../images/bnr_img.png") top center/cover no-repeat;
  padding-top: 2rem;
  padding-bottom: 16rem;
}
.hero .desk_nav .logo {
  width: 50%;
}
.hero .desk_nav ul li a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s linear;
}
.hero .desk_nav ul li a:focus,
.hero .desk_nav ul li a:hover {
  color: #5096c0;
}
.hero .desk_nav .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.hero .desk_nav ul {
  margin-top: 1rem;
  margin-right: 4.75rem;
}
.hero .banner .bnr_cont {
  margin-left: 4.75rem;
}
.hero .banner .bnr_cont .txt1 {
  color: #6cbdc4;
  font-weight: 300;
  font-size: 1.325rem;
  line-height: 3rem;
}
.hero .banner .bnr_cont .txt2 {
  color: #fff;
  font-weight: 300;
  font-size: 3rem;
  line-height: 4rem;
}
.hero .banner .bnr_cont .bnr_btn {
  margin-top: 1.5rem;
}
.hero .banner {
  padding-top: 7rem;
}
.sec1 .sec1_box {
  background: #fff;
  padding: 3rem 1rem 3.5rem;
}
.sec1 .sec1_box2,
.sec1 .sec1_box4 {
  background: #ecf6f7;
}
.sec1 .sec1_box img {
  width: 140px;
}
.sec1 .sec1_box .sec1_box_title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 3rem;
  color: #2a2a2a;
  margin-top: 0.5rem;
}
.sec1 .sec1_box .sec1_box_txt {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2a2a2a;
}
.sec1 .sec1_box .sec1_btn {
  margin-top: 2rem;
}
.sec2 {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.sec2 .container_box {
  position: relative;
}
.sec2 .pattern_img {
  position: absolute;
  top: 40px;
  left: 60px;
  right: 0;
  margin: 0 auto;
  width: 70%;
  z-index: 1;
}
.sec2 .sec2_txt {
  position: relative;
  z-index: 2;
}
.sec2 .sec2_txt .sec2_title {
  color: #869292;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3.75rem;
}
.sec2 .sec2_txt .sec2_subhd {
  color: #252525;
  font-weight: 300;
  font-size: 1.325rem;
  line-height: 3rem;
}
.sec2 .sec2_txt .sec2_btn {
  margin-top: 1rem;
}
.sec3 {
  width: 100%;
  background: url("../images/sec3_bg.png") bottom center/100% no-repeat;
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.sec3 .sec3_cont .sec3_title {
  color: #869292;
  font-weight: 300;
  font-size: 3rem;
  line-height: 4rem;
  position: relative;
}
.sec3 .sec3_cont .sec3_title:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  background: #4c90bf;
  left: 0;
  bottom: -8px;
}
.sec3 .sec3_cont .sec3_subhd {
  color: #869292;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin-top: 2rem;
}
.sec3 .sec3_cont .sec3_txt {
  color: #141414;
  font-weight: 300;
  font-size: 0.825rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}
.sec3 .sec3_cont .sec3_btn {
  margin-top: 1.5rem;
}
.sec4 .sec4_left {
  background: #4c90bf;
  background: linear-gradient(135deg, #4c90bf 0, #6cbdc4 100%);
  min-height: 526px;
}
.sec4 .sec4_left .sec4_cont {
  width: 62%;
  margin: 0 auto;
  padding-top: 3rem;
}
.sec4 .sec4_left .sec4_cont .sec4_title {
  color: #fff;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.75rem;
  position: relative;
}
.sec4 .sec4_left .sec4_cont .sec4_title:after {
  content: "";
  position: absolute;
  width: 33%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -20px;
}
.sec4 .sec4_left .sec4_cont .sec4_txt {
  color: #fff;
  font-weight: 300;
  font-size: 0.825rem;
  line-height: 1.625rem;
  margin-top: 2.5rem;
}
.sec4 .sec4_left .sec4_cont .sec4_btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  font-weight: 300;
  padding: 0.5rem 1.75rem;
  margin-top: 1.5rem;
  display: inline-block;
  transition: all 0.3s linear;
}
.sec4 .sec4_left .sec4_cont .sec4_btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #2a2a2a;
}
.sec5 {
  padding-top: 6rem;
}
.sec5 .sec5_title {
  color: #353b3e;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.75rem;
  position: relative;
  margin-bottom: 6rem;
}
.sec5 .sec5_title:after {
  content: "";
  position: absolute;
  width: 8%;
  height: 2px;
  background: #3c95d1;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px;
}
.sec5 .sec5_box {
  background: #fbfbfd;
  border-radius: 0.25rem;
  padding: 3rem 1rem;
  height: 556px;
}
.sec5 .sec5_box2,
.sec5 .sec5_box4,
.sec5 .sec5_box6 {
  background: #edf4f8;
}
.sec5 .sec5_box img {
  height: 250px;
}
.sec5 .sec5_box4 img {
  height: 240px;
}
.sec5 .sec5_box5 img {
  height: 210px;
}
.sec5 .sec5_box .sec5_box_txt1 {
  color: #505050;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 2rem;
}
.sec5 .sec5_box .sec5_box_txt2 {
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1rem;
}
.sec5 .sec5_box .sec5_box_link {
  color: #4c90bf;
  font-size: 0.95rem;
  transition: all 0.3s linear;
  margin-top: 2rem;
  display: block;
}
.sec5 .sec5_box .sec5_box_link:hover {
  color: #000;
}
.sec5 .sec5_box4 {
  padding: 4rem 1rem;
}
.sec5 .sec5_box5 {
  padding: 5.5rem 1rem;
}
.sec6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.sec6 .sec6_cont .sec6_title {
  color: #2c3a57;
  font-size: 2rem;
  line-height: 2.75rem;
  position: relative;
}
.sec6 .sec6_cont .sec6_title:after {
  content: "";
  position: absolute;
  width: 42%;
  height: 2px;
  background: #6cbdc4;
  left: 0;
  bottom: -22px;
}
.sec6 .sec6_cont .sec6_txt {
  color: #252525;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 3rem;
}
.sec6 .sec6_img_box {
  position: relative;
}
.sec6 .sec6_img_box .img1 {
  position: relative;
  z-index: 1;
}
.sec6 .sec6_img_box .img2 {
  position: absolute;
  top: -60px;
  right: -112px;
}
.sec6 .sec6_cont .sec6_btn {
  margin-top: 1.5rem;
}
.sec7 {
  width: 100%;
  background: url("../images/sec7_bg.png") top center/cover no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.sec7 .sec7_title {
  color: #fff;
  font-size: 2rem;
  line-height: 2.75rem;
}
.sec7 .form-control,
.sec7 input.form-control,
.sec7 textarea.form-control {
  background: transparent;
  border: 1px solid #f1f2f3;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
.sec7 .form-control::placeholder {
  color: #fff;
}
.sec7 .form-control:focus {
  background-color: transparent;
  color: #fff;
}
.sec7 form {
  margin-top: 2.5rem;
}
.sec7 .email_field,
.sec7 .message_field,
.sec7 .name_field,
.sec7 .phone_field,
.sec7 .subject_field {
  position: relative;
}
.sec7 .email_field::before,
.sec7 .message_field::before,
.sec7 .name_field::before,
.sec7 .phone_field::before,
.sec7 .subject_field::before {
  position: absolute;
  top: 7px;
  right: 15px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 1rem;
}
.sec7 .name_field::before {
  content: "👤";
}
.sec7 .phone_field::before {
  content: "☎";
}
.sec7 .email_field::before {
  content: "✉";
}
.sec7 .subject_field::before {
  content: "➤";
}
.sec7 .message_field::before {
  content: "💬";
}
.sec7 .sec7_btn {
  padding: 0.5rem 2.75rem;
  margin-top: 2rem;
}
.sec9 {
  width: 100%;
  background: url("../images/sec9_bg.png") top center/cover no-repeat;
  padding-top: 6rem;
  padding-bottom: 8.5rem;
}
.sec9 .sec9_title {
  font-weight: 300;
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.75rem;
}
.sec9 .sec9_subhd {
  color: #fff;
  font-weight: 300;
  font-size: 1.325rem;
  line-height: 3rem;
}
.sec9 .sec9_btn {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  font-weight: 300;
  padding: 0.5rem 1.75rem;
  transition: all 0.3s linear;
  margin-top: 1rem;
  width: max-content;
}
.sec9 .sec9_btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #2a2a2a;
}
footer {
  width: 100%;
  background: url("../images/ftr_bg.png") top center/cover no-repeat;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
footer .ftr_col .ftr_title {
  color: #2b2a29;
  font-size: 1.25rem;
  line-height: normal;
}
footer .ftr_col .ftr_txt {
  color: #3b3a38;
  font-size: 0.813rem;
  line-height: 1.5rem;
}
footer .ftr_col .ftr_txt a {
  color: #3b3a38;
  transition: all 0.3s linear;
}
footer .ftr_col .ftr_txt a:hover {
  color: #5096c0;
}
footer .ftr_col1 i {
  color: #4e93bf;
  font-size: 0.875rem;
  vertical-align: middle;
}
footer .ftr_col1 img {
  margin-bottom: 1.5rem;
}
footer .ftr_col3 .newsletter .ftr_btn {
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.15);
  background: #4c90bf;
  border: 1px solid #4c90bf;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.3rem 2rem;
  transition: all 0.3s linear;
  display: inline-block;
}
footer .ftr_col3 .newsletter .ftr_btn:hover {
  background: rgba(76, 144, 191, 0.5);
  color: #000;
}
footer .ftr_col4 ul li a {
  color: #3b3a38;
  font-size: 0.813rem;
  line-height: 2rem;
  text-decoration: none;
  transition: all 0.3s linear;
}
footer .ftr_col4 ul li a:hover {
  color: #5096c0;
  padding-left: 0.25rem;
}
footer .ftr_col2 .ftr_txt,
footer .ftr_col3 .ftr_txt {
  margin-top: 1rem;
}
footer .ftr_col4 ul {
  margin-top: 0.625rem;
}
footer .copyright {
  color: #2b2a29;
  font-size: 0.813rem;
}
footer hr {
  margin-top: 2rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1315px) {
  .hero .desk_nav ul {
    margin-right: 1rem;
  }
  .hero .desk_nav .logo {
    margin-left: 1rem !important;
    margin-right: initial !important;
  }
  .hero .banner .bnr_cont {
    margin-left: 1rem;
  }
  .sec6 .sec6_img_box .img2 {
    top: -14px;
    right: -58px;
    width: 90%;
  }
}
@media screen and (max-width: 1279px) {
  .hero .desk_nav .list-inline-item:not(:last-child) {
    margin-right: 1rem;
  }
  .sec6 .sec6_img_box .img2 {
    right: -40px;
  }
}
@media screen and (max-width: 1199px) {
  .hero .desk_nav .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .hero .desk_nav .nav_btn {
    padding: 0.5rem 1rem;
  }
  .hero .desk_nav ul li a {
    font-size: 0.906rem;
  }
  .hero .desk_nav ul {
    margin-top: 0.25rem;
  }
  .sec1 .sec1_box .sec1_box_title {
    font-size: 1.05rem;
  }
  .sec1 .sec1_box .sec1_box_txt {
    font-size: 0.906rem;
    line-height: 1.25rem;
  }
  .sec2 .pattern_img {
    top: 70px;
    width: 76%;
  }
  .sec3 .sec3_cont .sec3_subhd {
    font-size: 1.45rem;
  }
  .sec4 .sec4_left .sec4_cont .sec4_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sec4 .sec4_left .sec4_cont .sec4_title br {
    display: none;
  }
  .sec4 .sec4_left .sec4_cont {
    width: 80%;
    padding-top: 1.5rem;
  }
  .sec4 .sec4_left {
    min-height: 388px;
  }
  .sec4 .sec4_left .sec4_cont .sec4_btn {
    margin-top: 1rem;
  }
  .sec5 {
    padding-top: 4rem;
  }
  .sec5 .sec5_box img {
    height: 200px;
  }
  .sec5 .sec5_box4 img {
    height: 190px;
  }
  .sec5 .sec5_box5 img {
    height: 160px;
  }
  .sec5 .sec5_box .sec5_box_txt2 br {
    display: none;
  }
  .sec6 .sec6_img_box .img2 {
    right: -24px;
  }
  .sec6 .sec6_cont .sec6_txt br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    padding-top: 0;
    padding-bottom: 8rem;
  }
  .hero .mob_nav {
    padding: 1.5rem 0;
  }
  .hero .mob_nav .logo {
    width: 190px;
  }
  .hero .mob_nav .nav_btn {
    display: block;
    margin-left: auto;
    margin-top: 1.25rem;
  }
  .hero .mob_nav .menu_btn {
    border: 0;
    background: transparent;
    display: block;
    margin: 1.125rem auto 0;
  }
  .hero .mob_nav .menu_btn img {
    filter: invert(1);
    width: 50px;
  }
  .hero .mob_nav .mob_menu_box {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
  }
  .hero .mob_nav .mob_menu_box.is-open {
    max-height: 420px;
  }
  .hero .mob_nav .mob_menu_box ul {
    opacity: 1;
    width: 85%;
    margin: 2rem auto 0;
  }
  .hero .mob_nav .mob_menu_box ul li a {
    color: #fff;
  }
  .hero .mob_nav .mob_menu_box ul li {
    line-height: 3rem;
    border-bottom: 1px solid #fff;
  }
  .hero .mob_nav .mob_menu_box ul li:last-child {
    border-bottom: 0;
  }
  .hero .banner .bnr_cont .txt2 br {
    display: none;
  }
  .hero .banner .bnr_cont .txt2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .sec1 .sec1_box4 {
    background: #fff;
  }
  .sec1 .sec1_box3 {
    background: #ecf6f7;
  }
  .sec1 .sec1_box .sec1_box_title {
    font-size: 1.25rem;
  }
  .sec1 .sec1_box .sec1_box_txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sec3 .sec3_cont .sec3_title {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .sec3 .sec3_cont .sec3_subhd br {
    display: none;
  }
  .sec3 .sec3_cont .sec3_txt {
    font-size: 1rem;
  }
  .sec4 .sec4_left {
    min-height: initial;
    padding: 3rem 0;
  }
  .sec4 .sec4_left .sec4_cont {
    padding-top: 0;
  }
  .sec4 .sec4_left .sec4_cont .sec4_txt {
    font-size: 1rem;
  }
  .sec5 .sec5_box4 {
    background: #fbfbfd;
  }
  .sec5 .sec5_box3 {
    background: #edf4f8;
  }
  .sec5 .sec5_box .sec5_box_txt1 {
    font-size: 1.25rem;
  }
  .sec5 .sec5_box .sec5_box_txt2 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .sec5 .sec5_box .sec5_box_link {
    font-size: 1rem;
  }
  .sec6 .sec6_cont {
    padding-bottom: 4rem;
  }
  .sec6 {
    padding-top: 5rem;
  }
  .sec9 {
    padding-bottom: 6.5rem;
  }
  footer .ftr_col .ftr_title {
    font-size: 1.5rem;
  }
  footer .ftr_col .ftr_txt {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  footer .ftr_col4 ul li a {
    font-size: 1rem;
    line-height: 2.5rem;
  }
  footer .copyright {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    background: #2376aa;
    background: radial-gradient(ellipse at center, #2376aa 0, #12284d 100%);
    padding-bottom: 4rem;
  }
  .hero .mob_nav .logo {
    width: 180px;
  }
  .hero .banner .bnr_cont {
    margin-left: 0;
    text-align: center;
    margin-bottom: 4rem;
  }
  .hero .banner .bnr_img {
    filter: drop-shadow(0 0 2px #fff);
  }
  .hero .banner {
    padding-top: 10rem;
  }
  .sec1 .sec1_box3 {
    background: #fff;
  }
  .sec1 .sec1_box4 {
    background: #ecf6f7;
  }
  .sec2 .sec2_txt .sec2_title {
    line-height: 3rem;
  }
  .sec2 .pattern_img {
    width: 90%;
    left: 0;
  }
  .sec3 .sec3_cont {
    margin-top: 3rem;
  }
  .sec5 .sec5_box3 {
    background: #fbfbfd;
  }
  .sec5 .sec5_box4 {
    background: #edf4f8;
  }
  .sec5 .sec5_box {
    height: auto;
  }
  .sec9 .sec9_title {
    line-height: 3rem;
  }
  footer .ftr_col3 {
    margin-bottom: 2rem;
  }
  footer .ftr_col1 i {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .hero .mob_nav .nav_btn {
    margin-top: 1rem;
  }
  .hero .mob_nav .menu_btn img {
    width: 40px;
  }
  .sec6 .sec6_img_box .img2 {
    right: 0;
  }
}
@media screen and (max-width: 479px) {
  .hero .mob_nav .nav_btn {
    padding: 0.5rem 1rem;
    margin-top: 0.75rem;
  }
  .hero .mob_nav .menu_btn {
    margin-top: 1rem;
  }
  .hero .mob_nav .menu_btn img {
    width: 34px;
  }
  .hero .banner {
    padding-top: 8rem;
  }
  .sec5 .sec5_title br {
    display: none;
  }
  .sec5 .sec5_title:after {
    width: 20%;
  }
  .sec7 .sec7_title br {
    display: none;
  }
  .sec7 .sec7_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  footer .ftr_col1 img {
    margin-top: 0;
    width: 180px;
  }
}
@media screen and (max-width: 374px) {
  .sec2 .sec2_txt .sec2_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .sec3 {
    padding-top: 2rem;
  }
  .sec3 .sec3_cont .sec3_title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .sec3 .sec3_cont .sec3_subhd {
    font-size: 1.325rem;
  }
  .sec6 .sec6_cont .sec6_title br {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .hero .mob_nav .nav_btn {
    padding: 0.5rem;
    font-size: 0.875rem;
    margin-top: 0;
  }
  .hero .mob_nav .menu_btn {
    margin-top: 0.25rem;
  }
  .hero .mob_nav .menu_btn img {
    width: 30px;
  }
  .hero .banner .bnr_cont .txt2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sec2 .sec2_txt .sec2_title,
  .sec9 .sec9_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sec2 .sec2_txt .sec2_subhd,
  .sec9 .sec9_subhd {
    line-height: 1.5rem;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .sec2 .sec2_txt + img {
    margin-top: 1rem;
  }
  .sec3 {
    padding-top: 1rem;
  }
  .sec5 .sec5_title,
  .sec6 .sec6_cont .sec6_title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .sec7 .sec7_title {
    font-size: 1.25rem;
  }
  .sec8 .sec8_btn {
    padding: 0.5rem 1rem;
  }
}


.hero {
    background:
        radial-gradient(circle at 75% 35%, rgba(108, 189, 196, 0.55), transparent 35%),
        radial-gradient(circle at 35% 20%, rgba(76, 144, 191, 0.45), transparent 30%),
        linear-gradient(135deg, #0b193c 0%, #12284d 45%, #2376aa 100%);
}
.sec7 {
    background:
        radial-gradient(ellipse at 20% 15%, rgba(108, 189, 196, 0.35), transparent 35%),
        radial-gradient(ellipse at 85% 75%, rgba(255, 255, 255, 0.10), transparent 30%),
        linear-gradient(145deg, #0b193c 0%, #1c5278 55%, #4c90bf 100%);
}

.sec9 {
    background:
        radial-gradient(ellipse at 75% 20%, rgba(108, 189, 196, 0.30), transparent 34%),
        radial-gradient(ellipse at 18% 85%, rgba(255, 255, 255, 0.11), transparent 28%),
        linear-gradient(145deg, #102449 0%, #28698f 54%, #6cbdc4 100%);
}

/* Market Nice visual refresh - light illustrative theme */
:root {
  --mn-sky: #eefaff;
  --mn-sky-2: #f6fcff;
  --mn-line: rgba(76, 144, 191, 0.18);
  --mn-line-strong: rgba(76, 144, 191, 0.34);
  --mn-teal: #6cbdc4;
  --mn-blue-soft: #e7f5fb;
  --mn-blue-mid: #4c90bf;
  --mn-deep: #102449;
  --mn-ink: #263d56;
  --mn-muted: #60798d;
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #f8fdff 42%, #ffffff 100%);
}

main {
  position: relative;
  overflow: hidden;
}

.hero,
.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7,
.sec9,
footer {
  position: relative;
  overflow: hidden;
}

.hero > .container_box,
.hero .desk_nav,
.hero .mob_nav,
.hero .banner,
.sec1 > .container_box,
.sec2 > .container_box,
.sec3 > .container_box,
.sec4 > .container_box,
.sec5 > .container_box,
.sec6 > .container,
.sec7 > .container_box,
.sec9 > .container,
footer > .container {
  position: relative;
  z-index: 2;
}

.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 24%, rgba(122, 216, 224, 0.52), transparent 19rem),
    radial-gradient(circle at 22% 34%, rgba(76, 144, 191, 0.48), transparent 20rem),
    linear-gradient(125deg, #07142f 0%, #0d2550 36%, #1e77a9 66%, #8bd5da 100%);
  background-size: 170% 170%;
  animation: heroColorWave 9s ease-in-out infinite alternate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 76%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -68px;
  height: 158px;
  z-index: 1;
  background: #fff;
  border-radius: 52% 48% 0 0 / 68% 72% 0 0;
  animation: heroWhiteWave 6.5s ease-in-out infinite alternate;
}

.hero_motion,
.hero_motion span {
  pointer-events: none;
  position: absolute;
  display: block;
}

.hero_motion {
  inset: 0;
  z-index: 1;
  overflow: hidden;
}


.hero_orbit {
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.34);
}

.hero_orbit_a {
  width: 132px;
  height: 132px;
  right: 14%;
  top: 22%;
  animation: orbitSpin 22s linear infinite;
}

.hero_orbit_b {
  width: 76px;
  height: 76px;
  left: 11%;
  bottom: 21%;
  border-color: rgba(108,189,196,0.45);
  animation: orbitSpin 16s linear infinite reverse;
}

.hero_dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #b8eef2;
  box-shadow: 0 0 0 10px rgba(184,238,242,0.12);
  animation: floatSmall 4.8s ease-in-out infinite;
}

.hero_dot_a { left: 45%; top: 28%; }
.hero_dot_b { right: 23%; bottom: 26%; animation-delay: 1.2s; }

.hero_cross::before,
.hero_cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 2px;
  background: rgba(255,255,255,0.45);
  transform: translate(-50%, -50%);
}

.hero_cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hero_cross_a { left: 9%; top: 18%; animation: gentleSpin 13s linear infinite; }
.hero_cross_b { right: 8%; bottom: 31%; animation: gentleSpin 15s linear infinite reverse; }

.grad_btn {
  background: linear-gradient(135deg, #70cbd1 0%, #4c90bf 52%, #3b7fb4 100%);
  box-shadow: 0 12px 25px rgba(76,144,191,0.20);
  position: relative;
  overflow: hidden;
}

.grad_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.36), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

.grad_btn:hover::before {
  left: 130%;
}

.grad_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(76,144,191,0.25);
}

.hero .desk_nav ul li a {
  position: relative;
}

.hero .desk_nav ul li a:not(.grad_btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: rgba(255,255,255,0.65);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.hero .desk_nav ul li a:not(.grad_btn):hover::after {
  transform: scaleX(1);
}

.sec1 {
  background: #fff;
}

.sec1::before,
.sec5::before,
.sec6::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border: 2px dashed var(--mn-line);
  border-radius: 50%;
  animation: orbitSpin 28s linear infinite;
}

.sec1::before {
  left: -100px;
  top: 50px;
}

.sec1::after,
.sec3::before,
.sec5::after,
.sec6::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  border: 2px solid var(--mn-line-strong);
  transform: rotate(17deg);
  animation: tiltBox 6.8s ease-in-out infinite;
}

.sec1::after {
  right: 8%;
  top: 42px;
}

.sec1 .sec1_box {
  position: relative;
  border: 1px solid rgba(76,144,191,0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.sec1 .sec1_box::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108,189,196,0.22) 0 38%, transparent 39%);
  opacity: 0;
  transform: scale(0.55);
  transition: all 0.32s ease;
}

.sec1 .sec1_box:hover {
  transform: translateY(-8px);
  border-color: rgba(76,144,191,0.22);
  box-shadow: 0 24px 50px rgba(37,95,130,0.12);
  z-index: 3;
}

.sec1 .sec1_box:hover::before {
  opacity: 1;
  transform: scale(1);
}

.sec1 .sec1_box img,
.sec5 .sec5_box img,
.sec6 .img1 {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.sec1 .sec1_box:hover img,
.sec5 .sec5_box:hover img {
  transform: translateY(-6px) scale(1.025);
  filter: drop-shadow(0 14px 16px rgba(76,144,191,0.15));
}

.sec2 {
  background:
    radial-gradient(circle at 12% 22%, rgba(108,189,196,0.12), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f5fbfe 100%);
}

.sec2::before {
  content: "";
  position: absolute;
  left: 8%;
  bottom: 24%;
  width: 160px;
  height: 90px;
  border: 2px solid rgba(76,144,191,0.14);
  border-radius: 50%;
  transform: rotate(-14deg);
  animation: softOrbit 7s ease-in-out infinite;
}

.sec2 .pattern_img {
  opacity: 0.82;
  animation: patternBreathe 6s ease-in-out infinite;
}

/* .sec2 .sec2_txt + img {
  animation: floatImage 5.8s ease-in-out infinite;
} */

.sec3 {
  background:
    linear-gradient(180deg, #f7fcff 0%, #ffffff 58%),
    url("../images/sec3_bg.png") bottom center/100% no-repeat;
}

.sec3::before {
  left: 6%;
  bottom: 17%;
  border-color: rgba(108,189,196,0.18);
}

.sec3::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 10%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 56%, rgba(108,189,196,0.14) 57% 58%, transparent 59%),
    radial-gradient(circle, rgba(76,144,191,0.07), transparent 65%);
  animation: floatSmall 7s ease-in-out infinite;
}

.sec3 .sec3_cont .sec3_title,
.sec5 .sec5_title,
.sec6 .sec6_cont .sec6_title {
  color: var(--mn-ink);
}

.sec3 .sec3_cont .sec3_subhd,
.sec2 .sec2_txt .sec2_title {
  color: var(--mn-muted);
}

.sec4 {
  background: #fff;
}

.sec4 .sec4_left {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.28), transparent 16rem),
    linear-gradient(135deg, #4c90bf 0%, #6cbdc4 100%);
}

.sec4 .sec4_left::before {
  content: "";
  position: absolute;
  left: 9%;
  bottom: 10%;
  width: 120px;
  height: 120px;
  border: 1px dashed rgba(255,255,255,0.35);
  border-radius: 50%;
  animation: orbitSpin 20s linear infinite;
}

.sec5 {
  background:
    radial-gradient(circle at 78% 9%, rgba(108,189,196,0.13), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #f3fbff 48%, #ffffff 100%);
}

.sec5::before {
  right: -105px;
  top: 90px;
}

.sec5::after {
  left: 9%;
  bottom: 7%;
  width: 58px;
  height: 58px;
}

.sec5 .sec5_box {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.98)),
    radial-gradient(circle at 88% 10%, rgba(108,189,196,0.18), transparent 7rem);
  border: 1px solid rgba(76,144,191,0.10);
  box-shadow: 0 12px 26px rgba(31,88,117,0.06);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.sec5 .sec5_box2,
.sec5 .sec5_box4,
.sec5 .sec5_box6,
.sec5 .sec5_box3 {
  background:
    linear-gradient(180deg, rgba(237,248,252,0.88), rgba(255,255,255,0.98)),
    radial-gradient(circle at 12% 12%, rgba(76,144,191,0.13), transparent 8rem);
}

.sec5 .sec5_box:hover {
  transform: translateY(-9px);
  border-color: rgba(76,144,191,0.22);
  box-shadow: 0 28px 58px rgba(31,88,117,0.13);
}

.sec5 .sec5_box .sec5_box_link span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.sec5 .sec5_box .sec5_box_link:hover span {
  transform: translateX(5px);
}

.sec6 {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.sec6::before {
  left: -90px;
  bottom: 40px;
}

.sec6::after {
  right: 9%;
  top: 85px;
  width: 64px;
  height: 64px;
}

.sec6 .sec6_img_box .img2 {
  animation: patternBreathe 5.8s ease-in-out infinite;
}

.sec6 .sec6_img_box:hover .img1 {
  transform: translateY(-8px);
}

.sec7 {
  background:
    radial-gradient(circle at 14% 20%, rgba(108,189,196,0.22), transparent 17rem),
    radial-gradient(circle at 85% 82%, rgba(255,255,255,0.18), transparent 16rem),
    linear-gradient(145deg, #173a61 0%, #2d83ae 52%, #6cc6cc 100%);
}

.sec7::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.17) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.35;
}

.sec7::after {
  content: "";
  position: absolute;
  right: 12%;
  top: 14%;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.28);
  animation: orbitSpin 18s linear infinite;
}

.sec7 .col-lg-7 {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 28px;
  padding: 2.25rem;
  box-shadow: 0 30px 70px rgba(7,20,47,0.15);
}

.sec7 .form-control,
.sec7 input.form-control,
.sec7 textarea.form-control {
  border-color: rgba(255,255,255,0.56);
  border-radius: 14px;
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.sec7 .form-control:focus {
  background: rgba(255,255,255,0.08);
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.10);
}

.sec9 {
  background:
    radial-gradient(circle at 18% 24%, rgba(108,189,196,0.18), transparent 18rem),
    radial-gradient(circle at 74% 62%, rgba(76,144,191,0.14), transparent 16rem),
    linear-gradient(135deg, #eefaff 0%, #ffffff 58%, #eaf8fd 100%);
}

.sec9::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 15%;
  width: 220px;
  height: 220px;
  border: 2px dashed rgba(76,144,191,0.14);
  border-radius: 50%;
  animation: orbitSpin 26s linear infinite;
}

.sec9::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 18%;
  width: 62px;
  height: 62px;
  border: 2px solid rgba(76,144,191,0.22);
  transform: rotate(18deg);
  animation: tiltBox 7s ease-in-out infinite;
}

.sec9 .sec9_title {
  color: var(--mn-ink);
  font-weight: 400;
}

.sec9 .sec9_subhd {
  color: var(--mn-muted);
}

.sec9 .sec9_btn {
  color: var(--mn-blue-mid);
  border-color: rgba(76,144,191,0.38);
  background: #fff;
  box-shadow: 0 14px 28px rgba(76,144,191,0.12);
}

.sec9 .sec9_btn:hover {
  background: var(--mn-blue-mid);
  color: #fff;
}

footer {
  background:
    radial-gradient(circle at 8% 12%, rgba(108,189,196,0.13), transparent 16rem),
    linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
}

footer::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 22%;
  width: 155px;
  height: 155px;
  border: 2px dashed rgba(76,144,191,0.12);
  border-radius: 50%;
  animation: orbitSpin 30s linear infinite;
}

footer .ftr_col .ftr_title {
  color: var(--mn-ink);
}

footer .ftr_col .ftr_txt,
footer .ftr_col .ftr_txt a,
footer .ftr_col4 ul li a,
footer .copyright {
  color: #526a7d;
}

footer .ftr_col1 i,
footer .ftr_col .ftr_txt a:hover,
footer .ftr_col4 ul li a:hover {
  color: var(--mn-blue-mid);
}

@media screen and (max-width: 991px) {
  .fixed_nav,
  .hero .mob_nav {
    background: rgba(248,253,255,0.94);
    box-shadow: 0 14px 40px rgba(7,20,47,0.14);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(76,144,191,0.14);
  }

  .hero .mob_nav {
    padding: 0.85rem 0;
  }

  .hero .mob_nav .row:first-child {
    align-items: center;
  }

  .hero .mob_nav .logo {
    width: 150px;
    filter: none;
  }

  .hero .mob_nav .nav_btn {
    margin-top: 0;
    margin-left: auto;
    display: block;
    width: max-content;
    padding: 0.48rem 0.95rem;
    font-size: 0.84rem;
    box-shadow: 0 10px 22px rgba(76,144,191,0.18);
  }

  .hero .mob_nav .menu_btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(76,144,191,0.22);
    background: #fff;
    border-radius: 14px;
    margin: 0 auto;
    box-shadow: 0 10px 22px rgba(76,144,191,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .hero .mob_nav .menu_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(76,144,191,0.16);
  }

  .hero .mob_nav .menu_btn img {
    display: none;
  }

  .hero .mob_nav .menu_open::before,
  .hero .mob_nav .menu_close::before {
    color: var(--mn-blue-mid);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 400;
  }

  .hero .mob_nav .menu_open::before {
    content: "☰";
  }

  .hero .mob_nav .menu_close::before {
    content: "×";
    font-size: 2rem;
  }

  .hero .mob_nav .mob_menu_box {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s ease, opacity 0.28s ease, transform 0.28s ease;
    opacity: 0;
    transform: translateY(-8px);
  }

  .hero .mob_nav .mob_menu_box.is-open {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
  }

  .hero .mob_nav .mob_menu_box ul {
    width: 100%;
    margin: 1rem auto 0;
    padding: 0.55rem;
    background: #fff;
    border: 1px solid rgba(76,144,191,0.12);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(7,20,47,0.10);
  }

  .hero .mob_nav .mob_menu_box ul li {
    line-height: 1.2;
    border-bottom: 0;
  }

  .hero .mob_nav .mob_menu_box ul li a {
    display: block;
    color: var(--mn-ink);
    padding: 0.78rem 0.9rem;
    border-radius: 12px;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
  }

  .hero .mob_nav .mob_menu_box ul li a:hover {
    background: #edf8fb;
    color: var(--mn-blue-mid);
    transform: translateX(4px);
  }

  .hero {
    padding-bottom: 7.5rem;
  }

  .hero .banner {
    padding-top: 9rem;
  }

  .hero_wave_a {
    width: 300px;
    right: -170px;
    top: 205px;
  }

  .hero_wave_b,
  .hero_cross_b {
    display: none;
  }

  .sec7 .col-lg-7 {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background:
      radial-gradient(circle at 12% 22%, rgba(122,216,224,0.36), transparent 15rem),
      radial-gradient(circle at 82% 42%, rgba(76,144,191,0.45), transparent 17rem),
      linear-gradient(125deg, #07142f 0%, #123660 50%, #2780ad 78%, #8bd5da 100%);
    background-size: 185% 185%;
    animation: heroColorWave 8s ease-in-out infinite alternate;
    padding-bottom: 4.8rem;
  }

  .hero::after {
    height: 125px;
    bottom: -54px;
  }

  .hero .banner {
    padding-top: 8.7rem;
  }

  .hero .banner .bnr_cont {
    margin-bottom: 3rem;
  }

  .hero .banner .bnr_img {
    animation: floatImage 5.5s ease-in-out infinite;
  }

  .sec1 .sec1_box:hover,
  .sec5 .sec5_box:hover,
  .grad_btn:hover {
    transform: none;
  }

  .sec7 .col-lg-7 {
    padding: 1.45rem;
    border-radius: 22px;
  }

  .sec9 {
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-width: 575px) {
  .hero .mob_nav .logo {
    width: 126px;
  }

  .hero .mob_nav .nav_btn {
    padding: 0.42rem 0.68rem;
    font-size: 0.76rem;
  }

  .hero .mob_nav .menu_btn {
    width: 39px;
    height: 39px;
    border-radius: 12px;
  }

  .hero .mob_nav .menu_open::before {
    font-size: 1.36rem;
  }
}

@media screen and (max-width: 479px) {
  .hero .mob_nav .nav_btn {
    padding: 0.38rem 0.52rem;
  }

  .hero .banner .bnr_cont .txt1 {
    font-size: 1rem;
    line-height: 2rem;
  }

  .hero .banner .bnr_cont .txt2 {
    font-size: 1.65rem;
    line-height: 2.35rem;
  }

  .sec7 .col-lg-7 {
    padding: 1.2rem 1rem;
  }
}

@keyframes heroColorWave {
  0% {
    background-position: 0% 45%;
    filter: saturate(1) brightness(0.96);
  }
  35% {
    background-position: 42% 52%;
    filter: saturate(1.06) brightness(1.02);
  }
  70% {
    background-position: 78% 48%;
    filter: saturate(1.08) brightness(1.08);
  }
  100% {
    background-position: 100% 54%;
    filter: saturate(1.03) brightness(1.0);
  }
}

@keyframes heroWhiteWave {
  0% {
    transform: translateX(-3%) translateY(0) scaleY(1);
    border-radius: 44% 56% 0 0 / 68% 74% 0 0;
  }
  100% {
    transform: translateX(4%) translateY(-10px) scaleY(1.08);
    border-radius: 56% 44% 0 0 / 74% 62% 0 0;
  }
}

@keyframes driftWide {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-12deg); }
  50% { transform: translate3d(-28px, 16px, 0) rotate(-7deg); }
}

@keyframes driftWideReverse {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(16deg); }
  50% { transform: translate3d(24px, -10px, 0) rotate(10deg); }
}

@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes gentleSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes floatSmall {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -14px, 0); }
}

@keyframes floatImage {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes tiltBox {
  0%, 100% { transform: rotate(12deg) translateY(0); }
  50% { transform: rotate(22deg) translateY(-8px); }
}

@keyframes softOrbit {
  0%, 100% { transform: rotate(-14deg) translate3d(0, 0, 0); }
  50% { transform: rotate(-8deg) translate3d(16px, -8px, 0); }
}

@keyframes patternBreathe {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.018); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


.hero::after {
  display: none;
}


/* Button style alignment */
@media (min-width: 992px) {
  .hero .desk_nav .nav_btn {
    color: var(--mn-blue-mid);
    border: 1px solid rgba(76,144,191,0.38);
    background: #fff;
    background-image: none;
    box-shadow: 0 14px 28px rgba(76,144,191,0.12);
  }

  .hero .desk_nav .nav_btn::before {
    display: none;
  }

  .hero .desk_nav .nav_btn:hover,
  .hero .desk_nav .nav_btn:focus {
    background: var(--mn-blue-mid);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(76,144,191,0.22);
  }
}

.sec7 .sec7_btn {
  color: var(--mn-blue-mid);
  border: 1px solid rgba(76,144,191,0.38);
  background: #fff;
  background-image: none;
  box-shadow: 0 14px 28px rgba(7,20,47,0.16);
}

.sec7 .sec7_btn::before {
  display: none;
}

.sec7 .sec7_btn:hover,
.sec7 .sec7_btn:focus {
  background: var(--mn-blue-mid);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(7,20,47,0.20);
}

footer .ftr_col3 .newsletter .ftr_btn {
  background: linear-gradient(135deg, #70cbd1 0%, #4c90bf 52%, #3b7fb4 100%);
  color: #fff;
  border: 0;
  border-radius: 25px;
  font-weight: 300;
  padding: 0.5rem 1.75rem;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 12px 25px rgba(76,144,191,0.20);
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s linear;
}

footer .ftr_col3 .newsletter .ftr_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.36), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

footer .ftr_col3 .newsletter .ftr_btn:hover::before {
  left: 130%;
}

footer .ftr_col3 .newsletter .ftr_btn:hover,
footer .ftr_col3 .newsletter .ftr_btn:focus {
  background: linear-gradient(135deg, #70cbd1 0%, #4c90bf 52%, #3b7fb4 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(76,144,191,0.25);
}



/* Desktop nav alignment adjustment */
@media (min-width: 992px) {
  .hero .desk_nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero .desk_nav ul li,
  .hero .desk_nav .list-inline-item {
    display: flex;
    align-items: center;
    line-height: 1;
  }

  .hero .desk_nav ul li a:not(.grad_btn) {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
  }

  .hero .desk_nav .nav_btn {
    background: linear-gradient(135deg, #70cbd1 0%, #4c90bf 52%, #3b7fb4 100%);
    color: #fff;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 12px 25px rgba(76,144,191,0.20);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }

  .hero .desk_nav .nav_btn::before {
    display: block;
  }

  .hero .desk_nav .nav_btn:hover,
  .hero .desk_nav .nav_btn:focus {
    background: linear-gradient(135deg, #70cbd1 0%, #4c90bf 52%, #3b7fb4 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(76,144,191,0.25);
  }
}


/* Hero desktop artwork - large image without changing hero padding */
.hero .banner {
  position: relative;
}

.hero .banner .hero_banner_row {
  position: relative;
  align-items: center;
}

.hero .banner .hero_text_col {
  position: relative;
  z-index: 3;
}

.hero .banner .hero_art_col {
  position: relative;
  min-height: 1px;
  z-index: 2;
}

.hero .banner .hero_visual {
  position: absolute;
  top: 50%;
  right: clamp(-2.5rem, -2vw, -1rem);
  transform: translateY(-50%);
  width: clamp(500px, 44vw, 640px);
  max-width: none;
  pointer-events: none;
}

.hero .banner .hero_visual_img {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.28));
  animation: floatImage 5.5s ease-in-out infinite;
}

@media screen and (min-width: 1400px) {
  .hero .banner .hero_visual {
    width: 640px;
    right: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero .banner .hero_visual {
    width: 600px;
    right: -1.5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hero .banner .hero_visual {
    width: 520px;
    right: -1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero .banner .hero_visual {
    width: 430px;
    right: -2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero .banner .hero_art_col,
  .hero .banner .hero_visual {
    display: none !important;
  }

  .hero .banner .hero_mobile_img_col {
    display: block !important;
  }
}

.form_popup {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.form_popup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.form_popup_box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 280px;
  max-width: 360px;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(76, 144, 191, 0.18);
  box-shadow: 0 18px 45px rgba(7, 20, 47, 0.16);
}

.form_popup_icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
}

.form_popup_text {
  color: #263d56;
  font-size: 0.925rem;
  line-height: 1.35rem;
  margin: 0;
}

.form_popup.is-success .form_popup_icon {
  background: #4c90bf;
}

.form_popup.is-success .form_popup_icon::before {
  content: "✓";
}

.form_popup.is-error .form_popup_icon {
  background: #d84c4c;
}

.form_popup.is-error .form_popup_icon::before {
  content: "!";
}

@media screen and (max-width: 575px) {
  .form_popup {
    top: 16px;
    right: 16px;
    left: 16px;
  }

  .form_popup_box {
    min-width: initial;
    max-width: 100%;
  }
}
