@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Gotham-Thin", "Prompt";
  background-color: #eceef1;
  color: #54565a;
}

header {
  background-color: transparent;
  position: fixed;
  top: 40px;
  z-index: 999;
}
header .navbar {
  max-width: 1820px;
  margin: auto;
}

h2 {
  color: #153050;
  font-family: "Gotham-Medium", "Prompt";
}

h3 {
  font-family: "Gotham-Medium", "Prompt";
  color: #153050;
  font-size: 20px;
  text-transform: uppercase;
}

h4 {
  font-family: "Gotham-Medium", "Prompt";
  font-size: 18px;
  line-height: 26px;
  color: #153050;
}

p {
  font-family: "Gotham-Book", "Prompt";
  font-size: 18px;
  line-height: 26px;
  color: #54565a;
}

.s-metro-banner-text {
  padding-bottom: 20%;
}

.tab-content h2, .tab-content h4 {
  text-transform: uppercase;
}
.tab-content p {
  font-family: "Gotham-Book", "Prompt";
}

#termcpndition {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  left: 24px;
  position: absolute;
  top: 0;
  margin-top: -6px !important;
  margin-left: 0 !important;
}

.lb-termcpndition {
  padding-left: 32px;
  font-family: "Gotham-Book", "Prompt";
}

.contact-chanel {
  position: fixed;
  bottom: 0px;
  right: 24px;
  list-style: none;
  z-index: 9999;
}
.contact-chanel li {
  margin: 12px 0;
}
.contact-chanel li img {
  max-width: 44px;
}
.contact-chanel #saleIcon {
  cursor: pointer;
}

.salePopup {
  background-color: #ffffff;
  padding: 16px;
  position: fixed;
  bottom: 26px;
  right: 78px;
  border-radius: 8px;
  color: #88898B;
  display: none;
}
.salePopup .saleclose {
  cursor: pointer;
}
.salePopup .saleName {
  font-size: 12px;
  margin-top: 16px;
  font-family: "Gotham-Medium", "Prompt";
}
.salePopup .saleName h3 {
  font-size: 14px;
}
.salePopup .salePhone {
  padding: 14px 0;
}
.salePopup .salePhone a {
  border: 2px solid #88898B;
  color: #88898B;
  padding: 6px 12px 6px 26px;
  font-size: 12px;
  font-family: "Gotham-Medium", "Prompt";
  position: relative;
}
.salePopup .salePhone a::before {
  content: "";
  background-image: url("../images/phone.png");
  width: 16px;
  height: 17px;
  position: absolute;
  left: 8px;
  top: 4px;
}
.salePopup .saleContact {
  margin: 12px 0 6px;
}
.salePopup .saleContact a {
  color: #ffffff;
  background-color: #0A1D35;
  padding: 8px 24px;
  font-size: 16px;
}
.salePopup .saleclose {
  position: absolute;
  top: 16px;
  right: 16px;
}

#registerModal .modal-content {
  background-color: rgba(21, 48, 80, 0.8);
}
#registerModal .modal-content h1 {
  font-family: "Gotham-Medium", "Prompt";
  color: #ffffff;
}
#registerModal .modal-content .gold {
  color: #bd9a5f !important;
}
#registerModal .modal-content .left-side p {
  font-family: "Gotham-Book", "Prompt";
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
#registerModal .row {
  display: flex;
  margin: 0;
}
#registerModal .form-register .condition label {
  color: #000000;
  font-size: 10px;
}
#registerModal .singha-btn {
  background-color: #bd9a5f;
  color: #ffffff;
}
#registerModal .singha-btn:hover {
  color: #153050;
}
#registerModal .form-register p {
  font-size: 10px;
}
#registerModal ::-webkit-input-placeholder { /* Edge */
  color: #444444;
}
#registerModal :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444444;
}
#registerModal ::placeholder {
  color: #444444;
}
#registerModal .modal-header {
  padding: 24px 24px 4px;
  border: none;
}
#registerModal .close img {
  max-width: 24px;
}
#registerModal .text-center {
  text-align: center !important;
}

#leed-thumb {
  transition: 0.2s;
}

#leed-tab {
  padding: 0px 100px 0px 24px;
  display: block;
}
#leed-tab li {
  display: block;
  text-align: left;
}
#leed-tab li a {
  text-transform: uppercase;
  font-family: "Gotham-Medium", "Prompt";
  color: #caaa77;
  font-size: 18px;
  overflow: 0 !important;
  box-shadow: none !important;
  width: 100%;
  text-align: left;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
#leed-tab li .btn-link:hover, #leed-tab li a:focus {
  color: #1d68a7;
  text-decoration: none;
  border-bottom: 2px solid #153050;
  color: #153050;
}
#leed-tab li a.active {
  color: #1d68a7;
  text-decoration: none;
  border-bottom: 2px solid #153050;
  color: #153050;
}

.leed-icon {
  max-width: 112px;
  width: 100%;
}

.policy-block ul li {
  font-family: "Gotham-Book", "Prompt";
  font-size: 18px;
  line-height: 26px;
  color: #54565a;
  margin-bottom: 6px;
}

.navbar-toggler-close .line {
  transition: 0.2s;
}
.navbar-toggler-close .line:first-child {
  display: none;
}
.navbar-toggler-close .line:nth-child(2) {
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}
.navbar-toggler-close .line:last-child {
  transform: rotate(136deg);
}

.pd-right-15pc {
  padding-right: 14% !important;
}

.pd-left-15pc {
  padding-left: 14% !important;
}

.mb-80px {
  margin-bottom: 80px;
}

.singha-btn {
  background-color: #153050;
  color: #ffffff;
  padding: 10px 28px;
  line-height: 100%;
  border-radius: 5rem;
  font-family: "Gotham-Book", "Prompt";
  font-size: 18px;
}

.singha-btn:hover {
  color: #caaa77;
}

.gold-block {
  background-color: #caaa77;
}

.a_safer {
  max-width: 580px;
}

.col-55 {
  width: 55%;
}

.col-45 {
  width: 45%;
}

.whyus-img {
  padding-right: 0;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  padding: 0;
}

.whyus-text {
  padding: 0px 16px 0px 40px;
}
.whyus-text h1 {
  color: #153050;
  font-family: "Gotham-Medium", "Prompt";
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 16px;
}
.whyus-text h3 {
  color: #153050;
  font-family: "Gotham-Medium", "Prompt";
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 24px;
}
.whyus-text p {
  font-family: "Gotham-Book", "Prompt";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: left;
}
.whyus-text ul {
  margin: 0;
  padding-left: 20px;
}
.whyus-text ul li {
  font-family: "Gotham-Book", "Prompt";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
}
.whyus-text label {
  font-family: "Gotham-Book", "Prompt";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
  display: block;
  width: 100%;
  text-align: center;
}
.whyus-text a {
  margin: auto;
  text-align: center;
}

.project-item {
  padding: 0px 32px;
}
.project-item .project-logo {
  max-width: 180px;
  margin: auto;
}
.project-item .leed {
  max-width: 50px;
}
.project-item p {
  height: 44px;
  margin-bottom: 8px;
}

.gallery-item {
  padding: 16px;
}

.font-prompt {
  font-family: "Prompt" !important;
}

.b-text {
  margin-top: 100px !important;
}

.fsp-16 ul li {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
}

.banner-text-ezt h1, .banner-text-ezt h2, .banner-text-ezt p {
  text-shadow: 2px 2px 2px rgb(80, 80, 80);
}

.digital-signature h1 {
  font-size: 32px;
  font-weight: bold;
  background-color: #a6cbd6;
  display: initial;
  color: #000;
}
.digital-signature h2 {
  font-size: 22px !important;
  color: #000;
}
.digital-signature p {
  font-size: 18px;
  color: #000;
}

.mx-300 {
  max-width: 300px !important;
}

.navbar-light .navbar-toggler {
  border: none;
  position: absolute;
  top: 22px;
  z-index: 999999;
  right: 1rem;
  transition: 0.5s;
}
.navbar-light .navbar-toggler .line {
  width: 26px;
  height: 2px;
  margin: 4px 0px;
  background-color: #ffffff;
}

.paddingTB-60 {
  padding: 80px 0px;
}

.navbar {
  padding-bottom: 0.3rem;
  transition: transform 0.3s;
}
.navbar .nav-item {
  text-align: center;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background-color: #153050;
}
.fixed-top .navbar-brand {
  padding-bottom: 0.32rem;
}
.fixed-top .navbar-brand img {
  max-width: 120px;
  transition: width 0.2s;
}

.covid-list {
  text-align: center;
  margin-top: 40px;
}
.covid-list .col {
  padding: 16px 24px;
}
.covid-list img {
  max-width: 156px;
}
.covid-list label {
  display: block;
  color: #153050;
  font-family: "Gotham-Medium", "Prompt";
  font-size: 16px;
  margin: 16px 0px;
  line-height: 20px;
  min-height: 40px;
}
.covid-list ul {
  padding-left: 0;
  margin-left: 0;
}
.covid-list ul li {
  text-align: left;
  color: #54565a;
  font-family: "Gotham-Book", "Prompt";
  font-size: 14px;
}

.fxp-16 p {
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand {
  padding-bottom: 1.32rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #153050;
}

.main-menu li:last-child {
  padding: 0px 0px 0px 24px;
}
.main-menu li {
  margin: 16px 2px;
  padding: 0px 24px;
}
.main-menu li a {
  font-weight: 600;
  font-family: "Gotham-Thin", "Prompt";
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #ffffff !important;
  padding: 0rem 1rem;
  border-bottom: 2px solid transparent;
  letter-spacing: 0.5px;
}
.main-menu li a i {
  position: absolute;
  right: 0;
  top: 11px;
}
.main-menu li a.arrow {
  padding-right: 24px !important;
}
.main-menu li.active a {
  border-bottom: 2px solid #bd9a5e !important;
  color: #ffffff !important;
}
.main-menu li:hover a {
  border-bottom: 2px solid #bd9a5e;
  color: #ffffff !important;
}
.main-menu li:last-child {
  min-width: 140px;
  text-align: right;
}
.main-menu li:last-child a {
  border-bottom: none !important;
  margin-right: 3px;
}
.main-menu li:last-child a:hover {
  border-bottom: none !important;
}
.main-menu li:last-child img {
  position: relative;
  top: -2px;
  cursor: pointer;
  max-width: 36px;
}

.blue-color {
  color: #153050 !important;
}

.gold-color {
  color: #caaa77 !important;
}

footer {
  padding: 24px 0 8px;
  background-color: #153050;
}
footer .row {
  display: table;
  width: 100%;
}
footer .col-12 {
  display: table-cell;
}
footer .logo-f img {
  max-width: 240px;
}
footer .ul-footer-social {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
footer .ul-footer-social li {
  margin-right: 12px;
  display: inline-block;
}
footer .ul-footer-social li img {
  width: 34px;
  height: 34px;
}
footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
}
footer .a-policy {
  font-size: 14px;
  color: #000000;
}
footer h5 {
  font-family: "Gotham-Medium";
}
footer .ul-footer-menu {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
footer .ul-footer-menu li {
  display: inline-block;
  margin: 0px 16px 0 0;
  text-transform: uppercase;
  font-family: "Gotham-Book", "Prompt";
}
footer .ul-footer-menu li a {
  color: #ffffff;
  font-size: 14px;
}
footer label {
  color: #ffffff;
  font-family: "Gotham-Book", "Prompt";
  font-size: 13px;
  margin-bottom: 0;
  line-height: 16px;
  display: block;
}
footer p {
  color: #ffffff;
  font-family: "Gotham-Book", "Prompt";
  font-size: 10px;
  margin-bottom: 0;
  line-height: 14px;
  margin-top: 6px;
}
footer .social {
  margin-top: 12px;
}
footer .social a {
  padding: 0px 10px;
}
footer .social a:last-child {
  padding-right: 0;
}
footer .social img {
  max-width: 28px;
}
footer .callcenter {
  position: absolute;
  bottom: 0;
}
footer .callcenter label {
  color: #ffffff;
  font-family: "Gotham-Medium", "Prompt";
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 22px;
  display: block;
}
footer .callcenter .phone {
  color: #ffffff;
  font-family: "Gotham-Bold", "Prompt";
  font-size: 42px;
  line-height: 22px;
  display: block;
  margin-bottom: 14px;
}

.contact-info .callcenter label {
  color: #153050;
  font-family: "Gotham-Medium", "Prompt";
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 22px;
  display: block;
}
.contact-info .callcenter .phone {
  color: #153050;
  font-family: "Gotham-Bold", "Prompt";
  font-size: 42px;
  line-height: 22px;
  display: block;
  margin-bottom: 14px;
}
.contact-info h3 {
  font-family: "Gotham-Bold", "Prompt";
  color: #54565a;
  font-size: 14px;
}
.contact-info p {
  font-size: 14px;
  color: #54565a;
}
.contact-info .c-logo {
  padding: 8px 24px;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.contact-info .c-logo img {
  max-width: 80%;
  margin: auto;
}
.contact-info a {
  color: #54565a;
}
.contact-info .c-logo:first-child {
  border-left: none;
  height: 100%;
}

.container-sm, .container {
  max-width: 1024px;
}

.max-width-1400 {
  max-width: 1400px !important;
}

.max-1024 {
  max-width: 1024px !important;
}

.position-relative {
  height: 100%;
  position: relative;
}

.form-register {
  max-width: 580px;
}
.form-register h1 {
  color: #153050;
  font-family: "Gotham-Medium", "Prompt";
  text-transform: uppercase;
  font-size: 26px;
}
.form-register .form-control {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5rem;
  border: none;
  color: #54565a;
  font-family: "Gotham-Book", "Prompt";
}
.form-register textarea {
  height: 100px;
  resize: none;
  border-radius: 14px !important;
}
.form-register p {
  font-family: "Gotham-Book", "Prompt";
  font-size: 14px;
}
.form-register .condition {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 22px;
  padding: 16px;
  font-family: "Gotham-Book", "Prompt";
}
.form-register .condition label {
  color: #54565a;
}
.form-register select {
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Positions background arrow image */
  background-image: url("../images/down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #153050;
}

.jobitem {
  cursor: pointer;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .banner-text {
  text-align: center;
}
.banner .banner-text h1 {
  color: #153050;
  font-family: "Gotham-Bold";
  font-size: 48px;
  text-align: center;
  margin-bottom: 32px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.banner .banner-text p {
  color: #333333;
  font-family: "Gotham-Thin";
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 32px;
}
.banner .banner-text a.btn {
  background-color: #153050;
  font-family: "Gotham-Thin";
  font-size: 26px;
  color: #fff;
  padding: 10px 24px;
  border-radius: 40px;
  text-align: center;
}
.banner .banner-text .job-card {
  background-color: #b1aba5;
  padding: 20px 40px;
  width: 400px;
  margin: 80px auto 40px;
  border-radius: 12px;
}
.banner .banner-text .job-card h4 {
  color: #ffffff;
  font-family: "Gotham-Bold";
  font-size: 26px;
  margin-bottom: 60px;
}
.banner .banner-text a.readmore {
  color: #000000;
  font-family: "Gotham-Thin";
  font-size: 22px;
  position: relative;
  left: -24px;
}
.banner .banner-text a.readmore::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  background-image: url("/images/readmore.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
}
.banner .b-social {
  position: absolute;
  top: 60px;
  right: 10%;
}
.banner .b-social .social-icon {
  margin: 0px 20px;
}

.home-banner {
  position: relative;
  overflow: hidden;
}
.home-banner .banner-text {
  text-align: center;
}
.home-banner .banner-text h1 {
  color: #ffffff;
  font-family: "Gotham-Book";
  font-size: 40px;
  text-align: right;
  margin-bottom: 32px;
  text-transform: uppercase;
  margin-right: 24%;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}
.home-banner .banner-text p {
  color: #333333;
  font-family: "Gotham-Thin";
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 32px;
}
.home-banner .banner-text a.btn {
  background-color: #153050;
  font-family: "Gotham-Thin";
  font-size: 20px;
  color: #fff;
  padding: 10px 24px;
  border-radius: 40px;
  text-align: center;
}
.home-banner .banner-text .job-card {
  background-color: #b1aba5;
  padding: 20px 40px;
  width: 400px;
  margin: 80px auto 40px;
  border-radius: 12px;
}
.home-banner .banner-text .job-card h4 {
  color: #ffffff;
  font-family: "Gotham-Bold";
  font-size: 26px;
  margin-bottom: 60px;
}
.home-banner .banner-text a.readmore {
  color: #000000;
  font-family: "Gotham-Thin";
  font-size: 22px;
  position: relative;
  left: -24px;
}
.home-banner .banner-text a.readmore::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  background-image: url("/images/readmore.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
}
.home-banner .b-social {
  position: absolute;
  top: 60px;
  right: 10%;
}
.home-banner .b-social .social-icon {
  margin: 0px 20px;
}

.d-desk {
  display: block;
}

.d-mobile {
  display: none;
}

.intro-text {
  color: #000000;
  border-top: 2px solid #989898;
  border-bottom: 2px solid #989898;
  padding: 40px 0px;
  margin: 80px auto;
  font-size: 22px;
  font-family: "Gotham-Thin";
  position: relative;
  width: calc(100% - 100px);
}

.intro-text::before {
  content: "";
  width: 42px;
  height: 33px;
  position: absolute;
  top: -20px;
  left: -100px;
  background-image: url("/images/left-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.intro-text::after {
  content: "";
  width: 42px;
  height: 33px;
  position: absolute;
  bottom: -20px;
  right: -100px;
  background-image: url("/images/right-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.life-block {
  margin-bottom: 60px;
}
.life-block img {
  margin-bottom: 20px;
  border-radius: 20px;
}
.life-block h2, .life-block h3 {
  margin-left: -12px;
  margin-right: -12px;
}
.life-block h3 {
  font-family: "Gotham-Thin";
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.headline {
  background-color: #ddd6ce;
  padding: 40px 0;
}
.headline .container {
  border-top: 2px solid #153050;
  border-bottom: 2px solid #153050;
  padding: 40px 0;
}
.headline .container img {
  max-width: 320px;
  width: 100%;
}
.headline .container a {
  background-color: #153050;
  border-radius: 16px;
  padding: 6px 24px;
  font-family: "Gotham-Medium";
  color: #fff;
  font-size: 18px;
}
.headline .container .h-title {
  color: #000000;
  font-family: "Gotham-Bold";
  font-size: 24px;
  margin-bottom: 30px;
}
.headline .container p {
  font-family: "Gotham-Thin";
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 40px;
}

.f-regular {
  font-family: "Gotham-Thin";
}

.f-red {
  font-family: "Gotham-Thin";
  color: #153050;
}

.stories {
  background-color: #ffffff;
  padding: 40px 0;
}
.stories .container {
  padding: 40px 0;
}
.stories .container p {
  font-size: 20px;
}
.stories .container .stories-blog {
  margin-bottom: 16px;
}
.stories .container .stories-blog .thumb {
  margin-bottom: 16px;
  position: relative;
}
.stories .container .stories-blog .storie-desc .s-title {
  font-family: "Gotham-Medium", "Prompt";
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
}
.stories .container .stories-blog .storie-desc .s-short {
  font-family: "Gotham-Thin", "Prompt";
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.stories .container .stories-blog .storie-desc .s-position {
  font-family: "Gotham-Medium", "Prompt";
  color: #333333;
  border-top: 4px solid #153050;
  padding: 16px 0;
  font-size: 20px;
  margin-top: 16px;
}
.stories .container .stories-blog .storie-desc .promt-storie-desc {
  font-family: "Prompt" !important;
}
.stories .container .stories-blog .s-readmore {
  font-family: "Gotham-Medium";
  color: #333333;
  border-top: 4px solid #153050;
  padding: 16px 0;
  font-size: 20px;
  margin-top: 16px;
  position: absolute;
  bottom: 0;
}
.stories .container .stories-blog a {
  color: #153050;
}
.stories .container .stories-blog a.a-readmore {
  color: #000000;
  font-size: 18px;
  position: relative;
}
.stories .container .stories-blog a.a-readmore::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  background-image: url("/images/readmore.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
}
.stories .container .teamwork-item {
  padding-bottom: 80px;
}
.stories .container .teamwork-item .s-readmore {
  width: calc(100% - 32px);
}

.perks {
  background-color: #ddd6ce;
  padding: 40px 0;
}
.perks p {
  font-size: 20px;
}
.perks .container {
  padding: 40px 0;
}
.perks .container .col {
  text-align: center;
}
.perks .container .p-title {
  margin: 40px 0;
}
.perks .container .p-title a {
  font-family: "Gotham-Bold";
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  margin: 40px 0;
  position: relative;
}
.perks .container .p-title a::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  background-image: url("/images/readmore.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2px;
}

.joinus {
  background-color: #ebebeb;
  padding: 40px 0;
}
.joinus .container {
  padding: 40px 0;
}
.joinus .container p {
  font-size: 20px;
}
.joinus .container .joinus-blog {
  margin-bottom: 16px;
  background-color: #c4d6d0;
  border-radius: 12px;
  margin: 16px 0px;
  cursor: pointer;
}
.joinus .container .joinus-blog .thumb img {
  max-width: 140px;
}
.joinus .container .joinus-blog .joinus-desc {
  padding: 20px 0;
}
.joinus .container .joinus-blog .joinus-desc .s-title {
  font-family: "Gotham-Bold";
  line-height: 26px;
  color: #153050;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.joinus .container .joinus-blog .joinus-desc .s-short {
  font-family: "Gotham-Thin";
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.joinus .container .joinus-blog .joinus-desc a {
  color: #333333;
  font-size: 18px;
  position: absolute;
  bottom: 16px;
}
.joinus .container .joinus-blog .joinus-desc a::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  background-image: url("/images/readmore.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
}

.events {
  padding: 80px 0;
  background-color: #fff;
}
.events .upcoming {
  padding-left: 60px;
}
.events .upcoming h3 {
  color: #000000;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.events .upcoming .events-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.events .upcoming .events-item .day {
  font-family: "Gotham-Thin", sans-serif;
  color: #153050;
  font-size: 18px;
  text-align: center;
}
.events .upcoming .events-item .daynumber {
  font-family: "Gotham-Thin", sans-serif;
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.events .upcoming .events-item .timer {
  font-family: "Gotham-Thin", sans-serif;
  color: #333333;
  font-size: 18px;
  margin-bottom: 2px;
}
.events .upcoming .events-item .ev-title {
  font-family: "Gotham-Bold", sans-serif;
  color: #333333;
  font-size: 18px;
  margin-bottom: 16px;
}
.events .upcoming .events-item p {
  font-family: "Gotham-Thin", sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
}
.events .upcoming .events-item img {
  width: 24px;
}

.contact-block {
  background-color: #ddd6ce;
  padding: 20px 16px;
  margin-bottom: 0px;
}
.contact-block .container {
  position: relative;
}

.contact-content {
  color: #333333;
  border-top: 2px solid #989898;
  border-bottom: 2px solid #989898;
  padding: 40px 0px;
  margin: 80px auto;
  font-size: 20px;
  font-family: "Gotham-Thin";
  position: relative;
  width: calc(100% - 200px);
  text-align: center;
  max-width: 800px;
}
.contact-content a {
  color: #153050;
  font-family: "Gotham-Bold";
}

.contact-content::before {
  content: "";
  width: 30px;
  height: 24px;
  position: absolute;
  top: -20px;
  left: -80px;
  background-image: url("/images/left-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-content::after {
  content: "";
  width: 30px;
  height: 24px;
  position: absolute;
  bottom: -20px;
  right: -80px;
  background-image: url("/images/right-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
}

footer .col-md-8 {
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-family: "Gotham-Thin";
}

.banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.apply-form {
  font-size: 20px;
  font-family: "Gotham-Thin";
  min-height: calc(100vh - 300px);
}
.apply-form h3 {
  font-size: 26px;
  color: #231f20;
  font-family: "Gotham-Thin";
}
.apply-form .btn-attach {
  background-color: #e1e1e1;
  font-family: "Gotham-Thin";
  font-size: 18px;
  color: #333333;
  border-radius: 12px;
}
.apply-form .btn-submit {
  background-color: #333333;
  font-family: "Gotham-Thin";
  font-size: 22px;
  color: #ffffff;
  border-radius: 12px;
}
.apply-form sup {
  color: red;
}

.consent-accept {
  font-size: 18px;
  padding-left: 50px;
  position: relative;
}
.consent-accept input {
  position: absolute;
  top: 6px;
  left: 16px;
  width: 22px;
  height: 22px;
}
.consent-accept a {
  color: #153050;
  font-family: "Gotham-Bold";
}

.max-800 {
  max-width: 800px;
}

.jobcard {
  background-color: #c4d6d0;
  border-radius: 14px;
  padding: 20px 30px 40px;
  font-family: "Gotham-Thin";
  position: relative;
  margin: 16px 0;
  height: calc(100% - 32px);
}
.jobcard .j-title {
  color: #153050;
  font-size: 22px;
  font-family: "Gotham-Bold";
}
.jobcard ul {
  color: #333333;
  font-size: 18px;
  font-family: "Gotham-Thin";
  padding-left: 20px;
}
.jobcard a.readmore {
  color: #000000;
  font-family: "Gotham-Thin";
  font-size: 22px;
  position: absolute;
  right: 60px;
  bottom: 20px;
}
.jobcard a.readmore::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  background-image: url("/images/readmore.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
}

.jobModal .modal-header {
  border-bottom: none;
}
.jobModal .modal-title {
  color: #153050;
  font-size: 26px;
  font-family: "Gotham-Bold";
}
.jobModal .modal-body {
  padding-top: 0;
}
.jobModal .modal-content {
  background-color: #c4d6d0;
  border-radius: 42px;
  color: #333333;
  font-size: 18px;
  font-family: "Gotham-Thin";
  padding: 0px 24px 24px;
  border: none;
}
.jobModal .modal-content h3 {
  font-size: 18px;
  font-family: "Gotham-Bold";
  color: #000000;
}
.jobModal .modal-footer {
  justify-content: center;
  border-top: none;
}
.jobModal .modal-footer a {
  background-color: #153050;
  border-radius: 12px;
  color: #ffffff;
  border: none;
  padding: 8px 28px;
  font-size: 18px;
  font-family: "Gotham-Bold";
}
.jobModal .close {
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 20px;
  padding: 0;
  font-size: 30px;
  position: absolute;
  right: -19px;
  top: -8px;
  opacity: 1;
}

.applyModal .modal-header {
  border-bottom: none;
}
.applyModal .modal-header img {
  width: 240px;
}
.applyModal .modal-title {
  color: #153050;
  font-size: 26px;
  font-family: "Gotham-Bold";
}
.applyModal .modal-body {
  padding-top: 0;
}
.applyModal .modal-content {
  background-color: #ffffff;
  background-image: url("/images/bgdot.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  border-radius: 0px;
  color: #333333;
  font-size: 18px;
  font-family: "Gotham-Thin";
  padding: 0px 24px 24px;
  border: none;
  line-height: 20px;
}
.applyModal .modal-content h3 {
  font-size: 18px;
  font-family: "Gotham-Bold";
  color: #333333;
}
.applyModal .modal-content h5 {
  font-size: 18px;
  font-family: "Gotham-Bold";
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.applyModal .modal-footer {
  justify-content: center;
  border-top: none;
}
.applyModal .modal-footer button {
  background-color: #153050;
  border-radius: 12px;
  color: #ffffff;
  border: none;
  padding: 8px 28px;
  font-size: 18px;
  font-family: "Gotham-Bold";
}
.applyModal .close {
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 20px;
  padding: 0;
  font-size: 30px;
  position: absolute;
  right: -26px;
  top: 16px;
  opacity: 1;
}

.PerksModal .modal-header {
  border-bottom: none;
}
.PerksModal .modal-header img {
  width: 240px;
}
.PerksModal .modal-title {
  color: #153050;
  font-size: 26px;
  font-family: "Gotham-Bold";
}
.PerksModal .modal-body {
  padding-top: 0;
}
.PerksModal .modal-content {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  color: #333333;
  font-size: 18px;
  font-family: "Gotham-Thin";
  padding: 40px 60px 60px;
  border: none;
  line-height: 20px;
}
.PerksModal .modal-content h2 {
  font-size: 28px;
  font-family: "Gotham-Bold";
  color: #153050;
  margin-bottom: 20px;
}
.PerksModal .modal-content h3 {
  font-size: 18px;
  font-family: "Gotham-Bold";
  color: #333333;
}
.PerksModal .modal-content h5 {
  font-size: 28px;
  font-family: "Gotham-Bold";
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.PerksModal .modal-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
}
.PerksModal .modal-footer {
  justify-content: center;
  border-top: none;
}
.PerksModal .modal-footer button {
  background-color: #153050;
  border-radius: 12px;
  color: #ffffff;
  border: none;
  padding: 8px 28px;
  font-size: 18px;
  font-family: "Gotham-Bold";
}
.PerksModal .close {
  color: #fff;
  border-radius: 20px;
  padding: 0;
  font-size: 36px;
  position: absolute;
  right: 26px;
  top: 26px;
  opacity: 1;
}

.c-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #f4f4f4;
  width: 100%;
  max-width: 280px;
}

.c-input:focus-visible {
  outline: 0 !important;
  border-bottom: 2px solid #a1a1a1;
}

.consent ul {
  list-style: none;
  padding-left: 0;
}
.consent ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.consent ul li input {
  position: absolute;
  left: 0;
  top: 6px;
}

.signature {
  font-size: 13px;
  text-align: center;
}

.f-text {
  font-size: 14px;
}

.work-item, .work-item2 {
  position: absolute;
  bottom: 20px;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: matrix(1, 0, 0, 1, 5000, 0);
}
.work-item ul.joblist, .work-item2 ul.joblist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  /* Below sets up your display method: flex-start|flex-end|space-between|space-around */
  justify-content: flex-start;
  /* Below removes bullets and cleans white-space */
  list-style: none;
  padding: 0;
  /* Bonus: forces no word-wrap */
  white-space: nowrap;
  float: left;
}
.work-item ul.joblist p, .work-item2 ul.joblist p {
  margin-bottom: 0;
}
.work-item ul.joblist > li, .work-item2 ul.joblist > li {
  max-width: 768px;
}
.work-item ul.joblist > li:nth-child(odd), .work-item2 ul.joblist > li:nth-child(odd) {
  margin-top: 60px;
}
.work-item ul.joblist > li:nth-child(even), .work-item2 ul.joblist > li:nth-child(even) {
  margin-bottom: 60px;
}
.work-item ul.joblist > li:nth-child(even) .jobcard, .work-item2 ul.joblist > li:nth-child(even) .jobcard {
  background-color: #b1aba5;
}

.banner .jobcard li {
  font-size: 18px;
}
.banner .work-item ul.joblist > li, .banner .work-item2 ul.joblist > li {
  min-width: 320px;
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
}
.banner .work-item ul.joblist > li .jobcard-1, .banner .work-item2 ul.joblist > li .jobcard-1 {
  background-color: #d0ded9;
}
.banner .work-item ul.joblist > li .jobcard-2, .banner .work-item2 ul.joblist > li .jobcard-2 {
  background-color: #ddd6ce;
}
.banner .work-item ul.joblist > li .jobcard-3, .banner .work-item2 ul.joblist > li .jobcard-3 {
  background-color: #b0b0b0;
}
.banner .work-item ul.joblist > li .jobcard-4, .banner .work-item2 ul.joblist > li .jobcard-4 {
  background-color: #f2f2f2;
}
.banner .jobcard {
  padding: 20px 30px 20px;
}
.banner .jobcard label {
  font-size: 18px;
  color: #333333;
  font-family: "Gotham-Medium", "Prompt";
}

@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;
  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 30s;
  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 30s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}

.cf4a img:nth-of-type(3) {
  animation-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
}

.cf4a img:nth-of-type(2) {
  animation-delay: 40s;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
}

.cf4a img:nth-of-type(1) {
  animation-delay: 20s;
  position: relative;
  width: calc(100% + 15px);
  margin-left: -15px;
  margin-right: -15px;
}

.storie-container {
  padding: 60px 16px;
}
.storie-container h1 {
  color: #153050;
  font-family: "Gotham-Bold", "Prompt";
}
.storie-container .user-block {
  display: flex;
  margin: 24px 0;
}
.storie-container .user-block img {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.storie-container .user-block .user-name {
  padding: 0px 16px;
}
.storie-container .user-block .user-name label {
  font-weight: 400;
  font-size: 18px;
  font-family: "Gotham-Bold", "Prompt";
}
.storie-container .user-block .user-name label span {
  font-weight: normal !important;
  font-family: "Gotham-Thin", "Prompt";
}
.storie-container .user-block .user-name .date {
  font-size: 14px;
}
.storie-container .social {
  margin: 12px 0;
}
.storie-container .social a {
  margin-right: 12px;
}
.storie-container .social a img {
  border-radius: 0 !important;
  width: 28px;
  height: 28px;
}
.storie-container .storie-detail {
  font-family: "Gotham-Thin", "Prompt";
  font-size: 18px;
}
.storie-container .storie-detail p {
  font-family: "Gotham-Thin", "Prompt";
  font-size: 18px;
}
.storie-container .storie-tag {
  margin-top: 40px;
}
.storie-container .storie-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.storie-container .storie-tag ul li {
  display: inline-block;
  padding: 4px;
}
.storie-container .storie-tag ul li a {
  background-color: #c4d6d0;
  color: #000;
  padding: 2px 20px;
  border-radius: 4px;
}
.storie-container .storie-tag ul li:first-child {
  padding-left: 0;
}

.h-video {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  animation-timing-function: linear;
}
.h-video img {
  width: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.h-video a {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.h-video a::after {
  background-image: none !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.h-video:hover {
  opacity: 1;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}

.call-more .call-body ul li:last-child {
  display: none;
}

.office-address h3 {
  color: #153050;
  font-family: "Prompt" !important;
  font-size: 1.2rem;
  font-weight: bold;
}
.office-address p {
  font-family: "Prompt" !important;
  max-width: 640px;
}
.office-address .tower {
  max-width: 180px;
  width: 100%;
}
.office-address .home {
  max-width: 160px;
  width: 100%;
}
.office-address .contact-phone {
  margin-bottom: 8px;
}
.office-address .contact-phone a {
  color: #153050 !important;
  font-size: 1.2rem;
  font-weight: bold;
}
.office-address .contact-phone i {
  font-size: 1.6rem;
}

.div-map {
  padding: 30px 0 24px;
  background-color: #ddd6ce;
}

::-webkit-input-placeholder { /* Edge */
  color: #54565a !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #54565a !important;
}

::placeholder {
  color: #54565a !important;
}

.contact-form {
  background-color: #ffffff;
  padding: 16px 0;
  font-family: "Prompt" !important;
  padding-bottom: 100px;
}
.contact-form .row-download {
  margin-bottom: 120px;
}
.contact-form a.a-download {
  color: #153050 !important;
  font-family: "Prompt" !important;
  text-decoration: none;
}
.contact-form a.a-download img {
  max-width: 36px;
}
.contact-form input {
  background-color: #e6e6e6;
  border: none;
  font-family: "Prompt" !important;
  font-size: 18px;
  border-radius: 12px;
  height: 44px;
}
.contact-form textarea {
  background-color: #e6e6e6;
  border: none;
  font-family: "Prompt" !important;
  font-size: 18px;
  border-radius: 12px;
  height: 200px;
  resize: none;
}
.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #b1aba5;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b1aba5;
}
.contact-form ::placeholder {
  color: #b1aba5;
}
.contact-form .btn-submit {
  background-color: #153050;
  color: #ffffff;
  width: 240px;
  height: 44px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

.firori-text {
  margin-top: 240px;
}
.firori-text p {
  color: #ffffff !important;
}

.fiori-icon {
  margin-bottom: 12px;
  max-width: 100px;
}

.fiori-sec-2 {
  background-color: #ddd6ce;
  padding: 20px 16px;
}
.fiori-sec-2 h2 {
  text-transform: uppercase;
  font-size: 26px;
}
.fiori-sec-2 h3 {
  color: #153050;
  font-size: 18px;
  font-weight: bold;
}
.fiori-sec-2 .fiori-icon {
  max-width: 70px;
}

.fiori-sec-3 {
  padding: 40px 0;
}
.fiori-sec-3 .fiori-icon {
  max-width: 70px;
}
.fiori-sec-3 h3 {
  color: #153050;
  font-size: 18px;
}
.fiori-sec-3 .whyiam {
  border-top: 3px solid #a51123;
  border-bottom: 3px solid #a51123;
  padding: 40px 0;
}
.fiori-sec-3 .whyiam .fiori-icon {
  max-width: 120px;
}
.fiori-sec-3 .whyiam .col-12:first-child {
  border-right: 2px solid #153050;
}
.fiori-sec-3 .whyiam .col-12:last-child {
  border-left: 2px solid #153050;
}

.fiori-bg-2 {
  background-image: url("/images/service/fiori/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 60px 16px;
}
.fiori-bg-2 h2 {
  color: #153050;
}
.fiori-bg-2 ul {
  margin: 14px 0;
  padding: 0;
}
.fiori-bg-2 ul li {
  padding: 0;
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.fiori-bg-2 ul li h3 {
  color: #153050;
  font-size: 18px;
}
.fiori-bg-2 ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #153050;
  left: 0;
  top: 6px;
}

.tbl_cal tr td:nth-child(2) {
  width: 120px !important;
  text-align: right;
}
.tbl_cal tr td:nth-child(2) input {
  width: 100%;
  text-align: right;
  border: 2px solid #cccccc;
}
.tbl_cal tr td:nth-child(3) {
  width: 130px !important;
  text-align: left;
  padding-left: 16px;
}

.banner-logo {
  display: initial !important;
  margin-right: 28% !important;
  max-width: 260px !important;
}

@media only screen and (max-width: 1920px) {
  .pd-right-15pc {
    padding-right: 30px !important;
  }
  .pd-left-15pc {
    padding-left: 30px !important;
  }
  .bx-wrapper img.banner-logo {
    margin: auto;
    max-width: 260px !important;
  }
  .bx-wrapper h1.font-size-22 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) {
  .s-metro-banner-text {
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 1600px) {
  .s-metro {
    margin-top: 0 !important;
  }
  .main-menu li .submenu {
    padding: 40px 5% 100px;
  }
  .main-menu li .submenu .menu-cate label {
    font-size: 14px;
  }
  .main-menu li .submenu .menu-cate ul li a {
    font-size: 14px;
  }
  .main-menu li {
    margin: 16px 2px;
    padding: 0px 12px;
  }
  .main-menu li a {
    font-weight: 600;
    font-family: "Gotham-Thin";
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #ffffff !important;
    padding: 0rem 1rem;
    border-bottom: 2px solid transparent;
    letter-spacing: 0.5px;
  }
  .main-menu li:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 1366px) {
  .form-register {
    max-width: 100%;
    padding: 0 0px;
  }
  .contact-info {
    padding: 0 0px;
  }
  footer {
    padding: 24px 15px 8px;
    background-color: #153050;
  }
  .whyus-text h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1320px) {
  .b-text {
    margin-top: 60px !important;
  }
  .main-menu li {
    margin: 16px 4px;
  }
  .banner .banner-text h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .banner .banner-text p {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .banner .banner-text a.btn {
    background-color: #153050;
    font-family: "Gotham-Thin";
    font-size: 18px;
  }
  .banner .banner-text .job-card {
    background-color: #b1aba5;
    padding: 20px 40px;
    width: 400px;
    margin: 40px auto 40px;
    border-radius: 12px;
  }
  .banner .banner-text .job-card h4 {
    color: #ffffff;
    font-family: "Gotham-Bold";
    font-size: 26px;
    margin-bottom: 60px;
  }
  .banner .banner-text a.readmore {
    color: #000000;
    font-family: "Gotham-Thin";
    font-size: 22px;
    position: relative;
    left: -24px;
  }
  .banner .banner-text a.readmore::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -36px;
    background-image: url("/images/readmore.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
  }
  .banner .b-social {
    position: absolute;
    top: 20px;
    right: 20;
  }
  .banner .b-social .social-icon {
    margin: 0px 12px;
  }
  .banner .b-social .social-icon img {
    max-width: 36px;
  }
  .headline .container p {
    font-size: 20px;
    line-height: 24px;
  }
  .stories .container .stories-blog .storie-desc .s-title {
    line-height: 26px;
  }
  .perks .container .p-title a {
    font-size: 18px;
  }
  .joinus .container .joinus-blog .joinus-desc .s-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px;
  }
}
.social-icon {
  margin: 0px 6px;
}
.social-icon .fb {
  max-width: 28px;
}
.social-icon .yt {
  max-width: 32px;
}

.sap {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.sap img {
  max-width: 56px;
}

.category-item {
  text-align: center;
  padding: 0px 40px;
}
.category-item h3 {
  color: #153050;
  font-family: "Gotham-Bold";
  font-size: 20px;
  margin: 8px 0 16px;
}

.bg-gold {
  background-color: #caaa77;
}

.what-we-do-sec {
  margin: 0px -40px;
}

.vdo-sec {
  margin: 0px -15px;
}
.vdo-sec .vdo-item a {
  color: #212529;
}
.vdo-sec .vdo-item p {
  margin: 15px 0;
}
.vdo-sec .vdo-item a:hover {
  text-decoration: none;
  color: #153050;
}
.vdo-sec .vdo-last-tem p {
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
}
.vdo-sec .vdo-last-tem a {
  position: relative;
  font-weight: bold;
}
.vdo-sec .vdo-last-tem img {
  max-width: 40px;
  position: absolute;
  right: 0;
  top: 30px;
}

.bx-wrapper {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border: 0px solid #fff !important;
  background: #fff !important;
  margin-bottom: 0px !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px !important;
  width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #bd9a5f !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 7px !important;
  position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a.active::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: transparent;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 2px solid #bd9a5f;
  border-radius: 12px;
}

.bx-wrapper .bx-pager-item {
  margin: 0px 6px;
}

.news-last-item p {
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
}
.news-last-item a {
  position: relative;
  font-weight: bold;
  color: #212529 !important;
}
.news-last-item a:hover {
  color: #153050 !important;
}
.news-last-item img {
  max-width: 40px;
  position: absolute;
  right: 0;
  top: 30px;
}

.testimonail-sec {
  background-image: url("/images/home/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.slider {
  width: 100%;
  margin: 0px auto;
}

.slick-slide {
  margin: 0px 60px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.testimonail-item {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 40px 20px 80px;
  position: relative;
  height: 100%;
}
.testimonail-item div {
  text-align: right;
  margin-top: 20px;
}
.testimonail-item div label {
  color: #ce152c;
  margin-bottom: 0;
}
.testimonail-item div p {
  font-size: 14px;
  margin-bottom: 0;
}

.testimonail-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  background-image: url("/images/qoute.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 36px;
  width: 50px;
}

.video-hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("/images/home/play.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50px;
  width: 50px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-hover {
  position: relative;
  cursor: pointer;
}

.vdo-item:hover .video-hover:before {
  opacity: 1;
}

.glance {
  max-width: 1024px;
}

.counter {
  font-family: "Gotham-Bold";
  color: #333333;
  margin-bottom: 6px;
}
.counter span {
  font-family: "Gotham-Thin";
}

.font-72 {
  font-size: 72px;
  line-height: 72px;
}

.font-48 {
  font-size: 48px;
  line-height: 48px;
}

.font-32 {
  font-size: 32px;
  line-height: 32px;
}

.badge-line {
  background-color: #ae2325;
  color: #ffffff;
  padding: 6px 16px;
  width: auto;
  border-radius: 8px;
}

.about-sec-2 {
  background-image: url("/images/about/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-sec-2 h2 span {
  font-size: 36px;
}

.about-sec-3 h3 {
  color: #153050;
  font-size: 22px;
}
.about-sec-3 .red-dot {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  right: 6%;
  bottom: 50%;
  background-color: rgba(206, 21, 44, 0.8);
}

.mw-1200 {
  max-width: 1400px;
  margin: auto;
}
.mw-1200 img {
  width: 100%;
}

.mw-1024 {
  max-width: 1024px;
  margin: auto;
}

.emerging {
  font-family: "Gotham-Bold";
  font-size: 22px;
  position: relative;
}

.emerging::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -38px;
  top: 2px;
  background-color: #153050;
  border-radius: 15px;
}

.x-tech-item {
  border-bottom: 2px solid #153050;
  border-top: 2px solid #153050;
  margin: 4px 12px;
}
.x-tech-item label {
  font-family: "Gotham-Bold";
  margin-bottom: 0px;
  color: #153050;
  width: 100%;
}
.x-tech-item p {
  font-size: 14px;
  color: #153050;
  margin-bottom: 4px;
  font-family: "Gotham-Medium";
  line-height: 16px;
}

.team-item {
  text-align: center;
  margin-bottom: 32px;
}
.team-item img {
  max-width: 200px;
}
.team-item .name {
  font-family: "Gotham-Bold";
  margin-top: 12px;
  font-size: 18px;
}
.team-item .position {
  font-family: "Gotham-Thin";
  margin-bottom: 24px;
}
.team-item a {
  color: #153050;
  font-family: "Gotham-Bold";
}

.btn-red {
  background-color: #153050;
  font-family: "Gotham-Thin";
  font-size: 20px;
  color: #fff;
  padding: 6px 24px;
  border-radius: 40px;
  text-align: center;
}

.director {
  margin-left: 10%;
  margin-right: 10%;
}

.join-head {
  margin-top: 24px;
  font-size: 20px;
  color: #000000;
  font-family: "Gotham-Bold";
  margin-bottom: 12px;
}

.news-sec {
  padding: 60px 0;
}
.news-sec h1 {
  color: #153050;
  font-family: "Gotham-Bold", "Prompt";
  margin-bottom: 0;
}
.news-sec a.seemore {
  color: #153050;
}
.news-sec h2 {
  font-family: "Prompt";
}

.news-item {
  margin: 16px 0;
}
.news-item div {
  margin: 8px 0;
}
.news-item a {
  color: #153050;
  font-family: "Gotham-Medium", "Prompt";
  font-size: 18px;
  line-height: 20px;
}

.news-list-item h2 {
  font-family: "Gotham-Medium", "Prompt";
  margin-bottom: 24px;
}
.news-list-item p {
  font-family: "Gotham-Medium", "Prompt";
}
.news-list-item .news-list-item-desc {
  padding-bottom: 40px;
  position: relative;
}
.news-list-item .news-list-item-desc a {
  color: #153050;
  font-family: "Gotham-Medium";
  font-size: 20px;
  position: absolute;
  bottom: 0;
}

.border-top-red {
  border-top: 4px solid #153050;
}

.news-detail {
  font-family: "Prompt";
  font-size: 18px;
}
.news-detail h3 {
  font-family: "Gotham-Bold", "Prompt";
  color: #153050;
}
.news-detail p {
  font-family: "Prompt";
  font-size: 18px;
}
.news-detail img {
  width: auto;
  max-width: 100%;
}

.call-more {
  position: fixed;
  left: 24px;
  bottom: -68px;
  background-color: #153050;
  color: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 999;
}
.call-more label {
  font-family: "Gotham-Bold", "Prompt";
  font-size: 18px;
  position: relative;
  left: 2px;
  top: 2px;
}
.call-more .call-head {
  padding: 6px 16px;
  position: relative;
}
.call-more .call-head img.call-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  z-index: 11;
}
.call-more .call-body {
  padding: 12px 8px;
  background-color: #c4d6d0;
}
.call-more .call-body ul {
  margin: 0;
  padding: 0;
}
.call-more .call-body ul li {
  display: inline-block;
  margin: 0px 4px;
}
.call-more .call-body ul li img {
  max-width: 42px;
}

.call-more-active {
  bottom: 0;
}
.call-more-active .call-head img.call-close {
  display: block;
}

.bg-cream {
  background-color: #ddd6ce;
}

.eztax_capabilities {
  font-family: "Gotham-Bold", "Prompt";
  font-size: 20px;
  color: #153050;
  font-weight: bold;
}
.eztax_capabilities img {
  width: 140px;
}

.headunderline {
  position: relative;
  line-height: 66px;
}

.headunderline::before {
  content: "";
  height: 2px;
  background-color: #153050;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.eztax_why_iam .item_why_iam {
  padding-top: 24px;
  padding-bottom: 24px;
}
.eztax_why_iam .item_why_iam h3 {
  font-size: 20px;
  color: #153050;
  font-weight: bold;
  margin-bottom: 12px;
}
.eztax_why_iam .item_why_iam h4 {
  color: #153050;
  margin-bottom: 0;
}
.eztax_why_iam .item_why_iam img {
  margin-bottom: 12px;
}

.btn-download {
  background-color: #153050;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  padding: 4px 36px;
  font-weight: bold;
}

.eztax_why_iam {
  border-bottom: 2px solid #153050;
  padding-bottom: 32px;
}
.eztax_why_iam .row1 {
  display: table;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
}
.eztax_why_iam .row1 .item_why_iam {
  border-right: 2px solid #153050;
  display: table-cell;
}
.eztax_why_iam .row1 .item_why_iam:last-child {
  border-right: 0;
}
.eztax_why_iam .row1:last-child {
  border-top: 2px solid #153050;
}

@media only screen and (max-width: 1200px) {
  header {
    top: 0px;
  }
  .main-menu {
    padding-top: 74px;
  }
  .main-menu li:last-child {
    padding: 32px 16px 0px 16px;
    text-align: center;
  }
  .main-menu li a {
    border-top: none !important;
    padding: 8px 16px !important;
  }
  .main-menu li.active a {
    border-bottom: 2px solid transparent !important;
    color: #bd9a5e !important;
  }
  .main-menu li:hover a {
    border-bottom: 2px solid transparent !important;
    color: #bd9a5e !important;
  }
  .whyus-img {
    padding-right: 0px;
    padding-left: 0px;
  }
  .whyus-text {
    padding: 0px 15px !important;
  }
  .whyus-text p {
    text-align: left;
  }
  footer {
    padding: 24px 15px 8px;
    background-color: #153050;
  }
  .b-text {
    margin-top: 40px !important;
  }
  .navbar-collapse {
    transition: 1s;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 998;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    background-color: #153050;
  }
  header .show {
    animation-duration: 0.5s;
    animation-name: slidein;
  }
  @keyframes slidein {
    from {
      right: -250px;
    }
    to {
      right: 0px;
    }
  }
  .col-55 {
    width: 100%;
  }
  .col-45 {
    width: 100%;
  }
  .container, .container-xl, .container-lg, .container-md, .container-sm {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .iframe {
    max-height: 420px !important;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
  }
  .covid-list .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  header.pt-4 {
    padding-top: 0px !important;
  }
  header.pt-4 .navbar-brand img {
    max-width: 260px;
  }
  .work-item, .work-item2 {
    bottom: 4px;
  }
  .banner .banner-text h1 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .banner .banner-text p {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .banner .banner-text a.btn {
    background-color: #153050;
    font-family: "Gotham-Thin";
    font-size: 16px;
  }
  .banner .banner-text .job-card {
    background-color: #b1aba5;
    padding: 20px 40px;
    width: 400px;
    margin: 40px auto 40px;
    border-radius: 12px;
  }
  .banner .banner-text .job-card h4 {
    color: #ffffff;
    font-family: "Gotham-Bold";
    font-size: 22px;
    margin-bottom: 40px;
  }
  .banner .banner-text a.readmore {
    color: #000000;
    font-family: "Gotham-Thin";
    font-size: 16px;
    position: relative;
    left: -24px;
  }
  .banner .banner-text a.readmore::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -36px;
    background-image: url("/images/readmore.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
  }
  .banner .b-social {
    position: absolute;
    top: 20px;
    right: 20;
  }
  .banner .b-social .social-icon {
    margin: 0px 12px;
  }
  .banner .b-social .social-icon img {
    max-width: 36px;
  }
  .intro-text {
    font-size: 18px;
  }
  .testimonail-sec {
    padding: 20px 0;
  }
}
.mw-768 {
  max-width: 768px;
  margin: auto;
}

.berder-top-red {
  border-top: 2px solid #153050;
}

.ezt-num {
  font-size: 20px;
}
.ezt-num label {
  background-color: #000000;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
.ezt-num .col-md-4 {
  color: #153050;
  font-weight: bold;
  margin-bottom: 6px;
}
.ezt-num .col-md-8 {
  margin-bottom: 6px;
}

.eztax-block .top-bubble {
  position: relative;
  background: #b1aba5;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 24px;
}
.eztax-block .top-bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #b1aba5 transparent;
  border-width: 18px 12px 0;
  bottom: -18px;
  left: 50%;
  margin-left: -12px;
}
.eztax-block .bottom-bubble {
  position: relative;
  background: #a51123;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 24px;
}
.eztax-block .bottom-bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #a51123 transparent;
  border-width: 0 12px 18px;
  top: -18px;
  left: 50%;
  margin-left: -12px;
}
.eztax-block .eztax-block-icon {
  margin: 30px 0;
  text-align: center;
}
.eztax-block .eztax-block-icon img {
  max-width: 130px;
}

.ezzt .box1 {
  padding-top: 120px;
}
.ezzt .box3 {
  padding-top: 80px;
}
.ezzt .box4 {
  padding-top: 40px;
}

.iam-border-grey {
  border: 2px solid #b1aba5;
  padding: 24px;
  border-radius: 36px;
}
.iam-border-grey h3 {
  color: #a51123;
  text-align: center;
}
.iam-border-grey table {
  width: 100%;
  margin-top: 32px;
}
.iam-border-grey table td {
  padding: 2px;
  font-size: 20px;
  vertical-align: middle;
}
.iam-border-grey table td span {
  font-size: 18px;
  color: #212529;
  line-height: 40px;
  font-weight: 600;
}
.iam-border-grey table td:nth-child(2) {
  width: 130px;
  padding-left: 50px;
  position: relative;
}
.iam-border-grey table td:nth-child(2) div {
  border: 2px solid #b1aba5;
  color: #a51123;
  text-align: center;
  padding: 0px 12px;
  font-family: "Gotham-Bold";
  font-size: 20px;
  background-color: #cccccc;
  min-width: 100px;
  text-align: right;
  width: 100%;
}
.iam-border-grey table td:nth-child(2) span {
  position: absolute;
  left: 0;
  width: 40px;
  text-align: right;
}
.iam-border-grey table td:nth-child(2) input {
  width: 120px;
  text-align: right;
  border: 2px solid #b1aba5;
}

a:hover {
  text-decoration: none !important;
}
a:hover h2 {
  color: #1d68a7;
}
a:hover .position, a:hover .name {
  color: #1d68a7;
}

.note {
  font-size: 12px;
  line-height: 16px;
  margin-top: 16px;
}

@media only screen and (max-width: 1200px) {
  .main-menu li .submenu .menu-cate {
    flex-basis: unset;
  }
  .main-menu li .submenu .menu-cate {
    width: 100%;
  }
  .main-menu li {
    margin: 0px 4px;
  }
  .navbar-collapse {
    top: 0px;
    overflow-y: hidden;
  }
  .ss {
    display: inline-block;
  }
  .main-menu li .submenu {
    z-index: 99;
    overflow: scroll;
    top: 45px;
  }
  .main-menu li .submenu .menu-cate label {
    min-height: auto;
  }
}
@media only screen and (max-width: 840px) {
  .perks p {
    font-size: 16px;
  }
  .contact-content p {
    font-size: 18px;
  }
  .banner .banner-text h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .banner .banner-text p {
    margin-bottom: 10px;
  }
  .banner .banner-text a.btn {
    background-color: #153050;
    font-family: "Gotham-Thin";
    padding: 6px 10px;
  }
  .banner .banner-text .job-card {
    background-color: #b1aba5;
    padding: 10px 20px;
    width: 280px;
    margin: 20px auto 20px;
    border-radius: 12px;
  }
  .banner .banner-text .job-card h4 {
    color: #ffffff;
    font-family: "Gotham-Bold";
    font-size: 18px;
    margin-bottom: 20px;
  }
  .banner .banner-text a.readmore {
    color: #000000;
    font-family: "Gotham-Thin";
    font-size: 16px;
    position: relative;
    left: -24px;
  }
  .banner .banner-text a.readmore::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -36px;
    background-image: url("/images/readmore.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
  }
  .banner .b-social {
    position: absolute;
    top: 10px;
    right: 10;
  }
  .banner .b-social .social-icon {
    margin: 0px 6px;
  }
  .banner .b-social .social-icon img {
    max-width: 28px;
  }
  .perks .container .p-title a {
    font-size: 18px;
  }
  .home-banner .banner-text h1 {
    font-size: 20px;
  }
  .home-banner .banner-text .h-100 {
    height: auto !important;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonail-sec {
    padding: 60px 0;
  }
  .testimonail-sec .slider {
    margin: 0px auto;
  }
  .testimonail-sec .slider .slick-slide {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 840px) {
  h2 {
    color: #153050;
    font-family: "Gotham-Bold";
    font-size: 22px;
  }
  h3 {
    font-family: "Gotham-Medium";
    color: #153050;
    font-size: 20px;
  }
  .news-list-item .news-list-item-desc {
    margin-top: 18px;
  }
  .news-list-item .news-list-item-desc p {
    font-size: 18px;
  }
  .headline .container .h-title {
    margin-bottom: 10px;
  }
  .headline .container p {
    font-size: 18px;
    line-height: 22px;
  }
  .headline .container img {
    margin-bottom: 40px;
  }
  .headline .container .row .col-sm-7 {
    margin-bottom: 20px;
  }
  .intro-text {
    color: #000000;
    border-top: 2px solid #989898;
    border-bottom: 2px solid #989898;
    padding: 40px 0px;
    margin: 40px auto;
    font-size: 18px;
    font-family: "Gotham-Thin";
    position: relative;
    width: calc(100% - 100px);
  }
  .intro-text::before {
    content: "";
    width: 22px;
    height: 17px;
    position: absolute;
    top: -20px;
    left: -40px;
    background-image: url(/images/left-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .intro-text::after {
    content: "";
    width: 22px;
    height: 17px;
    position: absolute;
    bottom: -20px;
    right: -40px;
    background-image: url(/images/right-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contact-content {
    color: #333333;
    border-top: 2px solid #989898;
    border-bottom: 2px solid #989898;
    padding: 20px 0px;
    margin: 40px auto;
    font-size: 18px;
    font-family: "Gotham-Thin";
    position: relative;
    width: calc(100% - 100px);
    text-align: center;
    max-width: 800px;
  }
  .contact-content a {
    color: #153050;
    font-family: "Gotham-Bold";
  }
  .contact-content::before {
    content: "";
    width: 22px;
    height: 17px;
    position: absolute;
    top: -20px;
    left: -40px;
    background-image: url("/images/left-quote.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .contact-content::after {
    content: "";
    width: 22px;
    height: 17px;
    position: absolute;
    bottom: -20px;
    right: -40px;
    background-image: url("/images/right-quote.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .row {
    margin: 0px -15px;
  }
  .contact-info {
    padding: 0px 15px;
  }
  .perks .container .p-title a {
    font-size: 18px;
    line-height: 28px;
  }
  .stories .container .stories-blog .storie-desc .s-title {
    font-size: 18px;
  }
  .stories .container .stories-blog .storie-desc .s-short {
    font-size: 18px;
  }
  .stories .container .stories-blog .storie-desc a {
    font-size: 18px;
  }
  .stories .container .stories-blog .storie-desc .s-position {
    font-size: 18px;
  }
  .stories .container p {
    font-size: 18px;
  }
  .joinus .container p {
    font-size: 18px;
  }
  .joinus .container .joinus-blog .joinus-desc .s-title {
    line-height: 18px;
    font-size: 14px;
  }
  .joinus .container .joinus-blog .joinus-desc a {
    font-size: 14px;
    bottom: 16px;
  }
  .fc-header-title h2 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  #calendar .fc-border-separate tr.fc-last th {
    font-size: 12px !important;
  }
  #calendar .fc-week .fc-day > div .fc-day-number {
    font-size: 12px !important;
  }
  #calendar .fc-week .fc-day > div .fc-day-number {
    font-size: 10px !important;
  }
  .events .upcoming h3 {
    font-size: 22px !important;
  }
  .events .upcoming {
    padding-left: 16px;
  }
  .events .upcoming .events-item .day {
    font-size: 14px;
  }
  .events .upcoming .events-item .timer {
    font-size: 14px;
  }
  .events .upcoming .events-item .ev-title {
    font-size: 18px;
  }
  .events .upcoming .events-item p {
    font-size: 14px;
  }
  footer .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  footer .col-md-8 {
    font-size: 12px;
    padding: 10px 0px;
  }
  footer .col-md-4 {
    padding: 10px 0px;
  }
  footer .col-md-4 img {
    width: 100%;
  }
  .jobcard .j-title {
    color: #153050;
    font-size: 20px;
    font-family: "Gotham-Bold";
  }
  .jobcard ul {
    font-size: 16px;
  }
  .jobcard a.readmore {
    font-size: 16px;
  }
  .jobcard a.readmore::after {
    top: 0;
  }
  .jobModal .close {
    right: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    font-size: 22px;
  }
  .jobModal .modal-content {
    border-radius: 12px;
    font-size: 14px;
  }
  .jobModal .modal-title {
    font-size: 20px;
  }
  .jobModal .modal-footer button {
    font-size: 18px;
  }
  .applyModal .close {
    right: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    font-size: 22px;
  }
  .apply-form {
    font-size: 16px;
    font-family: "Gotham-Thin";
    min-height: calc(100vh - 300px);
  }
  .apply-form h3 {
    font-size: 22px;
    color: #231f20;
    font-family: "Gotham-Thin";
  }
  .apply-form .btn-attach {
    background-color: #e1e1e1;
    font-family: "Gotham-Thin";
    font-size: 14px;
    color: #333333;
    border-radius: 12px;
  }
  .apply-form .btn-submit {
    background-color: #333333;
    font-family: "Gotham-Thin";
    font-size: 18px;
    color: #ffffff;
    border-radius: 12px;
  }
  .consent-accept {
    font-size: 14px;
    padding-left: 50px;
    position: relative;
  }
  .consent-accept input {
    position: absolute;
    top: 6px;
    left: 16px;
    width: 22px;
    height: 22px;
  }
  .consent-accept a {
    color: #153050;
    font-family: "Gotham-Bold";
  }
  .life-block .cf4a img:nth-of-type(3) {
    width: calc(100% - 10px) !important;
    left: 5px;
  }
  .life-block .cf4a img:nth-of-type(2) {
    width: calc(100% - 10px) !important;
    left: 5px;
  }
  .life-block .cf4a img:nth-of-type(1) {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .life-block img {
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .life-block .col-6, .life-block .col-12, .life-block .col-4 {
    padding: 0px 5px !important;
  }
  .life-block .col-6 .col-6, .life-block .col-12 .col-6, .life-block .col-4 .col-6 {
    padding: 0px !important;
  }
  .life-block .col-6 .col-6 img, .life-block .col-12 .col-6 img, .life-block .col-4 .col-6 img {
    left: 0px !important;
    width: calc(100% - 5px) !important;
  }
  .life-block .col-6 .col-6:last-child img, .life-block .col-12 .col-6:last-child img, .life-block .col-4 .col-6:last-child img {
    left: 0 !important;
    margin-left: 5px !important;
  }
  .life-block .col-6 .col-12, .life-block .col-12 .col-12, .life-block .col-4 .col-12 {
    padding: 0px !important;
  }
  .life-block .col-6 .col-12 img, .life-block .col-12 .col-12 img, .life-block .col-4 .col-12 img {
    left: 0px !important;
    width: calc(100% - 0px) !important;
  }
  .PerksModal .modal-content {
    padding: 20px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .suntowers-banner h1 {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    margin-top: 6px !important;
  }
  .suntowers-banner h1:nth-child(1) {
    margin-top: 8px !important;
  }
  .suntowers-banner img.s-logo {
    max-width: 120px !important;
    margin-right: 0px !important;
  }
  .suntowers-banner img.sleed-logo {
    max-width: 40px !important;
    margin-right: 0px !important;
  }
  .banner-metro h1 {
    font-size: 14px !important;
    margin: 6px auto 2px !important;
  }
  .banner-metro img.m-logo {
    max-width: 120px !important;
    margin: auto !important;
  }
  .singhacomplex-banner h1 {
    font-size: 14px !important;
    margin: 6px auto 2px !important;
    text-align: right !important;
  }
  .singhacomplex-banner img.banner-logo {
    text-align: right !important;
    max-width: 80px !important;
    margin: auto !important;
  }
  .singhacomplex-banner .text-left {
    text-align: right !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a.active::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: transparent;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 2px solid #bd9a5f;
    border-radius: 8px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 7px !important;
    position: relative;
  }
  #leed-tab {
    padding: 0px 8px 0px 8px;
  }
  .iframe {
    max-height: 420px !important;
  }
  .covid-list .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-banner .banner-text h1 {
    margin-right: 0;
  }
  .d-table {
    display: flex !important;
  }
  .contact-info .c-logo img {
    max-width: 120px;
    margin: auto;
  }
  .contact-info .c-logo {
    border: none !important;
  }
  .firori-text {
    margin-top: 0;
  }
  .fiori-bg-2 {
    background-position: right center;
  }
  .fiori-sec-3 .whyiam {
    border-top: 3px solid #a51123;
    border-bottom: 3px solid #a51123;
    padding: 40px 0;
  }
  .fiori-sec-3 .whyiam .fiori-icon {
    max-width: 120px;
  }
  .fiori-sec-3 .whyiam .col-12:first-child {
    border-right: 0px solid #153050;
  }
  .fiori-sec-3 .whyiam .col-12:last-child {
    border-left: 0px solid #153050;
  }
  .fiori-sec-3 h2 {
    margin: 0px 16px;
  }
  .fiori-item {
    width: 100%;
    flex-basis: unset;
    margin-bottom: 24px;
  }
  .eztax_why_iam .row1 {
    display: flex;
  }
  .eztax_why_iam .row1 .item_why_iam {
    border: none;
  }
  .ezt-bg-1, .ezt-bg-3 {
    background-position: right center !important;
  }
  .ezt-bg-2 {
    padding: 100px 16px !important;
  }
  .d-desk {
    display: none !important;
  }
  .d-mobile {
    display: block;
  }
  .b-text {
    margin-top: 80px !important;
  }
  .work-item, .work-item2 {
    bottom: 180px;
  }
  .navbar {
    padding-bottom: 0.5rem;
  }
  .navbar-collapse {
    transition: 1s;
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 998;
  }
  .navbar-brand img {
    max-width: 180px;
  }
  .main-menu {
    padding-top: 74px;
  }
  .main-menu li {
    margin: 0px 0px;
    padding: 0px;
  }
  .main-menu li a {
    border-top: 1px solid #adadad;
    padding: 8px 16px !important;
  }
  .main-menu li:first-child a {
    border-top: none;
  }
  .main-menu li .submenu .menu-cate {
    width: 100%;
  }
  .main-menu li .submenu {
    position: relative;
    top: unset;
    padding: 0px;
  }
  .main-menu li .submenu .menu-cate {
    flex-basis: unset;
  }
  .main-menu li .submenu .menu-cate label {
    border-top: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 0px;
    min-height: auto;
    margin-top: 16px;
  }
  .main-menu li .submenu ul li {
    margin: 0;
    padding: 6px 0px;
    cursor: pointer;
  }
  .main-menu li .submenu ul li a {
    padding: 0px !important;
    font-size: 12px;
  }
  .navbar-collapse {
    transition: 1s;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 998;
    overflow: hidden;
  }
  .li-search {
    display: none;
  }
  .navbar-toggler {
    padding: 0.25rem 0;
  }
}
.service-category h2 {
  font-size: 18px;
  margin: 8px 0;
}
.service-category h1 {
  font-size: 26px;
  margin: 8px 0;
  color: #153050;
  font-family: "Gotham-Bold", "Prompt";
}
.service-category .sc-item {
  width: 110px;
}
.service-category .hr-icon {
  width: 190px;
}
.service-category h2.subtitle {
  color: #000000;
  font-size: 24px;
  margin: 24px 0 12px;
}

.service-cate {
  margin-bottom: 48px;
}
.service-cate img {
  width: 100%;
  max-width: 100%;
}

.btn-blue {
  background-color: #6ba4bd;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  padding: 8px 32px;
}

.ezt-bg-1 {
  background-image: url("/images/service/eztax/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 16px !important;
  background-position: left center;
}
.ezt-bg-1 ul {
  margin: 0;
  list-style: none;
  padding-left: 24px;
}
.ezt-bg-1 li {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
}
.ezt-bg-1 ul li::before {
  content: "•";
  color: #153050;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
}
.ezt-bg-1 h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #000000;
}

.hr-bg-1 {
  background-image: url("/images/service/hr/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.hr-bg-1 ul {
  margin: 36px 0 0;
  list-style: none;
  padding-left: 24px;
}
.hr-bg-1 li {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.hr-bg-1 ul li::before {
  content: "•";
  color: #153050;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
}
.hr-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.payroll-bg-1 {
  background-image: url("/images/service/payroll/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.payroll-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.payroll-bg-1 li {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.payroll-bg-1 ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.payroll-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.payroll-bg-2 {
  background-image: url("/images/service/payroll/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.payroll-bg-2 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.payroll-bg-2 li {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.payroll-bg-2 ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.payroll-bg-2 h2 {
  font-size: 32px;
  margin-bottom: 6px;
  color: #000000;
}
.payroll-bg-2 h3 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #000000;
}

.rpa-bg-1 {
  background-image: url("/images/service/rpa/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.rpa-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.rpa-bg-1 li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.rpa-bg-1 ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.rpa-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.migration-bg-1 {
  background-image: url("/images/service/migration/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.migration-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.migration-bg-1 li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.migration-bg-1 ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.migration-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #fff;
}

.irpa-bg-1 {
  background-image: url("/images/service/irpa/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.irpa-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.irpa-bg-1 li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.irpa-bg-1 ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.irpa-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.abap-bg-1 {
  background-image: url("/images/service/abap/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.abap-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.abap-bg-1 li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.abap-bg-1 ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.abap-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.ecm-bg-1 {
  background-image: url("/images/service/ecm/bg1.jpg");
}

.ecm-bg-2 {
  background-image: url("/images/service/ecm/bg2.jpg");
}

.ecm-bg-3 {
  background-image: url("/images/service/ecm/bg3.jpg");
}

.ecm-bg-4 {
  background-image: url("/images/service/ecm/bg4.jpg");
}

.ecm-bg-5 {
  background-image: url("/images/service/ecm/bg5.jpg");
  background-position: left top;
}

.ecm-bg-6 {
  background-image: url("/images/service/ecm/bg6.jpg");
  background-position: left top;
}

.rpa-bg-1 {
  background-image: url("/images/service/rpa/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.rpa-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.rpa-bg-1 li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.rpa-bg-1 ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.rpa-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.rpa-bg-2 {
  background-image: url("/images/service/rpa/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
}
.rpa-bg-2 p {
  padding-left: 16px;
  font-size: 18px;
  line-height: 20px;
}
.rpa-bg-2 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.migration-bg-2 {
  background-image: url("/images/service/migration/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
}
.migration-bg-2 p {
  padding-left: 16px;
  color: #fff;
}
.migration-bg-2 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #fff;
}

.irpa-bg-2 {
  background-image: url("/images/service/irpa/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
}
.irpa-bg-2 p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.irpa-bg-2 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #fff;
}

ul.before-black li::before {
  color: #000 !important;
}

.abap-bg-2 {
  background-image: url("/images/service/abap/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
}
.abap-bg-2 p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.abap-bg-2 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #fff;
}

p.text-black {
  color: #000 !important;
}

.abap-imp-item .imp-item:nth-child(2) {
  border-left: 3px solid #ce152c;
  border-right: 3px solid #ce152c;
}

.abap-bg-3 {
  background-image: url("/images/service/abap/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
}
.abap-bg-3 p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.abap-bg-3 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #fff;
}

.amo-bg-2 {
  background-image: url("/images/service/amo/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
}
.amo-bg-2 p {
  font-size: 18px;
  line-height: 20px;
}
.amo-bg-2 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}
.amo-bg-2 h3 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #000000;
}

.blockchain-bg-2 {
  background-image: url("/images/service/blockchain/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px 80px !important;
  background-position: left center;
}
.blockchain-bg-2 p {
  font-size: 18px;
  line-height: 20px;
}
.blockchain-bg-2 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}
.blockchain-bg-2 h3 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #000000;
}

.blockchain-bg-3 {
  background-image: url("/images/service/blockchain/bg3.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 48px 16px !important;
  background-position: left center;
  background-color: #05143b;
}
.blockchain-bg-3 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.blockchain-bg-3 li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.blockchain-bg-3 ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.blockchain-bg-3 h2 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #fff;
}
.blockchain-bg-3 h2 span {
  background-color: #ce152c;
}
.blockchain-bg-3 p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.blockchain-bg-5 {
  background-image: url("/images/service/blockchain/bg5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
  background-color: #05143b;
}
.blockchain-bg-5 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.blockchain-bg-5 li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.blockchain-bg-5 ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.blockchain-bg-5 h2 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #000;
}
.blockchain-bg-5 h2 span {
  background-color: #a6cbd6;
}
.blockchain-bg-5 p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.blockchain-bg-6 {
  background-image: url("/images/service/blockchain/bg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
  background-color: #05143b;
}
.blockchain-bg-6 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.blockchain-bg-6 li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.blockchain-bg-6 ul li::before {
  content: "•";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.blockchain-bg-6 h2 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #fff;
}
.blockchain-bg-6 h2 span {
  background-color: #a6cbd6;
}
.blockchain-bg-6 p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

h2.black-cl {
  color: #000;
}

h3.black-cl {
  color: #000;
}

h1.black-cl {
  color: #000;
  font-size: 36px;
}

.amo-bg-3 {
  background-image: url("/images/service/amo/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
  margin-bottom: 32px;
}
.amo-bg-3 p {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.amo-bg-3 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #fff;
}
.amo-bg-3 h3 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #fff;
}

.blockchain-bg-4 {
  background-image: url("/images/service/blockchain/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left top;
  margin-bottom: 32px;
}
.blockchain-bg-4 p {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.blockchain-bg-4 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000;
}
.blockchain-bg-4 h3 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #000;
}

.amo-benefit p {
  font-size: 18px;
  line-height: 20px;
}

.blockchain-usercase p {
  font-size: 18px;
  line-height: 20px;
}
.blockchain-usercase h2 {
  color: #000;
  margin-bottom: 0px !important;
  font-weight: bold;
}
.blockchain-usercase h3 {
  color: #000;
  margin: 12px auto;
  font-size: 18px;
}

.amo-bg-1 {
  background-image: url("/images/service/amo/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.amo-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.amo-bg-1 li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.amo-bg-1 ul li::before {
  content: "•";
  color: #ce152c;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.amo-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.blockchain-bg-1 {
  background-image: url("/images/service/blockchain/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 16px !important;
  background-position: left center;
}
.blockchain-bg-1 ul {
  margin: 24px 0 24px;
  list-style: none;
  padding-left: 24px;
}
.blockchain-bg-1 li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.blockchain-bg-1 ul li::before {
  content: "•";
  color: #ce152c;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.blockchain-bg-1 h2 {
  font-size: 32px;
  margin-bottom: 18px;
  color: #000000;
}

.blockchain-benefit h2 {
  color: #fff;
  margin-bottom: 6px;
}
.blockchain-benefit ul li {
  color: #fff;
  line-height: 20px;
  font-size: 18px;
  position: relative;
  margin-bottom: 16px;
}
.blockchain-benefit ul li::before {
  height: 100%;
  width: 3px;
  background-color: #ce152c;
  content: "";
  margin-left: -0.6em;
}

.migration-panpoint {
  border-left: 3px solid #ce152c;
  height: 100%;
  min-height: 90px;
  margin-bottom: 16px;
}

.mx-400 {
  max-width: 400px !important;
}

.user-benefit {
  padding: 80px 16px;
}
.user-benefit h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #000000;
}
.user-benefit ul {
  margin: 0;
  list-style: none;
  padding-left: 24px;
}
.user-benefit li {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 20px;
}
.user-benefit ul li::before {
  content: "•";
  color: #153050;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}

.user-benefit p {
  font-size: 18px;
  line-height: 20px;
}

.ezt-bg-3 {
  background-image: url("/images/service/eztax/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 16px !important;
  background-position: left center;
}
.ezt-bg-3 ul {
  margin: 0;
  list-style: none;
  padding-left: 24px;
}
.ezt-bg-3 li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 22px;
}
.ezt-bg-3 ul li::before {
  content: "•";
  color: #153050;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
}
.ezt-bg-3 h2 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #153050;
}

.ezt-bg-2 {
  background-image: url("/images/service/eztax/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 200px 16px;
}
.ezt-bg-2 h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #ffffff;
}
.ezt-bg-2 p {
  color: #ffffff;
}

.hr-bg-2 {
  background-image: url("/images/service/hr/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 60px 16px;
}
.hr-bg-2 h1 {
  color: #000000;
  font-size: 32px;
  margin-bottom: 24px;
}
.hr-bg-2 h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #000000;
}
.hr-bg-2 p {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
}

.hr-bg-3 {
  background-image: url("/images/service/hr/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 60px 16px 20px;
}
.hr-bg-3 h1 {
  color: #000000;
  font-size: 32px;
  margin-bottom: 24px;
}
.hr-bg-3 h2 {
  color: #ffffff !important;
  font-size: 22px !important;
}
.hr-bg-3 ul {
  margin: 0;
  list-style: none;
  padding-left: 24px;
}
.hr-bg-3 li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.hr-bg-3 ul li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.hr-bg-3 h2 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #153050;
  text-align: center;
}

.rpa-bg-3 {
  background-image: url("/images/service/rpa/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 60px 16px 20px;
}
.rpa-bg-3 h1 {
  color: #000000;
  font-size: 32px;
}
.rpa-bg-3 h2 {
  color: #ffffff !important;
  font-size: 22px !important;
}
.rpa-bg-3 ul {
  margin: 0;
  list-style: none;
  padding-left: 24px;
}
.rpa-bg-3 li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.rpa-bg-3 ul li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.rpa-bg-3 h2 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #153050;
  text-align: left;
}

.migration-bg-3 {
  background-image: url("/images/service/migration/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 60px 16px 20px;
}
.migration-bg-3 h1 {
  color: #000000;
  font-size: 32px;
}
.migration-bg-3 h2 {
  color: #ffffff !important;
  font-size: 22px !important;
}
.migration-bg-3 ul {
  margin: 0;
  list-style: none;
  padding-left: 24px;
}
.migration-bg-3 li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.migration-bg-3 ul li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.migration-bg-3 h2 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #153050;
  text-align: left;
}
.migration-bg-3 .usercases div {
  background-color: #a8c8d0;
}
.migration-bg-3 .usercases div ul li {
  color: #000;
}
.migration-bg-3 .usercases div ul li::before {
  color: #000;
}
.migration-bg-3 .usercases div h2 {
  color: #000 !important;
}

.irpa-bg-3 {
  background-image: url("/images/service/irpa/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 60px 16px 20px;
}
.irpa-bg-3 h1 {
  color: #000000;
  font-size: 32px;
}
.irpa-bg-3 h2 {
  color: #ffffff !important;
  font-size: 22px !important;
}
.irpa-bg-3 ul {
  margin: 0;
  list-style: none;
  padding-left: 24px;
}
.irpa-bg-3 li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.irpa-bg-3 ul li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}
.irpa-bg-3 h2 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #153050;
  text-align: left;
}

.usercases div {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 16px;
  height: 100%;
}

.sec-title {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.imp-item {
  text-align: center;
  margin-bottom: 24px;
}
.imp-item h2 {
  color: #000000 !important;
  margin-bottom: 0;
}

.amo-service p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}
.amo-service a {
  background-color: #ce152c;
  color: #ffffff;
  padding: 6px 32px;
  position: absolute;
  bottom: 28px;
  transform: translate(-50%, -50%);
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.amo-painpoint ul li {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #000000;
}
.amo-painpoint ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 22px;
  position: absolute;
}

.pk-icon {
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 24px;
}
.pk-icon img {
  max-width: 100px;
  width: 100%;
}
.pk-icon label {
  margin-top: 12px;
  display: block;
}

.ezt-bg-4 {
  background-image: url("/images/service/eztax/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 200px 16px;
}

.h3-black {
  color: #000000;
  font-family: "Gotham-Bold";
  margin-bottom: 6px;
  font-size: 18px;
}

.blok-glay {
  background-color: #e7e6eb;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.blok-glay label {
  font-family: "Gotham-Bold";
  font-size: 20px;
}

.sap-item {
  text-align: center;
  padding: 0px 56px 12px;
}
.sap-item img {
  max-width: 160px;
}
.sap-item h3 {
  color: #000000;
  font-family: "Gotham-Bold";
  margin-bottom: 6px;
  font-size: 20px;
  margin: 16px 0;
}

.btn_iam {
  background-color: #153050;
  font-family: "Gotham-Thin";
  font-size: 20px;
  color: #fff;
  padding: 10px 44px;
  border-radius: 40px;
  text-align: center;
  min-width: 140px;
}

@media only screen and (max-width: 767px) {
  #registerModal .modal-content {
    background-color: rgba(21, 48, 80, 0.8);
  }
  #registerModal .modal-content h1 {
    font-family: "Gotham-Medium", "Prompt";
    color: #ffffff;
    font-size: 20px;
  }
  #registerModal .modal-content .gold {
    color: #bd9a5f !important;
  }
  #registerModal .modal-content .left-side p {
    font-family: "Gotham-Book", "Prompt";
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
  }
  #registerModal .row {
    display: flex;
    margin: 0;
  }
  #registerModal .form-register .condition label {
    color: #000000;
    font-size: 10px;
  }
  #registerModal .singha-btn {
    background-color: #bd9a5f;
    color: #ffffff;
  }
  #registerModal .singha-btn:hover {
    color: #153050;
  }
  #registerModal .form-register p {
    font-size: 10px;
  }
  #registerModal ::-webkit-input-placeholder { /* Edge */
    color: #444444;
  }
  #registerModal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444444;
  }
  #registerModal ::placeholder {
    color: #444444;
  }
  #registerModal .modal-header {
    padding: 24px 24px 4px;
    border: none;
  }
  #registerModal .close img {
    max-width: 24px;
  }
  #registerModal .text-center {
    text-align: center !important;
  }
  .iframe {
    max-height: 320px !important;
  }
  .covid-list .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .row {
    display: flex;
    width: 100%;
  }
  footer .col-12 {
    padding-left: 0;
    padding-right: 0;
    text-align: left !important;
    display: initial;
  }
  footer .callcenter {
    position: relative;
    margin: 24px 0;
  }
  .testimonail-item {
    padding: 40px 40px 20px 40px;
  }
  .call-more .call-body ul li img {
    max-width: 32px;
  }
  .call-more .call-body ul li:last-child {
    display: inline-block;
  }
  .work-item ul.joblist > li:nth-child(odd), .work-item2 ul.joblist > li:nth-child(odd) {
    padding-right: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .work-item ul.joblist > li:nth-child(even), .work-item2 ul.joblist > li:nth-child(even) {
    padding-left: 20px;
    margin-bottom: 130px;
  }
  .work-item ul.joblist > li:nth-child(even) .jobcard, .work-item2 ul.joblist > li:nth-child(even) .jobcard {
    background-color: #b1aba5;
  }
  .copyright {
    padding-top: 18px;
  }
  .work-item, .work-item2 {
    bottom: 10px;
  }
  .b-text {
    margin-top: 20px !important;
  }
  .life-block h2, .life-block h3 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .life-block h3 {
    font-family: "Gotham-Thin";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .contact-content {
    width: calc(100% - 60px);
  }
  .news-last-item img {
    max-width: 20px;
  }
  .vdo-last-tem img {
    max-width: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .contact-content {
    width: calc(100% - 60px);
  }
}

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