html {
  scroll-behavior: smooth;
}
body,
html {
  background-color: #fff;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.7;
  font-family: Prompt, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 400;
}
.btn {
  border-radius: 30px;
  font-size: 18px;
}
.form-control {
  border: 1px solid #fff;
}
.ar-width-50 {
  width: 50%;
}
.btn-primary {
  background-color: #009ef9;
}
.btn-warning {
  background-color: #ff9928;
}
.ar-fs-S {
  font-size: 14px;
}
.ar-font-weight-700 {
  font-weight: 700;
}
.ar-font-weight-600 {
  font-weight: 600;
}
.ar-font-weight-500 {
  font-weight: 500;
}
.ar-font-weight-300 {
  font-weight: 300;
}
.ar-bg-gray {
  background-color: #f0f1f1;
}
.ar-bg-primary {
  background-color: #009ef9;
}
.ar-bg-drak {
  background-color: #231f20;
}
.ar-btn-bd {
  font-size: 14px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 25px 25px 25px 25px;
  padding: 5px 10px 5px 10px;
}
.ar-btn-bd:hover {
  background-color: #8e8e8e;
  color: #fff;
  text-decoration: none;
}
.ar-text-alert {
  color: red;
}
.ar-text-primary {
  color: #00b4f9;
}
.ar-container-md {
  width: 1140px;
  margin: 0 auto;
}
.font-mitr {
  font-family: Mitr, serif;
}
.font-montserrat {
  font-family: Montserrat, serif;
}
.ar-lg-show {
  display: block;
}
.ar-lg-none {
  display: none;
}
.ar-MainContent {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  -webkit-box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
}
.ar-header {
  position: relative;
  z-index: 3;
}
.ar-header .ar-container-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  position: relative;
  order: 0;
}
.ar-header .ar-btn-career {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 5px 10px 8px 10px;
  display: inline-block;
  position: fixed;
  top: 65px;
  right: 1%;
  z-index: 1;
  font-size: 14px;
  line-height: 1.1;
  color: #009ef9;
  text-decoration: none;
}
.ar-header .ar-btn-career:hover {
  color: #fff;
  background-color: #58595b;
  text-decoration: none;
}
.ar-header .ar-logo {
  width: 15%;
}
.ar-header .ar-nav .nav-link {
  font-size: 12px;
  color: #3f3f3f;
}
.ar-header .ar-nav .nav-link.active {
  font-weight: 600;
}
.ar-header .ar-nav .dropdown-item {
  font-size: 12px;
}
.ar-header .ar-opacity {
  display: none;
}
.ar-header .ar-nav-icon {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}
.ar-header .ar-nav-icon .ar-icon-list {
  list-style: none;
}
.ar-header .ar-nav-icon .ar-icon-list .bi {
  width: 25px;
  height: 25px;
  fill: #a6a6a6;
}
.ar-header .ar-nav-icon .ar-icon-list .bi-whatsapp {
  fill: #2b2b2b;
}
.ar-header .ar-nav-icon .ar-icon-list .ar-ic:hover .bi {
  fill: #fcaf3b;
}
.ar-header .ar-btn-light {
  color: #009ef9;
  font-size: 12px;
  line-height: 2.6;
  background-color: #fff;
  border: 0;
}
.ar-header .ar-btn-light:hover {
  background-color: #009ef9;
  color: #fff;
}
.ar-header .ar-btn-menu-mobile {
  display: none;
}
.ar-header .ar-block-close {
  display: none;
}
.ar-hero-img-sm {
  display: none;
  order: 1;
}
.ar-hero {
  background-color: #009ef9;
  padding: 5% 0 0 10%;
  overflow: visible;
  order: 2;
}
.ar-hero .ar-main-heading {
  font-size: 38px;
}
.ar-hero .ar-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -20%;
  gap: 5%;
}
.ar-hero .ar-hero-content .ar-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22% 0 5% 0;
}
.ar-hero .ar-hero-content .ar-block-ListLogo img {
  margin-top: 50px;
}
.ar-hero .ar-hero-content .ar-main-img {
  width: 37%;
}
.ar-hero .ar-detail .ar-subheading {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.ar-hero .ar-detail .ar-list-item {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.ar-hero .ar-detail .ar-list-item .ar-block-text {
  width: 100%;
}
.ar-hero .ar-detail .ar-list-item .ar-block-img {
  width: 30%;
}
.ar-hero .ar-detail .ar-list-item .sub-text {
  font-size: 14px;
}
.ar-hero .ar-detail .ar-block-ListLogo {
  width: 50%;
}
.ar-hero .ar-detail .ar-title {
  font-size: 18px;
}
.ar-hero .ar-detail .ar-title .ar-text-sup {
  font-size: 0.6em;
  position: relative;
  top: -0.6em;
}
.ar-hero .ar-detail .ar-block-btn {
  text-align: right;
}
.ar-about {
  display: flex;
  border-bottom: 5px solid #009ef9;
  order: 3;
}
.ar-about .ar-block-btn {
  text-align: right;
  margin-top: 40px;
}
.ar-about .ar-img-sg {
  width: 24%;
  background-image: url(../images/sureexpress.png);
  background-size: 125%;
  background-position: top center;
}
.ar-about .ar-sg-content {
  width: 29%;
  background-color: #313032;
  padding: 4%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.ar-about .ar-sg-content .ar-sg-logo {
  width: 38%;
}
.ar-about .ar-sg-content .ar-heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5em;
}
.ar-about .ar-sg-content .ar-sub-heading {
  font-size: 20px;
  font-weight: 300;
}
.ar-about .ar-work-content {
  width: 47%;
}
.ar-about .ar-work-content .ar-work-detail {
  padding: 80px 40px 20px 80px;
  display: flex;
  justify-content: space-around;
  gap: 50px;
}
.ar-about .ar-work-content .ar-work-detail .ar-heading {
  color: #414042;
  font-size: 36px;
  line-height: 1.5em;
}
.ar-about .ar-work-content .ar-work-detail .ar-img-logo {
  width: 60%;
}
.ar-about .ar-work-content .ar-work-detail .ar-sub-heading {
  font-size: 16px;
}
.ar-element-shape-fill {
  background-color: #fff;
  width: 100%;
  height: 20px;
  border-style: solid;
  border-width: 30px 1600px 0 0;
  border-color: #009ef9 transparent transparent transparent;
  transform: rotate(0);
  order: 4;
}
.ar-confident-company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  padding: 5% 5% 6% 10%;
  order: 5;
}
.ar-confident-company .ar-block-detail {
  width: 70%;
}
.ar-confident-company .ar-block-detail .ar-main-title {
  font-size: 38px;
}
.ar-confident-company .ar-company-group {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 100px;
}
.ar-confident-company .ar-company-group .ar-sub-title {
  font-size: 25px;
  margin-bottom: 50px;
}
.ar-confident-company .ar-company-group .ar-block-text {
  margin-bottom: 30px;
  font-size: 16px;
}
.ar-confident-company .ar-line-Vertical {
  width: 4px;
  height: 280px;
  background-color: #65676b36;
}
.ar-fix-rider {
  padding-bottom: 100px;
  order: 6;
}
.ar-fix-rider .ar-top-banner {
  padding: 30px 20px 10px 20px;
}
.ar-fix-rider .ar-top-banner .ar-heading {
  font-size: 40px;
}
.ar-fix-rider .ar-top-banner .ar-sub-text {
  font-size: 23px;
}
.ar-fix-rider .ar-main-content {
  display: flex;
  gap: 150px;
  padding: 100px 100px 100px 0;
  align-items: center;
}
.ar-fix-rider .ar-main-content .ar-heading {
  font-size: 38px;
  margin-bottom: 0;
}
.ar-fix-rider .ar-main-content .ar-sub-heading {
  font-size: 30px;
  line-height: 1.3;
  margin: 20px 0;
}
.ar-fix-rider .ar-main-content .ar-sub-detail {
  font-size: 20px;
}
.ar-fix-rider .ar-main-content .ar-detail-right {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.ar-fix-rider .ar-main-content .ar-detail-right,
.ar-fix-rider .ar-main-content .ar-img-left {
  width: 50%;
}
.ar-fix-rider .ar-bottom-banner {
  text-align: center;
}
.ar-fix-rider .ar-bottom-banner .ar-main-heading {
  font-size: 48px;
}
.ar-fix-rider .ar-bottom-banner .ar-sub-heading {
  font-size: 30px;
}
.ar-fix-rider .ar-bottom-banner .ar-sub-text {
  font-size: 20px;
  margin-top: 30px;
}
.ar-service-detail {
  order: 7;
}
.ar-service-detail .ar-block-top {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0 8%;
  border-bottom: 10px solid #009ef9;
  margin: 0 10px 15px 10px;
}
.ar-service-detail .ar-text-left,
.ar-service-detail .ar-text-right {
  font-size: 55px;
}
.ar-service-detail .ar-text-right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.ar-service-detail .ar-text-symbol {
  font-size: 77px;
}
.ar-service-detail .ar-block-main {
  padding: 100px 100px 50px 100px;
}
.ar-service-detail .ar-block-main .ar-box-top {
  display: flex;
  align-content: space-between;
  gap: 50px;
}
.ar-service-detail .ar-block-main .ar-text-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 10px;
  width: 40%;
}
.ar-service-detail .ar-block-main .ar-main-title {
  font-size: 2.3em;
  line-height: 1;
  text-align: center;
}
.ar-service-detail .ar-block-main .ar-sub-text {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.ar-service-detail .ar-block-main .ar-sub-tile {
  font-size: 1.9em;
  line-height: 1;
  text-align: center;
}
.ar-service-detail .ar-block-main .ar-detail {
  text-align: center;
}
.ar-service-detail .ar-block-bottom {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.ar-service-detail .ar-block-bottom .ar-img-mobile {
  width: 26%;
}
.ar-service-detail .ar-block-bottom .ar-worktrack-detail {
  width: auto;
}
.ar-service-detail .ar-block-bottom .ar-track-title {
  font-size: 3.2em;
  margin-bottom: 30px;
}
.ar-service-detail .ar-block-bottom .ar-fs-m {
  font-size: 20px;
}
.ar-service-detail .ar-block-bottom .ar-fs-l {
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}
.ar-service-detail .ar-block-bottom .ar-fs-xl {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0;
}
.ar-service-detail .ar-list-grup {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
}
.ar-service-detail .ar-number-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.ar-service-detail .ar-number-list .ar-number {
  font-size: 4.4em;
  line-height: 1;
}
.ar-service-detail .ar-number-list .ar-detail {
  font-size: 1.4em;
  line-height: 1.3em;
}
.ar-service-row {
  display: flex;
  gap: 30px;
  padding: 100px;
  order: 8;
}
.ar-service-row .ar-col {
  padding: 20px 0;
  display: flex;
  gap: 50px;
  text-align: center;
}
.ar-service-row .ar-col:first-child .ar-border-v {
  display: none;
}
.ar-service-row .ar-col .ar-title {
  font-size: 28px;
}
.ar-service-row .ar-col .ar-sub-tile {
  font-size: 20px;
}
.ar-service-row .ar-col .ar-detail {
  font-size: 14px;
}
.ar-service-row .ar-border-v {
  width: 1px;
  background-color: #cfcfcf;
  height: 220px;
}
.ar-service-row .ar-text-detail {
  font-size: 16px;
}
.drop-in-container {
  position: relative;
  width: 100%;
  text-align: center;
}
.drop-in-text {
  position: relative;
  display: inline-block;
  opacity: 0;
  animation: drop-in 2s ease-in-out infinite;
}
@keyframes drop-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ar-package {
  padding: 50px 0 60px 0;
  order: 9;
}
.ar-package .ar-main-title {
  border-bottom: 1px solid #ffff57;
  font-size: 52px;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 20px;
}
.ar-package .ar-pk-detail {
  padding: 30px;
}
.ar-package .ar-pk-detail .ar-title {
  font-size: 46px;
}
.ar-package .ar-pk-detail .ar-sub-tile {
  font-size: 26px;
}
.ar-package .ar-pk-detail .ar-text-drop-in {
  font-size: 24px;
}
.ar-package .ar-smart-package {
  margin-top: 100px;
  justify-content: center;
  gap: 40px;
}
.ar-package .ar-smart-package.nav-pills .nav-link.active {
  background-color: transparent;
}
.ar-package .ar-smart-package.nav-pills .nav-link.active img {
  opacity: 0.9;
}
.ar-package .ar-smart-package .ar-package-title {
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px,
    rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.ar-package .ar-note {
  font-size: 14px;
}
.ar-img-team {
  order: 10;
}
.ar-offers {
  padding: 100px 0;
  order: 11;
}
.ar-offers .ar-heading {
  font-size: 40px;
}
.ar-offers .ar-sub-heading {
  font-size: 45px;
  color: #414042;
}
.ar-offers .ar-offers-content {
  margin-top: 60px;
  padding: 0 12%;
}
.ar-offers .ar-list-item {
  border-bottom: 1px solid #d1d0d0;
  padding-bottom: 50px;
  margin-bottom: 35px;
}
.ar-offers .ar-list-item:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ar-offers .ar-list-item .ar-title {
  font-size: 30px;
}
.ar-offers .ar-list-item .ar-detail {
  font-size: 18px;
}
.ar-comparative {
  order: 12;
}
.ar-comparative .ar-comparative-banner {
  padding: 2% 12%;
  background-color: #00adee;
}
.ar-comparative .ar-comparative-banner .ar-main-head {
  font-size: 40px;
  line-height: 1;
}
.ar-comparative .ar-comparative-banner .ar-sub-head {
  font-size: 30px;
  line-height: 1.2;
}
.ar-comparative .ar-comparative-content {
  background-image: url(../images/bg-comparative.png);
  background-position: 100% -298px;
  background-repeat: no-repeat;
  background-size: 91% auto;
  margin-top: -10.3%;
  padding: 0 5% 0 12%;
}
.ar-comparative .ar-comparative-content .ar-list-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.ar-comparative .ar-comparative-content .ar-list-item:last-child {
  margin-bottom: 0;
}
.ar-comparative .ar-comparative-content .ar-list-item .ar-title {
  font-size: 43px;
}
.ar-comparative .ar-comparative-content .ar-img-number {
  width: 78%;
}
.ar-comparative .ar-comparative-content .ar-comparative-detail {
  padding: 20% 0 10%;
}
.ar-client {
  padding-bottom: 50px;
  order: 13;
}
.ar-client .ar-client-header {
  display: flex;
  align-items: center;
  gap: 30px;
  background-image: url(../images/bg-client.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 150px;
}
.ar-client .ar-heading {
  font-size: 52px;
}
.ar-client .ar-sub-heading {
  font-size: 18px;
  line-height: 1;
}
.ar-client .client-logo {
  transition: transform 0.3s ease;
}
.ar-client .client-logo:hover {
  transform: scale(1.1);
}
.ar-form-contact {
  padding: 5% 12%;
  order: 14;
}
.ar-block-map {
  background-color: #d4d2d3;
  padding: 60px 150px;
  order: 15;
}
.ar-footer {
  padding: 5% 10%;
  order: 16;
}
.ar-footer a {
  color: #fff;
}
.ar-footer .ar-heading {
  font-size: 22px;
}
.ar-footer .ar-img-line {
  width: 55%;
}
.ar-footer .ar-nav {
  padding-left: 0;
  list-style-type: none;
}
.ar-footer .ar-nav ul {
  padding-left: 20px;
  list-style-type: none;
}
.ar-footer .ar-icon {
  padding: 0 0 0 20px;
}
.ar-footer .ar-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.ar-footer .ar-navlist {
  text-align: right;
}
.ar-footer .ar-last-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ar-footer .ar-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ar-BackToTop {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 1000;
}
.ar-BackToTop svg {
  fill: #009ef9;
  width: 50px;
  height: 50px;
}
.no-style-link {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1603px) {
  .ar-about .ar-img-sg {
    background-size: 138%;
  }
  .ar-header .ar-nav-icon .ar-icon-list .bi {
    width: 18px;
    height: 18px;
  }
  .ar-header .ar-nav-icon {
    gap: 17px;
  }
  .ar-header .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 1500px) {
  .ar-about .ar-img-sg {
    background-size: 150%;
  }
  .ar-about .ar-work-content .ar-work-detail .ar-heading {
    font-size: 28px;
  }
  .ar-about .ar-work-content .ar-work-detail .ar-img-logo {
    width: 70%;
  }
  .ar-about .ar-work-content .ar-work-detail {
    padding: 50px 40px 20px 50px;
  }
  .ar-about .ar-sg-content {
    padding: 2%;
  }
  .ar-WorkTrack .ar-img-mobile {
    width: 40%;
  }
  .ar-confident-company {
    gap: 50px;
  }
  .ar-confident-company .ar-company-group {
    gap: 50px;
  }
  .ar-fix-rider .ar-main-content {
    gap: 100px;
    padding: 100px 50px 100px 0;
  }
  .ar-service-detail .ar-block-main .ar-main-title {
    font-size: 2em;
  }
  .ar-service-detail .ar-block-main .ar-sub-text {
    font-size: 1.2em;
  }
  .ar-service-detail .ar-block-main .ar-sub-tile {
    font-size: 1.5em;
  }
  .ar-service-detail .ar-block-bottom .ar-img-mobile {
    width: 30%;
  }
  .ar-comparative .ar-comparative-content {
    background-image: url(../images/bg-comparative.png);
    background-position: 100% -42px;
  }
}
@media (max-width: 1300px) {
  .ar-header .ar-btn-career {
    top: 60px;
  }
  .ar-header .nav-link {
    padding: 0.5rem 0.4rem;
  }
  .ar-header .ar-nav-icon .ar-icon-list .bi {
    width: 12px;
    height: 12px;
  }
  .ar-header .ar-logo {
    width: 15%;
  }
  .ar-header .ar-nav .nav-link {
    font-size: 10px;
  }
  .ar-header .ar-btn-light {
    color: #009ef9;
    font-size: 10px;
    line-height: 2.6;
    background-color: #fff;
    border: 0;
  }
  .ar-about .ar-img-sg {
    background-size: 200%;
  }
}
@media (max-width: 1200px) {
  .ar-container-md {
    width: 100%;
  }
  .ar-hero .ar-hero-content .ar-main-img {
    width: 35%;
  }
  .ar-hero .ar-hero-content {
    margin-top: 0;
    gap: 3%;
  }
  .ar-hero .ar-hero-content .ar-row {
    padding: 2% 0 2% 0;
  }
  .ar-hero .ar-main-heading {
    font-size: 48px;
  }
  .ar-hero .ar-block-ListLogo {
    width: 45%;
  }
  .ar-about .ar-work-content .ar-work-detail .ar-img-logo {
    width: 96%;
  }
  .ar-about .ar-sg-content {
    padding: 6% 3%;
  }
  .ar-about .ar-work-content .ar-work-detail {
    padding: 100px 40px 20px 50px;
  }
  .ar-fix-rider .ar-main-content .ar-heading {
    font-size: 25px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-heading {
    font-size: 20px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-detail {
    font-size: 16px;
  }
  .ar-fix-rider .ar-main-content {
    gap: 70px;
  }
  .ar-fix-rider .ar-bottom-banner .ar-main-heading {
    font-size: 40px;
  }
  .ar-fix-rider .ar-bottom-banner .ar-sub-heading {
    font-size: 25px;
  }
  .ar-fix-rider .ar-bottom-banner .ar-sub-text {
    font-size: 16px;
    margin-top: 30px;
  }
  .ar-service-detail .ar-block-main .ar-main-title {
    font-size: 28px;
  }
  .ar-service-detail .ar-block-main .ar-sub-text {
    font-size: 18px;
  }
  .ar-service-detail .ar-block-main .ar-sub-tile {
    font-size: 20px;
  }
  .ar-service-detail .ar-block-main .ar-detail {
    font-size: 14px;
  }
  .ar-service-detail .ar-text-left,
  .ar-service-detail .ar-text-right {
    font-size: 48px;
    line-height: 1.2;
  }
  .ar-service-detail .ar-block-top {
    gap: 30px;
    justify-content: center;
  }
  .ar-service-detail .ar-text-right {
    gap: 30px;
  }
  .ar-service-detail .ar-block-main {
    padding: 50px;
  }
  .ar-service-detail .ar-block-bottom .ar-track-title {
    font-size: 25px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-l {
    font-size: 18px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-xl {
    font-size: 22px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-m {
    font-size: 16px;
  }
  .ar-service-detail .ar-number-list .ar-number {
    font-size: 50px;
  }
  .ar-service-detail .ar-number-list .ar-detail {
    font-size: 18px;
  }
  .ar-service-row {
    gap: 20px;
    padding: 50px;
  }
  .ar-service-row .ar-border-v {
    height: 200px;
  }
  .ar-service-row .ar-col {
    gap: 20px;
  }
  .ar-comparative .ar-comparative-content {
    background: 0 0;
    margin-top: 0;
    padding: 0 5%;
  }
  .ar-comparative .ar-comparative-content .ar-comparative-detail {
    padding: 50px 0;
  }
  .ar-comparative .ar-comparative-heading {
    padding: 30px;
  }
  .ar-comparative .ar-comparative-banner {
    padding: 2% 5%;
  }
}
@media (max-width: 1023px) {
  .ar-sm-none {
    display: none;
  }
  .ar-sm-show {
    display: block;
  }
  .ar-width-sm-100 {
    width: 100%;
  }
  .ar-header .ar-nav-icon .ar-icon-list .bi {
    width: 25px;
    height: 20px;
  }
  .ar-header .ar-btn-light {
    font-size: 12px;
  }
  .ar-header .ar-btn-menu-mobile {
    display: block;
  }
  .ar-header.show .ar-btn-menu-mobile {
    z-index: -1;
  }
  .ar-header .ar-btn-menu-mobile .ar-toggle-nav {
    color: #000;
    border-color: rgba(0, 0, 0, 0.5);
    background: #fff;
    border-width: 1px;
    padding: 0 7px;
    border-radius: 6px;
  }
  .ar-header .dropdown-menu.show {
    position: inherit !important;
    transform: none !important;
    border: 0 !important;
    padding: 0;
  }
  .ar-header .ar-nav .dropdown-item {
    font-size: 14px;
    color: #3f3f3f;
  }
  .ar-header.show .ar-block-btn {
    z-index: -2;
  }
  .ar-header .ar-block-close {
    display: block;
    text-align: right;
  }
  .ar-header .ar-nav-icon .ar-icon-list .bi {
    width: 16px;
    height: 16px;
  }
  .ar-header .ar-block-close .ar-btn-close {
    color: #000;
    border-color: rgba(0, 0, 0, 0.5);
    background: #fff;
    border-width: 1px;
    padding: 0 7px;
    border-radius: 6px;
  }
  .ar-header .ar-block-menu {
    position: absolute;
    left: -100%;
    top: 0;
    padding: 20px;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    box-shadow: 4px 0 6px 0 rgba(0, 0, 0, 0.1);
    overflow: scroll;
    transition: left 0.3s ease;
  }
  .ar-header.show .ar-block-menu {
    left: 0;
    z-index: 9999;
  }
  .ar-header.show .ar-btn-career {
    z-index: -1;
  }
  .ar-header.show .ar-opacity {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .ar-header .ar-nav {
    flex-direction: column;
    margin-top: 20px;
  }
  .ar-header .ar-nav .nav-link {
    font-size: 14px;
  }
  .ar-header .ar-logo {
    width: 25%;
  }
  .ar-hero .ar-hero-content .ar-main-img {
    display: none;
  }
  .ar-hero-img-sm {
    display: block;
    width: 100%;
  }
  .ar-hero {
    padding: 5%;
  }
  .ar-hero .ar-hero-content .ar-row {
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
  .ar-hero .ar-detail .ar-subheading {
    font-size: 46px;
    margin-bottom: 50px;
    text-align: center;
  }
  .ar-hero .ar-detail .ar-subheading span {
    font-size: 28px;
    font-weight: 500;
    display: block;
  }
  .ar-hero .ar-block-ListLogo {
    width: 50%;
    margin: 0 auto;
  }
  .ar-hero .ar-detail .ar-title {
    font-size: 35px;
  }
  .ar-hero .ar-detail .ar-list-item .sub-text {
    font-size: 25px;
  }
  .ar-about .ar-sg-content {
    padding: 50px;
    width: 100%;
  }
  .ar-about {
    flex-direction: column;
    border-bottom: 0;
  }
  .ar-about .ar-block-btn {
    text-align: center;
  }
  .ar-about .ar-sg-content .ar-heading {
    font-size: 49px;
  }
  .ar-about .ar-sg-content .ar-sub-heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .ar-about .ar-work-content {
    width: 100%;
    background-color: #fff;
  }
  .ar-about .ar-work-content .ar-work-detail {
    padding: 80px 50px;
    flex-direction: column;
  }
  .ar-about .ar-work-detail .ar-block-img {
    text-align: left;
  }
  .ar-about .ar-work-detail .ar-block-img img {
    width: 20%;
  }
  .ar-about .ar-work-content .ar-work-detail .ar-heading {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .ar-about .ar-work-content .ar-work-detail .ar-sub-heading {
    font-size: 25px;
  }
  .ar-confident-company {
    flex-direction: column;
    padding: 5% 5% 6% 5%;
  }
  .ar-confident-company .ar-block-detail {
    width: 100%;
    padding-left: 6%;
  }
  .ar-confident-company .ar-company-group {
    width: 100%;
    gap: 120px;
  }
  .ar-fix-rider .ar-main-content {
    padding: 80px 0;
    flex-direction: column;
  }
  .ar-fix-rider .ar-main-content .ar-detail-right,
  .ar-fix-rider .ar-main-content .ar-img-left {
    width: 100%;
  }
  .ar-fix-rider .ar-main-content .ar-detail-right {
    order: 1;
    padding: 0 50px;
  }
  .ar-fix-rider .ar-main-content .ar-img-left {
    order: 2;
  }
  .ar-fix-rider .ar-main-content .ar-heading {
    font-size: 50px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-heading {
    font-size: 35px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-detail {
    font-size: 25px;
  }
  .ar-fix-rider .ar-bottom-banner {
    display: none;
  }
  .ar-fix-rider {
    padding-bottom: 0;
  }
  .ar-service-detail .ar-block-top {
    flex-direction: column;
    gap: 0;
    padding: 0 50px;
    margin: 0;
  }
  .ar-service-detail .ar-text-left,
  .ar-service-detail .ar-text-right {
    font-size: 65px;
  }
  .ar-service-detail .ar-block-main {
    padding: 50px 80px;
  }
  .ar-service-detail .ar-block-main .ar-box-top {
    gap: 10px;
    flex-direction: column;
  }
  .ar-service-detail .ar-block-main .ar-text-list {
    width: 100%;
    align-items: flex-start;
    row-gap: 15px;
  }
  .ar-service-detail .ar-block-main .ar-main-title {
    font-size: 45px;
    text-align: left;
  }
  .ar-service-detail .ar-block-main .ar-main-title {
    font-size: 45px;
    text-align: left;
  }
  .ar-service-detail .ar-block-main .ar-sub-tile {
    font-size: 35px;
    text-align: left;
  }
  .ar-service-detail .ar-block-main .ar-detail {
    font-size: 20px;
    text-align: left;
  }
  .ar-service-detail .ar-block-main .ar-sub-text {
    font-size: 24px;
    text-align: left;
  }
  .ar-service-detail .ar-block-main {
    padding: 50px;
  }
  .ar-service-detail .ar-text-left,
  .ar-service-detail .ar-text-right {
    font-size: 40px;
  }
  .ar-service-detail .ar-text-symbol {
    font-size: 62px;
  }
  .ar-service-detail .ar-block-bottom {
    flex-direction: column;
  }
  .ar-service-detail .ar-block-bottom .ar-img-mobile {
    width: 40%;
  }
  .ar-service-detail .ar-block-bottom .ar-worktrack-detail {
    width: 100%;
    padding: 0 50px;
  }
  .ar-service-detail .ar-block-bottom .ar-track-title {
    font-size: 65px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-l {
    font-size: 38px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-xl {
    font-size: 46px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-m {
    font-size: 20px;
  }
  .ar-service-detail .ar-number-list .ar-number {
    font-size: 70px;
  }
  .ar-service-detail .ar-number-list .ar-detail {
    font-size: 25px;
  }
  .ar-service-row {
    flex-direction: column;
  }
  .ar-service-row .ar-col:first-child .ar-border-v {
    display: block;
  }
  .ar-service-row .ar-col {
    text-align: left;
  }
  .ar-service-row .ar-col .ar-title {
    font-size: 48px;
  }
  .ar-service-row .ar-col .ar-sub-tile {
    font-size: 32px;
  }
  .ar-service-row .ar-col .ar-detail {
    font-size: 20px;
  }
  .ar-service-row .ar-border-v {
    height: 280px;
  }
  .ar-service-row .ar-col {
    gap: 50px;
  }
  .ar-offers .ar-offers-content {
    padding: 0 8%;
  }
  .ar-comparative {
    display: none;
  }
  .ar-client .ar-client-header {
    align-items: flex-start;
    gap: 5px;
    padding: 20px 100px;
    flex-direction: column;
  }
  .ar-client .ar-heading {
    font-size: 48px;
    line-height: 1.1;
  }
  .ar-form-contact {
    padding: 5%;
  }
  .ar-footer .ar-heading {
    font-size: 20px;
  }
  .ar-element-shape-fill {
    display: none;
  }
  .ar-confident-company {
    order: 2;
  }
  .ar-hero {
    order: 3;
  }
}
@media (max-width: 991px) {
  .ar-fix-rider .ar-top-banner .ar-heading {
    font-size: 24px;
  }
  .ar-fix-rider .ar-top-banner .ar-sub-text {
    font-size: 16px;
  }
  .ar-package .ar-smart-package {
    gap: 10px;
  }
  .ar-block-map iframe {
    height: 450px;
    margin-bottom: 30px;
  }
  .ar-block-map {
    padding: 50px;
  }
  .ar-footer {
    padding: 5%;
  }
}
@media (max-width: 767px) {
  .ar-header .ar-btn-career {
    top: 100px;
  }
  .ar-header .ar-container-header {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
  }
  .ar-header .ar-logo {
    order: 1;
    width: 50%;
  }
  .ar-header .ar-btn-menu-mobile {
    order: 3;
    width: 50%;
  }
  .ar-header .ar-nav-icon {
    order: 2;
    width: 50%;
    justify-content: flex-end;
  }
  .ar-header .ar-block-btn {
    width: 50%;
  }
  .ar-header .ar-nav-icon .ar-icon-list .bi {
    width: 14px;
    height: 14px;
  }
  .ar-header .ar-logo img {
    width: 65%;
  }
  .ar-hero .ar-main-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .ar-hero .ar-detail .ar-subheading {
    font-size: 30px;
  }
  .ar-hero .ar-detail .ar-subheading span {
    font-size: 16px;
  }
  .ar-hero .ar-detail .ar-title {
    font-size: 18px;
  }
  .ar-hero .ar-detail .ar-list-item .sub-text {
    font-size: 14px;
  }
  .ar-btn-bd {
    font-size: 12px;
    border: 2px solid #fff;
  }
  .ar-about .ar-sg-content .ar-heading {
    font-size: 26px;
    line-height: 1.2em;
  }
  .ar-about .ar-sg-content .ar-sub-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ar-about .ar-work-detail .ar-block-img img {
    width: 12%;
  }
  .ar-about .ar-work-content .ar-work-detail .ar-heading {
    font-size: 22px;
    line-height: 1.2em;
  }
  .ar-about .ar-work-content .ar-work-detail .ar-sub-heading {
    font-size: 16px;
  }
  .ar-about .ar-work-content .ar-work-detail {
    padding: 40px 20px;
  }
  .ar-about .ar-sg-content {
    padding: 40px 20px;
    width: 100%;
  }
  .ar-confident-company .ar-block-detail .ar-main-title {
    font-size: 28px;
  }
  .ar-confident-company .ar-block-detail {
    padding-left: 0;
    font-size: 16px;
  }
  .ar-confident-company .ar-company-group .ar-sub-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ar-confident-company .ar-company-group .ar-block-text {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .ar-confident-company .ar-company-group {
    gap: 30px;
    margin-left: 40px;
    padding-right: 20px;
  }
  .ar-confident-company {
    gap: 20px;
  }
  .ar-fix-rider .ar-main-content .ar-heading {
    font-size: 26px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-heading {
    font-size: 20px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-detail {
    font-size: 16px;
  }
  .ar-fix-rider .ar-main-content {
    padding: 40px 0;
  }
  .ar-service-detail .ar-block-main .ar-main-title {
    font-size: 30px;
  }
  .ar-service-detail .ar-block-main .ar-sub-text {
    font-size: 18px;
  }
  .ar-service-detail .ar-block-main .ar-sub-tile {
    font-size: 25px;
  }
  .ar-service-detail .ar-block-main .ar-detail {
    font-size: 16px;
  }
  .ar-service-detail .ar-block-bottom .ar-track-title {
    font-size: 32px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-l {
    font-size: 18px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-xl {
    font-size: 23px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-m {
    font-size: 16px;
  }
  .ar-service-detail .ar-number-list .ar-number {
    font-size: 3.4em;
  }
  .ar-service-detail .ar-number-list .ar-detail {
    font-size: 1.1em;
  }
  .ar-service-detail .ar-list-grup {
    padding-left: 30px;
  }
  .ar-service-row .ar-col .ar-title {
    font-size: 33px;
  }
  .ar-service-row .ar-col .ar-sub-tile {
    font-size: 22px;
  }
  .ar-service-row .ar-col .ar-detail {
    font-size: 16px;
  }
  .ar-service-row .ar-border-v {
    height: 250px;
  }
  .ar-service-row .ar-col {
    gap: 40px;
  }
  .ar-package .ar-smart-package {
    margin-top: 50px;
    gap: 0;
  }
  .ar-package .ar-pk-detail .ar-title {
    font-size: 32px;
  }
  .ar-package .ar-pk-detail .ar-sub-tile {
    font-size: 20px;
  }
  .ar-package .ar-detail {
    font-size: 16px;
  }
  .ar-package .ar-main-title {
    font-size: 28px;
  }
  .ar-offers .ar-heading {
    font-size: 27px;
  }
  .ar-offers .ar-sub-heading {
    font-size: 30px;
  }
  .ar-offers .ar-list-item .ar-title {
    font-size: 22px;
  }
  .ar-offers .ar-list-item .ar-detail {
    font-size: 16px;
  }
  .ar-offers {
    padding: 50px 30px;
  }
  .ar-client .ar-client-header {
    padding: 10px 35px;
  }
  .ar-client .ar-heading {
    font-size: 40px;
  }
  .ar-block-map iframe {
    height: 250px;
    margin-bottom: 30px;
  }
  .ar-block-map {
    padding: 30px;
  }
  .ar-footer .ar-last-col {
    flex-direction: row;
  }
  .ar-footer .ar-nav {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .ar-header .ar-logo img {
    width: 90%;
  }
  .ar-header .ar-block-menu {
    width: 230px;
  }
  .ar-fix-rider .ar-top-banner .ar-heading {
    font-size: 20px;
  }
  .ar-fix-rider .ar-top-banner .ar-sub-text {
    font-size: 14px;
  }
  .ar-about .ar-work-detail .ar-block-img img {
    width: 20%;
  }
  .ar-confident-company .ar-block-detail .ar-main-title {
    font-size: 22px;
  }
  .ar-fix-rider .ar-main-content .ar-detail-right {
    padding: 0 20px;
  }
  .ar-fix-rider .ar-main-content .ar-heading {
    font-size: 22px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-heading {
    font-size: 16px;
  }
  .ar-fix-rider .ar-main-content .ar-sub-detail {
    font-size: 14px;
  }
  .ar-service-detail .ar-block-main {
    padding: 30px;
  }
  .ar-service-detail .ar-text-left,
  .ar-service-detail .ar-text-right {
    font-size: 30px;
  }
  .ar-service-detail .ar-text-symbol {
    font-size: 45px;
  }
  .ar-service-detail .ar-text-right {
    gap: 15px;
  }
  .ar-service-detail .ar-block-bottom .ar-worktrack-detail {
    padding: 0 30px;
  }
  .ar-service-detail .ar-block-bottom .ar-track-title {
    font-size: 28px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-l {
    font-size: 16px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-xl {
    font-size: 20px;
  }
  .ar-service-detail .ar-block-bottom .ar-fs-m {
    font-size: 14px;
  }
  .ar-service-detail .ar-number-list .ar-detail {
    font-size: 16px;
  }
  .ar-service-detail .ar-number-list .ar-detail br {
    display: none;
  }
  .ar-service-detail .ar-list-grup {
    padding-left: 0;
  }
  .ar-service-detail .ar-number-list {
    gap: 20px;
  }
  .ar-service-detail .ar-block-bottom .ar-img-mobile {
    width: 60%;
  }
  .ar-service-row .ar-col .ar-title {
    font-size: 26px;
  }
  .ar-service-row .ar-col .ar-sub-tile {
    font-size: 20px;
  }
  .ar-service-row .ar-col .ar-detail {
    font-size: 14px;
  }
  .ar-service-row .ar-border-v {
    height: 230px;
  }
  .ar-service-row .ar-col {
    gap: 20px;
  }
  .ar-service-row {
    gap: 10px;
    padding: 30px;
  }
  .ar-offers .ar-heading {
    font-size: 22px;
  }
  .ar-offers .ar-sub-heading {
    font-size: 26px;
    line-height: 1.5;
  }
  .ar-offers .ar-list-item .ar-title {
    font-size: 18px;
  }
  .ar-offers .ar-list-item .ar-detail {
    font-size: 14px;
  }
  .ar-offers .ar-offers-content {
    padding: 0;
  }
  .ar-offers .ar-list-item {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .ar-footer .ar-last-col {
    flex-direction: column;
    align-items: flex-start;
  }
  .ar-footer .ar-img-line {
    width: 35%;
  }
  .ar-footer .ar-footer-bottom {
    width: 100%;
  }
  .ar-footer .ar-footer-bottom {
    align-items: start;
    margin-top: 40px;
  }
  .ar-footer {
    padding: 10% 5%;
  }
}
