* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

input,
button {
  border: 0px;
}
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  display: inline-block;
  background-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.social-links {
  padding: 3rem 0;
}
.social-links ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.social-links ul li {
  width: 11.5%;
  min-height: 135px;
}
.social-links ul li a {
  padding: 25px 25px;
  text-align: center;
  display: block;
  border-radius: 20px 20px;
  transition: transform 0.3s ease;
  background: #F5F8FF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links ul li a:hover {
  transform: translateY(-7px);
}
.social-links ul li a img {
  height: 70px;
}

.sidebar .sidebar-card {
  border: 1px solid #D8D8D8;
  border-radius: 10px 10px;
  background: #fff;
}
.sidebar .sidebar-card .card-body {
  padding: 15px 15px;
}
.sidebar .sidebar-card__head {
  margin: 0 0 12px;
}
.sidebar .sidebar-card__icon {
  width: 40px;
  height: 40px;
}
.sidebar .sidebar-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar .sidebar-card__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.sidebar .sidebar-card__text {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
.sidebar .sidebar-search .input-group {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}
.sidebar .sidebar-search .form-control {
  border: 0;
  box-shadow: none;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 18px;
  color: #646464;
}
.sidebar .sidebar-search .form-control::placeholder {
  color: #646464;
}
.sidebar .sidebar-search__btn {
  border: 0;
  background: #fff;
  color: #575757;
  padding: 0 18px;
  box-shadow: none;
}
.sidebar .sidebar-search__btn:hover, .sidebar .sidebar-search__btn:focus, .sidebar .sidebar-search__btn:active {
  background: #fff !important;
  color: #46C3E8 !important;
  box-shadow: none !important;
}
.sidebar .related-posts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar .related-post {
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
.sidebar .related-post__img {
  width: 50px;
  height: 50px;
  border-radius: 5px 5px;
  overflow: hidden;
}
.sidebar .related-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar .related-post__title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
}
.sidebar .related-post__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar .related-post__title a:hover {
  color: #46C3E8;
}
.sidebar .related-post__date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #46C3E8;
}
.sidebar .related-post__date i {
  font-size: 13px;
}
.sidebar .sidebar-categories li {
  margin: 0 0 14px;
}
.sidebar .sidebar-categories li:last-child {
  margin: 0;
}
.sidebar .sidebar-categories li a {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar .sidebar-categories li a:hover {
  color: #46C3E8;
}
.sidebar .sidebar-categories li .badge {
  min-width: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  background: #f9f9f9;
  border: 1px solid #A4A4A4;
}
.sidebar .sidebar-post:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-post__img {
  width: 90px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar .sidebar-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar .sidebar-post__title {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #000;
}
.sidebar .sidebar-post__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar .sidebar-post__title a:hover {
  color: #46C3E8;
}
.sidebar .sidebar-post__date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
}

.pagination-wrap .pagination {
  gap: 8px;
  align-items: center;
}
.pagination-wrap .pagination .page-item.active .page-link {
  background: #46C3E8;
  color: #fff;
}
.pagination-wrap .pagination .page-item:first-child .page-link {
  width: auto;
  height: auto;
}
.pagination-wrap .pagination .page-item:first-child .page-link i {
  margin: 0 7px 0 0;
}
.pagination-wrap .pagination .page-item:last-child .page-link {
  width: auto;
  height: auto;
}
.pagination-wrap .pagination .page-item:last-child .page-link i {
  margin: 0 0 0 7px;
}
.pagination-wrap .pagination .page-item .page-link {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 400;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 10px 10px;
}
.pagination-wrap .pagination .page-item .page-link:focus {
  box-shadow: none;
  outline: none;
}
.pagination-wrap .pagination .page-item .page-link:hover {
  background: #46C3E8;
  color: #fff;
}

.cs-detail {
  background: #F5F8FF;
  padding: 2rem 0 1.5rem;
}
.cs-detail .ab-bar h1 {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #282A2E;
  margin: 0 0 10px;
  font-weight: 700;
}
.cs-detail .ab-bar h1 span {
  color: #46C3E8;
}
.cs-detail .ab-bar p {
  font-size: 18px;
  line-height: 22px;
  color: #282A2E;
  margin: 0 0 30px;
  font-weight: 400;
  text-align: center;
}
.cs-detail .ab-bar .box {
  padding: 50px 20px;
  background: #fff;
  border-radius: 10px 10px;
  height: 100%;
}
.cs-detail .ab-bar .box h3 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 20px;
  color: #282A2E;
  font-weight: 600;
}
.cs-detail .ab-bar .box h3 span {
  color: #46C3E8;
}
.cs-detail .ab-bar .box p {
  text-align: left;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
}
.cs-detail .ab-bar .box h4 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 20px;
  color: #282A2E;
  font-weight: 600;
}
.cs-detail .ab-bar .box ul li {
  margin: 0 0 15px;
  color: #282A2E;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.cs-detail .ab-bar .box ul li img {
  margin: 0 7px 0 0;
}
.cs-detail .ab-bar .box ul li:last-child {
  margin: 0;
}
.cs-detail .pro-area h2 {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #282A2E;
  margin: 0 0 10px;
  font-weight: 700;
}
.cs-detail .pro-area h2 span {
  color: #46C3E8;
}
.cs-detail .pro-area p {
  text-align: center;
  color: #282A2E;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  font-weight: 500;
}
.cs-detail .ser-bar h2 {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #282A2E;
  margin: 0 0 10px;
  font-weight: 700;
}
.cs-detail .ser-bar h2 span {
  color: #46C3E8;
}
.cs-detail .ser-bar p {
  text-align: center;
  color: #282A2E;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  font-weight: 500;
}
.cs-detail .ser-bar ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.cs-detail .ser-bar ul li {
  width: 24%;
  min-height: 160px;
}
.cs-detail .ser-bar ul li a {
  background: #fff;
  display: block;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px 5px;
  box-shadow: 4px 4px 22px 0px rgba(0, 0, 0, 0.1019607843);
  height: 100%;
  transition: transform 0.3s ease;
}
.cs-detail .ser-bar ul li a:hover {
  transform: translateY(-7px);
}
.cs-detail .ser-bar ul li a .img-hold {
  margin: 0 0 20px;
}
.cs-detail .ser-bar ul li a .text-bar h3 {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}
.cs-detail .ser-bar ul li a .text-bar p {
  font-size: 11px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.cc-area {
  padding: 3rem 0 2rem;
}
.cc-area h2 {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #282A2E;
  margin: 0 0 10px;
  font-weight: 700;
}
.cc-area h2 span {
  color: #46C3E8;
}
.cc-area p {
  text-align: center;
  color: #282A2E;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  font-weight: 500;
}
.cc-area .global-presence {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.cc-area .global-map {
  position: relative;
  width: 100%;
  height: 520px;
  margin: 0 auto;
}
.cc-area .global-map__bg {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/banner02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.cc-area .map-point {
  position: absolute;
  z-index: 5;
  width: 20px;
  height: 20px;
  transition: all 0.4s ease;
}
.cc-area .map-point--1 {
  top: 48%;
  left: 2%;
}
.cc-area .map-point--2 {
  top: 68%;
  left: 21%;
}
.cc-area .map-point--3 {
  top: 44%;
  left: 41%;
}
.cc-area .map-point--4 {
  top: 65%;
  left: 53%;
}
.cc-area .map-point--5 {
  top: 47%;
  left: 70%;
}
.cc-area .map-point--6 {
  top: 67%;
  left: 88%;
}
.cc-area .map-point__dot {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: block;
  animation: pointPulse 2.5s ease-in-out infinite, pointBlur 2.5s ease-in-out infinite;
}
.cc-area .map-point__dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FE463E;
  box-shadow: 0 0 0 4px rgba(255, 69, 69, 0.493), 0 0 15px rgba(254, 70, 62, 0.7);
}
.cc-area .map-point__info {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 30px;
  width: 225px;
  padding: 15px 15px;
  opacity: 0;
  visibility: hidden;
  transform: ranslateY(10px) scale(0.94);
  filter: blur(5px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, filter 0.35s ease;
  pointer-events: none;
}
.cc-area .map-point__info:before {
  position: absolute;
  top: 15px;
  left: 10px;
  right: auto;
  bottom: 0;
  background: url("/assets/images/icon15.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 100%;
  content: "";
}
.cc-area .map-point__info h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #FE5D56;
  padding: 0 0 0 15px;
}
.cc-area .map-point__info p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-align: left;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
}
.cc-area .map-point__tag {
  display: block;
  padding: 13px 20px;
  border-radius: 3px;
  background: #FE463E;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
  text-align: center;
}
.cc-area .map-point__tag::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0px 20px 15px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fe463e;
  transform: rotate(0deg);
  top: 0;
  left: auto;
  right: -15px;
}
.cc-area .map-point:hover {
  z-index: 20;
}
.cc-area .map-point:hover .map-point__dot {
  animation-play-state: paused;
  transform: scale(1.3);
  filter: blur(0);
}
.cc-area .map-point:hover .map-point__dot span {
  box-shadow: 0 0 0 6px rgba(255, 69, 69, 0.15), 0 0 25px rgba(255, 69, 69, 0.65);
}
.cc-area .map-point:hover .map-point__info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}
.cc-area .map-point--2 .map-point__dot span {
  background: #FAC339;
  box-shadow: 0 0 0 4px rgba(250, 195, 57, 0.438), 0 0 15px rgba(250, 195, 57, 0.7);
}
.cc-area .map-point--2 .map-point__dot::before {
  border-color: rgba(247, 185, 40, 0.4);
}
.cc-area .map-point--2 .map-point__info h3 {
  color: #f7b928;
}
.cc-area .map-point--2 .map-point__info::before {
  background: url("/assets/images/icon16.png") no-repeat;
  background-size: 100%;
}
.cc-area .map-point--2 .map-point__tag {
  background: #f7b928;
}
.cc-area .map-point--2 .map-point__tag::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7b928;
}
.cc-area .map-point--3 .map-point__dot span {
  background: #46C3E8;
  box-shadow: 0 0 0 4px rgba(70, 194, 232, 0.486), 0 0 15px rgba(70, 195, 232, 0.7);
}
.cc-area .map-point--3 .map-point__dot::before {
  border-color: rgba(54, 183, 232, 0.4);
}
.cc-area .map-point--3 .map-point__info h3 {
  color: #36b7e8;
}
.cc-area .map-point--3 .map-point__info::before {
  background: url("/assets/images/icon17.png") no-repeat;
  background-size: 100%;
}
.cc-area .map-point--3 .map-point__tag {
  background: #36b7e8;
}
.cc-area .map-point--3 .map-point__tag::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #36b7e8;
}
.cc-area .map-point--4 .map-point__dot span {
  background: #00A288;
  box-shadow: 0 0 0 4px rgba(0, 162, 135, 0.5), 0 0 15px rgba(0, 162, 136, 0.7);
}
.cc-area .map-point--4 .map-point__dot::before {
  border-color: rgba(0, 169, 143, 0.4);
}
.cc-area .map-point--4 .map-point__info h3 {
  color: #00A288;
}
.cc-area .map-point--4 .map-point__info::before {
  background: url("/assets/images/icon18.png") no-repeat;
  background-size: 100%;
  top: 5px;
}
.cc-area .map-point--4 .map-point__tag {
  background: #00a98f;
}
.cc-area .map-point--4 .map-point__tag::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00a98f;
}
.cc-area .map-point--5 .map-point__dot span {
  background: #9B3EAB;
  box-shadow: 0 0 0 4px rgba(155, 62, 171, 0.575), 0 0 15px rgba(155, 62, 171, 0.7);
}
.cc-area .map-point--5 .map-point__dot::before {
  border-color: rgba(168, 63, 182, 0.4);
}
.cc-area .map-point--5 .map-point__info h3 {
  color: #9B3EAB;
}
.cc-area .map-point--5 .map-point__info::before {
  background: url("/assets/images/icon19.png") no-repeat;
  background-size: 100%;
}
.cc-area .map-point--5 .map-point__tag {
  background: #a83fb6;
}
.cc-area .map-point--5 .map-point__tag::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a83fb6;
}
.cc-area .map-point--6 .map-point__dot span {
  background: #2C4A5D;
  box-shadow: 0 0 0 4px rgba(44, 74, 93, 0.555), 0 0 15px rgba(44, 74, 93, 0.7);
}
.cc-area .map-point--6 .map-point__dot::before {
  border-color: rgba(40, 72, 94, 0.4);
}
.cc-area .map-point--6 .map-point__info {
  left: -5rem;
}
.cc-area .map-point--6 .map-point__info h3 {
  color: #2C4A5D;
}
.cc-area .map-point--6 .map-point__info::before {
  background: url("/assets/images/icon20.png") no-repeat;
  background-size: 100%;
  top: 5px;
}
.cc-area .map-point--6 .map-point__tag {
  background: #28485e;
}
.cc-area .map-point--6 .map-point__tag::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #28485e;
}
@keyframes pointPulse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pointBlur {
  0% {
    filter: blur(2px);
    opacity: 0.65;
  }
  40% {
    filter: blur(0);
    opacity: 1;
  }
  70% {
    filter: blur(0.5px);
    opacity: 0.9;
  }
  100% {
    filter: blur(2px);
    opacity: 0.65;
  }
}
@keyframes pointRipple {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.8;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.map-point__info {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.9);
  filter: blur(6px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.5s ease, filter 0.5s ease;
}
.map-point.intro-show .map-point__info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.map-point:hover {
  z-index: 20;
}
.map-point:hover .map-point__dot {
  animation-play-state: paused;
  transform: scale(1.3);
  filter: blur(0);
}
.map-point:hover .map-point__dot span {
  box-shadow: 0 0 0 6px rgba(255, 69, 69, 0.15), 0 0 25px rgba(255, 69, 69, 0.65);
}
.map-point:hover .map-point__info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.part-area {
  padding: 2rem 0;
}
.part-area h2 {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #282A2E;
  margin: 0 0 15px;
  font-weight: 700;
}
.part-area h2 span {
  color: #46C3E8;
}
.part-area p {
  text-align: center;
  color: #282A2E;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 40px;
  font-weight: 500;
}
.part-area .logo-slider .slick-slide .img-hold {
  background: rgba(1, 161, 180, 0.1490196078);
  padding: 15px 30px;
  border-radius: 15px 15px;
  display: flex;
  justify-content: center;
  height: 70px;
}

.form-block {
  padding: 8rem 0;
  background: url("/assets/images/banner03.png") no-repeat bottom center;
  background-size: cover;
}
.form-block .two-block .f-text h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
}
.form-block .two-block .f-text h3 span {
  color: #46C3E8;
}
.form-block .two-block .f-text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}
.form-block .two-block .f-text h5 {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
.form-block .two-block .f-text ul li {
  margin: 0 0 7px;
}
.form-block .two-block .f-text ul li:last-child {
  margin: 0;
}
.form-block .two-block .f-text ul li a {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  display: block;
}
.form-block .two-block .f-text ul li a span {
  color: #46C3E8;
}
.form-block .two-block .f-detail h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 5px;
}
.form-block .two-block .f-detail h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
}
.form-block .two-block .f-detail h3 span {
  color: #46C3E8;
}
.form-block .two-block .f-detail input {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  border-radius: 10px 10px;
  padding: 15px 15px;
  color: #8b8b8b;
  font-weight: 400;
  border: 0;
}
.form-block .two-block .f-detail input:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.form-block .two-block .f-detail input::placeholder {
  transition: 0.4s ease;
  text-indent: 0;
  color: #606060;
}
.form-block .two-block .f-detail input:hover::placeholder, .form-block .two-block .f-detail input:focus::placeholder {
  text-indent: 15px;
}
.form-block .two-block .f-detail textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  border-radius: 10px 10px;
  padding: 15px 15px;
  color: #8b8b8b;
  font-weight: 400;
  border: 0;
}
.form-block .two-block .f-detail textarea:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.form-block .two-block .f-detail textarea::placeholder {
  transition: 0.4s ease;
  text-indent: 0;
  color: #606060;
}
.form-block .two-block .f-detail textarea:hover::placeholder, .form-block .two-block .f-detail textarea:focus::placeholder {
  text-indent: 15px;
}
.form-block .two-block .f-detail .sr-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.form-block .two-block .f-detail .sr-btn:hover {
  transform: scale(1.05);
}
.form-block .two-block .f-detail .sr-btn:focus {
  box-shadow: none;
  outline: none;
}
.form-block .two-block .f-detail .sr-btn {
  background: #46C3E8;
  margin: 12px 0 0;
  padding: 15px 20px;
}

.counter-block {
  padding: 3rem 0;
  background: #F5F8FF;
}
.counter-block .counter-box {
  display: flex;
  gap: 12px;
}
.counter-block .counter-box .counter-item {
  flex: 1;
  text-align: center;
  color: #fff;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 10px 10px;
  padding: 25px 20px;
}
.counter-block .counter-box .counter-item .icon img {
  margin: 0 0 10px;
}
.counter-block .counter-box .counter-item h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #53D8FF;
}
.counter-block .counter-box .counter-item h3 {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin: 0 0 5px;
}
.counter-block .counter-box .counter-item p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  color: #000;
}

.apart-bar {
  padding: 4rem 0 3rem;
}
.apart-bar .t-bar h3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #46C3E8;
  margin: 0 0 20px;
}
.apart-bar .t-bar ul {
  padding: 0 5rem 0 0;
}
.apart-bar .t-bar ul li {
  margin: 0 0 15px;
}
.apart-bar .t-bar ul li h4 {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin: 0 0 7px;
}
.apart-bar .t-bar ul li p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}
.apart-bar .t-bar ul li:last-child {
  margin: 0;
}

.client-bar {
  padding: 2rem 0 3rem;
}
.client-bar h2 {
  text-align: center;
  font-size: 36px;
  line-height: 38px;
  color: #282A2E;
  margin: 0 0 15px;
  font-weight: 700;
}
.client-bar h2 span {
  color: #46C3E8;
}
.client-bar p {
  text-align: center;
  color: #282A2E;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 40px;
  font-weight: 500;
}

.blog-area {
  padding: 3rem 0 25px;
  background: #F5F8FF;
}
.blog-area h2 {
  font-size: 38px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
}
.blog-area .block .img-hold {
  border-radius: 10px 10px 0 0;
  margin: 0;
  min-height: 200px;
  max-height: 200px;
}
.blog-area .block .img-hold img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
}
.blog-area .block .t-bar {
  background: #fff;
  padding: 12px 12px;
  border-radius: 0 0 10px 10px;
  margin: -25px 0 0;
}
.blog-area .block .t-bar h3 {
  font-size: 17px;
  line-height: 19px;
  color: #000;
  font-weight: 700;
  margin: 0 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-area .block .t-bar p {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.blog-area .block .t-bar span {
  border: 1px solid #011039;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  padding: 8px 10px;
  background: #EEFBFF;
  margin: 0 0 10px;
  display: inline-block;
  border-radius: 30px 30px;
}
.blog-area .block .t-bar h5 {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  margin: 0 0 7px;
}
.blog-area .btn-box {
  text-align: center;
}
.blog-area .btn-box .rm-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.blog-area .btn-box .rm-btn:hover {
  transform: scale(1.05);
}
.blog-area .btn-box .rm-btn:focus {
  box-shadow: none;
  outline: none;
}
.blog-area .btn-box .rm-btn {
  background: #F0F7F5;
  border: 1px solid rgb(70, 195, 232);
  color: #000;
  padding: 12px 25px;
}

.faq-area {
  padding: 2rem 0 25px;
  background: #F5F8FF;
}
.faq-area h3 {
  font-size: 20px;
  line-height: 22px;
  color: #46C3E8;
  margin: 0 0 10px;
}
.faq-area h2 {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}
.faq-area h2 span {
  color: #009DB8;
}
.faq-area p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 0 15px;
}
.faq-area .box {
  background: #011039;
  border-radius: 10px 10px;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
}
.faq-area .box .img-hold {
  width: 20%;
}
.faq-area .box .t-hold {
  width: 80%;
  padding: 0 0 0 12px;
}
.faq-area .box .t-hold h5 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 5px;
  font-weight: 600;
}
.faq-area .box .t-hold p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 7px;
  text-align: left;
}
.faq-area .box .t-hold .tk-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.faq-area .box .t-hold .tk-btn:hover {
  transform: scale(1.05);
}
.faq-area .box .t-hold .tk-btn:focus {
  box-shadow: none;
  outline: none;
}
.faq-area .box .t-hold .tk-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  border-radius: 5px 5px;
  background: #46C3E8;
}
.faq-area .accordion .accordion-item {
  border: 0;
  margin: 0 0 10px;
  padding: 10px 0;
  border-radius: 10px 10px;
}
.faq-area .accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq-area .accordion .accordion-item .accordion-header button {
  padding: 7px 15px 5px;
  border: 0;
  box-shadow: none;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.faq-area .accordion .accordion-item .accordion-header button::after {
  background-image: url("/assets/images/icon33.svg");
}
.faq-area .accordion .accordion-item .accordion-header button:not(.collapsed)::after {
  background-image: url("/assets/images/icon34.svg");
}
.faq-area .accordion .accordion-item .accordion-body {
  padding: 5px 15px 7px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
.faq-area .mf-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.faq-area .mf-btn:hover {
  transform: scale(1.05);
}
.faq-area .mf-btn:focus {
  box-shadow: none;
  outline: none;
}
.faq-area .mf-btn {
  background: #46C3E8;
}

.news-letter {
  padding: 3rem 0 0;
  position: relative;
  z-index: 1;
}
.news-letter .block {
  background: #46C3E8;
  padding: 4rem 4rem;
  border-radius: 10px 10px;
}
.news-letter .block h2 {
  font-size: 33px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.news-letter .block form input {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  border-radius: 10px 10px;
  padding: 15px 15px;
  color: #8b8b8b;
  font-weight: 400;
  border: 0;
}
.news-letter .block form input:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.news-letter .block form input::placeholder {
  transition: 0.4s ease;
  text-indent: 0;
  color: #606060;
}
.news-letter .block form input:hover::placeholder, .news-letter .block form input:focus::placeholder {
  text-indent: 15px;
}
.news-letter .block form input {
  padding: 20px 15px;
  border-radius: 10px 10px !important;
}
.news-letter .block form .sub-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.news-letter .block form .sub-btn:hover {
  transform: scale(1.05);
}
.news-letter .block form .sub-btn:focus {
  box-shadow: none;
  outline: none;
}
.news-letter .block form .sub-btn {
  border-radius: 10px 10px !important;
  margin-left: 0;
  margin: 0 0 0 10px !important;
}

.about-page .about-banner {
  padding: 15rem 0;
  background: url("/assets/images/banner04.png") no-repeat top center;
  background-size: cover;
}
.about-page .about-banner h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
}
.about-page .about-banner p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.about-page .cs-detail {
  padding: 3rem 0;
}
.about-page .part-area {
  padding: 4rem 0 3rem;
}
.about-page .tra-area {
  padding: 8rem 0;
  background: url("/assets/images/banner05.png") no-repeat bottom center;
  background-size: cover;
}
.about-page .tra-area h2 {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.about-page .tra-area p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
}
.about-page .tra-area .cu-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.about-page .tra-area .cu-btn:hover {
  transform: scale(1.05);
}
.about-page .tra-area .cu-btn:focus {
  box-shadow: none;
  outline: none;
}
.about-page .tra-area .cu-btn {
  background: #46C3E8;
}
.about-page .ms-area {
  padding: 3rem 0;
}
.about-page .ms-area .tabs-bar {
  padding: 0 4rem 0 0;
}
.about-page .ms-area .tabs-bar .nav {
  border-bottom: 1px solid #BEBEBE;
  padding: 0 0 1rem;
}
.about-page .ms-area .tabs-bar .nav li {
  margin: 0 1rem 0 0;
  padding: 0 30px;
}
.about-page .ms-area .tabs-bar .nav li:last-child {
  margin: 0;
}
.about-page .ms-area .tabs-bar .nav li button {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding: 10px 25px;
}
.about-page .ms-area .tabs-bar .nav li button.active {
  background: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.about-page .ms-area .tabs-bar .nav li button.active::before {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -1.05rem;
  content: "";
  border: 1px solid #009DB8;
  z-index: -1;
}
.about-page .ms-area .tab-content {
  padding: 0 4rem 0 0;
}
.about-page .ms-area .tab-content .tab-pane {
  padding: 1rem 0 0;
}
.about-page .ms-area .tab-content .tab-pane h2 {
  font-size: 34px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px;
}
.about-page .ms-area .tab-content .tab-pane p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}
.about-page .ms-area .img-hold {
  text-align: right;
}
.about-page .chose-area {
  padding: 4rem 0;
  background: #F5F8FF;
}
.about-page .chose-area .img-hold img {
  border-radius: 25px 25px;
}
.about-page .chose-area h3 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  color: #53D8FF;
  margin: 0 0 10px;
}
.about-page .chose-area h2 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  color: #000;
  margin: 0 0 15px;
}
.about-page .chose-area p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #575757;
  margin: 0 0 20px;
}
.about-page .chose-area ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.about-page .chose-area ul li:last-child {
  margin: 0;
}
.about-page .chose-area ul .img-hold {
  width: 50px;
  height: 50px;
}
.about-page .chose-area ul .img-hold img {
  width: 100%;
  height: 100%;
}
.about-page .chose-area ul .t-hold {
  width: calc(100% - 50px);
  padding: 0 0 0 15px;
}
.about-page .chose-area ul .t-hold h4 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}
.about-page .chose-area ul .t-hold p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #575757;
  margin: 0;
}

.contact-page .contact-banner {
  padding: 15rem 0;
  background: url("/assets/images/banner06.png") no-repeat top center;
  background-size: cover;
}
.contact-page .contact-banner h1 {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.contact-page .contact-banner p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.contact-page .info-bar {
  position: relative;
  padding: 4rem 0;
}
.contact-page .info-bar .box {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 120px;
  padding: 32px 40px;
  background: #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: 4px solid #46C3E8;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
}
.contact-page .info-bar .box .icon-hold {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #46C3E8;
}
.contact-page .info-bar .box .icon-hold i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.contact-page .info-bar .box .text-hold p {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.contact-page .info-bar .box .text-hold p:last-child {
  margin: 0;
}
.contact-page .info-bar .box .text-hold p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-page .info-bar .box .text-hold p a:hover {
  color: #46C3E8;
}
.contact-page .contact-form {
  padding: 5rem 0;
  background: url("/assets/images/banner07.png") no-repeat top center;
  background-size: cover;
}
.contact-page .contact-form h3 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px;
}
.contact-page .contact-form h2 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
}
.contact-page .contact-form h2 span {
  color: #46C3E8;
}
.contact-page .contact-form p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}
.contact-page .contact-form form input {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  border-radius: 10px 10px;
  padding: 15px 15px;
  color: #8b8b8b;
  font-weight: 400;
  border: 0;
}
.contact-page .contact-form form input:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.contact-page .contact-form form input::placeholder {
  transition: 0.4s ease;
  text-indent: 0;
  color: #606060;
}
.contact-page .contact-form form input:hover::placeholder, .contact-page .contact-form form input:focus::placeholder {
  text-indent: 15px;
}
.contact-page .contact-form form input {
  padding: 15px 15px;
  border-radius: 10px 10px !important;
}
.contact-page .contact-form form textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  border-radius: 10px 10px;
  padding: 15px 15px;
  color: #8b8b8b;
  font-weight: 400;
  border: 0;
}
.contact-page .contact-form form textarea:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.contact-page .contact-form form textarea::placeholder {
  transition: 0.4s ease;
  text-indent: 0;
  color: #606060;
}
.contact-page .contact-form form textarea:hover::placeholder, .contact-page .contact-form form textarea:focus::placeholder {
  text-indent: 15px;
}
.contact-page .contact-form form .sm-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.contact-page .contact-form form .sm-btn:hover {
  transform: scale(1.05);
}
.contact-page .contact-form form .sm-btn:focus {
  box-shadow: none;
  outline: none;
}
.contact-page .contact-form form .sm-btn {
  background: #46C3E8;
}
.contact-page .map-area {
  height: 500px;
}
.contact-page .map-area iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px;
}

.blogs-page .blog-banner {
  padding: 13rem 0;
  background: url("/assets/images/banner08.png") no-repeat bottom center;
  background-size: cover;
}
.blogs-page h1 {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.blogs-page p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.blogs-page .blog-info {
  padding: 3rem 0;
}
.blogs-page .blog-info .tabs-bar {
  margin: 0 0 2rem;
}
.blogs-page .blog-info .tabs-bar .nav li {
  margin: 0 15px 0 0;
}
.blogs-page .blog-info .tabs-bar .nav li:last-child {
  margin: 0;
}
.blogs-page .blog-info .tabs-bar .nav li .nav-link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #46C3E8;
  padding: 12px 24px;
  border: 1px solid #46C3E8;
  border-radius: 30px 30px;
  background: #fff;
}
.blogs-page .blog-info .tabs-bar .nav li .nav-link.active {
  background: #46C3E8;
  color: #fff;
}
.blogs-page .blog-info .tabs-bar .nav li .nav-link:hover {
  background: #46C3E8;
  color: #fff;
}
.blogs-page .blog-info .blog-posts .blog-card {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.blogs-page .blog-info .blog-posts .blog-card__img {
  height: 100%;
  min-height: 220px;
}
.blogs-page .blog-info .blog-posts .blog-card__img img {
  width: 100%;
  height: 100%;
  display: block;
}
.blogs-page .blog-info .blog-posts .blog-card__meta {
  margin: 0 0 16px;
}
.blogs-page .blog-info .blog-posts .blog-card__author .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #D9D9D9;
  flex-shrink: 0;
}
.blogs-page .blog-info .blog-posts .blog-card__author .name {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  margin: 0 0 4px;
}
.blogs-page .blog-info .blog-posts .blog-card__author i {
  font-size: 12px;
  color: #000;
}
.blogs-page .blog-info .blog-posts .blog-card__author .date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  display: block;
}
.blogs-page .blog-info .blog-posts .blog-card .share-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blogs-page .blog-info .blog-posts .blog-card .share-link i {
  font-size: 12px;
}
.blogs-page .blog-info .blog-posts .blog-card .share-link:hover {
  color: #46C3E8;
}
.blogs-page .blog-info .blog-posts .blog-card__title {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
}
.blogs-page .blog-info .blog-posts .blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blogs-page .blog-info .blog-posts .blog-card__title a:hover {
  color: #46C3E8;
}
.blogs-page .blog-info .blog-posts .blog-card__excerpt {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
.blogs-page .blog-info .blog-posts .blog-card .card-body {
  padding: 15px 15px;
}
.blogs-page .blog-info .blog-posts .blog-card--featured .blog-card__img {
  min-height: 100%;
}
.blogs-page .blog-info .blog-posts .blog-card--featured .blog-card__img img {
  border-radius: 10px 10px;
}
.blogs-page .blog-info .blog-posts .blog-card--featured .blog-card__title {
  font-size: 18px;
  line-height: 22px;
}
.blogs-page .blog-info .blog-posts .blog-card--featured .blog-card__excerpt {
  margin: 0;
}
.blogs-page .blog-info .blog-posts .blog-card:not(.blog-card--featured) .blog-card__img {
  min-height: 155px;
  max-height: 155px;
}
.blogs-page .blog-info .blog-posts .blog-card:not(.blog-card--featured) .blog-card__excerpt {
  flex-grow: 1;
  margin: 0 0 15px;
}
.blogs-page .blog-info .blog-posts .blog-card:not(.blog-card--featured) .blog-card__meta {
  margin: 0;
  padding-top: 8px;
}

.blogs-detail-page .main-header {
  margin: 0;
}
.blogs-detail-page .blog-detail {
  padding: 3rem 0 0;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__meta .blog-detail__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__meta .blog-detail__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__meta .blog-detail__author {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__meta i {
  font-size: 12px;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__meta .blog-detail__date {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__title {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__top-bar .blog-detail__updated {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__top-bar .blog-detail__share {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__top-bar .blog-detail__share i {
  font-size: 12px;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__top-bar .blog-detail__share:hover {
  color: #46C3E8;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider {
  overflow: hidden;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-prev,
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-next {
  z-index: 2;
  width: 36px;
  height: 36px;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-prev:before,
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-next:before {
  font-size: 28px;
  color: #fff;
  opacity: 1;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-prev {
  left: 15px;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-next {
  right: 15px;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-dots {
  bottom: 15px;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 0.6;
}
.blogs-detail-page .blog-detail .blog-info .blog-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #46C3E8;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content p {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content h2 {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__check-list {
  margin: 0 0 24px;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__check-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__check-list li:last-child {
  margin: 0;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__check-list li i {
  color: #00A25D;
  font-size: 20px;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__bullet-list {
  margin: 0 0 24px;
  padding-left: 20px;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__bullet-list li {
  margin: 0 0 3px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  position: relative;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__bullet-list li:last-child {
  margin: 0;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__content .blog-detail__bullet-list li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__nav .blog-detail__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  background: #D9D9D9;
  border: 0;
  border-radius: 15px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__nav .blog-detail__btn i {
  font-size: 12px;
}
.blogs-detail-page .blog-detail .blog-info .blog-detail__nav .blog-detail__btn:hover {
  background: #46C3E8;
  color: #fff;
}

.career-page .social-links {
  padding: 3rem 0 0;
}
.career-page .form-block {
  background: url("/assets/images/banner09.png") no-repeat top center;
  background-size: cover;
}
.career-page .career-banner {
  padding: 13rem 0;
  background: url("/assets/images/banner10.png") no-repeat bottom center;
  background-size: cover;
}
.career-page .career-banner h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
}
.career-page .career-banner p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.career-page .op-area {
  padding: 2rem 0 3rem;
}
.career-page .op-area h2 {
  font-size: 38px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
}
.career-page .op-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.career-page .op-area ul li {
  width: 24%;
  border-radius: 10px 10px;
  padding: 40px 15px;
  background: #fff;
  box-shadow: 4px 2px 15px 1px rgba(0, 0, 0, 0.0705882353);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.career-page .op-area ul li:hover {
  transform: translateY(-5px);
}
.career-page .op-area ul img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: block;
  margin: 0 0 20px;
}
.career-page .op-area ul p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.career-page .f-job {
  padding: 2rem 0 2rem;
}
@media (max-width: 575px) {
  .career-page .f-job {
    padding: 2rem 0 1rem;
  }
}
.career-page .f-job h2 {
  font-size: 38px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-page .f-job h2 img {
  margin: 0 10px 0 0;
}
@media (max-width: 1400px) {
  .career-page .f-job h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
.career-page .f-job .career-section .career-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .career-page .f-job .career-section .career-filter {
    gap: 15px;
  }
}
.career-page .f-job .career-section .show-box {
  min-width: 100px;
  height: 50px;
  background: #eeeeee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 992px) {
  .career-page .f-job .career-section .show-box {
    width: 100px;
    order: 2;
  }
}
.career-page .f-job .career-section .filter-box {
  flex: 1;
  padding: 0 0 0 7rem;
}
@media (max-width: 992px) {
  .career-page .f-job .career-section .filter-box {
    width: 100%;
    order: 1;
    padding: 0;
    flex: inherit;
  }
}
.career-page .f-job .career-section .form-control {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  border-radius: 10px 10px;
  padding: 15px 15px;
  color: #8b8b8b;
  font-weight: 400;
  border: 0;
}
.career-page .f-job .career-section .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.career-page .f-job .career-section .form-control::placeholder {
  transition: 0.4s ease;
  text-indent: 0;
  color: #606060;
}
.career-page .f-job .career-section .form-control:hover::placeholder, .career-page .f-job .career-section .form-control:focus::placeholder {
  text-indent: 15px;
}
.career-page .f-job .career-section .form-control {
  padding: 17px 17px;
  border: 1px solid #d0d0d0;
  background: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
}
.career-page .f-job .career-section .form-control:focus {
  border: 1px solid #d0d0d0;
}
.career-page .f-job .career-section .search-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.career-page .f-job .career-section .search-btn:hover {
  transform: scale(1.05);
}
.career-page .f-job .career-section .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.career-page .f-job .career-section .search-btn {
  border-radius: 10px 10px;
  padding: 14px 25px;
  background: #46C3E8;
}
@media (max-width: 992px) {
  .career-page .f-job .career-section .search-btn {
    width: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .career-page .f-job .career-section .search-btn img {
    margin: 0 5px 0 0;
  }
}
.career-page .f-job .career-section .career-table {
  border: 1px solid #e6e6e6;
  margin: 0;
}
.career-page .f-job .career-section .career-table thead {
  background: rgba(224, 224, 224, 0.2);
}
.career-page .f-job .career-section .career-table thead th {
  padding: 20px 20px;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
.career-page .f-job .career-section .career-table thead th:last-child {
  text-align: center;
}
.career-page .f-job .career-section .career-table tbody td {
  padding: 18px 18px;
  vertical-align: middle;
  border-color: #e6e6e6;
  color: #595959;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.career-page .f-job .career-section .career-table tbody td:last-child {
  text-align: center;
}
.career-page .f-job .career-section .career-table tbody tr {
  transition: 0.3s;
}
.career-page .f-job .career-section .career-table tbody tr:hover {
  background: #fafafa;
}
.career-page .f-job .career-section .job-badge {
  background: #E6FFF5;
  color: #46C3E8;
  padding: 8px 18px;
  border-radius: 10px 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.career-page .f-job .career-section .apply-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.career-page .f-job .career-section .apply-btn:hover {
  transform: scale(1.05);
}
.career-page .f-job .career-section .apply-btn:focus {
  box-shadow: none;
  outline: none;
}
.career-page .f-job .career-section .apply-btn {
  font-size: 12px;
  line-height: 14px;
  border-radius: 5px 5px;
  font-weight: 400;
  background: #46C3E8;
}

.service-page .service-banner {
  padding: 13rem 0;
  background: url("/assets/images/banner12.png") no-repeat bottom center;
  background-size: cover;
}
.service-page .service-banner h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
}
.service-page .service-banner p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.service-page .part-area {
  padding: 3rem 0;
}
.service-page .form-block {
  padding: 7rem 0;
  background: url("/assets/images/banner11.png") no-repeat bottom center;
  background-size: cover;
}
.service-page .cs-detail {
  padding: 3rem 0;
  background: #fff;
}
.service-page .planing-area {
  padding: 4rem 0;
  background: #FAFAFA;
}
.service-page .planing-area__label {
  display: block;
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #46C3E8;
  text-transform: uppercase;
}
.service-page .planing-area__title {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  color: #282A2E;
}
.service-page .planing-area__btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.service-page .planing-area__btn:hover {
  transform: scale(1.05);
}
.service-page .planing-area__btn:focus {
  box-shadow: none;
  outline: none;
}
.service-page .planing-area__btn {
  background: #009DB8;
  border: 0;
  color: #fff;
  padding: 20px 30px;
}
.service-page .planing-area .planing-steps {
  position: relative;
}
.service-page .planing-area .planing-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 5%;
  right: 0%;
  border-top: 2px dashed #C3C3C3;
  z-index: 0;
  width: 80%;
}
@media (max-width: 991px) {
  .service-page .planing-area .planing-steps::before {
    display: none;
  }
}
.service-page .planing-area .planing-step {
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0 0 50px;
}
.service-page .planing-area .planing-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #fff;
  color: #46C3E8;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
}
.service-page .planing-area .planing-step__title {
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.service-page .planing-area .planing-step__text {
  margin: 0;
  max-width: 250px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.partner-page .partner-banner {
  padding: 13rem 0;
  background: url("/assets/images/banner13.png") no-repeat bottom center;
  background-size: cover;
}
.partner-page .partner-banner h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
}
.partner-page .partner-banner p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.partner-page .form-block {
  padding: 5rem 0;
  background: url("/assets/images/banner14.png") no-repeat bottom center;
  background-size: cover;
}
.partner-page .form-block .two-block h3 {
  text-align: center;
  margin: 0 0 30px;
}
.partner-page .form-block .two-block form input, .partner-page .form-block .two-block form textarea {
  background: rgba(255, 255, 255, 0.7);
  color: #8B8989;
}
.partner-page .form-block .two-block form input::placeholder, .partner-page .form-block .two-block form textarea::placeholder {
  color: #8B8989;
}
.partner-page .form-block .two-block form .sr-btn {
  font-weight: 500;
  padding: 15px 40px;
}
.partner-page .partner-list {
  padding: 3rem 0;
}
.partner-page .partner-list h2 {
  font-size: 38px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
}
.partner-page .partner-list h2 span {
  color: #46C3E8;
}
.partner-page .partner-list .partner-item {
  padding: 60px 50px;
  border-radius: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2FCFF;
  box-shadow: 4px 4px 22px 0px rgba(0, 0, 0, 0.1019607843);
  height: 100%;
  transition: transform 0.3s ease;
}
.partner-page .partner-list .partner-item:hover {
  transform: translateY(-7px);
}
.partner-page .partner-list .partner-item img {
  object-fit: cover;
  display: block;
}

.faqs-page .faq-banner {
  padding: 13rem 0;
  background: url("/assets/images/banner15.png") no-repeat bottom center;
  background-size: cover;
}
.faqs-page .faq-banner h1 {
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
}
.faqs-page .faq-banner p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0 0 25px;
}
.faqs-page .faq-banner .form-control {
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  border-radius: 10px 10px;
  padding: 15px 15px;
  color: #8b8b8b;
  font-weight: 400;
  border: 0;
}
.faqs-page .faq-banner .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.faqs-page .faq-banner .form-control::placeholder {
  transition: 0.4s ease;
  text-indent: 0;
  color: #606060;
}
.faqs-page .faq-banner .form-control:hover::placeholder, .faqs-page .faq-banner .form-control:focus::placeholder {
  text-indent: 15px;
}
.faqs-page .faq-banner .form-control {
  padding: 20px 20px 20px 65px;
  border-radius: 50px 50px;
  border: none;
  background: #fff url("/assets/images/icon44.svg") no-repeat left 35px center;
  color: #6C6C6C;
}
.faqs-page .faqs-area {
  padding: 3rem 0 3rem;
  background: #fff;
}
.faqs-page .faqs-area .faqs-tabs {
  margin: 0 0 2rem;
  background: #fff;
  border-radius: 5px 5px;
  box-shadow: 4px 4px 22px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 15px 20px;
}
.faqs-page .faqs-area .faqs-tabs .nav {
  flex-wrap: wrap;
  gap: 8px 0;
}
.faqs-page .faqs-area .faqs-tabs .nav .nav-item {
  margin: 0 40px 0 0;
}
.faqs-page .faqs-area .faqs-tabs .nav .nav-item:last-child {
  margin: 0;
}
.faqs-page .faqs-area .faqs-tabs .nav .nav-link {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 14px;
}
.faqs-page .faqs-area .faqs-tabs .nav .nav-link.active, .faqs-page .faqs-area .faqs-tabs .nav .nav-link:hover {
  color: #000;
  background: transparent;
  font-weight: 600;
}
.faqs-page .faqs-area .faqs-tabs .nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -15px;
  height: 2px;
  background: #46C3E8;
}
.faqs-page .faqs-area__heading {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}
.faqs-page .faqs-area .faqs-accordion {
  padding: 15px 15px;
  box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px 10px;
}
.faqs-page .faqs-area .faqs-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
}
.faqs-page .faqs-area .faqs-accordion .accordion-item:last-child {
  border-bottom: 0;
}
.faqs-page .faqs-area .faqs-accordion .accordion-button {
  padding: 12px 0;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.faqs-page .faqs-area .faqs-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
  box-shadow: none;
}
.faqs-page .faqs-area .faqs-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faqs-page .faqs-area .faqs-accordion .accordion-button::after {
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #46C3E8;
}
.faqs-page .faqs-area .faqs-accordion .accordion-button:not(.collapsed)::after {
  content: "\f077";
  transform: none;
}
.faqs-page .faqs-area .faqs-accordion .accordion-body {
  padding: 0 0 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
.faqs-page .faqs-area .faqs-sidebar {
  margin: 55px 0 0;
}
.faqs-page .faqs-area .faqs-sidebar__card {
  border: 0;
  border-radius: 10px 10px;
  box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.0705882353);
  background: #fff;
}
.faqs-page .faqs-area .faqs-sidebar__card .card-body {
  padding: 15px 15px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px 10px;
}
.faqs-page .faqs-area .faqs-sidebar__title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
.faqs-page .faqs-area .faqs-sidebar__subtitle {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #46C3E8;
}
.faqs-page .faqs-area .faqs-sidebar__text {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.faqs-page .faqs-area .faqs-sidebar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #46C3E8;
  text-decoration: none;
}
.faqs-page .faqs-area .faqs-sidebar__link:hover {
  color: #3bb0d4;
}
.faqs-page .faqs-area .faqs-contact li {
  padding: 14px 0;
  border-top: 1px solid #ececec;
}
.faqs-page .faqs-area .faqs-contact li:first-child {
  border-top: 0;
  padding-top: 0;
}
.faqs-page .faqs-area .faqs-contact li:last-child {
  padding-bottom: 0;
}
.faqs-page .faqs-area .faqs-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  flex-shrink: 0;
}
.faqs-page .faqs-area .faqs-contact a,
.faqs-page .faqs-area .faqs-contact span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.faqs-page .faqs-area .faqs-contact a:hover {
  color: #46C3E8;
}
.faqs-page .faqs-area .faqs-popular li:last-child {
  border-bottom: 0;
}
.faqs-page .faqs-area .faqs-popular li a {
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.faqs-page .faqs-area .faqs-popular li a i {
  color: #46C3E8;
  font-size: 12px;
  flex-shrink: 0;
}
.faqs-page .faqs-area .faqs-popular li a:hover {
  color: #46C3E8;
}

.main-header {
  position: relative;
  z-index: 99;
  margin: 0 0 -25px;
}
.main-header .top-bar {
  background: #011039;
  padding: 15px 0;
  font-size: 12px;
  line-height: 14px;
}
.main-header .top-bar a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
}
.main-header .top-bar a:hover {
  opacity: 0.8;
}
.main-header .top-bar .top-contact p {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 400;
}
.main-header .top-bar .top-links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
  display: flex;
  align-items: center;
}
.main-header .top-bar .top-links li {
  display: flex;
  align-items: center;
}
.main-header .bott-bar {
  padding: 25px 0 0;
}
.main-header .bott-bar .info-detail ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-header .bott-bar .info-detail ul li {
  width: 45%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header .bott-bar .info-detail ul li .img-hold {
  width: 40px;
}
.main-header .bott-bar .info-detail ul li .t-detail {
  width: 80%;
  padding: 0 0 0 5px;
}
.main-header .bott-bar .info-detail ul li .t-detail a {
  display: block;
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #000;
}
.main-header .bott-bar .info-detail ul li .t-detail a:last-child {
  margin: 0;
}
.main-header .bott-bar .btn-bar {
  text-align: right;
}
.main-header .bott-bar .btn-bar .rq-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.main-header .bott-bar .btn-bar .rq-btn:hover {
  transform: scale(1.05);
}
.main-header .bott-bar .btn-bar .rq-btn:focus {
  box-shadow: none;
  outline: none;
}
.main-header .bott-bar .navbar {
  background: #011039;
  padding: 12px 12px;
  border-radius: 10px 10px;
  justify-content: center;
}
.main-header .bott-bar .navbar .navbar-nav .nav-item {
  margin: 0 30px 0 0;
}
.main-header .bott-bar .navbar .navbar-nav .nav-item:last-child {
  margin: 0;
}
.main-header .bott-bar .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  padding: 7px 15px;
}
.main-header .bott-bar .navbar .navbar-nav .nav-item .nav-link:hover {
  background: #46C3E8;
  border-radius: 15px 15px;
}
.main-header .bott-bar .navbar .navbar-nav .nav-item .nav-link.active {
  background: #46C3E8;
  border-radius: 15px 15px;
}

#footer {
  background: #011039;
  padding: 10rem 0 0;
  margin: -6rem 0 0;
}
#footer .top-bar {
  padding: 0 0 3rem;
  border-bottom: 1px solid #505050;
}
#footer .top-bar .f-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#footer .top-bar .f-nav ul li {
  margin: 0 20px 0 0;
}
#footer .top-bar .f-nav ul li:last-child {
  margin: 0;
}
#footer .top-bar .f-nav ul li a {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
}
#footer .bott-bar {
  padding: 2rem 0;
}
#footer .bott-bar p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
}
#footer .bott-bar .f-links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#footer .bott-bar .f-links li {
  display: flex;
  align-items: center;
}

.hero-section {
  margin: -25px 0 0;
}
.hero-section .hero-slider .slick-slide {
  position: relative;
}
.hero-section .hero-slider .slick-slide .img-hold img {
  width: 100%;
}
.hero-section .hero-slider .slick-slide .text-hold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
  text-align: center;
}
.hero-section .hero-slider .slick-slide .text-hold h2 {
  font-size: 32px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
.hero-section .hero-slider .slick-slide .text-hold h2 span {
  color: #46C3E8;
}
.hero-section .hero-slider .slick-slide .text-hold p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 40px;
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .au-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .au-btn:hover {
  transform: scale(1.05);
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .au-btn:focus {
  box-shadow: none;
  outline: none;
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .au-btn {
  background: #46C3E8;
  color: #fff;
  min-width: 160px;
  padding: 13px 15px;
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .ser-btn {
  background: #011039;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px 50px;
  transition: all 0.3s ease-in-out;
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .ser-btn:hover {
  transform: scale(1.05);
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .ser-btn:focus {
  box-shadow: none;
  outline: none;
}
.hero-section .hero-slider .slick-slide .text-hold .btn-bar ul li .ser-btn {
  color: #000;
  background: #fff;
  min-width: 160px;
  padding: 13px 15px;
}

.solution-slider-section {
  overflow: hidden;
  margin: 0 0 40px;
  padding: 40px 0;
}
.solution-slider-section .solution-slider .slick-list {
  overflow: visible;
}
.solution-slider-section .solution-slider .slick-track {
  display: flex;
  align-items: center;
}
.solution-slider-section .solution-slider .slick-slide {
  height: auto;
  padding: 0;
}
.solution-slider-section .solution-slider .slick-slide > div {
  height: 100%;
}
.solution-slider-section .solution-slider .solution-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  transition: all 0.5s ease;
}
.solution-slider-section .solution-slider .solution-card {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: height 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}
.solution-slider-section .solution-slider .solution-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 2;
  pointer-events: none;
}
.solution-slider-section .solution-slider .solution-card__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 30px 35px;
  color: #fff;
}
.solution-slider-section .solution-slider .solution-card__content h3 {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #32c7f4;
}
.solution-slider-section .solution-slider .solution-card__content p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}
.solution-slider-section .solution-slider .slick-center .solution-slide {
  height: 250px;
}
.solution-slider-section .solution-slider .slick-center .solution-card {
  height: 250px;
  transform: scale(1.02);
  position: relative;
  z-index: 99;
}
.solution-slider-section .solution-slider .slick-center .solution-card::before {
  background: rgba(3, 15, 45, 0.48);
}
.solution-slider-section .solution-slider .slick-center .solution-card__content {
  padding: 40px 45px;
}
.solution-slider-section .solution-slider .slick-center .solution-card__content h3 {
  font-size: 16px;
  line-height: 18px;
}
.solution-slider-section .solution-slider .slick-center .solution-card__content p {
  font-size: 14px;
  line-height: 18px;
}
.solution-slider-section .solution-slider .slick-center .solution-card::after {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.logo-slider .slick-slide {
  margin: 0 10px 0 0;
}
.logo-slider .slick-slide .img-hold {
  background: rgba(1, 161, 180, 0.1490196078);
  padding: 15px 30px;
  border-radius: 15px 15px;
  display: flex;
  justify-content: center;
  height: 70px;
}
.logo-slider .slick-slide .img-hold img {
  width: auto;
}
.logo-slider .slick-prev:before, .logo-slider .slick-next:before {
  display: none;
}
.logo-slider .slick-prev {
  left: 35px;
  background: url("/assets/images/icon26.png") no-repeat center center;
  z-index: 9;
}
.logo-slider .slick-prev:hover {
  background: url("/assets/images/icon26.png") no-repeat center center;
}
.logo-slider .slick-prev:focus {
  background: url("/assets/images/icon26.png") no-repeat center center;
}
.logo-slider .slick-next {
  right: 35px;
  background: url("/assets/images/icon25.png") no-repeat center center;
  z-index: 9;
}
.logo-slider .slick-next:hover {
  background: url("/assets/images/icon25.png") no-repeat center center;
}
.logo-slider .slick-next:focus {
  background: url("/assets/images/icon25.png") no-repeat center center;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.testimonial-slider .slick-list .slick-track .slick-slide {
  height: inherit;
  padding: 0;
}
.testimonial-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item {
  padding: 0 7px;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap {
  transition: all 0.45s ease;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box {
  padding: 25px 25px;
  box-shadow: 1.16px 2.32px 4.65px 2.32px rgba(0, 0, 0, 0.05);
  border-radius: 12px 12px;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .img-hold {
  margin: 0 0 10px;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .rt-bar h3 {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .rt-bar p {
  font-size: 12px;
  line-height: 18px;
  color: #011039;
  font-weight: 400;
  text-align: left;
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 1px solid #EBEBEB;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .test-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .test-box.img-hold {
  width: 50px;
  margin: 0;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .test-box .t-bar {
  width: 75%;
  padding: 0 0 0 12px;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .test-box .t-bar h4 {
  font-size: 13px;
  line-height: 15px;
  color: #011039;
  margin: 0 0 5px;
  font-weight: 700;
}
.testimonial-slider .slick-list .slick-track .slick-slide.item .card-wrap .box .test-box .t-bar p {
  font-size: 13px;
  line-height: 15px;
  color: #011039;
  font-weight: 400;
}
.testimonial-slider .center-1,
.testimonial-slider .center-2 {
  opacity: 1;
  z-index: 10;
}
.testimonial-slider .center-1 .box,
.testimonial-slider .center-2 .box {
  border: 2px solid #19B8F8;
}
.testimonial-slider .slider-prev,
.testimonial-slider .slider-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1490196078);
}
.testimonial-slider .slider-prev i,
.testimonial-slider .slider-next i {
  font-size: 40px;
}
.testimonial-slider .slider-prev:hover,
.testimonial-slider .slider-next:hover {
  background: #46c3e8;
  color: #fff;
}
.testimonial-slider .slider-prev {
  left: -60px;
}
.testimonial-slider .slider-next {
  right: -60px;
}

/*# sourceMappingURL=main.css.map */
