body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #022334 !important;
  font-size: 16px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
}
.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}
a {
  text-decoration: none !important;
  outline: 0;
}
p {
  line-height: 1.7;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.vertical-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bg-overlay {
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#15c7ae), to(#4252f9));
  background: linear-gradient(to bottom, #15c7ae, #4252f9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.box-shadow {
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
}
hr {
  border-top: 1px solid #e7ebf3;
}
.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}
.f-21 {
  font-size: 21px;
}
.f-22 {
  font-size: 22px;
}
.f-23 {
  font-size: 23px;
}
.f-24 {
  font-size: 24px;
}
.line-height_1_4 {
  line-height: 1.4;
}
.line-height_1_6 {
  line-height: 1.6;
}
.line-height_1_8 {
  line-height: 1.8;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.title-heading {
  font-size: 45px;
}
.title-desc {
  max-width: 600px;
  margin: 0 auto;
}
.title-sub-heading {
  background: rgba(66, 82, 249, 0.2);
  padding: 7px 22px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.btn {
  padding: 12px 22px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}
.shadow {
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08) !important;
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08) !important;
}
.bg-primary {
  background-color: #4252f9 !important;
}
.bg-soft-primary {
  background-color: rgba(66, 82, 249, 0.1) !important;
}
.text-primary {
  color: #4252f9 !important;
}
.border-primary {
  color: #4252f9 !important;
}
.icon-dual-primary {
  color: #4252f9;
  fill: rgba(66, 82, 249, 0.2);
}
.btn-soft-primary {
  background-color: rgba(66, 82, 249, 0.25) !important;
  color: #4252f9 !important;
}
.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus,
.btn-soft-primary:not(:disabled):not(.disabled):active,
.btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  background: #2e40f8;
}
.btn-primary {
  background: #4252f9 !important;
  border-color: #4252f9 !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: #2e40f8;
  border-color: #2e40f8;
}
.btn-outline-primary {
  color: #4252f9;
  border-color: #4252f9;
}
.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: #4252f9;
  border-color: #4252f9;
}
.bg-success {
  background-color: #15c7ae !important;
}
.bg-soft-success {
  background-color: rgba(21, 199, 174, 0.1) !important;
}
.text-success {
  color: #15c7ae !important;
}
.border-success {
  color: #15c7ae !important;
}
.icon-dual-success {
  color: #15c7ae;
  fill: rgba(21, 199, 174, 0.2);
}
.btn-soft-success {
  background-color: rgba(21, 199, 174, 0.25) !important;
  color: #15c7ae !important;
}
.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus,
.btn-soft-success:not(:disabled):not(.disabled):active,
.btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
  background: #13b59e;
}
.btn-success {
  background: #15c7ae !important;
  border-color: #15c7ae !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: #13b59e;
  border-color: #13b59e;
}
.btn-outline-success {
  color: #15c7ae;
  border-color: #15c7ae;
}
.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: #15c7ae;
  border-color: #15c7ae;
}
.bg-info {
  background-color: #10a6ba !important;
}
.bg-soft-info {
  background-color: rgba(16, 166, 186, 0.1) !important;
}
.text-info {
  color: #10a6ba !important;
}
.border-info {
  color: #10a6ba !important;
}
.icon-dual-info {
  color: #10a6ba;
  fill: rgba(16, 166, 186, 0.2);
}
.btn-soft-info {
  background-color: rgba(16, 166, 186, 0.25) !important;
  color: #10a6ba !important;
}
.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus,
.btn-soft-info:not(:disabled):not(.disabled):active,
.btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
  background: #0e95a7;
}
.btn-info {
  background: #10a6ba !important;
  border-color: #10a6ba !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: #0e95a7;
  border-color: #0e95a7;
}
.btn-outline-info {
  color: #10a6ba;
  border-color: #10a6ba;
}
.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: #10a6ba;
  border-color: #10a6ba;
}
.bg-warning {
  background-color: #f9ad28 !important;
}
.bg-soft-warning {
  background-color: rgba(249, 173, 40, 0.1) !important;
}
.text-warning {
  color: #f9ad28 !important;
}
.border-warning {
  color: #f9ad28 !important;
}
.icon-dual-warning {
  color: #f9ad28;
  fill: rgba(249, 173, 40, 0.2);
}
.btn-soft-warning {
  background-color: rgba(249, 173, 40, 0.25) !important;
  color: #f9ad28 !important;
}
.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus,
.btn-soft-warning:not(:disabled):not(.disabled):active,
.btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
  background: #f8a514;
}
.btn-warning {
  background: #f9ad28 !important;
  border-color: #f9ad28 !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: #f8a514;
  border-color: #f8a514;
}
.btn-outline-warning {
  color: #f9ad28;
  border-color: #f9ad28;
}
.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: #f9ad28;
  border-color: #f9ad28;
}
.bg-danger {
  background-color: #eb466d !important;
}
.bg-soft-danger {
  background-color: rgba(235, 70, 109, 0.1) !important;
}
.text-danger {
  color: #eb466d !important;
}
.border-danger {
  color: #eb466d !important;
}
.icon-dual-danger {
  color: #eb466d;
  fill: rgba(235, 70, 109, 0.2);
}
.btn-soft-danger {
  background-color: rgba(235, 70, 109, 0.25) !important;
  color: #eb466d !important;
}
.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus,
.btn-soft-danger:not(:disabled):not(.disabled):active,
.btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
  background: #e9345e;
}
.btn-danger {
  background: #eb466d !important;
  border-color: #eb466d !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: #e9345e;
  border-color: #e9345e;
}
.btn-outline-danger {
  color: #eb466d;
  border-color: #eb466d;
}
.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: #eb466d;
  border-color: #eb466d;
}
.bg-orange {
  background-color: #d88d0d !important;
}
.bg-soft-orange {
  background-color: rgba(216, 141, 13, 0.1) !important;
}
.text-orange {
  color: #d88d0d !important;
}
.border-orange {
  color: #d88d0d !important;
}
.icon-dual-orange {
  color: #d88d0d;
  fill: rgba(216, 141, 13, 0.2);
}
.btn-soft-orange {
  background-color: rgba(216, 141, 13, 0.25) !important;
  color: #d88d0d !important;
}
.btn-soft-orange:hover,
.btn-soft-orange:focus,
.btn-soft-orange:active,
.btn-soft-orange.active,
.btn-soft-orange.focus,
.btn-soft-orange:not(:disabled):not(.disabled):active,
.btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open > .dropdown-toggle.btn-primary {
  background: #c5800c;
}
.btn-orange {
  background: #d88d0d !important;
  border-color: #d88d0d !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.focus,
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
  background: #c5800c;
  border-color: #c5800c;
}
.btn-outline-orange {
  color: #d88d0d;
  border-color: #d88d0d;
}
.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.focus,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
  background: #d88d0d;
  border-color: #d88d0d;
}
.bg-dark {
  background-color: #022334 !important;
}
.bg-soft-dark {
  background-color: rgba(2, 35, 52, 0.1) !important;
}
.text-dark {
  color: #022334 !important;
}
.border-dark {
  color: #022334 !important;
}
.icon-dual-dark {
  color: #022334;
  fill: rgba(2, 35, 52, 0.2);
}
.btn-soft-dark {
  background-color: rgba(2, 35, 52, 0.25) !important;
  color: #022334 !important;
}
.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus,
.btn-soft-dark:not(:disabled):not(.disabled):active,
.btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
  background: #011620;
}
.btn-dark {
  background: #022334 !important;
  border-color: #022334 !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: #011620;
  border-color: #011620;
}
.btn-outline-dark {
  color: #022334;
  border-color: #022334;
}
.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: #022334;
  border-color: #022334;
}
.bg-muted {
  background-color: #787a7d !important;
}
.bg-soft-muted {
  background-color: rgba(120, 122, 125, 0.1) !important;
}
.text-muted {
  color: #787a7d !important;
}
.border-muted {
  color: #787a7d !important;
}
.icon-dual-muted {
  color: #787a7d;
  fill: rgba(120, 122, 125, 0.2);
}
.btn-soft-muted {
  background-color: rgba(120, 122, 125, 0.25) !important;
  color: #787a7d !important;
}
.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus,
.btn-soft-muted:not(:disabled):not(.disabled):active,
.btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
  background: #6e7073;
}
.btn-muted {
  background: #787a7d !important;
  border-color: #787a7d !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: #6e7073;
  border-color: #6e7073;
}
.btn-outline-muted {
  color: #787a7d;
  border-color: #787a7d;
}
.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: #787a7d;
  border-color: #787a7d;
}
.bg-purple {
  background-color: #9261c6 !important;
}
.bg-soft-purple {
  background-color: rgba(146, 97, 198, 0.1) !important;
}
.text-purple {
  color: #9261c6 !important;
}
.border-purple {
  color: #9261c6 !important;
}
.icon-dual-purple {
  color: #9261c6;
  fill: rgba(146, 97, 198, 0.2);
}
.btn-soft-purple {
  background-color: rgba(146, 97, 198, 0.25) !important;
  color: #9261c6 !important;
}
.btn-soft-purple:hover,
.btn-soft-purple:focus,
.btn-soft-purple:active,
.btn-soft-purple.active,
.btn-soft-purple.focus,
.btn-soft-purple:not(:disabled):not(.disabled):active,
.btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open > .dropdown-toggle.btn-primary {
  background: #8852c1;
}
.btn-purple {
  background: #9261c6 !important;
  border-color: #9261c6 !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus,
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
  background: #8852c1;
  border-color: #8852c1;
}
.btn-outline-purple {
  color: #9261c6;
  border-color: #9261c6;
}
.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
  background: #9261c6;
  border-color: #9261c6;
}
.bg-pink {
  background-color: #f12699 !important;
}
.bg-soft-pink {
  background-color: rgba(241, 38, 153, 0.1) !important;
}
.text-pink {
  color: #f12699 !important;
}
.border-pink {
  color: #f12699 !important;
}
.icon-dual-pink {
  color: #f12699;
  fill: rgba(241, 38, 153, 0.2);
}
.btn-soft-pink {
  background-color: rgba(241, 38, 153, 0.25) !important;
  color: #f12699 !important;
}
.btn-soft-pink:hover,
.btn-soft-pink:focus,
.btn-soft-pink:active,
.btn-soft-pink.active,
.btn-soft-pink.focus,
.btn-soft-pink:not(:disabled):not(.disabled):active,
.btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open > .dropdown-toggle.btn-primary {
  background: #f01390;
}
.btn-pink {
  background: #f12699 !important;
  border-color: #f12699 !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
  background: #f01390;
  border-color: #f01390;
}
.btn-outline-pink {
  color: #f12699;
  border-color: #f12699;
}
.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
  background: #f12699;
  border-color: #f12699;
}
.bg-white {
  background-color: #fff !important;
}
.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.text-white {
  color: #fff !important;
}
.border-white {
  color: #fff !important;
}
.icon-dual-white {
  color: #fff;
  fill: rgba(255, 255, 255, 0.2);
}
.btn-soft-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
}
.btn-soft-white:hover,
.btn-soft-white:focus,
.btn-soft-white:active,
.btn-soft-white.active,
.btn-soft-white.focus,
.btn-soft-white:not(:disabled):not(.disabled):active,
.btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
}
.btn-white {
  background: #fff !important;
  border-color: #fff !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;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.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: #fff;
  border-color: #fff;
}
.bg-light {
  background-color: #f1f2f4 !important;
}
.bg-soft-light {
  background-color: rgba(248, 251, 255, 0.1) !important;
}
.text-light {
  color: #f8fbff !important;
}
.border-light {
  color: #f8fbff !important;
}
.icon-dual-light {
  color: #f8fbff;
  fill: rgba(248, 251, 255, 0.2);
}
.btn-soft-light {
  background-color: rgba(248, 251, 255, 0.25) !important;
  color: #f8fbff !important;
}
.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus,
.btn-soft-light:not(:disabled):not(.disabled):active,
.btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
  background: #e4efff;
}
.btn-light {
  background: #f8fbff !important;
  border-color: #f8fbff !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: #e4efff;
  border-color: #e4efff;
}
.btn-outline-light {
  color: #f8fbff;
  border-color: #f8fbff;
}
.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: #f8fbff;
  border-color: #f8fbff;
}
.navbar-custom {
  padding: 20px 0;
  width: 100%;
  border-radius: 0;
  z-index: 999;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 20px;
  font-weight: 500;
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #022334;
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #45c5f9;
}
.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}
.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0;
  border: 1px solid transparent;
  color: #fff;
  outline: 0;
}
.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}
.navbar-button {
  margin-left: 20px;
}
.navbar-button span{
    font-size: 18px;
}
.logo .logo-light {
  display: inline-block;
}
.logo .logo-dark {
  display: none;
}
.nav-sticky .logo .logo-dark {
  display: inline-block;
}
.nav-sticky .logo .logo-light {
  display: none;
}
.navbar-light .navbar-nav li a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li:hover,
.navbar-light .navbar-nav li:active {
  color: #fff !important;
}
.navbar-light .navbar-toggler {
  border: 0;
}
.nav-sticky.navbar-custom {
  margin-top: 0;
  padding: 20px 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 10px 0 rgba(38, 107, 193, 0.08);
}
.nav-sticky.navbar-custom.sticky-dark {
  background-color: #fff;
}
.nav-sticky .logo {
  color: #022334 !important;
}
.logo .logo-base {
  display: none !important;
}
.nav-sticky .logo .logo-white {
  display: none !important;
}
.nav-sticky .logo .logo-base {
  display: block !important;
}
.nav-sticky .navbar-nav li a {
  color: #808080 !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #4252f9 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}
.nav-sticky .navbar-nav {
  margin-top: 0;
}
/* linear-gradient(125deg, #5f3eff, #34bfff) */
.bg-home {
  background: url(../images/index/bg.jpg) top center no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 120px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
}
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}
.home-title {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #fff solid;
  color: #fff;
  font-size: 45px;
  line-height: 54px;
}
.home-title-text {
  border-top: 1px #fff solid;
  padding-top: 20px;
  color: #fff;
  font-size: 19.5px;
  line-height: 30px;
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.swiper-biaoyu h2 {
  font-size: 38px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.swiper-biaoyu p {
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  width: 100%;
}
.bg-home .slider {
  margin-top: 60px;
}
.watch-video a span {
  padding-left: 10px;
  position: relative;
  top: -2px;
}
.play-icon-circle {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #4252f9;
  font-size: 22px;
}
.home-img-2 img {
  position: relative;
  top: 100px;
  z-index: 1;
}

.home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
.home-shape img {
  width: 100%;
  height: auto;
}
.home-slider {
  position: relative;
}
.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
}
.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #4252f9;
  background-size: 100% 40%;
  border-radius: 50%;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.bg-home-6 {
  position: relative;
  padding: 180px 0 150px 0;
  background-image: url(../image/bg-1.png);
  background-position: center center;
}
.flex-control-paging li a {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  height: 12px;
  width: 12px;
  opacity: 1;
  border: 2px solid #fff !important;
  background: #fff;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.main-slider .flex-control-paging li a.flex-active {
  background-color: transparent;
}
.flex-control-nav {
  bottom: -70px;
}
.bg-home-7 {
  background-image: url(../image/bg-3.jpg);
  background-position: bottom;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.particels-slidero {
  position: relative;
  z-index: 1;
}
.home-registration-form {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
}
.home-registration-form .registration-form label {
  font-size: 15px;
}
.registration-input-box {
  border: 0;
  border-radius: 0;
  color: #787a7d;
  border-bottom: 1px solid #c5c5c5;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.registration-input-box:focus {
  border-color: #4252f9;
}
.account-home-btn {
  position: absolute;
  top: 18px;
  right: 28px;
  z-index: 1;
}
.bg-account-pages {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../image/overlay-2.png);
}
.bg-account-pages .form-box {
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
}
.features-box {
  position: relative;
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  padding: 35px 30px;
}
.features-box .features-title {
  -webkit-text-stroke: 2px #4252f9;
  color: #fff;
  font-size: 40px;
}
.features-box .features-img img {
  width: 50px;
  position: absolute;
  top: 40px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #fff;
  opacity: 0.1;
}
.features-box:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.features-box:hover .features-img img {
  left: 30px;
  opacity: 1;
}
.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
.container-filter li {
  list-style: none;
  display: inline-block;
}
.container-filter a {
  display: block;
  font-size: 12px;
  border: 1px solid #e6effe;
  padding: 0 15px;
  margin: 5px 3px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 3px;
  color: #022334;
}
.container-filter a:hover {
  color: #fff !important;
  background-color: #4252f9;
  border: 1px solid #4252f9;
}
.container-filter a.active {
  color: #fff;
  background-color: #4252f9;
  border: 1px solid #4252f9;
}
.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
}
.item-box a {
  display: inline-block;
}
.item-box .item-container {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-box:hover .item-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}
.progress {
  background: #e6effe;
}
.search-form input {
  padding: 17px 20px;
  width: 100%;
  font-size: 15px;
  color: #787a7d !important;
  border: 0;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
}
.search-form button {
  position: absolute;
  top: 7px;
  right: 7px;
  outline: none !important;
  border-radius: 5px;
  font-size: 15px;
  padding: 9px 30px;
}
.search-form form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.irs--round .irs-bar,
.irs--round .irs-to,
.irs--round .irs-from,
.irs--round .irs-single {
  background: #4252f9 !important;
  font-size: 11px;
}
.irs--round .irs-to:before,
.irs--round .irs-from:before,
.irs--round .irs-single:before {
  border-top-color: #4252f9;
}
.irs--round .irs-line {
  background: #e6effe;
  border-color: #f8fbff;
}
.irs--round .irs-grid-text {
  font-size: 11px;
  color: #787a7d;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #787a7d;
  background: #e6effe;
  font-size: 11px;
}
.irs--round .irs-handle {
  border: 2px solid #4252f9;
  width: 20px;
  height: 20px;
  top: 27px;
  background-color: #fff !important;
}
.pricing-box {
  padding: 30px 24px;
  position: relative;
}
.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #fff;
  background: #4252f9;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  color: #022334;
}
.nav-pills > a {
  color: #022334;
}
.pricing-tab-border {
  border: 1px solid #e6effe;
}
.nav-link.active,
.show > .nav-link {
  background-color: #4252f9 !important;
}
.nav-tabs-custom {
  border-bottom: 2px solid #e6effe;
}
.nav-tabs-custom .nav-item {
  position: relative;
  color: #022334;
}
.nav-tabs-custom .nav-item .nav-link {
  border: 0;
}
.nav-tabs-custom .nav-item .nav-link::after {
  content: '';
  background: #4252f9;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-tabs-custom .nav-item .nav-link.active {
  color: #4252f9;
}
.nav-tabs-custom .nav-item .nav-link.active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-box {
  position: relative;
}
.team-box .team-img img {
  width: 140px;
  height: 140px;
}
.team-box .team-border {
  border-top: 1px solid #e6effe;
  padding: 12px 0;
}
.team-box .team-social {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  left: 0;
  right: 0;
}
.team-box .team-social i {
  width: 33px;
  height: 33px;
  display: inline-block;
  line-height: 33px;
  background-color: #4252f9;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 2px;
}
.team-box .team-social i:hover {
  color: #fff;
  background-color: #4252f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-box:hover .team-social {
  opacity: 1;
  background-color: #fff;
  margin-top: -42px;
}
.bg-testimonial {
  background: url(../image/bg-2.png);
  background-position: center;
}
.client-box {
  padding: 40px;
}
.client-box:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f8fbff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: transparent #f8fbff #f8fbff transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 24px;
  z-index: 9;
}
.client-img img {
  width: 70px;
}
.client-icon i {
  font-size: 100px;
  position: absolute;
  margin-top: -110px;
  right: 20px;
}
.blog-box {
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
}
.blog-user img {
  width: 36px;
}
.blog-user-box {
  width: 176px;
  padding: 7px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  box-shadow: 0 3px 6px 1px rgba(38, 107, 193, 0.08);
  position: relative;
  margin-top: -50px;
}
textarea.form-control {
  height: auto !important;
}
.contact-social i {
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #4252f9;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.contact-social i:hover {
  background-color: #fff;
  color: #4252f9;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.error {
  margin: 8px 0;
  display: none;
  color: #eb466d;
}
#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0;
}
.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #eb466d;
  border: 2px solid #eb466d;
}
.contact-loader {
  display: none;
}
#success_page {
  text-align: center;
  margin-bottom: 50px;
}
.custom-form .form-control {
  height: 42px;
  font-size: 15px;
  padding-left: 15px;
  border-color: #e6eef9;
  color: #787a7d;
  background-color: #f8fbff;
}
.custom-form .form-control:focus {
  border-color: #4252f9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-form .contact-lable {
  font-weight: 500;
  color: #787a7d;
}
#footer {
  padding: 60px 0;
}
.footer-info,
.footer-info h5 {
  color: #808080;
  font-weight: normal;
}
.footer-link li {
  display: flex;
  align-items: center;
}
.footer-link a {
  margin-left: 10px;
  color: #808080;
  line-height: 38px;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.footer-link a:hover {
  color: #4252f9;
}
.copyright,
.copyright a {
  color: #808080;
}
.social-icons-list li {
  margin-bottom: 0.5rem;
}
.social-icons-list li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  color: #022334;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #e4efff;
  border-radius: 50%;
}
.social-icons-list li a:hover {
  background-color: #4252f9;
  color: #fff;
}

.swiper2 .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper2 .swiper-pagination-swiper2 .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}
.swiper2 .swiper-pagination-swiper2 .swiper-pagination-bullet-active {
  background: #606060;
}
.swiper2_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 25px 10px 25px;
}
.swiper2_box_text {
  text-align: left;
}
.swiper2_box_text h2 {
  font-weight: normal;
}
.swiper2_box_text p {
  font-size: 20px;
  margin-top: 50px;
}
.swiper2_box_text button {
  background: #fff;
  font-size: 16px;
  border: 2px #606060 solid;
  padding: 10px 30px;
  border-radius: 10px;
  color: #7e7e7e;
}

.section-about {
  background: url('../images/bg1.png') bottom right no-repeat;
  padding: 2.5rem;
}
.section-about p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.about-culture {
  background: url('../images/bg2.png') center no-repeat;
  background-size: 100% 100%;
  padding: 20px 0;
}
.about-culture__box {
  border-right: 1px #606060 solid;
  height: 100%;
}
.about-culture h2 {
  font-weight: normal;
}
.about-culture p {
  color: #606060;
}

#caseTab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#caseTab li {
  min-width: 18%;
}
#caseTab li a {
  font-size: 20px;
  color: #606060;
  line-height: 50px;
}
#caseTab li a.active {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#caseTab li a.active::before {
  content: '‹';
}
#caseTab li a.active::after {
  content: '›';
}
#caseTabContent {
  padding-top: 30px;
}
.swiper3 .swiper-wrapper {
  padding-bottom: 50px;
}
.swiper3 .swiper-pagination-swiper3 .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  border-radius: 10px;
}
.swiper3 .swiper-pagination-swiper3 .swiper-pagination-bullet-active {
  background: #606060;
}
.product-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product-box .product-box__img {
  height: 100%;
  border-radius: 10px;
}
.product-box .product-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.product-box .product-box__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-box__info h2,
.product-box__info h4 {
  font-weight: normal;
  line-height: 1.1;
}
.product-box__info p {
  font-size: 14px;
}
.product-box__info .info-user {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 98%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px;
}

#section-quality {
  background: url(../images/index/01LOGO.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section-quality::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(118, 187, 253, 0.8);
}
#section-quality .title-heading {
  color: #fff;
  position: relative;
  z-index: 10;
}
#section-quality .quality-box {
  background: #fff;
  border-radius: 40px;
  padding: 20px 15px;
  height: 100%;
  position: relative;
  z-index: 10;
}
#section-quality .quality-box h2 {
  text-align: center;
  color: #606060;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #959595;
  border-radius: 40px;
  padding: 10px;
}
#section-quality .quality-box h2 span {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
}
#section-quality .quality-box h2 span img {
  height: 40px;
}
#section-quality .quality-box h2 hr {
  margin: 5px 0;
}
#section-quality .quality-box img {
  border-radius: 10px;
}
#section-quality .quality-box p {
  margin-top: 15px;
  min-height: 147px;
}
#section-quality .quality-box__bg1 {
  background: url(../images/index/i1.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .quality-box__bg2 {
  background: url(../images/index/i2.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .quality-box__bg3 {
  background: url(../images/index/i3.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .quality-box__bg4 {
  background: url(../images/index/i4.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .quality-box__bg5 {
  background: url(../images/index/i5.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .quality-box__bg6 {
  background: url(../images/index/i6.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .quality-box__bg7 {
  background: url(../images/index/i7.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .quality-box__bg8 {
  background: url(../images/index/i8.png) center bottom no-repeat;
  background-size: auto 80%;
}
#section-quality .title-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-quality .title-name span {
  color: #fff;
  font-size: 18px;
  background: transparent;
  flex: 0 0 130px;
}
#section-quality .title-name::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-left: 10px;
}
#section-quality .title-name::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-right: 10px;
}
#section-quality .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.productTab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 0;
}
.productTab li {
  margin-right: 40px;
}
.productTab li a {
  font-size: 20px;
  color: #b2b2b2;
  line-height: 50px;
}
.productTab li a.active {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productTab li a.active::before {
  content: '‹';
  margin-right: 10px;
}
.productTab li a.active::after {
  content: '›';
  margin-left: 10px;
}
#teseProduct {
  background: linear-gradient(135deg, #5e41fe, #36b9ff);
}
#teseProduct * {
  color: #fff;
}
#teseProduct .honor-title h2 {
  border-color: #fff;
}
#teseProduct .honor-title h2 img {
  filter: grayscale(100%) brightness(500%);
}
.swipermodal2 .modal-header,
.swipermodal2 .modal-footer {
  border: 0;
}
.swiper2-modal-body__top {
  background: #f1f2f4;
  padding: 20px;
  border-radius: 10px;
}
.swiper2-modal-body__top h3 {
  margin-top: 15px;
  font-size: 30px;
  font-weight: normal;
}
.swiper2-modal-body__main p {
  font-size: 18px;
}
.swiper2-modal-body__top .img-box1 {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.swiper2-modal-body__top .img-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper2-modal-body__main .img-box {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.swiper2-modal-body__main .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper2-modal-body__main .img-box2 {
  border: 1px #cecece solid;
  border-radius: 10px;
}
.bg-nybanner {
  height: 400px;
  background-size: cover!important;
}
.nybanner-box {
  padding-top: 100px;
}
.nybanner-box h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.nybanner-box h2 span {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.nybanner-box h2 span strong {
  font-weight: bold;
}
.nybanner-box h1 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  padding-left: 42px;
}
.honor-title h2 {
  display: flex;
  align-items: center;
  font-size: 32px;
  border-bottom: 2px #7e7e7e solid;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.honor-title h2 span {
  margin-left: 15px;
  text-transform: uppercase;
}
.industry-honor {
  color: #000;
  font-size: 16px;
}
.industry-honor p {
  line-height: 2;
}
#accordion .card {
  border: 0;
}
#accordion .card .card-header {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}
#accordion .card .card-header a {
  flex: 0 0 20%;
  color: #000;
  font-weight: bold;
}
#accordion .card .card-header span:nth-of-type(1) {
  text-align: left;
  display: block;
  flex: 0 0 60%;
}
#accordion .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 200px) and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .swiper2_box .row .col-md-5 {
    order: 2;
  }
  #caseTab li a {
    line-height: 30px;
  }
  .swiper2_box_text h2 {
    font-size: 22px;
  }
  .product-box .product-box__info {
    margin-top: 20px;
  }
  .footer-info {
    margin-bottom: 40px;
  }
  .navbar-collapse {
    padding-top: 20px;
  }
  .productTab li a {
    font-size: 18px;
  }
  .about-culture {
    background-size: cover;
  }
  .about-culture__box {
    border: 0;
  }
  .logo-white {
    display: none;
  }
  .logo .logo-base {
    display: block !important;
  }
  #accordion .card .card-header {
    flex-wrap: wrap;
  }
  .honor-title h2 span {
    font-size: 22px;
  }
  .productTab li {
    margin-right: 20px;
  }
  #accordion .card .card-header a {
    flex: 0 0 100%;
  }
  .navbar-custom {
    margin-top: 0;
    padding: 15px 0 !important;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #000 !important;
    background: #fff;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0;
    color: #022334 !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #4252f9 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    color: #022334;
  }
  .home-title {
    font-size: 20px;
  }
  .home-title-text {
    font-size: 14px;
  }
  .swiper-biaoyu h2 {
    font-size: 30px;
    color: #fff;
  }
  .swiper-biaoyu p {
    font-size: 20px;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
  .bg-home {
    height: auto;
    padding: 120px 0 40px 0;
  }
  .navbar-button {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .slider {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}

.product-section {
  background:  url(../images/product/banner.jpg) top center no-repeat;
  width: 100%;
  background-size: auto 400px!important;
}
.product-section .container{
    background:
    url(../images/product/01LOGO.jpg) center center no-repeat;
    
}
.product-section p {
  border-top: 1px #000 solid;
  font-size: 40px;
  text-align: center;
}
.case-section {
  background: #f1f2f4;
  width: 100%;
  overflow: hidden;
}
.case_list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case_list a {
  font-size: 20px;
  display: block;
  color: #949494;
}
.case_list a.active {
  color: #000;
}
.case_list a.active::before {
  content: '›';
  margin-right: 10px;
}
