/* variables css */
/* for common fonts */
/* mixins */
html {
  font-size: 10px;
}
@media (min-width: 1921px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 1920.98px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1399.98px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1199.98px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 8px;
  }
}

html {
	margin-top: 0 !important;
}

input:focus,
select:focus,
.form-control:focus,
button:focus,
.btn:focus {
  box-shadow: none;
  outline: none;
  border-color: inherit;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
  text-transform: inherit;
}

body {
  background-color: #ffffff;
  font-family: "poppins-medium";
  font-size: 1.6rem;
  font-weight: 400;
  color: #161414;
  padding-top: 14.9rem;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 13.3rem;
  }
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  transition: all 0.3s linear;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

@media (max-width: 991.98px) {
  .py-80 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pt-80 {
    padding-top: 6rem;
  }
  .pb-80 {
    padding-bottom: 6rem;
  }
  .py-100 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .py-120 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pt-120 {
    padding-top: 8rem;
  }
  .pb-120 {
    padding-bottom: 8rem;
  }
}
.sec-ttl {
  padding-bottom: 6.4rem;
}
.sec-ttl h2 {
  line-height: 1.32;
  padding-bottom: 1.6rem;
}
.sec-ttl p {
  font: 400 2.2rem/1.36 "poppins-regular";
  max-width: 81rem;
  margin: auto;
}

.sort-banner-wrapper {
  background-attachment: fixed;
  background-size: cover;
}
.sort-banner-wrapper .sort-banner ul {
  padding-top: 1.4rem;
  color: #1F284F;
}
.sort-banner-wrapper .sort-banner ul li {
  padding-right: 3rem;
  position: relative;
}
.sort-banner-wrapper .sort-banner ul li a {
  color: #000000;
}
.sort-banner-wrapper .sort-banner ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/down.svg");
  background-size: cover;
  transform: translateY(-50%) rotate(-90deg);
}
.sort-banner-wrapper .sort-banner ul li:first-child {
  list-style-type: none;
}
.sort-banner-wrapper .sort-banner ul li:last-child {
  padding-right: 0;
}
.sort-banner-wrapper .sort-banner ul li:last-child::after {
  display: none;
}
.sort-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.ttl-banner-wrapper {
  padding: 2rem 0;
  background-color: #1F284F;
  box-shadow: 0px 7px 0px 0px #DC5F5F;
}
.ttl-banner-wrapper .ttl-banner .banner-dtl h2 {
  font-family: "poppins-medium";
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  padding-bottom: 1rem;
}
.ttl-banner-wrapper .ttl-banner .banner-dtl ul {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #ffffff;
  gap: 0 5.4rem;
}
.ttl-banner-wrapper .ttl-banner .banner-dtl ul li {
  position: relative;
}
.ttl-banner-wrapper .ttl-banner .banner-dtl ul li a:hover {
  color: #DC5F5F;
}
.ttl-banner-wrapper .ttl-banner .banner-dtl ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.9rem;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  background-image: url("../images/arrow-circle-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.ttl-banner-wrapper .ttl-banner .banner-dtl ul li:last-child::after {
  display: none;
}
.ttl-banner-wrapper .ttl-banner .contact-info .icon {
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  background-color: #DC5F5F;
  border-radius: 100%;
}
.ttl-banner-wrapper .ttl-banner .contact-info .icon img {
  width: 2.4rem;
  height: 2.4rem;
  filter: brightness(0);
}
.ttl-banner-wrapper .ttl-banner .contact-info .contact-dtl h5 {
  color: #ffffff;
}
.ttl-banner-wrapper .ttl-banner .contact-info .contact-dtl p {
  line-height: 1.5;
  color: #ffffff;
}
.ttl-banner-wrapper .ttl-banner .contact-info .contact-dtl p a:hover {
  color: #DC5F5F;
}
.ttl-banner-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 61%;
  width: 17rem;
  height: 10rem;
  transform: translateX(-50%);
  background-image: url("../images/wizard-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 575.98px) {
  .ttl-banner-wrapper {
    padding: 3rem 0;
  }
  .ttl-banner-wrapper .ttl-banner .banner-dtl h3 {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .container, .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/*  buttons start  */
.theme-btn {
  font: 700 1.6rem/1.5 "poppins-bold";
  color: #ffffff;
  padding: 1.6rem 3.4rem;
  display: inline-block;
  background-color: #DC5F5F;
  border: none;
  border-radius: 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.theme-btn:hover {
  background-color: #ad2d2d;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .theme-btn {
    font-size: 1.8rem;
  }
  .theme-btn::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}

/* common css */
label {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}

.wpcf7-form-control {
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  padding: 1.4rem 2rem;
  border: 1px solid #D0D5DD;
  color: #000000;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.wpcf7-form-control::-moz-placeholder {
  color: #707070;
}

.wpcf7-form-control::placeholder {
  color: #707070;
}
textarea {
  min-height: 11rem;
}

.wpcf7-submit {
  font-family: "poppins-semibold";
  font-weight: 600;
  letter-spacing: 1px;
  width: auto;
  padding: 0;
  border: none;
  color: inherit;
  background-color: transparent;
}

form .form .theme-btn {
  width: 100%;
  text-align: center;
}

/* form css */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.6rem 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
header .main-header {
  max-width: 120rem;
  margin: auto;
}
header .main-header .logo img {
  width: 15rem;
}
header .main-header .navbar .navbar-nav .nav {
  gap: 1.4rem 3.2rem;
}
header .main-header .navbar .navbar-nav .nav .nav-item .nav-link {
  padding: 0;
  color: #161414;
}
header .main-header .navbar .navbar-nav .nav .nav-item .nav-link:hover {
  color: #DC5F5F;
}
header .main-header .navbar .navbar-nav .nav .nav-item.active .nav-link {
  font-family: "poppins-bold";
  color: #DC5F5F;
}
header .main-header .icons {
  gap: 2.4rem;
}
header .main-header .icons .icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 100%;
  border: 1px solid #161414;
  transition: all 0.3s linear;
}
header .main-header .icons .icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
header .main-header .icons .icon:hover {
  background-color: #0064B4;
  border-color: #0064B4;
}
header .main-header .icons .icon:hover img {
  filter: invert(1);
}
header.fixed {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  animation: headerSticky 0.95s ease forwards;
}
header.fixed .main-header .logo img {
  width: 10rem;
}
@media (max-width: 991.98px) {
  header .main-header .logo img {
    width: 13rem;
  }
  header .main-header .icons {
    gap: 1.6rem;
  }
  header .main-header .icons .icon {
    background-color: #0064B4;
    border-color: #0064B4;
  }
  header .main-header .icons .icon img {
    width: 2.6rem;
    height: 2.6rem;
    filter: invert(1);
  }
  header .main-header .navbar {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    background-color: #1F284F;
    overflow: hidden;
    padding: 3rem !important;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 0.45s ease-in-out;
  }
  header .main-header .navbar .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
  header .main-header .navbar .navbar-nav .nav {
    gap: 3.4rem 4rem;
    flex-direction: column;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item {
    overflow: hidden;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item .nav-link {
    font-size: 2.4rem;
    color: #ffffff;
    position: relative;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, color 0.3s linear;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(1) .nav-link {
    transition-delay: 0.2s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(2) .nav-link {
    transition-delay: 0.3s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(3) .nav-link {
    transition-delay: 0.4s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(4) .nav-link {
    transition-delay: 0.5s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(5) .nav-link {
    transition-delay: 0.6s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(6) .nav-link {
    transition-delay: 0.7s;
  }
  header .main-header .navbar.active {
    top: 0;
  }
  header .main-header .navbar.active .navbar-nav .nav .nav-item .nav-link {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* header css */
footer .top-footer {
  max-width: 120rem;
  margin: auto;
  gap: 15rem;
  padding-bottom: 5.6rem;
}
footer .top-footer .foot-item h4 {
  font-family: "degular-semibold";
  padding-bottom: 2.4rem;
  text-transform: uppercase;
}
footer .top-footer .foot-item.foot-desc .logo {
  width: 15rem;
  margin-bottom: 1.2rem;
}
footer .top-footer .foot-item.foot-desc p {
  line-height: 1.88;
}
footer .top-footer .foot-item.foot-link .nav {
  gap: 1.6rem;
}
footer .top-footer .foot-item.foot-link .nav .nav-item .nav-link {
  font: 400 1.4rem/1.5 "poppins-regular";
  color: #161414;
  padding: 0;
}
footer .top-footer .foot-item.foot-link .nav .nav-item .nav-link:hover {
  color: #DC5F5F;
}
footer .top-footer .foot-item.foot-social-link .nav {
  gap: 0.7rem;
}
footer .top-footer .foot-item.foot-social-link .nav .nav-item .nav-link {
  width: 4rem;
  height: 4rem;
  border: 1px solid #161414;
  border-radius: 100%;
  transition: background-color 0.3s linear, border 0.1s linear;
}
footer .top-footer .foot-item.foot-social-link .nav .nav-item .nav-link img {
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .top-footer .foot-item.foot-social-link .nav .nav-item .nav-link:hover {
  background-color: #DC5F5F;
  border-color: #DC5F5F;
}
footer .top-footer .foot-item.foot-social-link .nav .nav-item .nav-link:hover img {
  filter: invert(1);
}
footer .copyright {
  max-width: 120rem;
  margin: auto;
  padding: 5.6rem 0 7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer .copyright p {
  font: 400 1.4rem/1.71 "poppins-regular";
}
footer .copyright p a:hover {
  color: #DC5F5F;
}
@media (max-width: 991.98px) {
  footer .top-footer {
    gap: 4rem 6rem;
    padding-bottom: 4rem;
  }
  footer .top-footer .foot-item.foot-link .nav .nav-item .nav-link {
    font-size: 1.6rem;
  }
  footer .copyright {
    padding: 4rem 0 5rem;
  }
  footer .copyright p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  footer .top-footer {
    padding-bottom: 6rem;
  }
  footer .top-footer .foot-item.foot-desc {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  footer .top-footer {
    gap: 4rem 0;
  }
  footer .top-footer .foot-item h4 {
    padding-bottom: 1.6rem;
  }
  footer .top-footer .foot-item.foot-link {
    width: 50%;
  }
  footer .top-footer .foot-item.foot-link .nav .nav-item .nav-link {
    font-size: 1.8rem;
  }
  footer .copyright {
    padding: 2rem 0 2.6rem;
  }
  footer .copyright p {
    font-size: 1.8rem;
  }
}

/* footer css */
@font-face {
  font-family: "degular-bold";
  src: url("../fonts/degular-bold.woff2") format("woff2"), url("../fonts/degular-bold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "degular-semibold";
  src: url("../fonts/degular-semibold.woff2") format("woff2"), url("../fonts/degular-semibold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/poppins-bold.woff2") format("woff2"), url("../fonts/poppins-bold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins-semibold";
  src: url("../fonts/poppins-semibold.woff2") format("woff2"), url("../fonts/poppins-semibold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins-regular";
  src: url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
h1 {
  font-family: "degular-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.07;
  color: #1F284F;
}

h2 {
  font-family: "degular-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.07;
  color: #1F284F;
}

h3 {
  font-family: "poppins-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #161414;
}

h4 {
  font-family: "poppins-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #161414;
}

h5 {
  font-family: "poppins-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #161414;
}

h6 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #161414;
}

p {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.63;
  color: #161414;
}
@media (max-width: 767.98px) {
  p {
    font-size: 1.8rem;
  }
}

span {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

a {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

/* typography css */
/* layout css */
.banner-wrapper .banner .banner-item .banner-content h1 {
  padding-bottom: 1.6rem;
}
.banner-wrapper .banner .banner-item .banner-content p {
  font-size: 1.8rem;
  line-height: 1.78;
}
.banner-wrapper .banner .banner-item .banner-content .theme-btn {
  margin-top: 2.4rem;
  padding-left: 3.95rem;
  padding-right: 3.95rem;
}
.banner-wrapper .banner .banner-item .banner-img {
  max-width: 56.4rem;
}
.banner-wrapper .banner .banner-item .banner-img img {
  border-radius: 100%;
  aspect-ratio: 1;
}
.banner-wrapper .banner .banner-item .banner-img::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 8rem;
  width: 6.8rem;
  height: 10rem;
  background-image: url("../images/dots.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-wrapper .banner .banner-item .banner-img .pattern::after {
  content: "";
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 11.4rem;
  height: 11.4rem;
  background-image: url("../images/pattern.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-wrapper .banner .banner-item .banner-img .pattern::before {
  content: "";
  position: absolute;
  bottom: 3.6rem;
  left: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: rgba(0, 100, 180, 0.8);
}
.banner-wrapper::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 3.2rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background-color: rgba(0, 100, 180, 0.8);
  z-index: -1;
}
.banner-wrapper::before {
  content: "";
  position: absolute;
  bottom: 3.6rem;
  left: -6.6rem;
  width: 18.6rem;
  height: 18.6rem;
  border-radius: 100%;
  background-color: rgba(0, 100, 180, 0.2);
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner {
    gap: 3.4rem;
  }
}
@media (max-width: 575.98px) {
  .banner-wrapper {
    padding-top: 3rem;
  }
}

.choose-wrapper {
  background-image: linear-gradient(165deg, #F5F0FF 0%, #EFF6FE 50%, #EDFAF5 100%);
}
.choose-wrapper .choose {
  max-width: 60rem;
  margin: auto;
}
.choose-wrapper .choose h2 {
  padding-bottom: 1.6rem;
}
.choose-wrapper .choose p {
  font-size: 1.8rem;
  line-height: 1.67;
}
.choose-wrapper .choose .theme-btn {
  margin-top: 3.2rem;
}

.about-wrapper .about {
  --bs-gutter-x: 8.5rem;
/*   gap: 2.8rem 0; */
}
.about-wrapper .about .about-item .about-img {
  padding-left: 12.8rem;
  padding-bottom: 5.3rem;
}
.about-wrapper .about .about-item .about-img img {
  max-width: 47rem;
  aspect-ratio: 1/1.1745;
  border-radius: 12rem;
}
.about-wrapper .about .about-item .about-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 7.2rem);
  height: calc(100% - 15rem);
  background-image: url("../images/about-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.about-wrapper .about .about-item .about-content h2 {
  line-height: 0.86;
  padding-bottom: 3.2rem;
}
.about-wrapper .about .about-item .about-content > p {
  font-size: 2rem;
  line-height: 1.6;
}
.about-wrapper .about .about-item .feature {
  --bs-gutter-x: 8.5rem;
}
.about-wrapper .about .about-item .feature .feature-item {
  gap: 1.6rem;
  margin-top: 3.2rem;
}
.about-wrapper .about .about-item .feature .feature-item .icon {
  width: 7.2rem;
  height: 7.2rem;
  background-color: #F4F5F7;
  border-radius: 100%;
}
.about-wrapper .about .about-item .feature .feature-item .icon img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-wrapper .about .about-item .feature .feature-item .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #edeff4;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}
.about-wrapper .about .about-item .theme-btn {
  margin-top: 3.2rem;
}
.about-wrapper .about:nth-of-type(2n) .about-item:nth-of-type(1) {
  order: 2;
}
.about-wrapper .about:nth-of-type(2n) .about-item:nth-of-type(2) {
  order: 1;
}
.about-wrapper .about:nth-of-type(2n) .about-item:nth-of-type(3) {
  order: 3;
}
.about-wrapper .about:nth-of-type(2n) .about-item:nth-of-type(4) {
  order: 4;
}
@media (max-width: 1199.98px) {
  .about-wrapper .about {
    --bs-gutter-x: 6rem;
  }
  .about-wrapper .about .about-item .feature {
    --bs-gutter-x: 6rem;
  }
}
@media (max-width: 991.98px) {
  .about-wrapper .about {
    --bs-gutter-y: 0;
  }
  .about-wrapper .about .about-item .about-img {
    text-align: center;
    margin-bottom: 5rem;
  }
  .about-wrapper .about .about-item .about-img::after {
    background-position: center;
  }
  .about-wrapper .about .about-item .about-content h2 {
    padding-bottom: 1.6rem;
  }
  .about-wrapper .about .about-item .feature .feature-item {
    gap: 2.6rem;
  }
  .about-wrapper .about .about-item .feature .feature-item .feature-content p {
    font-size: 1.8rem;
  }
  .about-wrapper .about:nth-of-type(2n) .about-item:nth-of-type(1) {
    order: 1;
  }
  .about-wrapper .about:nth-of-type(2n) .about-item:nth-of-type(2) {
    order: 2;
  }
}
@media (max-width: 575.98px) {
  .about-wrapper .about {
    --bs-gutter-x: 0;
  }
  .about-wrapper .about .about-item .feature {
    --bs-gutter-x: 0;
  }
  .about-wrapper .about .about-item .feature .feature-item {
    margin-top: 2rem;
  }
  .about-wrapper .about .about-item .feature .feature-item .icon {
    width: 5.4rem;
    height: 5.4rem;
  }
  .about-wrapper .about .about-item .feature .feature-item .icon img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .about-wrapper .about .about-item .feature .feature-item .feature-content p {
    line-height: 1.5;
  }
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.blog-wrapper {
  background-image: linear-gradient(165deg, #F5F0FF 0%, #EFF6FE 50%, #EDFAF5 100%);
}
.blog-wrapper .blog {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}
.blog-wrapper .blog .blog-item {
  border-radius: 16px;
  background-color: #ffffff;
}
.blog-wrapper .blog .blog-item .blog-img {
  height: 30.5rem;
  overflow: hidden;
}
.blog-wrapper .blog .blog-item .blog-img img {
  height: 100%;
  transition: all 0.4s linear;
}
.blog-wrapper .blog .blog-item .blog-content {
  padding: 3.2rem 2.4rem;
}
.blog-wrapper .blog .blog-item .blog-content .cate {
  border-radius: 4px;
  padding: 0.8rem 0.9rem;
  line-height: 1.5;
  background-color: rgba(0, 100, 180, 0.1);
}
.blog-wrapper .blog .blog-item .blog-content .cate:hover {
  color: #DC5F5F;
}
.blog-wrapper .blog .blog-item .blog-content h5 {
  padding: 1.6rem 0 2.4rem;
}
.blog-wrapper .blog .blog-item .blog-content .date p {
  font-family: "poppins-regular";
}
.blog-wrapper .blog .blog-item .blog-content .date .btn {
  font: 700 1.6rem/1.5 "poppins-bold";
  color: #DC5F5F;
  gap: 0.5rem;
  padding: 0;
}
.blog-wrapper .blog .blog-item .blog-content .date .btn img {
  width: 1.6rem;
}
.blog-wrapper .blog .blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.blog-wrapper::after {
  content: "";
  position: absolute;
  top: 10.4rem;
  left: -1rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #0064B4;
}
.blog-wrapper::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  right: -1rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #DC5F5F;
}

@media (min-width: 576px) and (max-width: 992px) {
  .blog-wrapper .blog > div:nth-last-of-type(1) {
    display: none;
  }
}
.subscribe-wrapper .subscribe {
  padding: 4rem 8rem;
  --bs-gutter-x: 8.4rem;
  border-radius: 16px;
  background-color: #161414;
}
.subscribe-wrapper .subscribe .subscribe-dtl {
  max-width: 50.6rem;
}
.subscribe-wrapper .subscribe .subscribe-dtl h2 {
  color: #ffffff;
  line-height: 1.21;
  padding-bottom: 1.6rem;
}
.subscribe-wrapper .subscribe .subscribe-dtl p {
  font-size: 1.8rem;
  line-height: 1.67;
  color: #ffffff;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form {
  padding-top: 2.4rem;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form .wpcf7-form-control-wrap {
  max-width: 28.6rem;
  width: 100%;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form .wpcf7-form-control-wrap input {
  font-family: "poppins-regular";
  font-size: 1.6rem;
  color: #ffffff;
  border-color: #ffffff;
  padding: 1.2rem 1.6rem;
  border-radius: 8px 0 0 8px;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #ffffff;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form .wpcf7-form-control-wrap input::placeholder {
  color: #ffffff;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form form .wpcf7-response-output {
	color: #fff;
	margin: 2rem 0;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form:has(input.wpcf7-not-valid){
	padding-bottom: 1.4rem;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
}
.subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form .wpcf7-submit {
  font-family: "poppins-bold";
  font-size: 1.6rem;
  color: #161414;
  padding: 1.2rem 1.6rem;
  border-radius: 0 8px 8px 0;
  background-color: #ffffff;
  letter-spacing: 0;
}
form .wpcf7-spinner {
	display: none;
} 
@media (max-width: 1199.98px) {
  .subscribe-wrapper .subscribe {
    padding: 4rem 6rem;
    --bs-gutter-x: 5rem;
  }
}
@media (max-width: 767.98px) {
  .subscribe-wrapper .subscribe {
    padding: 5rem 6rem 7rem;
  }
  .subscribe-wrapper .subscribe .subscribe-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .subscribe-wrapper .subscribe .subscribe-dtl {
    max-width: 100%;
    text-align: center;
  }
  .subscribe-wrapper .subscribe .subscribe-dtl .subscribe-form .form {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .subscribe-wrapper .subscribe {
    --bs-gutter-x: 0rem;
  }
}

.about-intro-wrapper .about-intro {
  max-width: 81rem;
  margin: auto;
}
.about-intro-wrapper .about-intro h1 {
  padding-bottom: 4.8rem;
}
.about-intro-wrapper .about-intro p {
  padding-bottom: 3.2rem;
}
.about-intro-wrapper .about-intro p:nth-last-of-type(1) {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .about-intro-wrapper .about-intro h1 {
    padding-bottom: 2rem;
  }
}

.about-card-wrapper .about-card {
  --bs-gutter-x: 3.2rem;
  gap: 6rem 0;
}
.about-card-wrapper .about-card .card {
  border: none;
}
.about-card-wrapper .about-card .card .card-img {
  padding-bottom: 3.2rem;
}
.about-card-wrapper .about-card .card .card-img img {
  border-radius: 1.6rem;
  aspect-ratio: 1/0.595;
}
.about-card-wrapper .about-card .card .card-content p {
  padding-bottom: 2.6rem;
}
.about-card-wrapper .about-card .card .card-content p:nth-last-of-type(1) {
  padding-bottom: 0;
}
.about-card-wrapper .about-card .card .card-content .theme-btn {
  margin-top: 3.2rem;
}
.about-card-wrapper .about-card .card .card-content .theme-btn:empty {
	display: none;
}
@media (max-width: 767.98px) {
  .about-card-wrapper .about-card {
    --bs-gutter-x: 0;
  }
}

.team-wrapper .team-img {
  border-bottom-right-radius: 23.8rem;
}
.team-wrapper .team-content {
  max-width: 81rem;
  margin: auto;
}
.team-wrapper .team-content p {
  padding-bottom: 2.6rem;
}
.team-wrapper .team-content p:nth-last-of-type(1) {
  padding-bottom: 0;
}
.team-wrapper .team-content .theme-btn {
  margin-top: 3.2rem;
}
@media (max-width: 575.98px) {
  .team-wrapper .team-img {
    border-bottom-right-radius: 7rem;
  }
  .team-wrapper .team-content {
    padding-top: 4rem;
  }
}

.certification-wrapper {
  background-image: linear-gradient(165deg, #F5F0FF 0%, #EFF6FE 50%, #EDFAF5 100%);
}
.certification-wrapper .certification .certification-content {
  max-width: 81rem;
  margin: auto;
}
.certification-wrapper .certification .certification-img {
  gap: 3.2rem;
  padding-top: 6.2rem;
}
.certification-wrapper .certification .certification-img .certification-item {
  width: 18rem;
}
@media (max-width: 991.98px) {
  .certification-wrapper .certification .certification-img .certification-item {
    width: 14rem;
  }
}

.about-wrapper.about-page {
  padding-bottom: 8rem;
}
.about-wrapper.about-page .about .about-item .about-content p {
  font-size: 1.6rem;
  padding-bottom: 2.6rem;
}
.about-wrapper.about-page .about .about-item .about-content p:nth-last-of-type(1) {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .about-wrapper.about-page .about .about-item:first-child {
    order: 2;
  }
}

.contact-wrapper .contact {
  background-color: #0064B4;
  border-radius: 16px;
  padding: 8rem;
}
.contact-wrapper .contact .contact-dtl .contact-info h3 {
  color: #ffffff;
  padding-bottom: 1.6rem;
}
.contact-wrapper .contact .contact-dtl .contact-info p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
  padding-bottom: 0.6rem;
}
.contact-wrapper .contact .contact-dtl .contact-info .contact-item {
  gap: 1.2rem;
  color: #ffffff;
  padding-top: 2.4rem;
}
.contact-wrapper .contact .contact-dtl .contact-info .contact-item img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-wrapper .contact .contact-dtl .contact-info .contact-item:hover {
  color: #DC5F5F;
}
.contact-wrapper .contact .contact-dtl .contact-info .social-icon {
  padding-top: 3.2rem;
}
.contact-wrapper .contact .contact-dtl .contact-info .social-icon a {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s linear;
}
.contact-wrapper .contact .contact-dtl .contact-info .social-icon a img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-wrapper .contact .contact-dtl .contact-info .social-icon a:hover {
  background-color: #DC5F5F;
}
.contact-wrapper .contact .contact-dtl .contact-form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 4rem;
}
.contact-wrapper .contact .contact-dtl .contact-form .form {
  gap: 2.4rem 0;
}
.contact-wrapper .contact::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: -3rem;
  width: 30rem;
  height: 30rem;
  background-image: url("../images/contact-round.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .contact-wrapper .contact {
    padding: 5rem;
  }
  .contact-wrapper .contact .contact-dtl .contact-form {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-wrapper .contact .contact-dtl {
    gap: 4rem;
  }
  .contact-wrapper .contact .contact-dtl > div:first-child {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .contact-wrapper .contact {
    padding: 2.6rem;
  }
  .contact-wrapper .contact .contact-dtl .contact-form {
    padding: 2rem;
  }
}

.service-banner-wrapper {
  background-color: rgba(220, 95, 95, 0.08);
}
.service-banner-wrapper .service-banner .banner-content {
  max-width: 45.5rem;
}
.service-banner-wrapper .service-banner .banner-content h1 {
  padding-bottom: 2.4rem;
  line-height: 1.29;
}
.service-banner-wrapper .service-banner .banner-img img {
  max-height: 39rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 50px;
     object-position: 0 50px;
}
.service-banner-wrapper::after {
  content: "";
  position: absolute;
  top: 3.3rem;
  left: 2rem;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 100%;
  background-color: rgba(0, 100, 180, 0.8);
}
.service-banner-wrapper::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: -3.7rem;
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background-color: rgba(0, 100, 180, 0.2);
}
@media (max-width: 767.98px) {
  .service-banner-wrapper {
    padding-top: 5rem;
  }
  .service-banner-wrapper .service-banner {
    text-align: center;
  }
  .service-banner-wrapper .service-banner .banner-content {
    margin: auto;
  }
  .service-banner-wrapper .service-banner .banner-content h1 {
    line-height: 1;
  }
  .service-banner-wrapper .service-banner .banner-img img {
    -o-object-position: 0 30px;
       object-position: 0 30px;
  }
}

.service-wrapper .service {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 3.2rem;
}
.service-wrapper .service .service-card {
  background-color: #F7F8FA;
  border-radius: 16px;
  height: 100%;
  padding: 4rem 3.2rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.service-wrapper .service .service-card .service-icon {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2.4rem;
}
.service-wrapper .service .service-card h4 {
  padding-bottom: 1.6rem;
}

.consultation-wrapper .container .consultation {
  padding: 8rem;
  border-radius: 16px;
  background-image: linear-gradient(165deg, #F5F0FF 0%, #EFF6FE 50%, #EDFAF5 100%);
}
.consultation-wrapper .consultation .consultation-content h2 {
  font-size: 4.8rem;
  line-height: 1.42;
  color: #161414;
  padding-bottom: 1.6rem;
}
.consultation-wrapper .consultation .consultation-content p {
  font-size: 1.8rem;
  line-height: 1.67;
}
.consultation-wrapper .consultation .consultation-content .theme-btn {
  margin-top: 2.4rem;
  padding: 1.6rem 4.8rem;
  background-color: #161414;
}
.consultation-wrapper .consultation .consultation-img {
  max-width: 43rem;
}
@media (max-width: 991.98px) {
  .consultation-wrapper .consultation {
    padding: 5rem 4rem;
  }
}
@media (max-width: 767.98px) {
  .consultation-wrapper .consultation .consultation-content h2 {
    line-height: 1.1;
  }
  .consultation-wrapper .consultation .consultation-img {
    padding-top: 4rem;
  }
}

.secure-wrapper {
  background-color: #0064B4;
}
.secure-wrapper .secure {
  gap: 3rem 0;
  --bs-gutter-x: 8rem;
}
.secure-wrapper .secure .secure-dtl h2 {
  color: #ffffff;
  line-height: 1.32;
  padding-bottom: 1.6rem;
}
.secure-wrapper .secure .secure-dtl p {
  color: #ffffff;
  padding-bottom: 2.6rem;
}
.secure-wrapper .secure .secure-option {
  max-height: 113rem;
  overflow: auto;
  counter-reset: section;
  padding-right: 0.4rem;
  padding-bottom: 5rem;
}
.secure-wrapper .secure .secure-option .secure-item {
  padding: 2.4rem;
  border-radius: 12px;
  margin-bottom: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.secure-wrapper .secure .secure-option .secure-item h4 {
  color: #ffffff;
  gap: 2.4rem;
  padding-bottom: 1.6rem;
}
.secure-wrapper .secure .secure-option .secure-item h4::before {
  font-size: 5.6rem;
  padding-left: 0.8rem;
  counter-increment: section;
  content: counter(section) ".";
}
.secure-wrapper .secure .secure-option .secure-item ul {
  color: #ffffff;
  line-height: 1.88;
}
.secure-wrapper .secure .secure-option .secure-item ul li {
  position: relative;
  padding-left: 3.2rem;
  padding-bottom: 1.6rem;
}
.secure-wrapper .secure .secure-option .secure-item ul li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.secure-wrapper .secure .secure-option .secure-item ul li:last-child {
  padding-bottom: 0;
}
.secure-wrapper .secure .secure-option .secure-item:last-child {
  margin-bottom: 0;
}
.secure-wrapper .secure .secure-option::-webkit-scrollbar {
  width: 0.4rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.secure-wrapper .secure .secure-option::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #DC5F5F;
}
@media (max-width: 1199.98px) {
  .secure-wrapper .secure {
    --bs-gutter-x: 5rem;
  }
}
@media (max-width: 767.98px) {
  .secure-wrapper .secure .secure-dtl h2 {
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .secure-wrapper .secure {
    --bs-gutter-x: 0;
  }
}

.about-wrapper.service-about .sec-ttl {
  padding-bottom: 6rem;
}
.about-wrapper.service-about .sec-ttl h2 {
  color: #161414;
  padding-bottom: 0;
}
.about-wrapper.service-about .about {
  --bs-gutter-x: 6rem;
}
.about-wrapper.service-about .about .about-item .about-content p {
  font-size: 1.6rem;
}
@media (max-width: 575.98px) {
  .about-wrapper.service-about .about {
    --bs-gutter-x: 0;
  }
}

.automation-wrapper {
  margin-bottom: 12rem;
  background-color: #F7F7F7;
}
.automation-wrapper .automation > div {
  padding: 0;
}
.automation-wrapper .automation .service-dtl {
  padding: 0 8.5rem;
}
.automation-wrapper .automation .service-dtl h2 {
  color: #161414;
  padding-bottom: 3.2rem;
}
.automation-wrapper .automation .services-img img {
  max-height: 50rem;
  border-top-left-radius: 25rem;
}
.automation-wrapper .automation-service {
  max-width: 81rem;
  margin: auto;
}
.automation-wrapper .automation-service li {
  padding-bottom: 3.2rem;
}
.automation-wrapper .automation-service li h4 {
  padding-left: 4.8rem;
  padding-bottom: 1.6rem;
}
.automation-wrapper .automation-service li h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 4rem;
  background-image: url("../images/secure-check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.automation-wrapper .automation-service li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .automation-wrapper {
    margin-bottom: 8rem;
  }
  .automation-wrapper .automation .service-dtl {
    padding: 0 4rem;
  }
}
@media (max-width: 767.98px) {
  .automation-wrapper .automation {
    gap: 6rem 0;
  }
  .automation-wrapper .automation .service-dtl {
    padding: 0 8.5rem;
  }
}
@media (max-width: 575.98px) {
  .automation-wrapper .automation .service-dtl {
    padding: 0 0.75rem;
  }
  .automation-wrapper .automation .services-img img {
    border-top-left-radius: 15rem;
  }
}

.latest-blog-wrapper {
  background-color: rgba(0, 100, 180, 0.08);
}
.latest-blog-wrapper .latest-blog .blog-img img {
  border-radius: 24px;
	max-height: 40rem;
}
.latest-blog-wrapper .latest-blog .blog-dtl {
  padding: 0 2.3rem 0 3.2rem;
}
.latest-blog-wrapper .latest-blog .blog-dtl h3 {
  padding-bottom: 2.4rem;
}
.latest-blog-wrapper .latest-blog .blog-dtl p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-blog-wrapper .latest-blog .blog-dtl .blog-auther {
  gap: 1.2rem;
  padding-top: 1.6rem;
}
.latest-blog-wrapper .latest-blog .blog-dtl .blog-auther h6 b {
  font-family: "poppins-bold";
}
.latest-blog-wrapper .latest-blog .blog-dtl .blog-auther h6.time {
  white-space: nowrap;
}
.latest-blog-wrapper .latest-blog .blog-dtl .blog-auther h6.time img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .latest-blog-wrapper .latest-blog .blog-dtl {
    padding: 0 0 0 2rem;
  }
  .latest-blog-wrapper .latest-blog .blog-dtl h3 {
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .latest-blog-wrapper .latest-blog {
    gap: 3rem;
  }
  .latest-blog-wrapper .latest-blog .blog-dtl {
    padding: 0;
  }
}

.blog-page .sec-ttl {
  padding-bottom: 0;
}
.blog-page .sec-ttl h2 {
  padding-bottom: 0;
}
.blog-page .blog {
  gap: 4rem 0;
  --bs-gutter-x: 4rem;
}
.blog-page .blog .blog-item {
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.4s linear;
}
.blog-page .blog .blog-item .blog-img {
  height: 22.5rem;
}
.blog-page .blog .blog-item .blog-img img {
  height: 100%;
  transition: all 0.5s linear;
}
.blog-page .blog .blog-item .blog-content {
  padding: 3.2rem 2.4rem;
}
.blog-page .blog .blog-item .blog-content .auther .time {
  padding-left: 2rem;
  color: #2E2A2B;
  font-family: "poppins-regular";
}
.blog-page .blog .blog-item .blog-content .auther .time::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 1rem;
  width: 0.3rem;
  height: 0.3rem;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #2E2A2B;
}
.blog-page .blog .blog-item .blog-content h5 {
  padding-top: 1.2rem;
}
.blog-page .blog .blog-item:hover {
  background-color: rgba(0, 100, 180, 0.08);
}
.blog-page .blog .blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.blog-page .blog .pagination {
	font: 600 1.4rem/1.43 "poppins-semibold";
	color: #161414;
	border: 1px solid rgba(0,0,0,0.12);
}
.blog-page .blog .pagination li {
	width: 4rem;
	height: 4rem;
	display: flex;
    align-items: center;
    justify-content: center;
	border-right: 1px solid rgba(0,0,0,0.12);
}
.blog-page .blog .pagination li:last-child {
	border-right: none;
}
.blog-page .blog .pagination li:first-child,
.blog-page .blog .pagination li:last-child {
	width: auto;
	padding: 1rem 1.6rem;
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.blog-page .blog .pagination li:first-child img,
.blog-page .blog .pagination li:last-child img {
	width: 1.4rem;
	height: 1.4rem;
	object-fit: contain;
	filter: brightness(0);
}
.blog-page .blog .pagination li:first-child img {
	transform: rotate(180deg);
}
.blog-page .blog .pagination li.inactive {
	color: #707070;
}
.blog-page .blog .pagination li.inactive img {
	filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(231deg) brightness(92%) contrast(88%);
}
.blog-page .blog .pagination li.active {
	cursor: pointer;
}
@media (max-width: 767.98px) {
  .blog-page .blog {
    gap: 2.6rem 0;
    --bs-gutter-x: 2.6rem;
  }
}
@media (max-width: 575.98px) {
  .blog-page {
    padding-top: 5rem;
  }
  .blog-page .blog {
    padding-top: 3rem;
  }
}

.blog-detail-wrapper .blog-detail .blog-head {
  max-width: 102.4rem;
  margin: 0 auto 4.8rem;
}
.blog-detail-wrapper .blog-detail .blog-head h1 {
  max-width: 75rem;
  margin: auto;
  color: #161414;
  padding-bottom: 2.4rem;
}
.blog-detail-wrapper .blog-detail .blog-head .author-date li {
  position: relative;
}
.blog-detail-wrapper .blog-detail .blog-head .author-date li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #707070;
  transform: translateY(-50%);
}
.blog-detail-wrapper .blog-detail .blog-head .author-date li:first-child::before {
  display: none;
}
.blog-detail-wrapper .blog-detail .blog-head .author-date .author img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.blog-detail-wrapper .blog-detail .blog-head .author-date .time img {
  width: 1.3rem;
  height: 1.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-detail-wrapper .blog-detail .blog-head .blog-banner {
  margin-top: 4.8rem;
  border-radius: 2.4rem;
	max-height: 70rem;
    object-fit: contain;
}
.blog-detail-wrapper .blog-detail .blog-content {
  max-width: 81rem;
  margin: auto;
}
.blog-detail-wrapper .blog-detail .blog-content .bg-desc {
  background-color: #FCEFEF;
  border-radius: 12px;
  padding: 4rem 3.2rem;
  font-family: "poppins-medium";
  font-weight: 500;
  line-height: 1.6;
}
.blog-detail-wrapper .blog-detail .blog-content .image-text {
  gap: 2.4rem;
}
.blog-detail-wrapper .blog-detail .blog-content .image-text .image {
  width: 66%;
}
.blog-detail-wrapper .blog-detail .blog-content .image-text .image img {
  border-radius: 12px;
}
.blog-detail-wrapper .blog-detail .blog-content .image-text .text {
  width: 32%;
}
.blog-detail-wrapper .blog-detail .blog-content .image-text .text h5 {
  padding-bottom: 2.4rem;
}
.blog-detail-wrapper .blog-detail .blog-content > ul {
	list-style-type: disc;
	padding-left: 2.8rem;
	line-height: 1.6;
}
.blog-detail-wrapper .blog-detail .blog-content > ul li {
	padding-bottom: 1.6rem;
}
.blog-detail-wrapper .blog-detail .blog-content ul strong {
	font-family: "poppins-bold";
}
.blog-detail-wrapper .blog-detail .blog-content .image-text .text ul li {
  position: relative;
  padding-bottom: 1.6rem;
  padding-left: 2.8rem;
}
.blog-detail-wrapper .blog-detail .blog-content .image-text .text ul li::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(52%) sepia(71%) saturate(513%) hue-rotate(314deg) brightness(99%) contrast(83%);
}
.blog-detail-wrapper .blog-detail .blog-content .ttl-desc h5 {
  font-size: 2.2rem;
  padding-bottom: 1.6rem;
}
.blog-detail-wrapper .blog-detail .blog-content .ttl-desc p {
  padding-bottom: 1.6rem;
}
.blog-detail-wrapper .blog-detail .blog-content .ttl-desc p:last-child {
  padding-bottom: 0;
}
.blog-detail-wrapper .blog-detail .blog-content .quote {
  position: relative;
  font-family: "poppins-medium";
  font-weight: 500;
  padding: 2rem 0 2rem 5.4rem;
}
.blog-detail-wrapper .blog-detail .blog-content .quote::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 3.8rem;
  height: 2.8rem;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-detail-wrapper .blog-detail .blog-content .quote::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4.4rem;
  height: 2.8rem;
  transform: rotateY(180deg);
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 0.6rem;
}
.blog-detail-wrapper .blog-detail .blog-content .article {
  background-color: #FCEFEF;
  border-radius: 12px;
  padding: 2.4rem;
  gap: 2rem;
	margin-top: 4rem;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-img {
  width: 18.8rem;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-img img {
  width: 100%;
  border-radius: 12px;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-dtl h6 {
  font-size: 1.6rem;
  font-family: "poppins-regular";
  padding-bottom: 0.8rem;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-dtl h4 {
  font-size: 2.2rem;
  padding-bottom: 1.2rem;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-dtl p {
  padding-bottom: 1.6rem;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-dtl .social-icon {
  gap: 1.6rem;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-dtl .social-icon a {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  background-color: #161414;
  transition: all 0.3s linear;
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-dtl .social-icon a img {
  width: 1.8rem;
  height: 1.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}
.blog-detail-wrapper .blog-detail .blog-content .article .article-dtl .social-icon a:hover {
  background-color: #DC5F5F;
}
.blog-detail-wrapper .blog-detail .blog-content .p-26 {
  padding-bottom: 2.6rem;
}
.blog-detail-wrapper .blog-detail .blog-content .p-40 {
  padding-bottom: 4rem;
}
.blog-detail-wrapper .blog-detail .blog-content .p-32 {
  padding-bottom: 3.2rem;
}
@media (max-width: 767.98px) {
  .blog-detail-wrapper .blog-detail .blog-content .image-text .image {
    width: 56%;
  }
  .blog-detail-wrapper .blog-detail .blog-content .image-text .text {
    width: 44%;
  }
}
@media (max-width: 575.98px) {
  .blog-detail-wrapper .blog-detail .blog-head h1 {
    font-size: 4.6rem;
  }
  .blog-detail-wrapper .blog-detail .blog-head .author-date {
    gap: 0.6rem;
    flex-direction: column;
  }
  .blog-detail-wrapper .blog-detail .blog-head .author-date li::before {
    display: none;
  }
  .blog-detail-wrapper .blog-detail .blog-head .author-date li.time img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .blog-detail-wrapper .blog-detail .blog-head .blog-banner {
    margin-top: 3rem;
  }
  .blog-detail-wrapper .blog-detail .blog-content .image-text {
    flex-direction: column;
  }
  .blog-detail-wrapper .blog-detail .blog-content .image-text .image,
  .blog-detail-wrapper .blog-detail .blog-content .image-text .text {
    width: 100%;
  }
  .blog-detail-wrapper .blog-detail .blog-content .big-ttl {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .blog-detail-wrapper .blog-detail .blog-content .quote {
    font-size: 1.8rem;
    padding: 1.2rem 0 1.2rem 4.4rem;
  }
  .blog-detail-wrapper .blog-detail .blog-content .quote::before {
    top: 1.2rem;
    width: 3rem;
    height: 2.2rem;
  }
  .blog-detail-wrapper .blog-detail .blog-content .quote::after {
    width: 3.4rem;
    height: 2.4rem;
  }
  .blog-detail-wrapper .blog-detail .blog-content .article {
    gap: 3rem;
    flex-direction: column;
  }
  .blog-detail-wrapper .blog-detail .blog-content .article .article-img {
    width: 100%;
  }
}

/*--- policy ---*/
.policy-wrapper .policy {
	max-width: 120rem;
	margin: auto;
}
.policy-wrapper .policy h2 {
	font-size: 3.8rem;
	padding: 2rem 0 1rem;
}
.policy-wrapper .policy h3 {
	font-size: 2.6rem;
	padding: 1.2rem 0 0.8rem;
}
.policy-wrapper .policy h4 {
	font-size: 2.2rem;
	padding: 1.2rem 0 0.8rem;
}
.policy-wrapper .policy p {
	padding-bottom: 1.6rem;
}
.policy-wrapper .policy ul {
	list-style-type: disc;
	font-size: 1.6rem;
	padding-left: 2.4rem;
}
.policy-wrapper .policy ul li {
	padding: 1rem 0;
}
.policy-wrapper .policy strong {
	font-family: "poppins-semibold";
	font-weight: 600;
}
@media (max-width: 575px) {
	.policy-wrapper .sec-ttl {
		padding-bottom: 3.4rem;
	}
	.policy-wrapper .policy ul {
		font-size: 1.8rem;
	}
}

.wrong-wrapper .wrong-contain {
	background-image: linear-gradient(165deg, #F5F0FF 0%, #EFF6FE 50%, #EDFAF5 100%);
    max-width: 80rem;
    margin: 3rem auto 8rem;
    padding: 5rem 5rem 6rem;
    border-radius: 6rem;
}
.wrong-wrapper .wrong-contain .wrong-ttl h1 {
	font-size: 10rem;
}
/* pages css *//*# sourceMappingURL=application.css.map */