* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  font-family: "Figtree", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 4em 0;
}

.section-title {
  margin-bottom: 3em;
}
.section-title h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: center;
}
.section-title h2 span {
  color: #4799a9;
}
.section-title p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
  text-align: center;
}

@media (max-width: 991.98px) {
  .mobile-nav-header {
    display: block !important;
  }
  .main-wrapped-header {
    display: none !important;
  }
  .order-by {
    order: 1;
  }
  .space__bottom_tab__1m {
    margin-bottom: 1em;
  }
  .space-line-flow {
    margin: 2em 0;
    border-bottom: 1px solid rgba(78, 78, 78, 0.0784313725);
  }
}
@media (max-width: 767.98px) {
  .order-by {
    order: 1;
  }
  .sm-padding {
    padding: 2em 0;
  }
}
/* Large Device CSS */
@media screen and (min-width: 1200px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1520px;
    max-width: 100%;
  }
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}
.navbar-light .navbar-toggler {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.navbar-light .navbar-toggler :focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.logo {
  max-width: 8em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-nav-center {
  padding: 0.5em 0;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}

.header-nav-center .dropdown-toggle::after {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 128 128" ><path d="M64 88a3.988 3.988 0 01-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0164 88z"></path></svg>');
  border: none !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 12px;
  height: 23px;
}
.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
  flex-wrap: wrap;
}
.header-nav-center .navbar .nav-item .nav-link {
  font-size: 1em;
  font-weight: 400;
  text-transform: capitalize;
  color: #192c33;
  opacity: 1;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
  text-wrap: nowrap;
}
.header-nav-center .navbar .nav-item .nav-link:hover {
  color: #192c33;
  opacity: 1;
}
.header-nav-center .navbar .nav-item .header__btn {
  background: #4799a9;
  padding: 0.4em !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0em;
  font-size: 0.95em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.header-nav-center .navbar .nav-item .header__btn .action__info {
  background: #ffffff;
  color: #000000;
  padding: 0.4em 1.2em;
  border-radius: 4px;
  display: inline-block;
  transition: all 500ms ease-in-out;
}
.header-nav-center .navbar .nav-item .header__btn .action__icons {
  padding: 0.4em;
  border-radius: 8px;
  transition: all 500ms ease-in-out;
}
.header-nav-center .navbar .nav-item .header__btn:hover .action__info {
  background: transparent;
  color: #ffffff;
}
.header-nav-center .navbar .nav-item .header__btn:hover .action__icons {
  background: #ffffff;
}
.header-nav-center .navbar .nav-item .header__btn:hover .action__icons svg {
  fill: #4799a9;
}

.large-dropdown-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  padding: 0.3em;
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
}
.header-dropdown .dropdown-menu .nav-head {
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #4799a9;
  padding: 0em 1.2em !important;
}
.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.8em 1.2em !important;
  font-size: 0.9em;
  font-weight: 400;
  color: #192c33;
  border-radius: 0 !important;
}
.header-dropdown .dropdown-menu .dropdown-item :hover {
  color: #017AFF;
}

.navbar-brand h4 {
  color: #192c33;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  /* Moblie Nav Style  */
}

.mobile-nav-header {
  display: none;
}

.section__x {
  position: relative;
  z-index: 1;
}

.hero__wrapped {
  background: url(../../img/shape/box-shape.png) #ffffff no-repeat center;
  background-attachment: fixed;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0em;
  padding-top: 2em;
}
.hero__wrapped::after {
  content: "";
  background: linear-gradient(0deg, #ffffff, transparent);
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.hero__wrapped .hero__info {
  padding-bottom: 3em;
}
@media (max-width: 767.98px) {
  .hero__wrapped .hero__info {
    padding-bottom: 1em;
  }
}
@media (max-width: 991.98px) {
  .hero__wrapped .hero__info {
    padding-bottom: 1em;
  }
}
.hero__wrapped .hero__info h1 {
  font-size: 5.5em;
  font-weight: 800;
  margin-bottom: 0;
  color: #192c33;
}
@media (max-width: 767.98px) {
  .hero__wrapped .hero__info h1 {
    font-size: 2em;
  }
}
@media (max-width: 991.98px) {
  .hero__wrapped .hero__info h1 {
    font-size: 3.5em;
  }
}
.hero__wrapped .hero__info h1 span {
  color: #4799a9;
  font-style: italic;
}
.hero__wrapped .hero__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
.hero__wrapped .hero__info h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #4799a9;
}
.hero__wrapped .hero__fact {
  display: flex;
  flex-direction: column;
  gap: 1em;
  gap: 1em;
  margin-left: 2em;
}
@media (max-width: 767.98px) {
  .hero__wrapped .hero__fact {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .hero__wrapped .hero__fact {
    margin-left: 0;
  }
}
.hero__wrapped .hero__fact .hero__fact__card {
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 1em;
}
.hero__wrapped .hero__fact .hero__fact__card .fact__card__avater {
  background: #ffffff;
  padding: 0.4em;
  border-radius: 4px;
}
.hero__wrapped .hero__fact .hero__fact__card .fact__card__avater .fact__card__img {
  width: 3em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__wrapped .hero__fact .hero__fact__card .fact__card__info h3 {
  font-size: 1.1em;
  margin-bottom: 0em;
  font-weight: 600;
  color: #192c33;
  line-height: 1.4;
  text-align: left;
}
.hero__wrapped .hero__fact .hero__fact__card .fact__card__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
@media (max-width: 991.98px) {
  .hero__wrapped .hero__avater {
    text-align: center;
    margin-top: 1em;
  }
}
.hero__wrapped .hero__avater .hero__avater__img {
  width: 25em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .hero__wrapped .hero__avater .hero__avater__img .hero__avater__img {
    width: 100%;
  }
}
.hero__wrapped .hero__trusted {
  margin-top: 3em;
  padding: 1.5em;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 767.98px) {
  .hero__wrapped .hero__trusted {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 991.98px) {
  .hero__wrapped .hero__trusted {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.hero__wrapped .hero__trusted .hero__trusted__icons .hero__trusted__img {
  width: 5em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__wrapped .hero__trusted .hero__trusted__info p {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
  color: #192c33;
}
.hero__wrapped .hero__trusted .hero__trusted__info p span {
  color: #4799a9 !important;
  font-style: italic;
}

.hero__info__action {
  margin-top: 1.5em;
}
.hero__info__action a {
  background: #4799a9;
  padding: 0.4em;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0em;
  font-size: 0.95em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 2000ms ease-in-out;
}
.hero__info__action a .action__info {
  background: #ffffff;
  color: #000000;
  padding: 0.4em 1.2em;
  border-radius: 4px;
  display: inline-block;
  transition: all 500ms ease-in-out;
}
.hero__info__action a .action__icons {
  border-radius: 8px;
  padding: 0.4em;
  transition: all 500ms ease-in-out;
}
.hero__info__action a:hover .action__info {
  background: transparent;
  color: #ffffff;
}
.hero__info__action a:hover .action__icons {
  background: #ffffff;
}
.hero__info__action a:hover .action__icons svg {
  fill: #4799a9;
}

.partner__wrapped .partner__titles {
  margin-bottom: 3em;
}
.partner__wrapped .partner__titles h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .partner__wrapped .partner__titles h2 {
    color: #192c33;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center;
  }
}
.partner__wrapped .partner__titles h2 span {
  color: #4799a9;
  font-style: italic;
}
.partner__wrapped .partner__titles p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: center;
}
.partner__wrapped .partner__silder {
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  padding: 1em;
  background: #ffffff;
}
.partner__wrapped .partner__silder .partner__logo {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__frame .about__titles h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .about__frame .about__titles h2 {
    color: #192c33;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center;
  }
}
.about__frame .about__titles h2 span {
  color: #4799a9;
  font-style: italic;
}
.about__frame .about__titles p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .about__frame .about__titles p {
    font-size: 0.95em;
    margin-bottom: 0;
    font-weight: 400;
    color: #192c33;
    line-height: 2;
    text-align: center;
  }
}
.about__frame .about__card__frame {
  margin-top: 3em;
}
.about__frame .about__card__frame .about__card {
  background: #ffffff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  min-height: 100%;
}
@media (max-width: 767.98px) {
  .about__frame .about__card__frame .about__card {
    min-height: unset;
    margin-bottom: 1em;
  }
}
.about__frame .about__card__frame .about__card .about__card__info h3 {
  font-size: 1.1em;
  margin-bottom: 0em;
  font-weight: 600;
  color: #192c33;
  line-height: 1.4;
  text-align: center;
}
.about__frame .about__card__frame .about__card .about__card__icons {
  text-align: center;
}
.about__frame .about__card__frame .about__card .about__card__icons .about__card__img {
  width: 16em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.smart__card__wrapped .smart__titles h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #4799a9;
  text-align: center;
}
.smart__card__wrapped .smart__titles h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .smart__card__wrapped .smart__titles h2 {
    color: #192c33;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center;
  }
}
.smart__card__wrapped .smart__titles h2 span {
  color: #4799a9;
  font-style: italic;
}
.smart__card__wrapped .smart__titles p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: center;
}
.smart__card__wrapped .smart__list__frame {
  margin-top: 3em;
}
@media (max-width: 767.98px) {
  .smart__card__wrapped .smart__list__frame {
    margin-top: 1em;
  }
}
.smart__card__wrapped .smart__list__frame .smart__list__card {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em;
}
.smart__card__wrapped .smart__list__frame .smart__list__card h4 {
  font-size: 1em;
  margin-bottom: 0em;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
}
.smart__card__wrapped .smart__list__frame .benefit__card__frame {
  margin-top: 3em;
}
.smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card {
  display: grid;
  grid-template-columns: 250px auto;
  align-items: center;
  border: 1px solid #f4f4f4;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  background: #f1f9fa;
}
@media (max-width: 767.98px) {
  .smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card {
    display: flex;
    flex-direction: column;
    padding: 1em;
  }
}
.smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card .benefit__avater .benefit__avater__img {
  width: 14em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card .benefit__info {
  padding: 1em;
}
.smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card .benefit__info h3 {
  font-size: 1.1em;
  margin-bottom: 0em;
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767.98px) {
  .smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card .benefit__info h3 {
    text-align: center;
  }
}
.smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card .benefit__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .smart__card__wrapped .smart__list__frame .benefit__card__frame .benefit__card .benefit__info p {
    text-align: center;
  }
}

.payment__wrapped .payemnt__frame {
  background: #4799a9;
  padding: 2em;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .payment__wrapped .payemnt__frame {
    padding: 1em;
  }
}
.payment__wrapped .payemnt__frame .paymnet__titles {
  margin-bottom: 3em;
}
@media (max-width: 767.98px) {
  .payment__wrapped .payemnt__frame .paymnet__titles {
    margin-bottom: 1em;
  }
}
.payment__wrapped .payemnt__frame .paymnet__titles h2 {
  color: #ffffff;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .payment__wrapped .payemnt__frame .paymnet__titles h2 {
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center;
  }
}
.payment__wrapped .payemnt__frame .payment__card {
  padding: 2em;
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  gap: 1em;
}
@media (max-width: 767.98px) {
  .payment__wrapped .payemnt__frame .payment__card {
    padding: 1em;
  }
}
@media (max-width: 991.98px) {
  .payment__wrapped .payemnt__frame .payment__card {
    padding: 1em;
  }
}
.payment__wrapped .payemnt__frame .payment__card .payment__card__icons .payment__card__img {
  width: 4em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.payment__wrapped .payemnt__frame .payment__card .payment__card__info h3 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  text-align: left;
}
.payment__wrapped .payemnt__frame .payment__card .payment__card__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
  line-height: 2;
  text-align: left;
  opacity: 0.8;
}

.faq__wrapped .faq__accordian {
  margin-left: 3em;
}
@media (max-width: 767.98px) {
  .faq__wrapped .faq__accordian {
    margin-left: 0em;
  }
}
@media (max-width: 991.98px) {
  .faq__wrapped .faq__accordian {
    margin-left: 0em;
  }
}
.faq__wrapped .faq__accordian .accordion-item {
  border: 1px solid #f4f4f4 !important;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 1em;
}
.faq__wrapped .faq__accordian .accordion-item:last-child {
  margin-bottom: 0;
}
.faq__wrapped .faq__accordian .accordion-item .accordion-button {
  padding: 1.5em;
  font-size: 0.55em;
  font-weight: 500;
}
.faq__wrapped .faq__accordian .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" enableBackground="new 0 0 512 512" viewBox="0 0 24 24" fill="%23000"><path d="M16 14.586l-9-9L5.586 7l9 9H7v2h11V7h-2z" data-original="%23000000"></path></svg>') !important;
  background-repeat: no-repeat;
  transform: rotate(315deg);
  transition: unset;
}
.faq__wrapped .faq__accordian .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.faq__wrapped .faq__accordian .accordion-item .accordion-button .accordion__icons {
  background: #ffffff;
  padding: 0.5em;
  border-radius: 50%;
}
.faq__wrapped .faq__accordian .accordion-item .accordion-button .collapsed {
  background-color: transparent;
  box-shadow: unset !important;
}
.faq__wrapped .faq__accordian .accordion-item :not(.collapsed) {
  background-color: #f4f4f4;
  box-shadow: unset !important;
}
.faq__wrapped .faq__accordian .accordion-item :focus {
  box-shadow: unset !important;
}
.faq__wrapped .faq__accordian .accordion-item .accordion-body {
  padding-top: 0 !important;
  padding: 1.5em;
}
.faq__wrapped .faq__accordian .accordion-item .accordion-body p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
.faq__wrapped .faq__accordian .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.faq__wrapped .faq__info h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .faq__wrapped .faq__info h2 {
    color: #192c33;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center;
  }
}
.faq__wrapped .faq__info h2 span {
  color: #4799a9;
  font-style: italic;
}
.faq__wrapped .faq__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .faq__wrapped .faq__info p {
    font-size: 0.95em;
    margin-bottom: 0;
    font-weight: 400;
    color: #192c33;
    line-height: 2;
    text-align: center;
  }
}
.faq__wrapped .faq__info .faq__info__avater {
  text-align: center;
  margin-top: 1.5em;
}
@media (max-width: 767.98px) {
  .faq__wrapped .faq__info .faq__info__avater {
    margin-bottom: 1em;
  }
}
@media (max-width: 991.98px) {
  .faq__wrapped .faq__info .faq__info__avater {
    margin-bottom: 1em;
  }
}
.faq__wrapped .faq__info .faq__info__avater .faq__info__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.line__shape {
  max-width: 1531px;
  height: 100vh;
  position: fixed;
  left: 45%;
  top: -20px;
  justify-content: space-between;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 0;
}
.line__shape span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: #f0f0f0;
}
.line__shape span::after {
  animation: dscroll 5s linear infinite;
  width: 2px;
  height: 24px;
  bottom: 0;
}
.line__shape span::after, .line__shape span::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  background: #4799a9;
  box-shadow: 0 8px 24px rgba(228, 235, 242, 0.2);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}
.line__shape span:nth-last-child(2)::after {
  animation: dscroll 6s linear infinite;
}

@keyframes dscroll {
  100% {
    transform: translateY(100vh);
  }
}
.shape__line {
  margin-bottom: 1.5em;
  border: 1px solid #1b1b1b;
}

.layout__space {
  margin: 2em 0;
  border-bottom: 1px solid #f4f4f4;
}

.gray__back {
  background: #efefef;
}

.space__outside {
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .space__outside {
    margin-left: 0em;
  }
}

.header__btn {
  background: #4799a9;
  padding: 0.4em;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0em;
  font-size: 0.95em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.header__btn .action__info {
  background: #ffffff;
  color: #000000;
  padding: 0.4em 1.2em;
  border-radius: 4px;
  display: inline-block;
}

footer {
  background: #000000;
  padding-top: 4em;
}
footer .footer__frame {
  background: #ffffff;
  padding: 2em;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  footer .footer__frame {
    margin-bottom: 2em;
  }
}
@media (max-width: 991.98px) {
  footer .footer__frame {
    margin-bottom: 2em;
  }
}
footer .footer__frame .footer__logo {
  margin-bottom: 1em;
}
footer .footer__frame .footer__info {
  margin-bottom: 1em;
}
footer .footer__frame .footer__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
footer .footer__frame .footer__certificate .footer__certificate__titles h3 {
  font-size: 1.3em;
  margin-bottom: 0.4em;
  font-weight: 700;
  color: #192c33;
  line-height: 1.4;
  text-align: left;
}
footer .footer__frame .footer__certificate .footer__certificate__titles p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
footer .footer__frame .footer__certificate .footer__certificate__avater {
  margin-top: 0.5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
footer .footer__frame .footer__certificate .footer__certificate__avater .footer__certifi__img {
  width: 10em;
  height: 5em;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
footer .footer__link__frame .footer__link__titles h4 {
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}
footer .footer__link__frame .footer__link__list ul, footer .footer__link__frame .footer__link__address ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
footer .footer__link__frame .footer__link__list ul li a, footer .footer__link__frame .footer__link__address ul li a {
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
}
footer .footer__link__frame .footer__media__list ul {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
footer .footer__link__frame .footer__media__list ul li:nth-child(3) .footer__media__img {
  filter: contrast(0.5);
}
footer .footer__link__frame .footer__media__list ul li .footer__media__img {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
footer .footer__term__links ul {
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: end;
}
footer .footer__term__links ul li {
  position: relative;
}
footer .footer__term__links ul li::after {
  content: "|";
  position: absolute;
  right: -20px;
  display: inline-block;
  color: #ffffff;
  opacity: 0.8;
}
footer .footer__term__links ul li:last-child::after {
  display: none;
}
footer .footer__term__links ul li a {
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
}

.services__wrapped {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0em;
  padding-top: 2em;
}
.services__wrapped::after {
  content: "";
  background: linear-gradient(0deg, #ffffff, transparent);
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .services__wrapped::after {
    height: 70px;
  }
}
.services__wrapped .services__frame .services__info {
  padding-bottom: 3em;
}
.services__wrapped .services__frame .services__info h2 {
  font-size: 3.6em;
  font-weight: 800;
  margin-bottom: 0.3em;
  color: #192c33;
}
@media (max-width: 767.98px) {
  .services__wrapped .services__frame .services__info h2 {
    font-size: 2em;
  }
}
.services__wrapped .services__frame .services__info h2 span {
  color: #4799a9;
  font-style: italic;
}
.services__wrapped .services__frame .services__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
.services__wrapped .services__frame .services__info h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: #4799a9;
}

.company__wrapped {
  overflow: hidden;
  background: url(../../img/company/company-banner.jpg) #ffffff no-repeat top;
  min-height: 599px;
  position: relative;
}
.company__wrapped .company__frame {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .company__wrapped .company__frame {
    position: relative;
  }
}
.company__wrapped .company__frame .company__info {
  background: #ffffff;
  padding: 3em;
  border-top-left-radius: 12px;
}
@media (max-width: 767.98px) {
  .company__wrapped .company__frame .company__info {
    padding: 1em;
    border-radius: 12px;
  }
}
.company__wrapped .company__frame .company__info h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .company__wrapped .company__frame .company__info h2 {
    color: #192c33;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: left;
  }
}
.company__wrapped .company__frame .company__info span {
  color: #4799a9;
  font-style: italic;
}
.company__wrapped .company__frame .company__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}

.grid__card__wrapped .grid__titles {
  margin-bottom: 3em;
}
.grid__card__wrapped .grid__titles h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .grid__card__wrapped .grid__titles h2 {
    color: #192c33;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: left;
  }
}
.grid__card__wrapped .grid__titles h2 span {
  color: #4799a9;
  font-style: italic;
}
.grid__card__wrapped .grid__titles p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
.grid__card__wrapped .grid__card {
  padding: 4em 2em;
  height: 100%;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
@media (max-width: 767.98px) {
  .grid__card__wrapped .grid__card {
    padding: 2em;
  }
}
@media (max-width: 991.98px) {
  .grid__card__wrapped .grid__card {
    padding: 2em;
  }
}
.grid__card__wrapped .grid__card .grid__card__info h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #192c33;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.grid__card__wrapped .grid__card .grid__card__info h3::after {
  content: " ";
  width: 50%;
  height: 2px;
  background: #4799a9;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left;
  transition: all 2s ease;
}
.grid__card__wrapped .grid__card .grid__card__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
.grid__card__wrapped .grid__card .grid__card__icons .grid__img {
  width: 5em;
  height: 5em;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0.8;
}
.grid__card__wrapped .grid__card:hover .grid__card__info h3::after {
  transform: scale(1);
}
.grid__card__wrapped .grid__card .grid__card__count {
  font-size: 6em;
  font-weight: 700;
  position: absolute;
  right: 15%;
  top: 0;
  background: #efefef;
  -webkit-background-clip: text;
  color: #fff;
  -webkit-text-stroke: 3px transparent;
}

.company__layout__wrappped .company__layout__info h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .company__layout__wrappped .company__layout__info h2 {
    color: #192c33;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: left;
  }
}
.company__layout__wrappped .company__layout__info h2 span {
  color: #4799a9;
  font-style: italic;
}
.company__layout__wrappped .company__layout__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
.company__layout__wrappped .company__layout__info h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: #4799a9;
}
@media (max-width: 767.98px) {
  .company__layout__wrappped .company__layout__info .layout__list {
    margin-bottom: 2em;
  }
}
@media (max-width: 991.98px) {
  .company__layout__wrappped .company__layout__info .layout__list {
    margin-bottom: 2em;
  }
}
.company__layout__wrappped .company__layout__info .layout__list ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.company__layout__wrappped .company__layout__info .layout__list ul .smart__list__card {
  display: flex;
  align-items: center;
  gap: 1em;
}
.company__layout__wrappped .company__layout__info .layout__list ul .smart__list__card h4 {
  font-size: 1em;
  margin-bottom: 0em;
  font-weight: 400;
  color: #192c33;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .company__layout__wrappped .company__avater {
    margin-top: 2em;
  }
}
@media (max-width: 991.98px) {
  .company__layout__wrappped .company__avater {
    margin-top: 2em;
  }
}
.company__layout__wrappped .company__avater .company__avater__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
}

.dash__grid__wrapped .dash__grid__titles {
  margin-bottom: 3em;
}
.dash__grid__wrapped .dash__grid__titles h2 {
  color: #192c33;
  font-size: 2.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: center;
}
.dash__grid__wrapped .dash__grid__titles h2 span {
  color: #4799a9;
  font-style: italic;
}
.dash__grid__wrapped .dash__grid__titles p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: center;
}
.dash__grid__wrapped .dash__grid__titles h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.2em;
  color: #4799a9;
  text-align: center;
}
.dash__grid__wrapped .dash__grid__card {
  padding: 2em;
  border-radius: 12px;
  border: 1px solid #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 3em;
  justify-content: space-between;
  height: 100%;
}
.dash__grid__wrapped .dash__grid__card .dash__info h3 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #192c33;
  line-height: 1.4;
  text-align: center;
}
.dash__grid__wrapped .dash__grid__card .dash__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: center;
}
.dash__grid__wrapped .dash__grid__card .dash__avater {
  text-align: center;
}
.dash__grid__wrapped .dash__grid__card .dash__avater .dash__img {
  width: 20em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto;
}

.landing__page .service__page_nav .header-nav-center {
  background: #000000;
  border-bottom: 0.8px solid #2e2e2e;
}
.landing__page .service__page_nav .header-nav-center .nav-item .nav-link {
  font-size: 1em;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  opacity: 1;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
  text-wrap: nowrap;
}
.landing__page .service__page_nav .header-nav-center .nav-item .nav-link:hover {
  color: #ffffff;
  opacity: 1;
}

.service__page {
  background: url(../../img/service/service-main.jpg) #ffffff no-repeat center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0em;
}
@media (max-width: 767.98px) {
  .service__page {
    display: none;
  }
}
.service__page .service__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0em;
  flex-direction: column;
}
.service__page .service__info h1 {
  font-size: 7.5em;
  font-weight: 500;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .service__page .service__info h1 {
    font-size: 3em;
  }
}
.service__page .service__info .service__sec__route {
  display: flex;
  align-items: center;
  gap: 2em;
}
.service__page .service__info .service__sec__route span {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

.about__img__sec {
  text-align: right;
  position: relative;
  margin-top: -5em;
  z-index: 999;
}
.about__img__sec .about__img {
  width: 80%;
  height: 40em;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.about__company__sec .about__company_info {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.about__company__sec .about__company_info h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  text-align: left;
}
.about__company__sec .about__company_info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}

.company__vision__sec {
  background: #F6F7F9;
}
.company__vision__sec .company__vision__info h2 {
  font-size: 7em;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.company__vision__sec .company__vision__info h3 {
  font-size: 1.1em;
  margin-bottom: 0em;
  font-weight: 600;
  color: #192c33;
  line-height: 1.4;
  text-align: left;
}
.company__vision__sec .company__vision__info p {
  font-size: 0.95em;
  margin-bottom: 0;
  font-weight: 400;
  color: #192c33;
  line-height: 2;
  text-align: left;
}
.company__vision__sec .company__vision__img {
  width: 100%;
}
.company__vision__sec .company__vision__img .vision__img {
  width: 25em;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company__vision__sec .company__vision__card:nth-child(2) {
  display: none;
}
.company__vision__sec .company__vision__card-1 {
  padding: 2em;
}
.company__vision__sec .company__vision__card-1 h2 {
  margin-bottom: 0.3em;
}
.company__vision__sec .company__vision__card-1 p {
  margin-bottom: 4em;
}
.company__vision__sec .company__vision__card-2 {
  padding: 2em;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.company__vision__sec .company__vision__card-2 .company__vision__img {
  margin-bottom: 4em;
}/*# sourceMappingURL=style.css.map */