/****************************************

01.variables
02.general
03.helper
04.avatar
05.components
06.counter
07.loader
08.menu
09.home
10.feature
11.porfolio
12.pricing
13.pricing
14.about
15.services
16.team
17.contact
18.footer

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif;
  color: #366ef4;
  font-size: 15px;
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

html {
  scroll-padding-top: 59px;
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  background-color: #f05050;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid #f8f9fa;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
}

.text-primary {
  color: #f05050 !important;
}

.bg-primary {
  background-color: #f05050 !important;
}

.text-success {
  color: #06ba63 !important;
}

.bg-success {
  background-color: #06ba63 !important;
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

.text-warning {
  color: #f4b942 !important;
}

.bg-warning {
  background-color: #f4b942 !important;
}

.text-danger {
  color: #ef4b4b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-dark {
  color: #366ef4 !important;
}

.bg-dark {
  background-color: #366ef4 !important;
}

.text-muted {
  color: #9da9bb !important;
}

.bg-muted {
  background-color: #9da9bb !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.avatar-md {
  height: auto;
  width: 74px;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(48, 58, 69, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #f05050;
  color: #ffffff;
  transition: all 0.5s ease;
  display: none;
}
#back-to-top:hover {
  background: #343a40;
}

.title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.title span {
  color: #f05050;
}

.titleHR {
  background: none repeat scroll 0 0 #e1e1e1;
  height: 5px;
  margin: 20px auto;
  position: relative;
  text-align: center;
  width: 80px;
}
.titleHR span {
  border-left: 10px solid #f7f7f7;
  border-right: 10px solid #f7f7f7;
  display: inline-block;
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0px;
  width: 25px;
}

.slog {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}

p {
  color: #737373;
  line-height: 23px;
}

/*******link color*******/
.primary-link {
  color: #366ef4;
  transition: all 0.5s ease;
}
.primary-link:hover {
  color: #f05050;
}

.container {
  max-width: 1240px !important;
}

#style-switcher {
  transition: all 0.4s;
  background: none repeat scroll 0 0 #f8f9fa;
  box-shadow: 0px 4px 12px rgba(37, 39, 43, 0.07);
  left: -189px;
  position: fixed;
  top: 26%;
  width: 189px;
  z-index: 999;
  padding: 10px 5px;
}
#style-switcher .settings {
  background: #343a40;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: -45px;
  top: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

ul.pattern {
  overflow: hidden;
  border-radius: 0px;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li a {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  margin: 5px;
}
ul.pattern .color1 {
  background-color: #f05050;
}
ul.pattern .color2 {
  background-color: #06ba63;
}
ul.pattern .color3 {
  background-color: #f4b942;
}
ul.pattern .color4 {
  background-color: #ff7a60;
}
ul.pattern .color5 {
  background-color: #49c6e5;
}
ul.pattern .color6 {
  background-color: #8850f8;
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}
.btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
  border: 1px solid #366ef4;
  overflow: hidden;
  position: relative;
}
.btn:focus {
  box-shadow: none;
}
.btn:after {
  background: rgba(255, 255, 255, 0.25);
  content: "";
  height: 155px;
  left: -75px;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.9s ease;
  width: 50px;
  z-index: 1;
}
.btn:hover:after {
  left: 110%;
}

.btn-primary {
  background: #f05050;
  border-color: #f05050 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #ee3d3d;
  border-color: #ee3d3d;
  box-shadow: 0px 8px 20px -6px rgba(240, 80, 80, 0.6);
  transform: translateY(-6px);
}

.btn-outline-primary {
  color: #f05050;
  border-color: #f05050;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #f05050;
  border-color: #f05050;
  box-shadow: 0px 8px 20px -6px rgba(240, 80, 80, 0.6);
  transform: translateY(-6px);
}

.btn-success {
  background: #06ba63;
  border-color: #06ba63 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #05a658;
  border-color: #05a658;
  box-shadow: 0px 8px 20px -6px rgba(6, 186, 99, 0.6);
  transform: translateY(-6px);
}

.btn-outline-success {
  color: #06ba63;
  border-color: #06ba63;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #06ba63;
  border-color: #06ba63;
  box-shadow: 0px 8px 20px -6px rgba(6, 186, 99, 0.6);
  transform: translateY(-6px);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #37c0e2;
  border-color: #37c0e2;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-warning {
  background: #f4b942;
  border-color: #f4b942 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #f3b22f;
  border-color: #f3b22f;
  box-shadow: 0px 8px 20px -6px rgba(244, 185, 66, 0.6);
  transform: translateY(-6px);
}

.btn-outline-warning {
  color: #f4b942;
  border-color: #f4b942;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #f4b942;
  border-color: #f4b942;
  box-shadow: 0px 8px 20px -6px rgba(244, 185, 66, 0.6);
  transform: translateY(-6px);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #ed3838;
  border-color: #ed3838;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-light {
  background: #f8f9fa;
  border-color: #f8f9fa !important;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #eceff2;
  border-color: #eceff2;
  box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
  transform: translateY(-6px);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
  transform: translateY(-6px);
}

.btn-dark {
  background: #366ef4;
  border-color: #366ef4 !important;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #1c1d20;
  border-color: #1c1d20;
  box-shadow: 0px 8px 20px -6px rgba(37, 39, 43, 0.6);
  transform: translateY(-6px);
}

.btn-outline-dark {
  color: #366ef4;
  border-color: #366ef4;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #366ef4;
  border-color: #366ef4;
  box-shadow: 0px 8px 20px -6px rgba(37, 39, 43, 0.6);
  transform: translateY(-6px);
}

.btn-muted {
  background: #9da9bb;
  border-color: #9da9bb !important;
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #919eb3;
  border-color: #919eb3;
  box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
  transform: translateY(-6px);
}

.btn-outline-muted {
  color: #9da9bb;
  border-color: #9da9bb;
}
.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #9da9bb;
  border-color: #9da9bb;
  box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
  transform: translateY(-6px);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white.active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
  color: #366ef4;
}
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline-success.active {
  color: #ffffff !important;
}

.text-primary {
  color: #f05050 !important;
}

.bg-primary {
  background-color: #f05050 !important;
}

.bg-soft-primary {
  background-color: rgba(240, 80, 80, 0.08);
}

.text-success {
  color: #06ba63 !important;
}

.bg-success {
  background-color: #06ba63 !important;
}

.bg-soft-success {
  background-color: rgba(6, 186, 99, 0.08);
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

.bg-soft-info {
  background-color: rgba(73, 198, 229, 0.08);
}

.text-warning {
  color: #f4b942 !important;
}

.bg-warning {
  background-color: #f4b942 !important;
}

.bg-soft-warning {
  background-color: rgba(244, 185, 66, 0.08);
}

.text-danger {
  color: #ef4b4b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

.bg-soft-danger {
  background-color: rgba(239, 75, 75, 0.08);
}

.text-light {
  color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.08);
}

.text-dark {
  color: #366ef4 !important;
}

.bg-dark {
  background-color: #366ef4 !important;
}

.bg-soft-dark {
  background-color: rgba(37, 39, 43, 0.08);
}

.text-muted {
  color: #9da9bb !important;
}

.bg-muted {
  background-color: #9da9bb !important;
}

.bg-soft-muted {
  background-color: rgba(157, 169, 187, 0.08);
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.08);
}

.counter {
  background-image: url(../images/cta.jpg);
  background-size: cover;
  background-position: center;
}

.navbar-custom {
  background: #131517;
  padding: 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  top: 0px;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 0 14px;
  transition: all 0.5s;
  position: relative;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: bold;
  line-height: 64px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #f05050;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #f05050;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.navbar-custom .navbar-collapse .nav-btn {
  padding: 7px 25px;
  background-color: #f05050;
  color: #ffffff;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 1px;
}
.navbar-custom .navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #366ef4;
}
.navbar-custom .navbar-toggler:focus {
  box-shadow: 0 0 0 1.25px;
}

.navbar-brand {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
.navbar-brand img {
  width: 120px;
  height: 40px;
}
.navbar-custom.navbar-white .navbar-nav li a.active,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active {
  color: #f05050 !important;
}

/*---NAVBAR STICKY--*/
.nav-sticky {
  top: 0;
}
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 18px 0px;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky .navbar-nav li a {
  color: #5b5c5e !important;
}

@media (max-width: 768px) {
  .nav-link {
    display: inline-block;
  }
}
.home-desc {
  max-width: 650px;
  margin: 0 auto;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

.home-subtitle {
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 14px;
}

.bg-home1 {
  position: relative;
  margin-top: 80px;
  /* height: calc(100vh - 80px); */
  height: 878px;
  background: linear-gradient(black, #29323c);
}
.bg-home1 .position-absolute {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.business-home-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
}
.intro {
  height: 81px;
  font-family: Source Han Sans;
  font-size: 56px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  margin-bottom: 12px;
}
.business-home-desc {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.intro .typing {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  height: auto;
  position: relative;
}

@media (max-width: 991.98px) {
  .bg-home1 {
    height: max-content;
    padding: 40px;
    margin-top: 40px;
  }
  .bg-home1 .position-absolute {
    background: radial-gradient(
        3% 18% at 46% 35%,
        rgba(246, 191, 41, 0.12) 0%,
        rgba(112, 46, 120, 0) 100%
      ),
      radial-gradient(
        16% 24% at 50% 27%,
        rgba(6, 97, 139, 0.24) 15%,
        rgba(41, 33, 41, 0) 100%
      ),
      linear-gradient(113deg, #151619 11%, #15161a 42%, #15171c 92%);
  }
  .intro {
    margin-bottom: 160px;
  }
}

.height-50 {
  height: 72vh;
}

.porfolio {
  padding: 140px 0 80px 0;
}

.about-us {
  padding: 100px 0;
  background: radial-gradient(
      3% 18% at 46% 35%,
      rgba(246, 191, 41, 0.12) 0%,
      rgba(112, 46, 120, 0) 100%
    ),
    radial-gradient(
      16% 24% at 50% 27%,
      rgba(6, 97, 139, 0.24) 15%,
      rgba(41, 33, 41, 0) 100%
    ),
    linear-gradient(113deg, #151619 11%, #15161a 42%, #15171c 92%);
}
.about-us .title-wrapper {
  height: 158px;
  background-image: url("../images/introduction.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2px;
}
.about-us .title-wrapper .sy-title {
  font-family: Source Han Sans;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.about-us .title-wrapper .sy-slog {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.6);
}
.about-us .sy-company-wrapper {
  margin-top: 80px;
}
.about-us .sy-company-wrapper .introduction-item {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.about-us .sy-company-wrapper .introduction-item span {
  color: #fa9550;
}
.about-us .sy-company {
  width: 640px;
  height: 360px;
}
@media (max-width: 991.98px) {
  .about-us {
    height: max-content;
    padding: 40px 0px;
  }
  .about-us .title-wrapper {
    background: none;
    height: auto;
  }
  .about-us .sy-company-wrapper {
    margin-top: 20px;
  }

  .about-us .sy-company-wrapper {
    padding: 12px;
  }
  .about-us .sy-company-wrapper .sy-company {
    width: 100%;
    height: 100%;
  }
}

.advantage {
  background-image: url("../images/advantage-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 900px;
}
.advantage .title-wrapper {
  max-width: 812px;
  height: 158px;
  background-image: url("../images/advantage.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2px;
}
.advantage .title-wrapper .sy-title {
  font-family: Source Han Sans;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.advantage .title-wrapper .sy-slog {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.6);
}
.advantage .advantage-box {
  margin-top: 41px;
}
.advantage .advantage-box .advantage-item {
  height: 160px;
  padding-left: 16px;
  padding-right: 16px;
}
.advantage .advantage-box .advantage-item .card {
  border-radius: 2px;
  box-sizing: border-box;
  height: 130px;
  border: 1px solid;
  border-image: linear-gradient(
      228deg,
      rgba(73, 174, 247, 0.17) 12%,
      rgba(73, 218, 247, 0) 47%
    )
    1;
  background: linear-gradient(8deg, #1d3472 11%, rgba(16, 39, 64, 0.02) 77%);
}
.advantage .advantage-box .advantage-item .card:hover {
  background: linear-gradient(8deg, #1a63d0 11%, rgba(17, 74, 135, 0.45) 77%);
}
.advantage .advantage-box .advantage-item .card img {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.advantage .advantage-box .advantage-item .card .content {
  width: calc(100% - 160px);
  height: 130px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 16px 16px 12px;
  gap: 12px;
}
.advantage .advantage-box .advantage-item .card .content .sy-title {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  padding-bottom: 12px;
  position: relative;
}
.advantage .advantage-box .advantage-item .card .content .sy-title::before {
  background: linear-gradient(90deg, #0045fd 4%, #00d4ff 99%);
  content: "";
  position: absolute;
  width: 41px;
  height: 2px;
  bottom: 0px;
  left: 0px;
}
.advantage .advantage-box .advantage-item .card .content .sy-desc {
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.9);
}
.advantage .advantage-detail-box {
  height: 237px;
}
.advantage .advantage-detail-box .col-lg-6 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.advantage .advantage-detail-box .advantage-detail-item {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.advantage .advantage-detail-box .advantage-detail-item::before {
  background-image: url("../images/ad-item-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.advantage .advantage-detail-box .advantage-detail-item:not(.more) {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .advantage {
    height: max-content;
    background: radial-gradient(
        3% 18% at 46% 35%,
        rgba(246, 191, 41, 0.12) 0%,
        rgba(112, 46, 120, 0) 100%
      ),
      radial-gradient(
        16% 24% at 50% 27%,
        rgba(6, 97, 139, 0.24) 15%,
        rgba(41, 33, 41, 0) 100%
      ),
      linear-gradient(113deg, #151619 11%, #15161a 42%, #15171c 92%);
  }
  .advantage .title-wrapper {
    background: none;
    height: auto;
  }
  .advantage .advantage-box,
  .advantage .advantage-detail-box {
    padding: 12px;
  }
}
/* solutions */
.solutions {
  background: radial-gradient(
      10% 30% at 56% 56%,
      rgba(145, 90, 255, 0.25) 0%,
      rgba(112, 46, 120, 0) 100%
    ),
    radial-gradient(
      22% 31% at 43% 52%,
      rgba(7, 152, 220, 0.24) 15%,
      rgba(41, 33, 41, 0) 100%
    ),
    linear-gradient(117deg, #151619 11%, #15161a 42%, #15171c 92%);
  height: 900px;
}
.solutions .title-wrapper {
  max-width: 812px;
  height: 158px;
  background-image: url("../images/solutions.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2px;
}
.solutions .title-wrapper .sy-title {
  font-family: Source Han Sans;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.solutions .title-wrapper .sy-slog {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.6);
}
.solutions .solutions-box {
  margin-top: 76px;
}
.solutions .solutions-box .card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2px;
}
.solutions .solutions-box .card:hover {
  transform: scale(1.08);
  transition: all 0.3s ease-in-out;
}
.solutions .solutions-box .solutions-item img {
  height: 168px;
  width: 100%;
}
.solutions .solutions-box .solutions-item .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 32px;
}
.solutions .solutions-box .solutions-item .content .sy-title {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0em;

  font-feature-settings: "kern" on;
  background: linear-gradient(6deg, #0083fd 11%, #00d4ff 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.solutions .solutions-box .solutions-item .content .sy-desc {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.solutions .solutions-box .solutions-item .content .sy-type {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3a89fe;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .solutions {
    height: max-content;
    background: radial-gradient(
        3% 18% at 46% 35%,
        rgba(246, 191, 41, 0.12) 0%,
        rgba(112, 46, 120, 0) 100%
      ),
      radial-gradient(
        16% 24% at 50% 27%,
        rgba(6, 97, 139, 0.24) 15%,
        rgba(41, 33, 41, 0) 100%
      ),
      linear-gradient(113deg, #151619 11%, #15161a 42%, #15171c 92%);
  }
  .solutions .title-wrapper {
    background: none;
    height: auto;
  }
  .solutions .solutions-box {
    margin-top: 12px;
    padding: 12px;
  }
}
/* team */
.team {
  background: radial-gradient(
      10% 30% at 56% 56%,
      rgba(145, 90, 255, 0.25) 0%,
      rgba(112, 46, 120, 0) 100%
    ),
    radial-gradient(
      22% 31% at 43% 52%,
      rgba(7, 152, 220, 0.24) 15%,
      rgba(41, 33, 41, 0) 100%
    ),
    linear-gradient(117deg, #151619 11%, #15161a 42%, #15171c 92%);
  height: 1124px;
}
.team .title-wrapper {
  max-width: 1035px;
  height: 158px;
  background-image: url("../images/qualification.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2px;
}
.team .title-wrapper .sy-title {
  font-family: Source Han Sans;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.team .title-wrapper .sy-slog {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.6);
}
.team .team-box {
  margin-top: 44px;
}
.team .team-box .team-item.left {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.7);

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px 0px;
}
.team .team-box .team-item.right img {
  max-width: 741px;
}
.team .team-honors-box {
  padding: 24px 36px;
  background: rgba(255, 255, 255, 0.04);
  margin-top: 48px;
}
.team .team-honors-box .left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.team .team-honors-box h4 {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0em;

  font-feature-settings: "kern" on;
  color: #ffffff;
}

.team .team-honors-box .team-honors-item {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.team .team-box strong,
.team .team-honors-box .team-honors-item strong {
  color: #fa9550;
}
.team .team-honors-box .team-honors-item::before {
  background-image: url("../images/qualifications-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
.team .team-honors-box .team-honors-item:not(.more) {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  .team {
    height: max-content;
    background: radial-gradient(
        3% 18% at 46% 35%,
        rgba(246, 191, 41, 0.12) 0%,
        rgba(112, 46, 120, 0) 100%
      ),
      radial-gradient(
        16% 24% at 50% 27%,
        rgba(6, 97, 139, 0.24) 15%,
        rgba(41, 33, 41, 0) 100%
      ),
      linear-gradient(113deg, #151619 11%, #15161a 42%, #15171c 92%);
    padding-bottom: 24px;
  }
  .team .title-wrapper {
    background: none;
    height: auto;
  }
  .team .team-box {
    margin-top: 0px;
  }
  .team .team-box .team-item.left {
    padding: 24px;
    height: max-content;
  }
  .team .team-box .team-item.right img {
    max-width: 100%;
    height: 100%;
  }
  .team .team-honors-box {
    margin: 24px 12px 0px 12px;
  }
  .team .team-honors-box .right img {
    max-width: 100%;
    height: 100%;
  }
}
/* contact */
.contact {
  height: 440px;
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.contact .content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 119px;
}
.contact .content .logo {
  width: 152px;
  height: 48px;
}
.contact .content .line {
  height: 56px;
  width: 1px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.contact .content .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 18px;
  gap: 16px;
  width: auto;
  background: none;
}
.contact .content .card .sy-title {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.contact .content .card .sy-desc {
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}
.contact .information {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 304px;
}
.contact .information .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 21px;
}
.contact .information .left h4 {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #ffffff;
}
.contact .information .left div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;

  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #ffffff;
}
.contact .information .left div img {
  width: 20px;
  height: 20px;
}
.contact .information .left div span {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: rgba(255, 255, 255, 0.8);
}
.contact .information .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991.98px) {
  .contact {
    height: max-content;
  }
  .contact .information,
  .contact .content {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }
  .contact .content .card {
    width: 212px;
  }
  .contact .information {
    height: auto;
  }
  .contact .content .line {
    height: 1px;
    width: 90%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: none;
  }
}
/* footer */
.footer-alt {
  border-top: 1px solid #dee2e6;
  background: #15171c;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;

  color: #ffffff;
  border: none;
}

@media (max-width: 767.98px) {
  .footer {
    height: auto;
  }
} /*# sourceMappingURL=style.css.map */
