:root {
  --main-color: #1c1fac;
  --main-color-hover: #ffd463;
  --main-color-bg: #1c1fac;
  --a-color: #1c1fac;
  --a-color-light: #97ceff;
  --a-color-hover: #ffd463;
}

.container {
  padding: 0 8vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 1rem;
    margin: 0 auto;
  }
}

/***==================== Table Css style begin========***/

.table-responsive {
  margin-bottom: 25px;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: var(--main-color);
  color: #fff;
}

.services-container table th a {
  color: #ffd463;
}

table tr td {
  background: #fff;
  color: #333;
  /* font-size: 16px; */
}

table a {
  color: var(--a-color);
  text-decoration: none;
}

table a:hover {
  color: var(--a-color-hover);
  text-decoration: none;
}

table tr:nth-of-type(2n + 2) td {
  background: #f9f9f9;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}

.inquiry_btn {
  border-radius: 4px;
  text-align: center;
  clear: both;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  background-color: #5a7aa1;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 10px;
  cursor: pointer;
}

.inquiry_btn:hover {
  color: #fff;
  transition: all 0.3s;
  background: var(--main-color);
}

table.noborder-h {
  border: none;
  border-top: #ddd solid 1px;
}

/***==================== Table Css style end========***/

/*----page beign--------------*/

.st-pagination {
  margin: 20px 0;
}

.st-pagination .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.st-pagination .pagination li {
  display: inline-block;
}

.st-pagination .pagination li a {
  display: block;
  padding: 8px 16px;
  color: var(--a-color);
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 14px;
  min-width: 40px;
  text-align: center;
}

.st-pagination .pagination li a:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.st-pagination .pagination li.active a {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  cursor: default;
}

.st-pagination .pagination li:first-child a,
.st-pagination .pagination li:last-child a {
  padding: 8px 20px;
  font-weight: 500;
}

/*----page end------------------*/

.fliter-box > li {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #bec0ff;
  background-color: #e8e8f7;
  color: black;
  position: relative;
}

.fliter-box > li > input {
  background-color: transparent;
  border: none;
  outline: none;
  color: black;
  font-size: 14px;
}

.fliter-box > li:hover .es-list {
  display: block;
}

.fliter-box .es-list {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 4px 0;
  z-index: 1000;
  display: none;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 50;
  max-height: 360px;
  overflow: auto;
}

.fliter-box .es-list li {
  padding: 2px 4px;
}

.fliter-box .es-list li:hover,
.fliter-box .es-list li.selected {
  background-color: var(--main-color-bg);
  color: #fff;
  cursor: pointer;
}

/*---------------services page ---------------*/

.services-container p {
  line-height: 30px;
}

.services-container img {
  display: inline-block;
}

.services-container a {
  color: var(--a-color);
  text-decoration: none;
}

.services-container a:hover {
  color: var(--a-color-hover);
  text-decoration: none;
}

.services-container h2:not([class]),
.services-container h3:not([class]),
.services-container h4:not([class]),
.services-container h5:not([class]),
.services-container h6:not([class]),
.services-container p:not([class]) {
  margin: 20px 0;
}

.services-container h2 {
  font-size: 20px;
  font-weight: bolder;
}

.services-container h3 {
  font-size: 18px;
  font-weight: bolder;
}

.services-container h4,
.services-container h5,
.services-container h6 {
  font-size: 16px;
  font-weight: bolder;
}

.ServiceShowPic,
.serviceshowpic {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.ServiceShowPic img,
.serviceshowpic img {
  margin: auto;
}

.ServiceShowleftPic,
.serviceshowleftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
  width: auto !important;
}

.ServiceShowrightPic,
.serviceshowrightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
  width: auto !important;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic,
.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img,
.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ullist {
  padding: 0;
  margin: 0px 0px 15px 19px;
}

.ollist {
  padding: 0;
  margin: 0px 0px 15px 19px;
}

.reference {
  color: #888888 !important;
}

.f-text-container ul,
.f-text-container ol {
  padding: 0px 0px 0px 19px;
  margin: 0px;
}

.f-text-container ul li {
  list-style: disc;
}

.f-text-container ol li {
  list-style-type: decimal;
}

.f-text-container ul li > ul > li {
  list-style-type: circle;
}

.f-text-container ol li > ul > li {
  list-style-type: lower-latin;
}

/* .ullist,
.ollist {
    margin-left: 23px;
    margin-right: 15px
} */

.ullist li {
  list-style: disc;
  line-height: 30px;
}

.ollist li {
  list-style-type: decimal;
  line-height: 30px;
}

.ullist li > ul > li,
.ullist ul > li,
.ullist li > ul.ullist > li {
  list-style-type: circle;
}

.ollist li > ul > li,
.ollist li > ul.ollist > li {
  list-style-type: lower-latin;
}

.ullist-br {
  padding: 0px 0px 15px 19px;
  margin: 0px;
}

.ullist-br li {
  list-style: disc;
  line-height: 30px;
  padding-bottom: 10px;
}

.ullist-br li > ul > li,
.ullist-br ul > li,
.ullist-br li > ul.ullist > li {
  list-style-type: circle;
  padding-bottom: 0;
}

ul li > ul,
ul li > ul li > ul {
  padding-bottom: 0 !important;
}

.fa-disc::before {
  content: "●";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
}

.fa-triangle::before {
  content: "▶";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
  font-size: 30%;
}

.fa-star::before {
  content: "★";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
}

.triangle li {
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1RjVGNUYiIHBvaW50cz0iMS45MjgsMTcuMzY1IDEuOTI4LDAuMSAxNS41ODQsOC43MzIgIi8+DQo8L3N2Zz4NCg==) !important;
}

.star li {
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==) !important;
}

.icocheck {
  list-style-type: none;
  padding-left: 30px;
}

.icocheck li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: none;
}

.icocheck li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -20px;
  top: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Crect x='1' y='1' width='18' height='18' rx='2' ry='2' fill='none' stroke='%23333333' stroke-width='2'/%3E%3Cpath d='M5 10 L8 13 L15 6' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.disc li {
  list-style: disc !important;
}

.roman li {
  list-style: lower-roman !important;
}

.hollow-disc li {
  list-style-type: circle !important;
}

.decimal li {
  list-style: decimal !important;
}

.greek li {
  list-style: lower-greek !important;
}

.latin li {
  list-style: lower-latin !important;
}

.upper-latin li {
  list-style: upper-latin !important;
}

.Reference {
  padding-bottom: 0px;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #888888 !important;
}

.Referencemargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0px !important;
}

.Referencemargin strong {
  font-size: 14px !important;
}

.Referencemargin li {
  padding-bottom: 8px !important;
}

.tablecontentshow {
  margin: auto auto 15px auto;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .services-container a {
    color: var(--a-color);
    text-decoration: none;
  }
  .inpage_left {
    width: 60%;
    height: auto;
    overflow: hidden;
    display: inline-block;
  }
  .inpage_section_title {
    margin: 0 auto;
    font-family: "Century Gothic";
    text-align: left;
  }
  .inpage_section_title h1 {
    font-size: 28px;
  }
  .inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #a7c44c;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block;
  }
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 768px) {
  .services-container a {
    color: var(--a-color);
    text-decoration: none;
  }
  .inpage_left {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
  }
  .inpage_section_title {
    font-family: "Century Gothic";
    text-align: left;
  }

  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/*---------------services end ---------------*/

/*--------------search result begin--------------*/

.Searchresult li {
  padding-bottom: 5px !important;
}

.Searchnoresult {
  line-height: 30px;
  line-height: 22px;
  color: #888888;
  padding-right: 20px;
  padding-bottom: 20px;
}

.Searchnoresult table {
  border: 0 !important;
}

.Searchnoresult .iconarea {
}

.Searchnoresult .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ff0000;
  color: #ffffff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9;
}

.Searchnoresult .tit {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  display: block;
}

.Searchnoresult .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10;
}

/*--------------search result end--------------*/

/*--------------404 page begin--------------*/

.E404 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.E404 {
  width: 510px;
  margin: 70px auto auto auto;
  border: 0px solid #ff0000;
}

.E404 .Etit {
  font-size: 25px;
  line-height: 35px;
  color: #525151;
}

.E404 .content {
  color: #767676;
}

.E404 a {
  color: #525151;
  text-decoration: none;
}

.E404 .btn {
  border: 1px solid #dddddd;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #efefef;
}

.E404 .btn:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .E404 {
    width: 90%;
    margin: 0px auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--------------404 page end--------------*/

/*--------------Breadcrumb navigation begin--------------*/

.bread-crumb {
  z-index: 108;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .bread-crumb {
    flex-wrap: nowrap;
  }
}

.bread-crumb > li {
  position: relative;
  display: flex;
  font-size: 1rem;
  line-height: 15px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .bread-crumb > li {
    position: unset;
  }
  .bread-crumb li a > ul {
    width: 100%;
    left: 0;
  }
}

.bread-crumb > li:after {
  content: ">";
  line-height: 1;
  font-size: 1.25rem;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .bread-crumb>li:hover:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
} */

.bread-crumb > li:last-child {
  margin-right: 0px;
}

.bread-crumb > li:last-child:after {
  display: none;
}

.bread-crumb > li:nth-child(1):hover:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bread-crumb > li.noarow:after {
  display: none !important;
}

.bread-crumb > li:nth-child(1):hover:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bread-crumb > li.nodrop:hover:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* .bread-crumb>li:nth-child(1):hover:after{-moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg); }
.bread-crumb>li:nth-child(1) a:after{  font-family:"mine" !important;
    font-size:18px;content: "\e600"; } */

.bread-crumb li a {
  color: var(--a-color);
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.bread-crumb li a:hover {
  color: var(--a-color-hover);
}

@media (min-width: 1280px) {
  .col-text-6 {
    float: none !important;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
}

@media (max-width: 768px) {
}

/*--------------Breadcrumb navigation end--------------*/

/*-------------- icon begin--------------*/

.social-icon-two {
  padding-top: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}

.social-icon-two li {
  margin-right: 15px;
  margin-left: 0px;
  float: right;
}

.social-icon-two li a {
  color: #949494;
  font-size: 22px;
}

.social-icon-two li a:hover {
  color: #bbbbbb;
}

/*-------------- icon end--------------*/

/*--------------contact us icon begin--------------*/

.list-style-two {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-style-two li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #444;
  line-height: 36px;
}

.list-style-two li .icon {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  background-color: #727f1c;
  border-radius: 100%;
  padding-top: 5px;
}

.list-style-two li a {
  color: #1c447f;
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  .social-icon-two li {
    float: left;
  }
}

/*--------------contact us icon ens--------------*/

.Inquiry_container hr {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

/*--------------Inquiry begin------------*/

.successinfo {
  line-height: 30px;
  line-height: 22px;
  color: #888888;
  padding-right: 20px;
  padding-bottom: 20px;
}

.successinfo table {
  border: 0 !important;
}

.successinfo .iconarea {
}

.successinfo .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #48caac;
  color: #ffffff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9;
}

.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
  display: block;
}

.successinfo .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10;
}

.Inquiry_success strong {
  display: inline-block;
  width: 22%;
}

.Inquiry_success li {
  padding-bottom: 5px;
  padding-top: 5px;
}

/*--------------Inquiry end------------*/

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.services-tabs {
  position: relative;
}

.services-tabs .tab-btns {
  position: relative;
  z-index: 1;
  background: #ebf0f5;
  padding-top: 5px;
  padding-left: 20px;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.services-tabs .tab-btns::-webkit-scrollbar {
  height: 3px;
}

.services-tabs .tab-btns::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.services-tabs .tab-btns::-webkit-scrollbar-thumb {
  background: #ffd36300 !important;
}

.services-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  background: #fff;
  color: #999;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  border: 3px solid transparent;
  padding: 3px 22px 3px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  white-space: nowrap;
}

.services-tabs .tab-btns .tab-btn:hover:after,
.services-tabs .tab-btns .tab-btn.active-btn:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-tabs .tab-btns .tab-btn:hover,
.services-tabs .tab-btns .tab-btn.active-btn {
  color: #333;
  background: #fff;
}

.services-tabs .tabs-content {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  border-top: 0px;
  margin-bottom: 20px;
}

.services-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.services-tabs .tabs-content .tab.active-tab {
  display: block;
}

.services-tabs .tabs-content .tab .content {
  position: relative;
}

.services-tabs .tabs-content .tab .content {
  position: relative;
  /* font-size: 14px; */
  line-height: 2em;
  color: #666666;
  margin-bottom: 0px;
}

.services-tabs .tabs-content .tab .content.c-content .row {
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.listsearchkey {
  color: #030303;
  background: #fff;
  height: auto;
  line-height: 36px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  position: absolute;
  top: 100%;
  left: 15px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.listsearchkey ul {
  color: #030303;
  background: #fff;
  height: auto;
  line-height: 36px;
  max-height: 360px;
  overflow-y: auto;
  /* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); */
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .listsearchkey ul {
    max-height: 160px;
  }
  .listsearchkey ul::-webkit-scrollbar {
    width: 1px;
  }
}

.listsearchkey ul li.curr {
  color: #fff;
  background: #337ab7;
}

.listsearchkey ul li {
  display: block;
  padding: 0px 25px;
  margin-top: 1px;
}

.listsearchkey ul li:hover {
  color: #fff;
  background: #337ab7;
}

.criteria {
  display: flex;
  margin-top: 1.5em;
  line-height: 35px;
  color: #fff;
}

.criteria label {
  cursor: pointer;
}

.inquiry_data img {
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
  object-fit: contain;
  height: auto;
}

.inquiry_data a {
  color: var(--a-color);
  text-decoration: none;
}

.pro_tag {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--main-color);
}

table.table-border tr td {
  background: none !important;
}

table.table-border tr td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

table.table-border tr td:nth-last-child(1) {
  border-right: 1px solid #fff;
}

.title-style-1 {
  display: inline-block;
  border: #ffc784 solid 1px;
  border-radius: 4px;
  background: #ffdfca;
  padding: 5px 15px;
  color: var(--main-color);
}

.a-title {
  line-height: 1.2 !important;
  padding: 0px 10px;
  background: #6880e2;
  color: #fff;
  margin: 0 0 20px 0 !important;
  background-image: url(../images/dd-title.png);
  background-position: right top;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 61px;
  padding-bottom: 0 !important;
}

.a-title > * {
  position: relative;
  z-index: 10;
}

.a-title.tail::before {
  background-repeat: no-repeat;
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/dd-title-2.png);
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.a-title.tail {
  padding-left: 20px;
}

.d-flex {
  display: flex !important;
  flex-wrap: wrap;
  row-gap: 25px;
  justify-content: center;
}

.text-start {
  text-align: left !important;
}

.justify-content-start {
  justify-content: start;
}
.align-items-center {
  align-items: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.h-100 {
  height: 100%;
}

.d-block {
  display: block !important;
}

.border {
  border: var(--main-color) solid 1px;
  text-align: center;
  padding: 15px;
  border-radius: 2px;
  transition:
    background 0.4s ease,
    border-color 0.2s ease;
}

.round-3 {
  border-radius: 30px;
}

.border-box {
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.bg-blue {
  background-color: var(--main-color);
  color: #fff;
}

.bg-blue a {
  color: var(--a-color-light);
}

.bg-blue a:hover {
  color: var(--a-color-hover);
}

.bg-blue * {
  color: #fff;
}

.border-2 {
  border: var(--main-color) solid 1px;
  padding: 15px;
  border-radius: 14px;
  background: #fff6da;
}

a.border:hover {
  color: #fff;
  border-color: var(--main-color);
  background: var(--main-color);
}

.border > *:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mb-2 {
  margin-bottom: 15px;
}

.text-left {
  text-align: left !important;
}

.arrow {
  height: 50px;
  background: #ebf0f5;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px 0 10px;
  transition: all 0.2s ease;
}

.arrow:after {
  font-family: mine !important;
  content: "\e602";
  color: var(--a-color);
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: auto;
}

a.arrow:hover {
  background: var(--main-color);
  color: #fff;
}

a.arrow:hover:after {
  color: #fff;
}

.ps-5 {
  padding-left: 50px;
}

.arrow-tip-box {
  background: url(../img/arrow-w100.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  max-width: 1440px;
  position: relative;
}

.arrow-tip-box i {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #384cb1;
  display: inline-block;
  position: relative;
  position: absolute;
}

.arrow-tip-box i > div {
  background-color: #0047b913;
  color: #333;
  margin: 0;
  border-radius: 6px;
  padding: 14px;
  position: absolute;
  height: auto;
  max-height: 110px;
  font-style: normal;
  width: 180px;
}

.arrow-tip-box i > div p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.arrow-tip-box i > div.rb {
  top: calc(100% + 3px);
  left: calc(100% - 45px);
}

.arrow-tip-box i > div.rt {
  bottom: calc(100% + 3px);
  left: calc(100% - 45px);
}

.arrow-tip-box i > div.lb {
  top: calc(100% + 3px);
  right: calc(100% - 45px);
}

.arrow-tip-box i > div.lt {
  bottom: calc(100% + 3px);
  right: calc(100% - 45px);
}

.arrow-tip-box i > div strong {
  margin-bottom: 6px;
  display: block;
}

@media (max-width: 768px) {
  .arrow-tip-box {
    display: flex;
    flex-direction: row;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: none;
    margin: 15px 0 !important;
    height: auto;
  }
  .arrow-tip-box i {
    width: 100%;
    background: none !important;
    position: unset;
    height: auto;
  }
  .arrow-tip-box i > div {
    position: unset;
    width: 100% !important;
  }
}

.arrow-tip-box-2 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 22px;
  max-width: 1440px;
  justify-content: space-around;
}

.arrow-tip-box-2 .dibox {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.arrow-tip-box-2.di-5 .dibox {
  width: 19.9%;
}

.arrow-tip-box-2.di-6 .dibox {
  width: 16.5%;
}

.arrow-tip-box-2.di-7 .dibox {
  width: 14.1%;
}

.arrow-tip-box-2 .dibox {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right top;
  position: relative;
  background-color: #fff;
}

.arrow-tip-box-2 .dibox:nth-child(2n + 1) {
  background-image: url(../img/arrow-b-1.png);
}

.arrow-tip-box-2 .dibox:nth-child(2n) {
  background-image: url(../img/arrow-b-2.png);
}

.arrow-tip-box-2 .dibox .tip {
  position: absolute;
}

.arrow-tip-box-2 .dibox .tip p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.arrow-tip-box-2 .dibox:nth-child(2n + 1) .tip {
  top: calc(100% + 47px);
  color: #333;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 4px 15px 10px 15px;
  border: #384cb1 dotted 2px;
  border-radius: 4px;
  position: relative;
  position: absolute;
}

.arrow-tip-box-2 .dibox:nth-child(2n + 1) .tip strong {
  color: #384cb1;
}

.arrow-tip-box-2 .dibox:nth-child(2n + 1) .tip::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 50px;
  bottom: 100%;
  left: calc(50% - 30px);
  background-image: url(../img/ab-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.arrow-tip-box-2 .dibox:nth-child(2n) .tip {
  bottom: calc(100% + 47px);
  left: -10px;
  color: #333;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 4px 15px 10px 15px;
  border: #50aaee dotted 2px;
  border-radius: 4px;
  position: relative;
  position: absolute;
}

.arrow-tip-box-2 .dibox:nth-child(2n) .tip strong {
  color: #50aaee;
}

.arrow-tip-box-2 .dibox:nth-child(2n) .tip::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 50px;
  top: 100%;
  left: calc(50% - 30px);
  background-image: url(../img/ab-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (max-width: 768px) {
  .arrow-tip-box-2 {
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    margin: 15px 0;
    padding: 0 !important;
    height: auto;
  }
  .arrow-tip-box-2 .dibox {
    background-image: none;
    width: 100% !important;
    height: auto;
  }
  .arrow-tip-box-2 .dibox:nth-child(2n + 1) {
    background-image: none;
  }
  .arrow-tip-box-2 .dibox:nth-child(2n + 1) span {
    width: 43px;
    height: 38px;
    border-radius: 4px;
    background: #384cb1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(13px);
  }
  .arrow-tip-box-2 .dibox:nth-child(2n) span {
    width: 43px;
    height: 38px;
    border-radius: 4px;
    background: #50aaee;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(13px);
  }
  .arrow-tip-box-2 .dibox:nth-child(2n) {
    background-image: none;
  }
  .arrow-tip-box-2 .dibox {
    position: unset;
    width: 100%;
  }
  .arrow-tip-box-2 .dibox .tip {
    background: #fff;
  }
  .arrow-tip-box-2 .dibox:nth-child(2n + 1) .tip {
    position: unset;
    height: auto !important;
  }
  .arrow-tip-box-2 .dibox:nth-child(2n) .tip {
    position: unset;
    height: auto !important;
  }
  .arrow-tip-box-2 .dibox:nth-child(2n) .tip::before,
  .arrow-tip-box-2 .dibox:nth-child(2n + 1) .tip::before {
    display: none;
  }
}

.style-1 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  justify-content: space-around;
  margin: 85px auto 15px auto;
}

.style-1 .li {
  width: 150px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/s-bg-1.png) no-repeat;
  background-size: contain;
  color: #fff;
  padding: 25px;
  text-align: center;
}

.style-1 .li p {
  padding: 0;
  margin: 0;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .style-1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-around;
    margin: 15px 0;
    flex-direction: column;
  }
  .style-1 .li {
    transform: unset !important;
    margin: 0 auto;
  }
}

.style-2 {
  margin: 15px auto;
}

.style-2 .li::after {
  content: "";
  background-image: url(../img/arrow-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 35px;
  margin: 5px 0;
  display: block;
}

.style-2 .li:nth-last-child(1):after {
  display: none;
}

.style-2 .li > div {
  border-radius: 10px;
}

.link-ico {
  width: 20px;
  height: 20px;
  background-image: url(../img/link-ico.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  display: inline-block;
  vertical-align: middle;
}

.page-tab {
  display: flex;
  gap: 0;
  position: sticky;
  top: 80px;
  left: 0;
  background: #ffffff;
  z-index: 9996;
  flex-wrap: wrap;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  min-height: 66px;
  height: auto;
  align-items: center;
  border-bottom: var(--main-color) solid 3px;
  row-gap: 5px;
  margin-bottom: 25px;
}

@media (max-width: 1366px) {
  .page-tab {
    top: 76px;
  }
}

.page-tab span {
  cursor: pointer;
  background-color: #ebf0f5;
  color: #333;
  border-radius: 0px;
  width: auto;
  padding: 5px 10px;
  text-align: left;
  position: relative;
  min-height: 34px;
}

.page-tab > div {
  height: 34px;
  display: flex;
  position: relative;
}

.page-tab > span,
.page-tab > div {
  border-right: #ffffff solid 2px;
}

.page-tab span.active,
.page-tab span:hover {
  background: var(--main-color) !important;
  color: #fff;
}

.page-tab span:active {
  background: var(--main-color);
  color: #fff;
}

.page-tab .has-li > i {
  display: none;
}

.page-tab .has-li:hover > i {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 360px;
  max-height: 360px;
  overflow: auto;
  text-align: left;
  font-style: normal;
  flex-direction: column;
  background: #ebf0f5;
  border: var(--main-color) solid 2px;
  z-index: 9;
}

.page-tab .has-li i > span {
  line-height: 1.1;
  text-align: left;
  background: #fff;
  padding: 8px 10px;
  height: auto;
}

.page-tab .has-li > span::after {
  content: "→";
  font-family: mine;
  font-size: 12px;
  color: var(--a-color);
  transition: 0.2s;
  transform: rotate(90deg);
  display: inline-block;
  font-weight: bold;
}

.page-tab .has-li:active > span::after,
.page-tab .has-li:hover > span::after,
.page-tab .has-li > span.active::after {
  color: #fff;
}

.wf-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.wf-box:hover .tips {
  display: block;
}

.wf-box .tips {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  background: #ffd463e3;
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  text-align: left;
  z-index: 9;
  height: calc(100% - 32px);
}

.wf-box p {
  height: 30px;
  border-radius: 4px;
  padding-left: 0;
}

.wf-box:hover p {
  background: var(--main-color);
  color: #fff;
}

/* .services-container>.row {
    display: unset!important;
} */

h2.h2_tit,
.h2_tit {
  border-left: #ffd463 solid 10px;
  padding-left: 10px;
  margin: 45px 0 20px 0;
  font-size: 20px;
  background: #f5f5f5;
  line-height: 1.7;
}

/* *>h2.h2_tit:nth-child(1),
*>.h2_tit:nth-child(1) {
    margin-top: 0;
} */

.h3_tit {
  /* border-left: #ffd463 solid 6px;
    padding-left: 14px; */
  margin: 15px 0 15px 0;
  font-size: 18px;
  /* background: #f5f5f5;
    line-height: 1.7; */
}

.a-right,
.a-left,
.a-top,
.a-bottom {
  position: relative;
}

.a-right::after,
.a-left::after,
.a-top::after,
.a-bottom::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 12px;
  background-image: url(../img/arrow-short.png);
  background-size: contain;
}

.a-md-none::after {
  display: none !important;
}

.a-right::after {
  top: calc(50% - 6px);
  right: -17px;
}

.a-left::after {
  top: calc(50% - 6px);
  left: -17px;
  transform: rotate(180deg);
}

.a-top::after {
  left: calc(50% - 6px);
  top: -17px;
  transform: rotate(-90deg);
}

.a-bottom::after {
  left: calc(50% - 6px);
  bottom: -17px;
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .a-right::after,
  .a-left::after,
  .a-top::after,
  .a-bottom::after {
    transform: rotate(90deg);
    position: unset;
    display: inline-block;
    margin: 15px 0 0 0;
  }
  .a-md-none::after {
    display: inline-block !important;
  }
}

.main_text_box .ztitle {
  background: #fff;
  position: relative;
  padding: 5px 45px 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  counter-increment: item;
}

.main_text_box .ztitle::before {
  content: "0" counter(item) ".";
  width: 25px;
  color: #ccc;
}

.main_text_box .ztitle a {
  width: 95%;
  display: inherit;
}

.main_text_box .ztitle span {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: calc(50% - 11px);
  width: 22px;
  text-align: center;
  height: 22px;
  padding: 0;
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_text_box .con_div {
  padding: 15px;
  color: #666;
  background: none;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  border-bottom: #eeeeee solid 1px;
}

.main_text_box .ztitle:hover {
  background: #ebf0f5;
  border-radius: 4px;
}

.main_text_box .ztitle span:after {
  transition: opacity 0.5s;
  opacity: 0;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
}

.main_text_box .ztitle .cshow:after {
  opacity: 1;
  content: "+";
}

.main_text_box .ztitle span.chide {
  background: #5f9dea;
}

.main_text_box .ztitle .chide:after {
  opacity: 1;
  content: "-";
}

@media (min-width: 576px) {
  .row > .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .row > .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .row > .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .row > .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .row > .container {
    max-width: 1320px;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.list-box a {
  display: flex;
  align-items: center;
  border: 1px solid var(--a-color);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  transition: all ease 0.4s;
  text-align: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.list-box p.nohref {
  display: flex;
  align-items: center;
  border: 1px solid var(--a-color);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  transition: all ease 0.4s;
  text-align: left;
  overflow: hidden;
}

.list-box a.disabled {
  border-color: #ccc;
  color: #999;
}

.list-box a:before,
.list-box p.nohref:before {
  position: absolute;
  content: "";
  background: var(--a-color);
  z-index: 0;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 1;
  border: solid 2px var(--a-color);
  transition: all ease 0.4s;
}

.list-box strong {
  z-index: 1;
}

.list-box a:hover {
  color: #ffffff;
  border: 1px solid transparent;
}

.list-box a:hover:before {
  right: 0;
  width: 100%;
  border-radius: 5px;
}

.sp-style-1 {
  border: #9ea6b1 solid 1px;
  border-radius: 8px;
  padding: 32px 15px 0 15px;
  margin: 22px 15px 22px 15px !important;
  position: relative;
  width: calc(100% - 30px) !important;
  height: calc(100% - 44px);
}

.sp-style-1 .title {
  position: absolute;
  background: var(--main-color);
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  top: -22px;
  left: auto;
  min-height: 44px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sp-style-1 {
    padding: 15px;
    margin: 15px !important;
  }
  .sp-style-1 .title {
    position: unset;
  }
  .d-sm-clear {
    clear: both;
  }
}

body {
  counter-reset: dt-img-counter;
}

.sp-li-num {
  counter-increment: dt-img-counter;
}

.sp-li-num:before {
  content: "0" counter(dt-img-counter) ".";
  color: #fff;
}

.sp-style-1 .title a {
  color: #fff;
}

.sp-style-1 .title a:hover {
  color: #fff;
  text-decoration: underline;
}

.sp-li-check {
  list-style-type: none;
  padding: 0;
}

.sp-li-check li {
  position: relative;
  padding-left: 25px;
  line-height: 30px;
}

.sp-li-check li h3,
.sp-li-check li p {
  margin: 0;
  padding: 0;
}

.sp-li-check li::marker {
  content: "";
}

.sp-li-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  /* transform: translateY(-50%); */
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230048b9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cpolyline points='9 11 12 14 16 10'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.fd-style-5:hover .sp-li-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cpolyline points='9 11 12 14 16 10'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.title.sp-t-center {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.btn-new {
  color: #fff !important;
  background: linear-gradient(
    180deg,
    var(--a-color-light),
    #2c1d81,
    #201775,
    #010038,
    #201775,
    var(--a-color-light)
  ) !important;
  font-weight: bolder;
  text-decoration: none;
  padding: 12px 18px;
  box-shadow: 0px 15px 10px 0px #00000057;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  border-top: #ffffffc4 solid 1px;
  border-bottom: #ffffff73 solid 1px;
  font-size: 20px;
}

.btn-new::before,
.btn-new::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}

.btn-new::before {
  left: 0px;
  transform: translateY(-50%);
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #0000002a;
}

.btn-new::after {
  right: 0px;
  transform: translateY(-50%);
  border-width: 28px 20px 28px 0;
  border-color: transparent #0000002a transparent transparent;
}

.btn-new:hover {
  background: linear-gradient(
    180deg,
    var(--a-color-light),
    var(--main-color),
    var(--a-color-light)
  ) !important;
  color: #fff !important;
}

.btnlg {
  padding: 18px 25px;
}

.btn-new-2 {
  color: var(--main-color) !important;
  background: #fff;
  text-decoration: none;
  padding: 12px 18px;
  box-shadow: 0px 0px 15px 0px #0000002a;
  display: inline-block;
  border-radius: 4px;
}

.btn-new-2:hover {
  background: linear-gradient(
    45deg,
    var(--a-color-light),
    var(--main-color)
  ) !important;
  color: #fff !important;
}

.n-title {
  color: var(--main-color);
  font-size: 48px;
  display: block;
  width: 100%;
  font-weight: bold;
  font-family: Montserrat, Roboto, system-ui, sans-serif;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.n-title:after {
  content: "";
  width: 250px;
  height: 2px;
  background: var(--main-color);
  display: block;
  margin: 15px 0 0 0;
}

.an-1 {
  transition: all ease 0.3s;
  transform: translateY(0);
}

.an-1:hover {
  box-shadow: var(--bs-box-shadow-lg) !important;
  transform: translateY(-10px);
}

/* .step-num-box {
position: absolute;
height: 100%;
top: 0;
width: 50vw;
} */

.step-num-box {
  position: relative;
}

.step-num-box.left {
  left: 0;
}

.step-num-box.right {
  right: 0;
}

.step-num-box img {
  width: calc(100% - 4vw);
  border-radius: 20px;
}

.step-num-box.left img {
  margin-left: 4vw;
}

.step-num-box.right img {
  margin-right: 4vw;
}

.step-num-box.left i {
  left: 0;
}

.step-num-box.right i {
  right: 0;
}

@media screen and (max-width: 1000px) {
  .step-num-box img {
    width: 100%;
  }
  .step-num-box img {
    margin: 0;
  }
}

.step-num-box i {
  width: 8vw;
  height: 8vw;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 16px 5px #0000008f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6vw;
  border: 0.5vw solid transparent;
  background-clip: padding-box;
}

.step-num-box i::before {
  content: "";
  position: absolute;
  top: -0.5vw;
  left: -0.5vw;
  right: -0.5vw;
  bottom: -0.5vw;
  background: linear-gradient(133deg, #c8e0ff, #005fd4);
  border-radius: 100%;
  z-index: -1;
}

.step-num-box i::after {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005fd4;
  font-style: normal;
  font-size: 100%;
  background: #fff;
  border-radius: 100%;
}

.step-num-box i.num-1::after {
  content: "1";
}

.step-num-box i.num-2::after {
  content: "2";
}

.step-num-box i.num-3::after {
  content: "3";
}

.step-num-box i.num-4::after {
  content: "4";
}

.bor-li-new {
  background: #fff;
  transition: all 0.3s ease;
}

.bor-li-new:hover {
  background: linear-gradient(
    45deg,
    var(--a-color-light),
    var(--main-color)
  ) !important;
}

.bor-li-new:hover h3,
.bor-li-new:hover p {
  color: #fff;
}

.bor-li-new:hover a {
  color: #62a9ff;
}

.bor-li-new:hover a:hover {
  color: var(--a-color-hover);
}

.row-number-box .ullist li {
  line-height: 1.5;
  margin-bottom: 12px;
}

/* .row-number-box .row>div {
position: relative;
} */

.row-number-box h4 {
  color: #333;
  margin: 0;
}

.row-number-box .ullist font {
  color: #57a62a;
}

.pop-inquiry {
  cursor: pointer;
}

.inquiry-box {
  overflow: hidden;
}

.inquiry-box > button {
  display: none;
}

.inquiry-box.active > button {
  display: unset;
}

.inquiry-box.active {
  max-width: 728px;
  padding: 20px;
  background: #fff;
  border: #eee solid 1px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 888888;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.inquiry-box.active .h2_tit {
  background: none;
}

#popupbg {
  display: none;
  background: #000000a9;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888887;
}

.if-box {
  width: 100%;
  height: 115px;
  overflow: hidden;
}

/* .fs-1 {
    font-size: 48px!important;
}

.fs-2 {
    font-size: 36px!important;
}

.fs-3 {
    font-size: 32px!important;
}

.fs-4 {
    font-size: 24px!important;
}

.fs-5 {
    font-size: 20px!important;
} */

@media (max-width: 1000px) {
  .row-number-box .row:nth-child(2n + 1) {
    flex-direction: column-reverse;
  }
  .step-num-box.left i {
    left: 50%;
  }
  .step-num-box.right i {
    left: 50%;
  }
  .step-num-box.left img {
    margin: 0;
    width: 100%;
    height: 200px;
  }
  .step-num-box i {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    background: linear-gradient(133deg, #c8e0ff, #005fd4);
    box-shadow: 9px 13px 16px 5px #0000008f;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 68px;
    border: #ffffff solid 4px;
  }
  .if-box {
    height: 200px;
  }
  .social-icon-two {
    justify-content: center !important;
  }
  .inquiry-box.active {
    max-width: 728px;
    padding: 20px;
    background: #fff;
    width: 100vw;
    height: 100%;
    margin: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .bottom_cop .col-md-4 {
    text-align: center !important;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .two-column-text {
    column-count: 2;
    column-gap: 40px;
  }
}

.sp-style-2 {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.sp-style-2 p {
  position: absolute;
  width: 100%;
  background: #000000a8;
  color: #fff;
  padding: 15px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  height: 100%;
  overflow: auto;
}

.sp-style-2:hover p {
  opacity: 1;
  height: 100%;
}

.sp-style-2 a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1.25rem;
}

.sp-style-2 a:hover {
  color: #fff;
}

.sp-list-li {
  display: flex;
  align-items: center;
  border: 1px solid var(--main-color);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  transition: all ease 0.4s;
  text-align: left;
  overflow: hidden;
}

.sp-list-li.nohref {
  display: flex;
  align-items: center;
  border: 1px solid var(--main-color);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  transition: all ease 0.4s;
  text-align: left;
  overflow: hidden;
  margin: 0;
}

.sp-list-li:before,
.sp-list-li.nohref:before {
  position: absolute;
  content: "";
  background: var(--main-color);
  z-index: 0;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 1;
  border: solid 2px var(--main-color);
  transition: all ease 0.4s;
}

.sp-list-li span {
  position: relative;
  z-index: 1;
}

.sp-list-li:hover {
  color: #fff;
  border: 1px solid var(--main-color);
}

.sp-list-li:hover:before {
  right: 0;
  width: 100%;
  border-radius: 5px;
}

.td-pdf {
  transform: perspective(1000px) rotateY(-30deg) rotateX(5deg);
  box-shadow:
    5px 5px 20px rgba(0, 0, 0, 0.2),
    -2px -2px 10px rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}

.td-pdf-box:hover .td-pdf {
  transform: perspective(1000px) rotateY(-25deg) rotateX(3deg);
  box-shadow:
    8px 8px 25px rgba(0, 0, 0, 0.3),
    -3px -3px 15px rgba(255, 255, 255, 0.9);
}

.bg-grey {
  background: #f5f5f5;
  border-radius: 8px;
  border: #f0f0f0 solid 1px;
}

.sp-style-3 {
  display: flex;
  align-items: stretch;
  margin-bottom: 25px;
  flex-wrap: wrap;
  row-gap: 25px;
}

.sp-style-3 .border {
  height: 100%;
}

.sp-style-4 {
  display: flex;
  align-items: stretch;
  margin: 25px 0;
  flex-wrap: wrap;
  row-gap: 25px;
}

.sp-style-4 .border {
  height: 100%;
  border-style: dashed !important;
  border-color: var(--main-color-bg) !important;
}

.sp-style-5 {
  text-align: center;
  position: relative;
}

.sp-style-5 .img {
  width: 100%;
  height: 240px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
}

.sp-style-5 .img img {
  transform: scale(1);
  transition: all ease 0.2s;
}

.sp-style-5:hover .img img {
  transform: scale(1.1);
}

.sp-style-5a {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.sp-style-5a .pic {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  width: 100%;
}

.sp-style-5a .title {
  padding: 10px 15px;
  text-align: center;
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.sp-style-5a .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sp-style-5a .content {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  display: flex;
  padding: 15px 15px 60px 15px;
  overflow: auto;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
  height: 100%;
  align-content: flex-start;
  transition: all ease 0.4s;
}

.sp-style-5a .content p {
  line-height: 1.5;
}

.sp-style-5a .content a {
  background: #fff;
  padding: 2px 3px;
  border-radius: 4px;
  width: calc(50% - 2.5px);
  font-size: 13px;
  text-align: center;
}

.sp-style-5a .content a:hover {
  background: #0048b9;
  color: #fff;
}

.sp-style-5a:hover .content {
  color: #fff;
  top: 0;
}

.sp-style-5a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all ease 0.3s;
}

.sp-style-5a:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.sp-style-6,
p.sp-style-6 {
  padding: 15px 0;
}

.sp-style-6 > *,
p.sp-style-6 > * {
  display: inline-block;
  background: #daeef3;
  padding: 8px 15px;
  color: #6074c5;
}

.sp-style-7 li {
  border: #eee solid 1px;
  background: #fff;
  padding: 5px 8px 5px 37px;
  margin-bottom: 10px;
}

.sp-style-7 li:last-child(1) {
  margin-bottom: 0px;
}

.sp-li-check.sp-style-7 li::before {
  left: 10px;
  top: 11px;
}

.sp-flow-chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  margin: 0 auto 35px auto;
}

.sp-step {
  width: 200px;
  height: 100px;
  margin: 10px;
  padding: 14px;
  border: #0047b9b4 dashed 1.5px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}

.sp-arrow {
  position: absolute;
  width: 44px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M0,20 L30,20 M20,10 L30,20 L20,30' fill='none' stroke='%230047b9' stroke-width='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.sp-step .sp-arrow {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.sp-step.sp-down .sp-arrow {
  bottom: -30px;
  left: 50%;
  right: auto;
  top: auto;
  transform: translateX(-50%) rotate(90deg);
}

.sp-step.sp-left .sp-arrow {
  top: 50%;
  left: -30px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 600px) {
  .sp-flow-chart {
    flex-direction: column;
  }
  .sp-step {
    width: 80%;
    margin: 20px 0;
    order: unset !important;
  }
  .sp-arrow {
    bottom: -30px !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    transform: translateX(-50%) rotate(90deg) !important;
  }
}

.step-nav ul {
  list-style-type: none;
  padding: 0;
}

.step-nav li {
  cursor: pointer;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  border-radius: 5px;
  transition: background-color 0.3s;
  position: relative;
  padding-right: 25px;
}

.step-nav li.active {
  color: #fff !important;
  background: linear-gradient(
    180deg,
    var(--a-color-light),
    #1d4a81,
    #174275,
    #001a38,
    #174275,
    var(--a-color-light)
  ) !important;
  color: white;
}

.step-nav li::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
  transition: all 0.3s;
  opacity: 0;
}

.position-relative {
  position: relative;
}

.step-nav li.active::after {
  border-left-color: var(--main-color);
  opacity: 1;
}

.step-nav li:hover::after {
  border-left-color: #f0f0f0;
  opacity: 0;
}

.step-nav li.active:hover::after {
  border-left-color: var(--main-color);
  opacity: 1;
}

.float-nav {
  display: none !important;
}

@media (max-width: 767.98px) {
  #stepNavList {
    display: none !important;
  }
  .float-nav {
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: unset;
  }
  .float-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .float-nav li {
    margin: 10px 0;
    position: relative;
  }
  .float-nav .dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    transition: all 0.3s ease;
  }
  .float-nav li.active .dot {
    background-color: var(--main-color);
  }
  .float-nav li.active .dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 123, 255, 0.9);
    transform: translate(-50%, -50%) scale(0);
    animation: pulse 1s ease-out infinite;
  }
  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  .float-nav .tooltip {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .float-nav li:hover .tooltip,
  .float-nav li.active .tooltip {
    opacity: 1;
    visibility: visible;
    right: 25px;
  }
}

.step-centent {
  scroll-behavior: smooth;
}

.fd-style-1 {
  border-radius: 15px;
  text-align: left;
  padding: 1rem 1.5rem;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}

.fd-style-1 h3 {
  font-size: 18px;
  font-family: "Roman", sans-serif;
  color: var(--main-color);
  line-height: 1.7;
}

.fd-style-2 {
  border-radius: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
}

.fd-style-2 .title {
  background-color: var(--main-color);
  color: #fff;
  padding: 0.3rem 1.5rem;
  height: auto;
  line-height: 1.3;
}

.fd-style-2 .title a {
  color: #fff;
  line-height: 1.3;
}

.fd-style-2 .title a:hover {
  color: var(--a-color-hover);
}

.fd-style-2 .content {
  padding: 0rem 1.5rem 1rem;
}

.fd-style-3 {
  border-radius: 15px;
  text-align: left;
  position: relative;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.fd-style-3 .title {
  background-color: var(--main-color);
  color: #fff;
  padding: 0.3rem 1.5rem;
  height: auto;
  line-height: 1.3;
  border-radius: 4px;
  width: auto;
  position: relative;
  top: -20px;
  margin: 0 15px;
}

.fd-style-3 .title a {
  color: #fff;
  line-height: 1.3;
}
.fd-style-3 .title a:hover {
  color: var(--a-color-hover);
}

.fd-style-3 .content {
  padding: 0rem 1.5rem;
  transform: translateY(-1rem);
}

.fd-style-4 {
  border-radius: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
}

.fd-style-4 .title {
  background-color: var(--main-color);
  color: #fff;
  padding: 0.3rem 1.5rem;
  height: auto;
  line-height: 1.3;
}

.fd-style-4 .title a {
  color: var(--a-color-light);
  line-height: 1.3;
}
.fd-style-4 .title a:hover {
  color: var(--a-color-hover);
}

.fd-style-4 .content {
  padding: 0rem 1.5rem 1rem;
}

.fd-style-5 {
  border-radius: 15px;
  text-align: left;
  padding: 1rem 1.5rem;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}

.fd-style-5:hover:hover {
  background: linear-gradient(
    45deg,
    var(--a-color-light),
    var(--main-color)
  ) !important;
}

.fd-style-5:hover *:not(a) {
  color: #fff;
}

.fd-style-5:hover:hover a {
  color: #62a9ff;
}

.fd-style-5:hover:hover a:hover {
  color: var(--a-color-hover);
}

.fd-style-5 h3 {
  font-size: 18px;
  font-family: "Roman", sans-serif;
  color: var(--main-color);
  line-height: 1.7;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 25px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.question,
h3.question {
  color: var(--main-color);
  font-size: 1rem;
  margin: 0;
  padding: 10px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  transition: background-color 0.3s ease;
}

.question.active,
h3.question.active {
  background: var(--main-color);
  color: #fff;
}

.question.active a {
  color: #fff;
}

.question.active a:hover {
  color: var(--a-color-hover);
}

.question:hover {
  background: var(--main-color);
  color: #fff;
}

.question::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

.question.active::after {
  content: "-";
}

.answer {
  color: #6b6b6b;
  margin: 0;
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.answer p {
  margin: 0 0 16px !important;
  padding: 0;
}

.answer.active {
  padding: 10px 24px;
  max-height: 1000px;
}

.answer p:last-child {
  margin-bottom: 0 !important;
}

.fd-style-6 {
  border-radius: 15px;
  text-align: left;
  padding: 1rem 1.5rem;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  background: #f8fafc;
}

.fd-style-6 .title::before {
  content: "\1F449";
  display: inline-block;
  margin-right: 5px;
}

.row-gap-5.pt-5 {
  padding-top: 30px !important;
}

.fd-style-7 {
  border-radius: 0 8px 8px 8px;
  text-align: left;
  position: relative;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}

.fd-style-7 .title {
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem 1.5rem;
  height: auto;
  line-height: 1.3;
  border-radius: 4px 4px 0 0;
  width: auto;
  position: relative;
  top: -56px;
  width: 50%;
  min-width: 350px;
  padding-left: 95px;
  position: relative;
  margin-top: 30px;
}

.fd-style-7 .title a {
  color: var(--a-color-light);
  line-height: 1.3;
}
.fd-style-7 .title a:hover {
  color: var(--a-color-hover);
}

.fd-style-7 .content {
  padding: 1rem 1.5rem 0 1.5rem;
  transform: translateY(-66px);
  margin-bottom: -56px;
}

.fd-style-7 .title::before {
  display: inline-block;
  color: #aedffc;
  font-size: 60px;
  position: absolute;
  top: -50%;
  left: 15px;
}

.fd-style-7:nth-child(n) .title::before {
  content: attr(data-number);
}

.fd-style-8 {
  border-radius: 0 8px 8px 8px;
  text-align: left;
  position: relative;
  height: 100%;
  border: 1px solid var(--main-color);
  background: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}

.fd-style-8 .title {
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem 1.5rem;
  height: auto;
  line-height: 1.3;
  border-radius: 4px 4px 0 0;
  width: auto;
  position: relative;
  top: -56px;
  width: 50%;
  min-width: 350px;
  position: relative;
  margin-top: 30px;
}

.fd-style-8 .title a {
  color: var(--a-color-light);
  line-height: 1.3;
}
.fd-style-8 .title a:hover {
  color: var(--a-color-hover);
}

.fd-style-8 .content {
  padding: 1rem 1.5rem 0 1.5rem;
  transform: translateY(-66px);
  margin-bottom: -56px;
  width: 100%;
  display: block;
}

.fd-style-9 > div.img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fd-style-9 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fd-style-9 .img img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .fd-style-9 > div.img {
    display: none;
  }
  .fd-style-9 h3::before {
    content: "→";
    margin-right: 5px;
  }
}

.fd-style-10 {
  display: flex;
  flex-wrap: nowrap;
  gap: 27px;
  align-items: center;
  justify-content: center;
}

.fd-style-10 .title {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 6px;
  padding: 5px 15px;
  text-align: center;
  position: relative;
  width: 240px;
}

.fd-style-10 .content {
  width: 320px;
  padding: 15px;
  border: var(--main-color) 2px solid;
  border-radius: 8px;
}

.fd-style-10 .title:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='0' y1='12' x2='15' y2='12' stroke='currentColor'/%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e");
  position: absolute;
  right: -25px;
  top: 50%;
  color: var(--main-color);
  font-size: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .fd-style-10 {
    flex-wrap: wrap;
  }
  .fd-style-10 .title,
  .fd-style-10 .content {
    width: 100%;
  }
  .fd-style-10 .title:after {
    position: absolute;
    right: unset;
    top: unset;
    bottom: -30px;
    left: 50%;
    color: var(--main-color);
    font-size: 24px;
    transform: translateX(-50%) rotate(90deg);
  }
}

.fd-style-11 {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-left: 4px solid var(--a-color);
  transform: translateX(0);
}

.fd-style-11:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fd-style-11 .icon-container {
  width: 48px;
  height: 48px;
  background: #ebf8ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.fd-style-11 .icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--a-color);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fd-style-11 .card-title-container {
  flex-grow: 1;
}

.fd-style-11 .phase-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--a-color);
  margin-bottom: 4px;
}

.fd-style-11 .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
  margin: 0;
}

.fd-style-11 .card-content {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 64px;
}

.fd-style-11 .card-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cta-section {
  text-align: center;
  margin-top: 48px;
}

.cta-button {
  background-color: var(--a-color);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.cta-button:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
}

.fd-style-12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .fd-style-12 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.fd-style-12 .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.fd-style-12 .header-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 25px;
}

.fd-style-12 .line {
  width: 32px;
  height: 2px;
  background: #2563eb;
}

.fd-style-12 .subtitle {
  color: #4b5563;
  font-size: 1.125rem;
  padding: 0;
}

.fd-style-12 .cd-box {
  padding: 10px 10px 45px 10px;
  margin: -10px;
}

/* .fd-style-12 .services {
    display: flex;
    gap: 24px;
  
} */

.fd-style-12 .service-card {
  border: #eee solid 1px;
  background: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fd-style-12 .service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fd-style-12 .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.fd-style-12 .icon-container {
  width: 40px;
  height: 40px;
  background: #eff6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.fd-style-12 .icon {
  width: 24px;
  height: 24px;
  color: #2563eb;
}

.fd-style-12 .card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.fd-style-12 .card-content {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5;
}

.fd-style-12 .card-content p {
  margin-bottom: 8px;
  padding: 0;
  line-height: 1.5;
}

.fd-style-12 .dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.fd-style-12 .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e7eb;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fd-style-12 .dot.active {
  background: #2563eb;
}

.fd-table p,
.fd-table ul,
.fd-table ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fd-style-3a {
  border-radius: 8px;
  text-align: left;
  position: relative;
  height: 100%;
  border: 1px solid #eee;
  background: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 30px 0;
}

.fd-style-3a .title {
  background-color: var(--main-color);
  color: #fff;
  padding: 0.3rem 1.5rem;
  height: auto;
  line-height: 1.3;
  border-radius: 4px;
  width: auto;
  position: relative;
  top: -20px;
  margin: 0 15px;
}

.fd-style-3a .title a {
  color: var(--a-color-light);
  line-height: 1.3;
}
.fd-style-3a .title a:hover {
  color: var(--a-color-hover);
}

.fd-style-3a .content {
  padding: 0rem 1.5rem;
  transform: translateY(-1rem);
}

.fd-style-3a .content > *:nth-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
}

.vertical-panel-r {
  position: relative;
  height: 100%;
}

.vertical-panel-r .sbox::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 80%;
  width: 110%;
  height: 20%;
  content: "";
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.76) 60%,
    black 100%
  );
  clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
  box-shadow: 0 0 10px black;
  z-index: 1;
  filter: blur(65px);
}

.vertical-panel-l {
  position: relative;
  height: 100%;
}

.vertical-panel-l .sbox::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 80%;
  width: 110%;
  height: 20%;
  content: "";
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.76) 60%,
    black 100%
  );
  clip-path: polygon(0% 0%, 91% 0%, 100% 100%, 9% 100%);
  box-shadow: 0 0 10px black;
  z-index: 1;
  filter: blur(65px);
}

.swiper-container.cd-box {
  width: 100%;
  height: auto;
}

.cd-box .swiper-slide {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.cd-box .swiper-pagination {
  width: 100%;
  text-align: center;
}

.cd-box .swiper-pagination-bullet {
  background-color: #2563eb;
  opacity: 0.5;
  margin: 0 5px;
}

.cd-box .swiper-pagination-bullet-active {
  opacity: 1;
}

.sp-li-num-2 {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  width: 40px;
  text-align: center;
  height: 30px;
  border-radius: 6px;
}

.tabs-box-style-3 .tab-btns {
  display: flex;
  padding: 0;
  justify-content: space-around;
  margin-bottom: 35px;
}

.tabs-box-style-3 .tab-btn {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
}

.tabs-box-style-3 .tab-btn strong {
  padding: 5px 8px;
}

.tabs-box-style-3 .tab-btn img {
  object-fit: contain;
  height: 180px;
  width: auto;
  margin-bottom: 20px;
}

.tabs-box-style-3 .tab-btn {
  border: #fff solid 2px;
}

.tabs-box-style-3 .tab-btn.active-btn {
  border: var(--main-color) solid 2px;
  position: relative;
}

.tabs-box-style-3 .tab-btn.active-btn::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--main-color);
}

.tabs-box-style-3 .tab-btn.active-btn strong {
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  .tabs-box-style-3 .tab-btns {
    flex-wrap: wrap;
  }
  .tabs-box-style-3 .tab-btn img {
    display: none;
  }
  .tabs-box-style-3 .tab-btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
  }
  .tabs-box-style-3 .tab-btn.active-btn {
    border: none;
  }
  .tabs-box-style-3 .tab-btn strong {
    width: 100%;
  }
  .tabs-box-style-3 .tab-btn.active-btn strong {
    color: #fff;
    background: var(--main-color);
    border-radius: 4px;
  }
}

.fd-style-title-1 {
  position: relative;
  padding-left: 30px;
}

.fd-style-title-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFD700'%3E%3Cpath d='M5 3l14 9-14 9V3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.services-container table th.step-title a {
  color: var(--a-color);
}

.hidden-row {
  display: none;
}

.learn-more-btn {
  color: #0048b9;
  cursor: pointer;
}

.learn-more-btn:hover {
  color: #ffd463;
}

#Nav {
  width: 100%;
  border: none;
  height: 30px;
  outline: none;
}

.m-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
}

.inquiry-button {
  cursor: pointer;
}

.tooltip-box {
  position: relative;
}

.tooltip-box:hover .tooltip {
  display: block;
  opacity: 1 !important;
}

.tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(30, 30, 30, 1);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: wrap;
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
  transform: translateX(-50%);
}

.tooltip a {
  color: #0ff;
  text-decoration: underline;
}

.dyp-box {
  display: flex;
  margin: 25px 0;
}

.dyp-list {
  position: relative;
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
}

.dyp-list a {
  position: relative;
  width: 70px;
  height: 70px;
  color: white;
  border-radius: 120px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  font-size: 16px;
  padding: 5px;
  text-align: center;
}

.dyp-list a:hover {
  z-index: 99;
  font-size: 18px;
  color: white;
}

.dyp-list a::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 120px;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: #fff solid 2px;
  box-shadow: 0 0 5px #0000003d;
  transition: all ease 0.2s;
}

.dyp-list a span {
  position: relative;
  z-index: 2;
}

.dyp-list a:hover::after {
  box-shadow: 0 0 10px #0000005e;
  --alpha: 1;
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .dyp-list {
    justify-content: space-around;
  }
}

.list-d-14 {
  --start-hue: 80;
  --end-hue: 300;
  --saturation: 30%;
  --lightness: 50%;
  --alpha: 0.75;
}

.list-d-14 a::after {
  background: hsla(
    var(--start-hue),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(1):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 0 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(2):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 1 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(3):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 2 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(4):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 3 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(5):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 4 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(6):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 5 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(7):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 6 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(8):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 7 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(9):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 8 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(10):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 9 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(11):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 10 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(12):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 11 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(13):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 12 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.list-d-14 a:nth-child(14):after {
  background: hsla(
    calc(var(--start-hue) + (var(--end-hue) - var(--start-hue)) * 13 / 13),
    var(--saturation),
    var(--lightness),
    var(--alpha)
  );
}

.process-area .doarea_box {
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
}

.process-area {
  display: flex;
  flex-wrap: wrap;
}

.process-area .doarea_box .textbox-border {
  color: #000;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid #f3e04e;
  border-radius: 8px;
  padding: 20px 20px 20px 30px;
  position: relative;
}

.process-area .doarea_box .textbox-border .num {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 38%;
  left: -18px;
  background-color: #f3e04e;
  color: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.process-area .doarea_box .textbox-border p {
  padding: 0px;
  margin: 0px;
}

.list-style-four-span,
.list-style-five-span {
  float: left;
  padding: 0 8px;
  width: 100%;
}

.list-style-four-span ul,
.list-style-five-span ul,
.list-style-four-span ol,
.list-style-five-span ol {
  padding-left: 0;
}

.list-style-four-span a {
  display: inline-block;
  height: 50px;
  margin-bottom: 30px;
  background: #ebf0f5;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px 0 10px;
}

.list-style-four-span a span {
  font-size: 16px;
  display: block;
  color: var(--main-color);
  font-weight: bolder;
}

.list-style-four-span a:after {
  content: ">";
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: auto;
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-style-four-span a:after .list-style-four-span .js-dbox a:after {
  color: var(--main-color);
}

.list-style-four-span a:hover:after {
  color: #fff;
  opacity: 1;
}

.list-style-four-span a:hover {
  background: var(--main-color) !important;
}

.list-style-four-span a:hover span {
  color: #fff;
  opacity: 1;
}

.thbox {
  /* background: var(--main-color)!important; */
  border-radius: 13px;
  color: #fff !important;
  margin: 25px 0 !important;
}

.list-style-four-span > ul > li > a {
  background: linear-gradient(
    45deg,
    var(--a-color-light),
    var(--main-color)
  ) !important;
  border-radius: 10px !important;
  border: #f5f5f5 solid 1px;
  box-shadow: 0px 0px 7px 7px #00000008;
}

.list-style-four-span > ul > li > a:hover {
  background: var(--main-color) !important;
}

.list-style-four-span > ul > li > a:hover span {
  color: #fff;
}

.list-style-four-span > ul > li > a:after {
  color: #fff;
}

.list-style-four-span > ul > li > a span {
  color: #fff;
}

.list-style-four-span > ul > li > a:hover span {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .list-style-four-span > ul > li:hover > a span {
    color: var(--main-color);
  }

  .list-style-four-span > ul > li:hover > a {
    background: #fff !important;
  }

  .list-style-four-spanul > li:hover > a:after {
    color: var(--main-color);
  }
}

.list-style-four-span > ul > li.active a {
  background: #fff !important;
  color: var(--main-color) !important;
}

.list-style-four-span > ul > li.active a span {
  color: var(--main-color) !important;
}

.thbox {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .thbox {
    display: flex;
    flex-direction: column;
    padding: 15px 35px !important;
    margin: 25px 0 !important;
  }
}

.list-style-five-span a {
  text-align: center;
  text-decoration: none;
  color: #252623;
  transition: opacity 0.5s;
  margin-bottom: 2em;
}

.list-style-five-span a span {
  height: 48px;
  width: 100%;
  display: block;
  background: rgba(242, 242, 242, 1);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.list-style-five-span a:hover img {
  opacity: 0.8;
}

.list-add-four-span a:hover span {
  color: #fff;
  background: none !important;
}

.list-add-four-span a:hover {
  color: #fff;
  background: rgba(18, 52, 94, 1);
}

.list-add-four-span a:hover p {
  color: #fff !important;
  background: rgba(18, 52, 94, 1) !important;
}

.list-add-four-span a:hover span:after {
  color: #fff;
}

.list-add-four-span span {
  display: inline-block;
  height: 50px;
  background: #ebf0f5 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px 0 10px;
}

.list-add-four-span a span {
  font-size: 16px;
  display: block;
  color: var(--main-color);
  font-weight: bolder;
}

.list-add-four-span span:after {
  content: ">";
  color: var(--main-color);
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: auto;
}

.list-add-four-span img {
  width: 100%;
}

.list-style-six-span a {
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 2em;
}

.list-style-six-span a:hover {
  opacity: 0.8;
}

.flex_h_center {
  display: flex;
  align-items: center;
}

.flex-w-center {
  display: flex;
  justify-content: center;
}

.text-box {
  font-size: 16px;
  line-height: 1.4;
}

.text-box h2 {
  margin: 20px 0 20px 0;
  font-size: 18px;
  font-family: "Roman", sans-serif;
  color: var(--main-color);
  line-height: 1.7;
}

.text-box h3 {
  margin: 0px;
  font-size: 18px;
  font-family: "Roman", sans-serif;
  color: var(--main-color);
  line-height: 1.7;
}

.text-box h4 {
  margin: 0px 0 15px 0;
  font-size: 16px;
  font-family: "Roman", sans-serif;
}

.text-box .m_pd_60 {
  padding-bottom: 20px;
}

.text-box strong,
.text-box b {
  font-family: "Roman", sans-serif;
}

.Inquiry_form div {
  margin-bottom: 15px;
}

.backtotop {
  color: #2d373c;
  font-size: 18px;
  text-decoration: none;
}

.main-container {
  transition: background 0.2s;
}

.bg_add {
  background: var(--main-color);
}

.bg_add .menu > ul > li > a {
  color: #ffffff;
}

.bg_add .menu > ul > li.menu-dropdown-icon::before {
  color: #fff;
}

.bg_add .menu > ul > li a:hover,
.bg_add .menu > ul > li.menu-dropdown-icon:hover::before {
  color: #fff;
}

/* .bg_add .search_box { border: #999 solid 1px;} */

.bg_add .menu > ul.show-on-mobile > li > a,
.bg_add .menu > ul.show-on-mobile > li.menu-dropdown-icon::before,
.bg_add0 .menu > ul.show-on-mobile > li > a,
.bg_add0 .menu > ul.show-on-mobile > li.menu-dropdown-icon::before {
  color: #fff;
}

.bg_add .menu > ul.show-on-mobile > li > a:hover,
.bg_add .menu > ul.show-on-mobile > li.menu-dropdown-icon:hover::before,
.bg_add0 .menu > ul.show-on-mobile > li > a:hover,
.bg_add0 .menu > ul.show-on-mobile > li.menu-dropdown-icon:hover::before {
  color: #fff;
}

.main-container.bg_add .menu > ul.show-on-mobile,
.main-container.bg_add0 .menu > ul.show-on-mobile {
  background: #333;
}

.bg_add0 {
  background: var(--main-color);
}

.bg_add0 .menu > ul > li > a {
  color: #ffffff;
}

.bg_add0 .menu > ul > li.menu-dropdown-icon::before {
  color: #fff;
}

.bg_add0 .menu > ul > li a:hover,
.bg_add .menu > ul > li.menu-dropdown-icon:hover::before {
  color: #fff;
}

.bread-crumb li a > ul {
  display: none;
  background: #fff;
  border: #cdd9e1 solid 1px;
  position: absolute;
  top: 100%;
  left: auto;
  max-height: 380px;
  overflow-y: auto;
  width: auto;
  z-index: 99;
}

.bread-crumb li:hover a > ul {
  display: block;
  padding: 0;
}

.bread-crumb li a > ul > li {
  line-height: 28px;
  border: #f0f0f0;
}

.bread-crumb li a > ul > li:after {
  content: none;
}

.bread-crumb li a > ul > li a {
  color: #252623;
  display: block;
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bread-crumb li a > ul > li a:hover {
  background: #f1f1f1;
}

.bg_add {
  background: #fff !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}

.bg_add .menu > ul > li > a {
  color: #666;
}

.bg_add .menu > ul > li.menu-dropdown-icon::before {
  color: #666;
}

.bg_add .menu > ul > li a:hover,
.bg_add .menu > ul > li.menu-dropdown-icon:hover::before {
  color: #666;
}

/* .bg_add .search_box { border: #999 solid 1px;} */

.bg_add0 {
  background: #fff;
}

.bg_add0 .menu > ul > li > a {
  color: #666;
}

.bg_add0 .menu > ul > li.menu-dropdown-icon::before {
  color: #666;
}

.bg_add0 .menu > ul > li a:hover,
.bg_add .menu > ul > li.menu-dropdown-icon:hover::before {
  color: #666;
}

/* .bg_add0 .search_box { border: #999 solid 1px;} */

.logo-hr {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 5px 0 0 15px;
  width: auto !important;
}

.logo-hr .logo0 {
  display: block;
}

.logo-hr .logo {
  display: none;
}

.bg_add .logo-hr .logo {
  display: block;
}

.bg_add .logo-hr .logo0 {
  display: none;
}

.bg_add0 .logo-hr .logo {
  display: block;
}

.bg_add0 .logo-hr .logo0 {
  display: none;
}

.bg_about {
  margin-top: 65px;
}

.bg_contact {
  background: var(--main-color);
  /* background: linear-gradient(#f4b37f, #2e6f85);  */
  height: 100vh;
}

.single_foot {
  position: absolute;
  bottom: 20px;
  background: none;
  color: #252623;
}

/** slider **/

.slideBox {
  margin: 50px auto;
  width: 100%;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.slideBox ul {
  position: relative;
  width: 9999px;
}

.slideBox ul li {
  float: left;
  position: relative;
}

.slideBox ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spanBox {
  position: absolute;
  width: 980px;
  height: 20px;
  top: 0px;
}

.spanBox span {
  height: 10px;
  width: 30px;
  margin-left: 5px;
  background-color: #50636e;
  text-align: center;
  cursor: pointer;
}

.slideBox .spanBox .active {
  background-color: #252623;
}

.prev {
  position: absolute;
  left: 0px;
  top: 320px;
  float: left;
  border-left: solid 1px rgba(251, 245, 246, 1);
  opacity: 0.5;
}

.next {
  width: 15px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 320px;
  float: right;
  border-right: solid 1px rgba(245, 237, 237, 1);
  opacity: 0.5;
}

/***/

#getimg {
  display: none;
}

.contactbox .Inquiry_container {
  width: 80%;
  margin: 0 auto;
}

.contactbox .Inquiry_container h1,
.contactbox .row li {
  color: #fff;
}

.contactbox .Inquiry_container li {
  margin-bottom: 0.5em;
}

.contactbox .Inquiry_container li button {
  width: 100%;
}

.contactbox .Inquiry_form .submit {
  background: #252623;
  width: 100%;
}

.contactbox .Inquiry_form .submit:hover {
  background: #414240;
  color: #fff;
}

.map-canvas {
  background: rgba(0, 0, 0, 0.1);
}

.about-article {
  margin-bottom: 50px;
}

.post-content div.ft a {
  font-size: 18px;
  text-decoration: none;
  color: var(--main-color);
}

.post-content div.ft {
  font-size: 18px;
  color: var(--main-color);
  margin: 10px 0;
}

.post-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #ddd solid 1px;
}

.post-content p {
  padding: 0 !important;
  margin: 0 !important;
}

.d_box {
  text-decoration: none;
  text-align: center;
}

.d_box h4 {
  color: #252623;
  font-size: 14px;
}

.d_img_box {
  max-width: 140px;
  height: 180px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  position: relative;
}

.d_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d_img_box span {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.d_img_box span p {
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  margin-top: 50%;
}

.d_box:hover .d_img_box span {
  display: block;
}

.Verification-code {
  position: relative;
}

.Verification-code #checkright,
.Verification-code #checkerror {
  position: absolute;
  top: 10px;
  right: 5px;
}

.f-cc {
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

.f-r-c {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  position: relative;
}

.f-Canvas {
  max-width: 600px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.f-column {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
}

.f-Canvas .ullist {
  position: absolute;
  top: 0;
  left: 150px;
  background: #fff;
  border: #eee solid 1px;
  padding: 1rem;
  width: 220px;
  color: var(--main-color);
  text-align: left;
  font-size: 13px;
  margin: 0;
}

.f-Canvas .ullist.f-ul-2,
.f-Canvas .ullist.f-ul-4 {
  left: -230px;
}

.f-Canvas .ullist li {
  list-style: none;
}

@media (max-width: 768px) {
  .f-Canvas .ullist {
    display: none;
  }
}

.service-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 1190px;
}

.service-list > a {
  border-radius: 6px;
  border: #fff solid 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  color: #fff !important;
  background-color: #12345e;
  text-decoration: none;
  min-height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  width: 15%;
  transition: background-color ease 0.3s;
}

.service-list > div.tbox {
  border-radius: 6px;
  border: #fff solid 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  background-color: #608cab;
  text-decoration: none;
  min-height: 105px;
  display: flex;
  margin-bottom: 15px;
  width: 23%;
  transition: background-color ease 0.3s;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.service-list > div.dbox {
  border-radius: 6px;
  border: #12345e solid 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-decoration: none;
  min-height: 105px;
  display: flex;
  margin-bottom: 15px;
  transition: background-color ease 0.3s;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.service-list > .ebox {
  border-radius: 6px;
  border: #fff solid 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  background-color: #608cab;
  text-decoration: none;
  min-height: 300px;
  display: flex;
  margin-bottom: 15px;
  transition: background-color ease 0.3s;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.service-list > .ebox .img {
  width: 110px;
  height: 110px;
  padding: 0;
  background-color: #fff;
  border-radius: 110px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.service-list > .ebox img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.service-list > .fbox {
  border-radius: 6px;
  border: #12345e solid 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  background-color: #eee;
  text-decoration: none;
  min-height: 60px;
  margin-bottom: 30px;
}

.service-list > .fbox a {
  border-radius: 6px;
  border: #eee solid 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  background-color: #12345e;
  text-decoration: none;
  min-height: 60px;
  display: flex;
  transition: background-color ease 0.3s;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  top: -22px;
  left: 25px;
  width: 600px;
}

.service-list > .fbox a:hover {
  background-color: var(--a-color) !important;
  color: #fff;
}

.service-list > div.tbox:nth-child(1) {
  background-color: #9bbb59;
}

.service-list > div.tbox:nth-child(2) {
  background-color: #5cb37d;
}

.service-list > div.tbox:nth-child(3) {
  background-color: #608cab;
}

.service-list > div.tbox:nth-child(4) {
  background-color: #8164a2;
}

.service-list > div.tbox a {
  height: 49px;
  padding: 5px;
  text-align: center;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.service-list > div.tbox a:hover {
  background: #7272723d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.service-list > div.dbox > div {
  height: 49px;
  padding: 5px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #12345e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.service-list > div.dbox ul {
  width: 100%;
  min-height: 220px;
  color: #333;
  padding: 13px 20px 20px 40px;
}

.service-list > div.tbox ul {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  min-height: 150px;
  color: #333;
  padding: 13px 20px 20px 40px;
}

.service-list > div.tbox ul li {
  line-height: 1.5;
}

.service-list > div.cbox {
  border: #12345e solid 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  text-decoration: none;
  min-height: 110px;
  display: flex;
  margin: 15px;
  transition: background-color ease 0.3s;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.service-list > div.cbox div.img {
  width: 75px;
  height: 110px;
  border: #eee solid 2px;
  padding: 0;
  background-color: #fff;
  position: relative;
  top: -15px;
  left: -15px;
}

.service-list > div.cbox div.img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.service-list > div.cbox div {
  width: calc(100% - 85px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 110px;
  padding: 15px;
}

.service-list > a:hover {
  background-color: var(--a-color) !important;
  color: #fff;
}

.service-list.li-auto > a {
  width: auto !important;
  min-height: auto !important;
}

.service-list.li-10 > * {
  width: 8%;
}

.service-list.li-9 > * {
  width: 11%;
}

.service-list.li-8 > * {
  width: 12%;
}

.service-list.li-7 > * {
  width: 14%;
}

.service-list.li-6 > * {
  width: 15%;
}

.service-list.li-5 > * {
  width: 18%;
}

.service-list.li-4 > * {
  width: 24%;
}

.service-list.li-3 > * {
  width: 30%;
}

.service-list.li-2 > * {
  width: 46%;
}

.service-list.li-1 > * {
  width: 100%;
}

.service-list.blue > a:nth-child(1) {
  background-color: #385d8a;
}

.service-list.blue > a:nth-child(2) {
  background-color: #446ea4;
}

.service-list.blue > a:nth-child(3) {
  background-color: #5880b7;
}

.service-list.blue > a:nth-child(4) {
  background-color: #7594c2;
}

.service-list.blue > a:nth-child(5) {
  background-color: #adbcd8;
}

.service-list.blue > a:nth-child(6) {
  background-color: #adbcd8;
}

.service-list.blue > a:nth-child(7) {
  background-color: #7594c2;
}

.service-list.blue > a:nth-child(8) {
  background-color: #5880b7;
}

.service-list.blue > a:nth-child(9) {
  background-color: #446ea4;
}

.service-list.blue > a:nth-child(10) {
  background-color: #385d8a;
}

.service-list.color > a:nth-child(1) {
  background-color: #8064a2;
}

.service-list.color > a:nth-child(2) {
  background-color: #5f5cae;
}

.service-list.color > a:nth-child(3) {
  background-color: #547bba;
}

.service-list.color > a:nth-child(4) {
  background-color: #4cadc6;
}

.service-list.color-2 > a:nth-child(1) {
  background-color: #8064a2;
}

.service-list.color-2 > a:nth-child(2) {
  background-color: #685dab;
}

.service-list.color-2 > a:nth-child(3) {
  background-color: #5767b4;
}

.service-list.color-2 > a:nth-child(4) {
  background-color: #547bba;
}

.service-list.color-2 > a:nth-child(5) {
  background-color: #4cadc6;
}

.service-chart {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.service-chart > div {
  width: 20%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

@media (max-width: 768px) {
  .d-sm-none {
    display: none;
  }

  .service-chart > div {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    border: #e7e7e7 solid 1px;
    padding: 15px 10px;
  }

  .service-list > * {
    width: 100% !important;
  }

  .service-list > .ebox {
    min-height: auto;
  }
}
