@charset "UTF-8";
@font-face {
  font-family: "Arial-fallback";
  src: local("Arial");
  size-adjust: 100%;
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 19%;
  font-weight: 600;
}
@font-face {
  font-family: "Arial-fallback";
  src: local("Arial");
  size-adjust: 100%;
  ascent-override: 100%;
  descent-override: 21%;
  line-gap-override: 19%;
  font-weight: 500;
}
@font-face {
  font-family: "Arial-fallback";
  src: local("Arial");
  size-adjust: 105%;
  ascent-override: 100%;
  descent-override: 21%;
  line-gap-override: 19%;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", "Arial-fallback", Arial, Helvetica, sans-serif;
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #444444;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h6, h6 {
  font-size: 1rem;
}

.tos a {
  word-break: break-all;
  color: #2487ce;
}
.tos ul {
  margin: 15px 25px;
}
.tos h2 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.tos h2:first-child {
  margin-top: 0;
}
.tos h3 {
  margin: 0.8rem 0;
}
.tos h4 {
  margin: 0.6rem 0;
}
.tos h5 {
  margin: 0.5rem 0;
}

.container {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 600px) {
  .container > .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main_wrapper {
  margin-top: 111px;
}
@media screen and (max-width: 768px) {
  .main_wrapper {
    margin-top: 87px;
  }
}

section {
  padding: 80px 0;
  overflow: hidden;
}
section .middle_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
}
section .content .title3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 375px) {
  section .content .title3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  section {
    padding: 18px 0;
  }
}
section:nth-child(odd) {
  background-color: #f8fbfe;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-white {
  background-color: #fff !important;
}

@media screen and (min-width: 1200px) {
  .secion_auto:nth-child(odd) .col-swap {
    flex-flow: row-reverse;
  }
}

.section-title {
  padding-bottom: 30px;
}
.section-title .class-head {
  margin-bottom: 0;
}
.section-title .class-head2 {
  margin-bottom: 0;
  font-family: "Raleway", "Open Sans", "Arial-fallback", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.section-title .text {
  font-size: inherit;
  margin: 20px auto auto auto;
}
@media screen and (min-width: 600px) {
  .section-title .text {
    font-size: 20px;
    margin: 30px auto auto auto;
    width: 80%;
  }
}
.section-title .text-full {
  width: 100%;
}
.section-title .icon i {
  font-size: 150px;
  color: #124265;
}
@media screen and (max-width: 600px) {
  .section-title .icon i {
    font-size: 50px;
  }
}

.class-head {
  font-size: 56px;
  font-weight: 600;
  color: #124265;
  margin-bottom: 20px;
  font-family: "Poppins", "Open Sans", "Arial-fallback", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 600px) {
  .class-head {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 420px) {
  .class-head {
    font-size: 21px;
    line-height: 28px;
  }
}

.class-head2 {
  margin: 10px auto 20px auto;
  font-size: 22px;
  color: #5e5e5e;
  font-weight: normal;
  font-family: "Raleway", "Open Sans", "Arial-fallback", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 600px) {
  .class-head2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 420px) {
  .class-head2 {
    font-size: 16px;
    line-height: 22px;
  }
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.text-right {
  text-align: right;
}

.margin30 {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .content-left, .content-right {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.cwa_container {
  position: fixed;
  width: 60px;
  height: auto;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.cwa_box img {
  display: block;
  width: 100%;
  height: auto;
}
.cwa_box a {
  display: block;
  background-color: #25D366;
  border: 1px solid #25D366;
  padding: 10px 10px;
  border-radius: 15px;
}

.cc_await {
  position: relative;
  background: #2487ce;
}
.cc_await:before {
  content: "•••";
  color: rgb(255, 255, 255);
  align-items: center;
  -moz-box-align: center;
  display: flex;
  justify-content: center;
  -moz-box-pack: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  animation-name: c_a1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.cc_await span {
  color: transparent;
}
@keyframes c_a1 {
  50% {
    opacity: 0;
  }
}
.check_list {
  list-style: none;
}
.check_list i {
  display: none;
}
.check_list li {
  padding-left: 42px;
  padding-left: 42px;
  padding-bottom: 10px;
  position: relative;
}
.check_list li:before {
  content: " ";
  background-image: url(../images/mark.svg);
  background-repeat: no-repeat;
  width: 25px;
  display: block;
  height: 25px;
  position: absolute;
  left: 0;
  top: -1px;
}

@media screen and (min-width: 992px) {
  .wrapper-swap .section_auto:not(.no-swap):nth-child(odd) .row {
    flex-direction: row-reverse;
  }
  .wrapper-swap .col-swap {
    flex-direction: column-reverse;
  }
}

.row-swap {
  flex-flow: row-reverse;
}

@media screen and (min-width: 768px) {
  .section_highlight .content {
    font-size: 16px;
    max-width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .section_highlight .content {
    font-size: 20px;
    max-width: 80%;
    margin: auto;
  }
}
.section_highlight .color-5e {
  color: #5e5e5e;
}

.ul-style-none {
  list-style: none;
  margin-left: 15px;
}

.border-line-7 {
  border: 7px solid #2487ce;
  border-radius: 41px;
}

.base_box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(8deg);
  }
  95% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cwa_box {
  display: inline-block;
  animation: wiggle 2s infinite;
  animation-delay: 10s;
}

.section_np_top {
  padding-top: 0;
}

.section_np_bottom {
  padding-bottom: 0;
}

.wiggle:hover {
  animation: none;
}

.full-width {
  width: 100%;
}

.color-blue {
  color: #47aeff;
}

.color-orange {
  color: #ffa76e;
}

.color-pink {
  color: #e80368;
}

.color-yellow {
  color: #ffbb2c;
}

.color-red {
  color: #ff5828;
}

.color-teal {
  color: #11dbcf;
}

.form-inline {
  margin: auto;
  max-width: 320px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}
.form-inline input {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.form-inline .submit {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #1a76b7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/*
 *   @Component: Header
 */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  border-bottom: 1px solid #e6f2fb;
}
header ul {
  list-style: none;
}
header a {
  font-size: 17px;
}
header .head_top {
  padding: 10px 0;
  font-size: 12.5px;
}
header .head_top ul {
  text-align: right;
}
@media screen and (max-width: 600px) {
  header .head_top ul {
    text-align: center;
  }
}
header .head_top ul li {
  display: inline-block;
  padding-right: 20px;
}
header .head_top ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  header .head_top ul li:last-child {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  header .head_top ul li:nth-child(2) {
    padding-right: 0;
    display: none;
  }
}
header .head_top ul li a {
  font-size: inherit;
}
header .head_top ul li a:hover {
  color: #2487ce;
}
@media screen and (max-width: 600px) {
  header .head_top .mobi_label {
    display: none;
  }
}
header .head_bottom {
  display: flex;
  align-items: center;
  padding: 15px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  header .head_bottom {
    padding: 5px 15px 15px;
  }
}
header .head_bottom > div {
  flex: auto;
}
header .head_bottom .lang_container {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  header .head_bottom .lang_container {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header .head_bottom .lang_container li:first-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header .head_bottom .lang_container {
    display: none;
  }
}
header .head_bottom ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 996px) {
  header .head_bottom ul {
    gap: 15px;
  }
}
header .head_bottom .logo_container {
  flex: none;
}
header .head_bottom .logo_container a {
  display: block;
}
header .head_bottom .logo_container a img {
  width: 160px;
  height: 30px;
}
@media screen and (max-width: 1000px) {
  header nav.nav-menu {
    display: none;
  }
}
header nav.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 0;
}
header nav.nav-menu ul > li {
  position: relative;
  white-space: nowrap;
  padding: 14px 0 14px 28px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  header nav.nav-menu ul > li {
    padding-left: 10px;
  }
}
header nav.nav-menu ul > li > a {
  padding-left: 18px;
}
header nav.nav-menu ul > li:hover > a, header nav.nav-menu ul > li.active > a {
  color: #2487ce !important;
}
header nav.nav-menu ul > li:hover > a:after, header nav.nav-menu ul > li.active > a:after {
  border-color: #2487ce;
}
header nav.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(18, 66, 101, 0.1);
  transition: 0.3s;
  border-radius: 5px;
}
header nav.nav-menu .drop-down ul li {
  min-width: 180px;
  position: relative;
  padding: 0;
}
header nav.nav-menu .drop-down ul a {
  color: #124265;
  padding: 10px 20px;
}
header nav.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
header nav.nav-menu .drop-down > a:after {
  border: 1px solid #000;
  content: " ";
  width: 10px;
  height: 10px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  position: relative;
  padding: 0;
  top: -3px;
  right: 0px;
  display: inline-block;
  margin-left: 10px;
}
header nav.nav-menu a {
  display: block;
  text-decoration: none;
}
header .mobile-nav-toggle {
  position: relative;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  margin-left: 20px;
}
@media screen and (min-width: 1000px) {
  header .mobile-nav-toggle {
    display: none !important;
  }
}
header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.mobile-nav {
  position: fixed;
  top: 108px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #124265;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
}
.mobile-nav a:hover {
  color: #2487ce;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down ul li {
  padding-left: 20px;
}
.mobile-nav .drop-down > a:after {
  border: 1px solid #000;
  content: " ";
  width: 10px;
  height: 10px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  padding: 0;
  top: 15px;
  right: 15px;
  border-color: #2487ce;
}
.mobile-nav .active.drop-down > a:after {
  transform: rotate(-135deg);
  top: 20px;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .svg_menu {
  display: none;
}
.mobile-nav-active .svg_close {
  display: block !important;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 996;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(10, 38, 58, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

/*
 * @Component: Button
 */
.button {
  display: block;
  background: #2487ce;
  z-index: 2;
  position: relative;
  overflow: hidden;
  border: 1px solid #2487ce;
  color: #fff;
  cursor: pointer;
  padding: 8px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 90px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button:hover {
  background-color: #3194db;
  border-color: #3194db;
}

/*
 * @Component: Grid
 */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > .content {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-lg-4 {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.align-items-stretch {
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  .col25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.col25.content {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .col75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.col75.content {
  padding-left: 15px;
  padding-right: 15px;
}

/*
 * @Component: Image
 */
.img-fluid {
  max-width: 100%;
  height: auto;
}

section img {
  border-radius: 40px;
  vertical-align: middle;
  margin-top: 0;
}

.image_box {
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .image_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .image_box {
    margin-top: 20px;
  }
}

/*
 * @Component: JXBanner
 */
.jx_banner {
  min-height: calc(100vh - 111px);
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.jx_banner .text-wrapper {
  padding: 0 15px;
}
.jx_banner .text-wrapper h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .jx_banner .text-wrapper h1 {
    font-size: 56px;
    line-height: 72px;
  }
}
.jx_banner .text-wrapper h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
.jx_banner .text-wrapper p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  font-family: "Raleway", "Open Sans", "Arial-fallback", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 600px) {
  .jx_banner .text-wrapper p {
    font-size: 24px;
    line-height: 33px;
  }
}
@media screen and (max-width: 375px) {
  .jx_banner .text-wrapper p {
    font-size: 18px;
    line-height: 20px;
  }
}
.jx_banner .text-wrapper .button {
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 600px) {
  .jx_banner .text-wrapper .button {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .jx_banner .text-wrapper {
    padding: 0;
  }
}
.jx_banner .video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #1b1e21;
}
.jx_banner .video-wrapper video {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.jx_banner .video-wrapper img {
  position: absolute;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jx_banner .video-wrapper:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: #111;
  opacity: 0.6;
}
.jx_banner .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.jx_banner.jx-top-content {
  flex-direction: column;
  background-color: #3475ef;
}
.jx_banner.jx-top-content .image-wrapper {
  background-color: #fff;
  z-index: 0;
}
.jx_banner.jx-top-content .jx-image-background-fluid {
  height: 100%;
  max-width: unset;
  width: auto;
}
@media screen and (min-width: 992px) {
  .jx_banner.jx-top-content .jx-image-background-fluid {
    width: 100%;
  }
}
.jx_banner.jx-top-content .image-bottom-wrapper {
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .jx_banner.jx-top-content .image-bottom-wrapper {
    margin-top: 20px;
    max-width: 90%;
  }
}
.jx_banner.jx-top-content .text-wrapper {
  margin-top: 20px;
  max-width: 960px;
  margin-bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .jx_banner.jx-top-content .text-wrapper h1 {
    font-size: 51px;
  }
}
@media screen and (max-width: 420px) {
  .jx_banner.jx-top-content .text-wrapper h1 {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .jx_banner.jx-top-content .text-wrapper h1 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .jx_banner.jx-top-content .text-wrapper {
    margin-top: 50px;
  }
  .jx_banner.jx-top-content .text-wrapper p {
    font-size: 28px;
    font-family: "Open Sans", "Arial-fallback", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 30px auto;
  }
}

.page_home .jx_banner {
  min-height: 500px;
  height: calc(100vh + 117px);
}
.page_home header:not(.header-scrolled) {
  background: transparent;
  border-bottom: 0;
}
.page_home header:not(.header-scrolled) .head_top ul li {
  color: #fff;
}
.page_home header:not(.header-scrolled) .head_top ul li a {
  color: inherit;
}
.page_home header:not(.header-scrolled) .head_top ul li a:hover {
  color: #2487ce;
}
.page_home header:not(.header-scrolled) .head_bottom {
  color: #fff;
}
.page_home header:not(.header-scrolled) .head_bottom ul li a {
  color: #fff;
}
.page_home header:not(.header-scrolled) .head_bottom ul li > a:after {
  border-color: #fff;
}
.page_home header:not(.header-scrolled) .head_bottom ul li:hover > a:after {
  border-color: #2487ce;
}
.page_home header:not(.header-scrolled) .head_bottom ul li.drop-down ul li a {
  color: #124265;
}
.page_home header:not(.header-scrolled) button svg {
  fill: #fff;
}
.page_home .main_wrapper {
  margin-top: 0;
}

/*
 * @Component: IconBox
 */
.icon-box {
  margin: 30px 0;
  padding: 30px 30px;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: #c4dcee solid 1px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.icon-box .icon i {
  font-size: 65px;
  transition: 0.5s;
  position: relative;
}
.icon-box .color-main {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.icon-box .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .icon-box .title {
    font-size: 30px;
    color: #124265;
    font-weight: 700;
    margin: 10px 0 15px 0;
  }
}
@media screen and (min-width: 375px) {
  .icon-box .title {
    font-size: 1.3rem;
    margin: 10px 0 15px 0;
  }
}
.icon-box span.title3 {
  display: block;
}
.icon-box .content ul {
  list-style: none;
}
.icon-box .content ul li {
  padding-top: 20px;
  text-align: center;
  color: #444444;
}

.icon-box p{
  color: #444444;
}

section:nth-child(even) .icon-box:not(.icon-box-s) {
  border: #c4dcee solid 1px;
}
section:nth-child(even) .icon-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.icon-box-s {
  box-shadow: 0px 0px 30px 0px rgba(15, 0, 40, 0.2), inset 0px 3px 0px 0px rgba(113, 39, 234, 0.004);
  border-radius: 20px;
  border-top-color: #469fdf;
  border-top-style: solid;
  border-top-width: 5px;
}

.icon-color-red {
  border-top-color: #ff5828;
}

.icon-color-organe {
  border-top-color: #ffa76e;
}

.color-s-d {
  color: #469fdf !important;
}

.color-s-organe {
  color: #ffa76e !important;
}

.color-s-red {
  color: #ff5828 !important;
}

@media screen and (max-width: 600px) {
  .dd-icon-box {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .dd-icon-box .icon-box {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 30px;
  }
}
.dd-icon-box .title {
  color: #2487ce;
}
.dd-icon-box .c-icons {
  background-image: url(../images/icons/dd-icons.jpg);
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  background-size: 539px;
}
.dd-icon-box .cc {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.dd-icon-box .c0 {
  background-position: -34px -25px;
}
.dd-icon-box .c1 {
  background-position: -34px -151px;
}
.dd-icon-box .c2 {
  background-position: -279px -276px;
}
.dd-icon-box .c3 {
  background-position: -157px -276px;
}

.feature_box {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .feature_box {
    margin-bottom: 15px;
  }
}
.feature_box .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  flex: 100%;
}
.feature_box .text {
  flex: 100%;
}
.feature_box .description {
  font-size: 18px;
}
.feature_box .background {
  display: block;
  position: absolute;
  bottom: -18px;
  right: -25px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1);
}
.feature_box.color-purple {
  background: #873FCE;
  color: #fff;
}
.feature_box.color-dark-red {
  background: #bc003c;
  color: #fff;
}
.feature_box.color-dark-blue {
  background: #34495e;
  color: #fff;
}
.feature_box.color-primary {
  background: #2487ce;
  color: #fff;
}

.contact_box .text {
  margin-top: 20px;
}
.contact_box .no-mb p {
  margin-bottom: 0;
}

/*
 * @Component: Strategy
 */
.count-section {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 50px 0px;
}
.count-section:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .count-section::after {
    content: " ";
    height: 100px;
    position: absolute;
    border: 5px dashed #469fdf;
    margin: auto;
    left: calc(50% - 5px);
    bottom: -50px;
    z-index: -1;
  }
  .count-section:last-child::after {
    border-width: 0;
    height: 0;
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .count-section {
    flex-direction: column !important;
    padding: 0 !important;
  }
}

.count-section-part {
  flex-basis: 50%;
}
@media screen and (max-width: 520px) {
  .count-section-part .class-head {
    margin-bottom: 0;
    line-height: 1;
  }
}
.count-section-part img {
  border-radius: 40px;
  vertical-align: middle;
  margin-top: 0;
  border: 15px solid #124265;
  border-color: #469fdf;
}
.count-section-part .image_box {
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .count-section-part {
    padding: 15px 0;
  }
  .count-section-part p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 520px) {
  .count-section-part p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.count-step {
  font-size: 28px;
  color: #222;
}
.count-step::before {
  position: relative;
  margin-left: 0;
  top: 0;
  font-size: 100px;
  z-index: -2;
  font-weight: 400;
  color: #469fdf;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .count-step::before {
    position: absolute;
    top: 38px;
  }
}
@media screen and (min-width: 992px) {
  .count-step::before {
    top: 38px;
    font-size: 200px;
  }
}
@media screen and (max-width: 375px) {
  .count-step::before {
    line-height: 90px;
  }
}
@media screen and (min-width: 992px) {
  .count-step {
    font-size: 34px;
  }
  .count-step::after {
    background-color: #fff;
    width: 100%;
    height: 52px;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .count-step {
    font-size: 38px;
  }
}

.count01::before {
  content: "01";
}
@media screen and (min-width: 768px) {
  .count01::before {
    top: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .count01::before {
    top: 38px;
    margin-left: 120px;
  }
}

.count02::before {
  content: "02";
}
@media screen and (min-width: 768px) {
  .count02::before {
    top: 85px;
  }
}
@media screen and (min-width: 992px) {
  .count02::before {
    top: 25px;
  }
}

.count03::before {
  content: "03";
}

.count04::before {
  content: "04";
}

/*
 * @Component: AddMore
 */
.addReadMore .readMore, .addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #124265;
  cursor: pointer;
}
.addReadMore .SecSec, .addReadMore .readLess {
  display: none;
}

.rm_show_content .readMore {
  display: none;
}
.rm_show_content .SecSec, .rm_show_content .readLess {
  display: inline-block;
}

.none {
  display: none;
}

.read-more-button {
  display: inline-block;
  cursor: pointer;
  color: #124265;
  font-weight: bold;
  margin-left: 2px;
}
.read-more-button .read-less {
  display: inline-block;
}
.read-more-button .read-more {
  display: none;
}
.read-more-button.collapsed .read-more {
  display: inline-block;
}
.read-more-button.collapsed .read-less {
  display: none;
}

.read-less.collapsed {
  display: inline-block;
}

/*
 * @Component: DevIcon
 */
.dev-icon .icon {
  display: flex;
  min-width: 150px;
  min-height: 150px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .dev-icon .icon {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .dev-icon .icon {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
.dev-icon .icon .xdev-text {
  font-family: "Open Sans", "Arial-fallback", Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .dev-icon .icon .xdev-text {
    font-size: 30px;
  }
}
.dev-icon .icon .icon_svg_tech {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.dev-icon .icon .client-icon {
  text-align: center;
  font-size: 50px;
}
.dev-icon .icon .bxl-apple::before {
  color: #A2AAAD;
}
.dev-icon .icon .bxl-drupal::before {
  color: #81ceff;
}
.dev-icon .icon .bxl-android::before {
  color: #3DDC84;
}
.dev-icon .icon .bxl-javascript::before {
  color: #F0DB4F;
}
.dev-icon .icon .bxl-kubernetes::before {
  color: #3970e4;
}
.dev-icon .icon .bxl-magento::before {
  color: #f46f25;
}
.dev-icon .icon .bxl-drupal::before {
  color: #81ceff;
}
.dev-icon .icon .bxl-wordpress::before {
  color: #21759b;
}
.dev-icon .icon .bxl-android::before {
  color: #3DDC84;
}
.dev-icon .icon .bxl-vuejs::before {
  color: #35495e;
}
.dev-icon .icon .bxl-react::before {
  color: #61DBFB;
}
.dev-icon .icon .bxl-windows::before {
  color: #00adef;
}
.dev-icon .icon .bxs-watch::before {
  color: #21759b;
}
.dev-icon .icon .bxs-tv::before {
  color: #f46f25;
}
.dev-icon .icon .bx-tab::before {
  color: #3970e4;
}

.dev-techno .icon {
  flex: 0 0 18.333333%;
  max-width: 18.333333%;
  border-radius: 15px;
  border: 1px solid #e6f2fb;
  padding: 25px 0;
  box-shadow: 0px 15px 43px 0px rgba(0, 0, 0, 0.05);
  min-width: 210px;
}
@media screen and (max-width: 420px) {
  .dev-techno .icon {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media screen and (min-width: 1400px) {
  .ds {
    position: absolute;
  }
}

.ecommerce-icons:not(.no-swap):nth-child(2n+1) .ecommerce-rows {
  flex-direction: unset !important;
}
@media screen and (min-width: 992px) {
  .ecommerce-icons .icon {
    flex: 0 0 15.333%;
    max-width: 15.333%;
  }
}

.ecommerce-rows .row {
  flex-direction: unset;
  gap: 0px 40px;
}
.ecommerce-rows .row img {
  border-radius: unset !important;
}

.icon_svg_tech img.icon-svg {
  border-radius: 0px;
}

/*
 * @Component: Services
 */
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon .icon-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.services .icon-box .icon i {
  z-index: 1;
}
.services .iconbox-blue {
  color: #47aeff;
}
.services .iconbox-orange {
  color: #ffa76e;
}
.services .iconbox-pink {
  color: #e80368;
}
.services .iconbox-yellow {
  color: #ffbb2c;
}
.services .iconbox-red {
  color: #ff5828;
}
.services .iconbox-teal {
  color: #11dbcf;
}

/*
 * @Component: Footer
 */
footer {
  color: #444444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
footer p {
  font-size: 14px;
}
footer .title {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}
footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
footer .footer-col {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  footer .footer-col:nth-child(2) {
    flex: 0 0 16%;
    max-width: 16%;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
footer .footer-col ul {
  list-style: none;
}
footer .footer-col ul i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}
footer .footer-col ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
footer .footer-col ul li a {
  color: #444444;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
footer .footer-col ul li a:hover {
  color: #2487ce;
}
@media screen and (min-width: 992px) {
  footer .footer-newsletter {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
footer .bottom_container {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 600px) {
  footer .bottom_container {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    text-align: center;
  }
}
footer .bottom_container .text-copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .bottom_container .text-copyright {
    text-align: left;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  footer .bottom_container .text-copyright {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  footer .bottom_container .social-links {
    padding-top: 1rem;
    margin: auto;
  }
}
footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2487ce;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}
footer .footer-newsletter {
  font-size: 15px;
}
footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}
footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
footer .footer-newsletter form input[type=email]:focus-visible {
  border: 0;
  outline: 0;
}
footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #1a76b7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}
footer .address {
  color: #444444;
  margin-bottom: 10px;
}
footer .address strong {
  font-weight: bold;
}
footer .address a {
  color: #2487ce;
  text-decoration: none;
}
footer .address a:hover {
  color: #3194db;
}
footer .phone-list {
  color: #444444;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
footer .phone-list span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .phone-list strong {
  font-weight: bold;
  padding-right: 5px;
}
footer .phone-list a {
  color: #2487ce;
  text-decoration: none;
}
footer .phone-list a:hover {
  color: #3194db;
}

/*
 * @Component: Cookie
 */
.cc_cookie_notice {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  border-top: 1px solid #e6f2fb;
}
.cc_cookie_notice .cc_cookie_inner {
  display: block;
  padding: 20px 25px;
}
.cc_cookie_notice .cc_button {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.cc_cookie_notice .cc_cookie_button {
  width: 155px;
  line-height: 1.4;
}

/*
 * @Component: Contact
 */
.contact .button_submit {
  display: inline-block;
}
.contact .title3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.contact .title4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
  padding: 0 0 0 60px;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  color: #217bbc;
  font-size: 14px;
}
.contact .info p a {
  color: #217bbc;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info i {
  font-size: 20px;
  color: #2487ce;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact .form-group {
  padding-bottom: 8px;
}
.contact input {
  height: 44px;
}
.contact button {
  border-radius: 4px;
}
.contact textarea.form-control {
  height: auto;
}
.contact .form-group-agree {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.contact .form-group-agree label {
  flex-basis: 90%;
}
@media screen and (max-width: 375px) {
  .contact .form-group-agree label {
    flex-basis: 87%;
  }
}
.contact .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .contact .base_box {
    margin: auto 15px;
    width: auto;
    padding: 30px 0;
  }
}

/*
 * @Component: From
 */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > [class*=col] {
  padding-right: 5px;
  padding-left: 5px;
}

.col50 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .col50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #2487ce;
}

.has-error .validate {
  display: block !important;
  padding-top: 10px;
}

.error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.validate, .main_validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.show {
  display: block;
}

/*
 * @Component: Upload
 */
.file_upload_container .file_upload_button {
  display: inline-block;
}
.file_upload_container .file_upload_text {
  padding: 0 15px;
}

/*
 * @Component: FAQ
 */
.faq_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  flex: 0 0 100%;
  gap: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  margin-top: 1rem;
  border: #c4dcee solid 1px;
}
.faq_box .icon {
  text-align: center;
  margin: auto;
  display: flex;
  align-self: center;
  flex-basis: 24px;
}
.faq_box .title {
  position: relative;
  flex-basis: calc(100% - 50px);
  font-size: 18px;
  cursor: pointer;
  margin-right: 25px;
}
@media screen and (max-width: 420px) {
  .faq_box .title {
    word-wrap: break-word;
    width: 50vw;
  }
}
.faq_box .title i {
  font-size: 24px;
  position: absolute;
  right: -25px;
  top: 0;
}
.faq_box .title i.icon-show {
  display: none;
}
.faq_box .title i.icon-close {
  display: block;
}
.faq_box .text {
  flex-basis: 100%;
}
.faq_box .text a {
  color: #2487ce;
}
.faq_box .text a:hover {
  color: #007bff;
}
.faq_box.collapsed .title i.icon-show {
  display: block;
}
.faq_box.collapsed .title i.icon-close {
  display: none;
}
.faq_box .description p {
  padding-top: 1rem;
}
.faq_box .description a {
  color: #2487ce;
}
.faq_box .description a:hover {
  color: #1b6fac;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 1rem;
  align-items: start;
}
@media screen and (max-width: 1399px) {
  .faq-list {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .faq-list {
    grid-template-columns: 1fr;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.faq-full-width {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1399px) {
  .faq-full-width {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*
 * @Component: Collapse
 */
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/*
 * @Component: WebForm
 */
.list_ok {
  list-style: none;
}
.list_ok li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.list_ok li:before {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 21px;
  color: #409fff;
  content: "\e9b2";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

.webform .form-head {
  margin-bottom: 30px;
}
.webform .title3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.webform .content {
  width: 100%;
}
.webform .bar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  width: 100%;
  text-align: center;
  background: #d3e5f7;
  color: #222;
  height: 2em;
  margin: auto;
  border-radius: 50px;
  margin-top: 10px;
}
.webform a {
  color: #2487ce;
}
.webform .bar-progress {
  background: #2487ce;
  margin: -1px;
  height: 100%;
}
.webform .top_container {
  margin-bottom: 15px;
}
.webform .form_container {
  padding: 30px 0 30px 0px;
}
@media screen and (max-width: 992px) {
  .webform .form_container {
    padding: 0px;
  }
}
@media screen and (min-width: 600px) {
  .webform .form_container .col50 {
    padding-right: 15px;
  }
  .webform .form_container .col50:last-child {
    padding-right: 0;
  }
}
.webform .form_container .main_question {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 26px;
}
.webform .form_container .main_question strong {
  padding-right: 10px;
}
.webform .form_container .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.webform .form_container .form-group.radio_questions label {
  border: 2px solid #e8ebed;
  display: block;
  font-weight: 400;
  padding: 15px 45px 15px 15px;
  box-sizing: content-box;
  border-radius: 5px;
  cursor: pointer;
  color: #555;
  background-color: #fff;
}
.webform .form_container .form-group.checkbox_questions input {
  margin-right: 10px;
}
.webform .form_container .step {
  display: none;
}
.webform .form_container .active {
  display: block;
}
.webform .form_container .button_container {
  text-align: right;
}
.webform .form_container .button_container .button {
  display: inline-block;
  border-radius: 5px;
}
.webform .form_container .button_container .backward {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #444;
}
.webform .form_container .button_container .backward:hover {
  background-color: #d5d4d4;
  border-color: #d5d4d4;
}
.webform .form_container .step_completed {
  text-align: center;
}
.webform .form_container .single_validate {
  padding: 10px;
  margin: 10px 0;
  background-color: #d9212c;
  color: #fff;
  border: 1px solid #d9212c;
  border-radius: 7px;
  display: none;
}
.webform .form_container .has-validate {
  display: block;
}
@media screen and (min-width: 992px) {
  .webform .content-right {
    border-left: 2px solid #e8ebed;
  }
}
.webform .form_2col {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.webform .form_2col .form-group {
  flex-basis: calc(50% - 10px);
}

/*
 * @Component: SEOForm
 */
.seo-form {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.seo-form .title3 {
  margin-bottom: 20px !important;
}
.seo-form label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 600;
}
.seo-form label.text-normal {
  font-weight: normal;
}
.seo-form .agree-group {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.seo-form .agree-group .validate {
  flex-basis: 100%;
}
.seo-form .agree-group input {
  flex-basis: auto;
}
.seo-form .agree-group label {
  flex-basis: 90%;
}

/*
 * @Component: Sidebar
 */
.ul-position-aub {
  position: fixed;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .ul-position-aub {
    top: 93px;
    z-index: 997;
    width: 100%;
  }
}
.ul-position-aub .ul-sidebar {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  transition: all ease-in-out 0.3s;
  display: none;
}
.ul-position-aub .ul-sidebar.active {
  display: block;
}
.ul-position-aub .ul-sidebar.closed {
  display: none;
}
.ul-position-aub .ul-sidebar .ul-header {
  background-color: #FFF;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ul-position-aub .ul-sidebar .ul-header {
    display: none;
  }
}
.ul-position-aub .ul-sidebar .ul-header .ul-menu-icon {
  flex-basis: 100%;
  padding-left: 30px;
}
.ul-position-aub .ul-sidebar .ul-header .ul-menu-close {
  width: 24px;
  height: 24px;
  float: right;
  margin: 8px 5px;
  cursor: pointer;
}
.ul-position-aub .ul-sidebar .ul-header .ul-menu-close svg {
  color: #444444;
}
.ul-position-aub .ul-sidebar .ul-header .ul-menu-close:hover svg {
  color: #2487ce;
}
@media screen and (max-width: 768px) {
  .ul-position-aub .ul-sidebar .ui-div-menu {
    overflow: auto;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .ul-position-aub .ul-sidebar .ui-div-menu .ul-side-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.ul-position-aub .ul-sidebar ul {
  list-style: none;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .ul-position-aub .ul-sidebar ul li {
    display: inline-block;
    float: left;
  }
}
.ul-position-aub .ul-sidebar ul .ul-text {
  padding: 5px 15px;
  cursor: pointer;
}
.ul-position-aub .ul-sidebar ul .ul-text:hover {
  color: #2487ce;
}

.mobile-nav-active .ul-position-aub .ul-sidebar {
  display: none;
}

/*
 * @Component: Landing
 */
.block-banner {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
@media screen and (max-width: 1000px) {
  .block-banner {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.block-banner .class-head {
  color: #124265;
  font-size: 48px;
  font-weight: 600;
  text-align: left;
  max-width: 713px;
}
@media screen and (max-width: 1400px) {
  .block-banner .class-head {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .block-banner .class-head {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .block-banner .class-head {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .block-banner .class-head {
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
  }
}
@media screen and (max-width: 425px) {
  .block-banner .class-head {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .block-banner .class-head {
    font-size: 24px;
  }
}
.block-banner p {
  color: #124265;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  max-width: 713px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .block-banner p {
    text-align: center;
    margin: 20px auto;
    max-width: 100%;
  }
}
.block-banner .banner-heading {
  width: 50rem;
}
@media screen and (max-width: 1400px) {
  .block-banner .banner-heading {
    width: 38rem;
  }
}
@media screen and (max-width: 1000px) {
  .block-banner .banner-heading {
    width: 100%;
  }
}
.block-banner .block-image {
  text-align: center;
}
.block-banner .block-image img {
  max-width: 100%;
  height: auto;
  margin-left: 9rem;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .block-banner .block-image img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .block-banner .section-title {
    padding-bottom: 0;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.btn-primary {
  background-color: #3194db;
  border-color: #3194db;
  color: #fff;
  padding: 10px 20px;
  border-radius: 7px;
}

.btn-primary:hover {
  background-color: #1a7bb8;
  border-color: #1a7bb8;
  color: #fff;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 115, 220, 0.5);
}

.mb-0 {
  margin-bottom: 0;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.title-description p {
  font-size: 20px;
  color: #124265;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Items Box */
.item-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.item-box-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(25% - 20px); /* Adjust the width of each item */
  max-width: calc(25% - 20px); /* Adjust the max width of each item */
  min-width: 250px; /* Minimum width for smaller screens */
  border: 1px solid #e0e0e0;
  transition: transform 0.3s, box-shadow 0.3s;
}

.item-box-content h3 {
  font-size: 24px;
  color: #124265;
  font-weight: 700;
  margin-bottom: 10px;
}

.item-box-content p {
  font-size: 16px;
  color: #124265;
  font-weight: 400;
}

.item-box-content .icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.item-box-content .icon img {
  border-radius: unset;
  width: 72px;
  height: auto;
  margin: auto;
}

.item-box-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.border-0 {
  border: 0;
  border-radius: 0;
}

.margin-fix1147, .icon.margin-fix1147 {
  margin-bottom: 21.47px;
}

.form-gap-20 {
  gap: 20px;
}

.head-title-2 {
  font-size: 48px;
  color: #124265;
  font-weight: 700;
  margin-bottom: 20px;
}

.phone-form-control {
  width: 320px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
  padding: 6px 10px;
  color: #000;
}

.list-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-around;
}
.list-card {
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: left;
  width: calc(100% - 640px);
  max-width: 630px;
  text-align: left;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: #c4dcee solid 1px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .list-card {
    width: calc(100% - 640px);
  }
}
@media screen and (max-width: 1200px) {
  .list-card {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .list-card {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 450px) {
  .list-card {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .list-card {
    width: 340px;
  }
}
@media screen and (max-width: 340px) {
  .list-card {
    width: 300px;
  }
}
@media screen and (max-width: 350px) {
  .list-card {
    width: 280px;
  }
}
.list-card .list-title {
  font-size: 24px;
  color: #124265;
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-card .list-description {
  font-size: 16px;
  color: #124265;
  font-weight: 400;
  margin-bottom: 10px;
}
.list-card .list-icon {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 10px;
  flex-shrink: 0;
  margin-right: 15px;
}

.png-icon {
  background-image: url(../images/icons/dd-icons.jpg);
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  background-size: 539px;
}

.png_item1 {
  background-position: -34px -151px;
}

.png_item2 {
  background-position: -34px -25px;
}

.png_item3 {
  background-position: -157px -276px;
}

.png_item4 {
  background-position: -279px -276px;
}

.png_item5 {
  background-position: -401px -276px;
}

.png_item6 {
  background-position: -401px -148px;
}

/*
 * @Component: Review
 */
.review-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 900px) {
  .review-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.review-card {
  min-width: 230px;
  color: #60697b;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(164, 174, 198, 0.2);
  border-left-style: solid;
  border-radius: 0.4rem;
  flex-direction: column;
  display: flex;
  position: relative;
  padding: 20px;
  gap: 10px;
  width: calc(33.333% - 15px);
  flex: calc(33.333% - 15px);
}
@media screen and (max-width: 1200px) {
  .review-card {
    width: calc(50.333% - 15px);
    flex: calc(50.333% - 15px);
  }
}
.review-card .review-star .star svg {
  width: 16px;
  height: 16px;
  fill: #e4e4e4;
}
.review-card .review-star .color-gold {
  color: #fcc032;
}
.review-card .review-star .color-gold svg {
  fill: #fcc032;
}
.review-card .review-name {
  font-weight: 600;
  color: #343f52;
}

/*
 * @Component: Projects
 */
.project-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 900px) {
  .project-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.project-card {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(164, 174, 198, 0.2);
  border-left-style: solid;
  border-radius: 0.4rem;
  flex-direction: column;
  display: flex;
  position: relative;
  padding: 20px;
  gap: 10px;
  width: calc(33.333% - 15px);
}
@media screen and (max-width: 1200px) {
  .project-card {
    width: calc(50.333% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .project-card {
    width: calc(100% - 15px);
  }
}
.project-card .project-image img {
  margin-top: -20px;
  width: 100%;
  height: auto;
}
.project-card .project-title {
  font-size: 18px;
  color: #124265;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-top: 1px solid rgba(164, 174, 198, 0.2);
  padding-top: 10px;
}
.project-card .tags {
  font-size: 10px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.project-card .tags .project-tag {
  padding: 2px 4px;
  border: 1px solid #3194db;
  background-color: #3194db;
  color: #fff;
  border-radius: 5px;
}/*# sourceMappingURL=app.css.map */