@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html body {
  font-family: "Sarabun", sans-serif;
}

.strip-1 {
  background-color: rgba(3, 169, 244, 0.035) !important;
  color: #19445b !important;
  border-color: #19445b;
}

.strip-2 {
  background-color: rgba(63, 81, 181, 0.035) !important;
  color: #3f51b5 !important;
  border-color: #3f51b5;
}

.strip-3 {
  background-color: rgba(255, 193, 70, 0.035) !important;
  color: #ffc107 !important;
  border-color: #ffc107;
}

.strip-4 {
  background-color: rgba(76, 175, 80, 0.035) !important;
  color: #4caf50 !important;
  border-color: #4caf50;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-accent-light {
  background-color: rgba(63, 81, 181, 0.035) !important;
}

.bg-primary-light {
  background-color: rgba(3, 169, 244, 0.035) !important;
}

.bg-light-blue {
  background-color: rgba(78, 186, 221, 0.1) !important;
}

.text-primary {
  color: #19445b !important;
}

.text-secondary {
  color: #575757 !important;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

.header_section {
  position: relative;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.top_header {
  background-color: #19445b;
  color: #fff;
}

.content_div {
  margin-left: 0.5em;
  display: flex;
  justify-content: end;
}

.white_text {
  margin-right: 0.5em;
}

.grey_text {
  opacity: 0.5;
}

.social_icon {
  margin-left: 1.5em;
  margin-right: 0px;
}

img.header_logo {
  height: 80px;
}

.navbar-light .navbar-nav .nav-link {
  color: #19445b !important;
}

.bottom_header {
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  background: rgb(255, 255, 255);
}

.navbar-nav .nav-item {
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
}

.hero_subtitle_box {
  font-size: 1.125rem;
  text-transform: uppercase;
  position: relative;
}

.hero_subtitle_box::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #e94d65;
  position: absolute;
  left: 0px;
  top: 50%;
}

.line {
  position: relative;
  width: 60px;
  height: 2px;
  background: #e94d65;
}

.hero_subtitle_ {
  font-size: 1rem;
  margin-top: 1.3em;
  line-height: 1.5em;
  position: relative;
}

.title {
  color: #19445b;
  font-family: "Sarabun", "sans-serif";
  font-size: 40px;
  font-weight: 600;
}

.common_color {
  color: #e94d65;
}

.common_shawdow {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.card_Rapper {
  position: relative;
  margin-top: -2.5em;
  padding-bottom: 50px;
  z-index: 9999;
}

.card_outer {
  width: 100%;
  min-height: 100%;
  max-width: 386px;
  height: 381px;
  padding-left: 2em;
  padding-right: 2em;
  background: url(/website/assets/images/card/bgn-boxes-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.user_rapper {
  width: 100%;
  min-height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  background: url(/website/assets/images/card/bgn-boxes-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card_outer_1 {
  width: 100%;
  min-height: 100%;
  max-width: 386px;
  height: 381px;
  padding-left: 2em;
  padding-right: 2em;
  background: url(/website/assets/images/card/bgn-boxes-02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card_outer_2 {
  width: 100%;
  min-height: 100%;
  max-width: 386px;
  height: 381px;
  padding-left: 2em;
  padding-right: 2em;
  background: url(/website/assets/images/card/bgn-boxes-03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card_outer_content {
  position: relative;
  bottom: 40px;
}

.emptybox {
  height: 180px;
}

.card_tittle {
  font-size: 1.875rem;
  color: #19445b;
  font-family: "Sarabun", "sans-serif";
  font-weight: 800;
}

.card_tittle_new {
  font-size: 1.875rem;
  color: #e94d65;
  font-family: "Sarabun", "sans-serif";
  font-weight: 800;
}

.card_button {
  color: #fff;
  background: #e94d65;
  padding: 12px 40px;
}

.box_margin {
  margin: 0 0 0.6em;
}

.content_box {
  max-width: 373px;
  max-height: 167px;
  width: 100%;
  height: 100%;
  display: flex;
}

.services_section {
  padding: 100px 0px;
  background: url(/website/assets/images/bgn-industries.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.btn_div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #f7f7f7;
  padding-top: 40px;
}

.client_section {
  position: relative;
  padding: 60px 0px;
}

.client_imgdiv {
  position: relative;
  left: -80px;
}

.client_div_content_img {
  width: 40%;
  position: absolute;
  right: 0px;
  /* left: 0px; */
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: #e94d65;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}

.progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(160deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(160deg);
  }
}
.user_section {
  position: relative;
  background: url(/website/assets/images/blue\ bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_img {
  width: 100%;
  height: 130px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-size: inherit;
  background-position: inherit;
}

.bottom_img {
  width: 100%;
  height: 95px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-size: inherit;
  background-position: inherit;
}

.userimg {
  max-height: 200px;
  max-width: 200px;
  width: 100%;
  height: 100%;
  height: auto;
  border-radius: 50%;
}

.clientlogo_section {
  position: relative;
  background: #fff;
  padding: 50px 0px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request_call_setion {
  position: relative;
  padding: 60px 0px;
  overflow: hidden;
  background: #f5f5f5;
}

.contact_section {
  position: relative;
  background: url(/website/assets/images/bgn-searching.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
}

.gallery_section {
  position: relative;
  padding: 100px 0px;
}

.gallery_bg {
  background: url(/website/assets/images/bgn-industries.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #e94d65 !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000000 !important;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.new_section {
  position: relative;
  padding: 100px 0px;
}

.new_box_rapper {
  position: relative;
  background: url(/website/assets/images/blog/blog_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.new_box_rapper_small {
  position: relative;
  background: #f3f3f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.new_box_rapper_small::after {
  display: block;
  content: "";
  background: #fff;
  width: 9em;
  height: 5em;
  position: absolute;
  z-index: 999;
  right: -1px;
  top: 0;
  margin: 0;
  transform: skewY(30deg);
  transform-origin: 100% 0;
}

.new_box_rapper_content {
  padding: 110px 20px 20px 20px;
}

.new_box_rapper_content_small {
  padding: 122px 20px 20px 20px;
}

.new_box_rapper::after {
  display: block;
  content: "";
  background: #fff;
  width: 9em;
  height: 5em;
  position: absolute;
  z-index: 999;
  right: -1px;
  top: 0;
  margin: 0;
  transform: skewY(30deg);
  transform-origin: 100% 0;
}

.white_squre_content1 {
  font-size: 1.6em;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: -6px;
  z-index: 99999;
}

.white_squre_content2 {
  font-size: 1em;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 99999;
}

.new_box_rapper_content p {
  font-size: 12px;
}

.new_box_btn {
  font-size: 0.875em;
  font-weight: 800;
  margin-bottom: 0;
  color: #e94d65;
}

.map_bg {
  padding: 25px;
  right: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 0%;
}

.map_section {
  position: relative;
}

.top_footer_section {
  padding: 80px 0px;
  background: #19445b;
}

.footer_title {
  font-size: 1.25rem;
}

ul.footer-link {
  list-style: none;
  padding: 0px;
}

ul li {
  color: #fff;
}

.bottom_footer_section {
  background: #e94d65;
  padding: 20px 0px;
}

.partners {
  border-radius: 5px;
  overflow: hidden;
  min-height: 210px;
  background: #fff;
  padding: 15px;
}

.section_block {
  background: url(/website/assets/images/about_2_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.association_bg {
  background: url(/website/assets/images/associate_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.main_section {
  background: url(/website/assets/images/about_2_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.block_box {
  position: relative;
  padding: 50px;
  border-radius: 10px;
  min-height: 100%;
}

.block_box_bg {
  background: #f3f3f3;
}

.block_box_content h5 {
  line-height: 24px;
  font-size: 16px;
  font-family: "Sarabun", "sans-serif" !important;
  font-weight: 800;
}

.hero_management {
  background: url(/website/assets/images/team_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form_div {
  padding: 20px;
}

.bg-banner-join {
  background: url(/website/assets/images/bgn-quote.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title_new {
  color: #000;
  font-family: "Sarabun", "sans-serif";
  font-size: 20px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #e04b62 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.venture_box {
  min-width: 100%;
  min-height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.venture_box_image {
  background: url(/website/assets/images/s1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 257px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.venture_box_image1 {
  background: url(/website/assets/images/s2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 257px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.venture_box_image2 {
  background: url(/website/assets/images/s3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 257px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.venture_box_image3 {
  background: url(/website/assets/images/s4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 257px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.venture_box_content {
  padding: 2em;
}

.venture_box_content_p {
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(24, 24, 24, 0.1);
}

.counter_section {
  position: relative;
  padding: 60px 0px;
  background: #1a475e;
}

.counter__list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.counter_item {
  display: flex;
  border: 3px solid white;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
}

.counter_item .counter_text b {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.common_shawdow_1 {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.07);
  background: #fff;
  padding: 18px;
  border-radius: 5px;
  transition: 0.4s;
  cursor: pointer;
}

.commom_img img {
  width: 100%;
  height: 300px;
}

.f-30 {
  font-size: 30px !important;
}

.f-sm {
  font-size: 1.12rem;
}

.f-md {
  font-size: 1.28rem !important;
}

.f-xl {
  font-size: 4rem;
}

.f-xs {
  font-size: 0.9rem;
}

.line-height {
  line-height: 1.68;
}

.line-height-sm {
  line-height: 1.38;
}

h1 {
  font-size: 3.12rem;
  margin: 0;
}

h2 {
  font-size: 2.12rem;
  margin: 0;
}

h3 {
  font-size: 1.95rem;
  margin: 0;
}

h4 {
  font-size: 1.1rem;
  margin: 0;
}

h5 {
  font-size: 1rem;
  margin: 0;
}

.raleway-font, .job-card-list .job-card .job-card-left .job-card-title h3, .team-card .team-card-body .team-card-title, .c-card .c-card-body .c-card-title, .section-title .section-title-sub, .section-title .section-title-pre {
  font-family: "Raleway", sans-serif !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.animate__animated.animate__slow {
  animation-duration: 1s;
}
.animate__animated.animate__delay-1s {
  animation-delay: 0.2s;
}
.animate__animated.animate__delay-2s {
  animation-delay: 0.3s;
}
.animate__animated.animate__delay-3s {
  animation-delay: 0.4s;
}
.animate__animated.animate__delay-4s {
  animation-delay: 0.5s;
}

.progress-list .progress-list-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.progress-list .progress-list-item:last-child {
  margin-bottom: 0;
}
.progress-list .progress-list-item .progress-list-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 4px;
  z-index: 0;
}
.progress-list .progress-list-item .progress-list-bar::after {
  height: 4px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #eee;
}
.progress-list .progress-list-item .progress-list-title {
  position: relative;
  padding-bottom: 8px;
}
.progress-list .progress-list-item .progress-list-title::after {
  height: 4px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #19445b;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-overlap {
  top: -140px;
  z-index: 2;
}

.section-title {
  margin-bottom: 70px;
}
.section-divider span {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}

.box-shadow, .overlap-block, .job-card-list .job-card, .step-card, .c-card, .header .navbar-expand-lg.navbar-light {
  box-shadow: 0 20px 30px rgba(34, 34, 34, 0.07);
}

@media (min-width: 992px) {
  .row.row-gap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.row-gap > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.row-gap-lg {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.row-gap-lg > * {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.diffrent-list {
  list-style: none;
  padding-left: 0;
}
.diffrent-list li {
  margin-bottom: 15px;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-left: 25px;
}
.diffrent-list li:last-child {
  margin-bottom: 0;
}
.diffrent-list li::before {
  position: absolute;
  left: 0;
  color: #19445b;
  content: "\f270";
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "bootstrap-icons" !important;
}

.transition-2s-all, .social-icon a:hover, .social-icon a, .team-card:hover .team-card-img::after, .team-card:hover .team-card-img .team-in, .team-card:hover .team-card-img img, .team-card:hover, .team-card .team-card-img::after, .team-card .team-card-img .team-in, .team-card .team-card-img img, .team-card {
  transition: all 0.2s;
}

.transition-3s-all, .header .navbar-expand-lg.navbar-light .navbar-nav .nav-item .nav-link, .header .navbar-expand-lg.navbar-light .navbar-brand img, .header .navbar-expand-lg.navbar-light, .header .navbar-expand-lg .navbar-brand img, .header .navbar-expand-lg, .btn.btn-secondary:hover, .btn.btn-secondary, .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary, .btn.btn-outline-primary:hover, .btn.btn-outline-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary {
  transition: all 0.3s;
}

.section-on-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translate(0, 50%);
  z-index: 1000;
}

.c-block-btn-2 {
  display: flex;
  justify-content: center;
}
.c-block-btn-2 .btn:first-child {
  margin-right: 20px;
}

.c-link-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-link-group li {
  margin-bottom: 10px;
}
.c-link-group li a {
  color: #575757;
}
.c-link-group li a:hover {
  color: #000000;
}

.border {
  border: 1px solid #eee !important;
}

.borderRadius, .features-card, .overlap-block, .job-card-list .job-card, .c-form .form-control, .c-form .form-group .btn, .step-card, .c-card, .btn, .progress-list .progress-list-item .progress-list-bar::after, .progress-list .progress-list-item .progress-list-title::after {
  border-radius: 5px !important;
}

.btn {
  border: 2px solid transparent;
  letter-spacing: 1px;
  font-weight: 600;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-primary {
  border-color: #19445b;
  color: #fff;
  background-color: #19445b;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #19445b;
  border-color: #19445b;
  background-color: transparent;
}
.btn.btn-outline-primary {
  border-color: #19445b;
  color: #19445b;
}
.btn.btn-outline-primary:hover {
  color: #fff;
  border-color: #19445b;
  background-color: #19445b;
}
.btn.btn-outline-secondary {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-secondary:hover {
  color: #000000;
  background-color: #fff;
}
.btn.btn-secondary {
  border-color: #000000;
  color: #fff;
  background-color: #000000;
}
.btn.btn-secondary:hover {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}
.btn.btn-lg {
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.header {
  position: relative;
}
.header.header-white::after {
  display: none;
}
.header .navbar-expand-lg {
  height: 120px;
}
.header .navbar-expand-lg .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 0;
}
.header .navbar-expand-lg .navbar-brand img {
  height: 90px;
}
.header .navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 40px;
  position: initial;
}
.header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #19445b;
  letter-spacing: 0.6px;
}
.header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  color: #19445b !important;
}
.header .navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
}
.header .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute !important;
  top: 75px !important;
  border-radius: 0 !important;
  width: 13% !important;
  margin: 0 !important;
  left: 40% !important;
  box-shadow: none !important;
}
.header .navbar-expand-lg.navbar-light {
  background-color: #fff;
  height: 120px;
}
.header .navbar-expand-lg.navbar-light .navbar-brand img {
  height: 85px;
}
.header .navbar-expand-lg.navbar-light .navbar-nav .nav-item .nav-link {
  color: #19445b !important;
}

.main-carousel {
  height: 100%;
}
.main-carousel .carousel {
  height: 100%;
}
.main-carousel .carousel .carousel-inner {
  height: 100%;
}
.main-carousel .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center right;
  position: relative;
}
.main-carousel .carousel .carousel-inner .carousel-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.main-carousel .carousel .carousel-inner .carousel-item .carousel-caption {
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0%, -50%);
  bottom: auto;
  text-align: left;
  max-width: 60%;
}
.main-carousel .carousel .carousel-inner .carousel-item .carousel-caption .title {
  font-size: 5rem;
  margin-bottom: 20px;
}
.main-carousel .carousel .carousel-inner .carousel-item .carousel-caption .subtitle {
  font-weight: 600;
}
.main-carousel .carousel .carousel-inner .carousel-item .carousel-caption .btn {
  margin-top: 60px;
}
.main-carousel .carousel .carousel-control-prev {
  left: auto;
  right: 56px;
}
.main-carousel .carousel .carousel-control-next {
  right: 0;
}
.main-carousel .carousel .carousel-control-next,
.main-carousel .carousel .carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  color: #000000;
  opacity: 1;
  height: 55px;
  width: 55px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 25px;
}
.main-carousel .carousel .carousel-indicators {
  right: 50px;
  bottom: auto;
  top: 50%;
  transform: translate(0%, -50%);
  left: auto;
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
}
.main-carousel .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 30px;
  border-top: 0;
  border-bottom: 0;
  border-radius: 100%;
  outline-offset: 8px;
  opacity: 1;
}
.main-carousel .carousel .carousel-indicators button.active {
  background-color: #19445b;
  outline: 2px solid #19445b;
}

.c-card {
  background-color: #fff;
}
.c-card .c-card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.c-card .c-card-top .c-card-img {
  filter: grayscale(100%);
}
.c-card .c-card-body {
  padding: 25px;
  padding-bottom: 70px;
}
.c-card:hover .c-card-title {
  color: #19445b;
}
.c-card:hover .c-card-img {
  filter: grayscale(0);
}

.p-card .p-card-top {
  height: 80px;
  display: flex;
  align-items: center;
}
.p-card .p-card-top .p-card-img {
  max-height: 45px;
  max-width: 100px;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.p-card .p-card-body {
  padding-top: 15px;
}
.p-card .p-card-body .p-card-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-card .p-card-body .p-card-title a:hover {
  color: #19445b;
}
.p-card .p-card-body .p-cad-dec {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-card:hover .p-card-img {
  filter: none;
}

.team-card .team-card-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team-card .team-card-img img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}
.team-card .team-card-img .team-in {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 10px;
  border-radius: 50%;
  border-top-right-radius: 0;
  background-color: #19445b;
  height: 50px;
  width: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  opacity: 0;
  z-index: 1;
}
.team-card .team-card-img::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.team-card .team-card-body {
  padding: 0 15px;
  text-align: center;
}
.team-card .team-card-body .team-card-title {
  font-size: 1.3rem;
  font-weight: bolder;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.team-card .team-card-body .team-card-subtitle {
  margin: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.team-card .team-card-body .team-card-detail {
  font-size: 0.9rem;
  color: #575757;
  display: none;
}
.team-card:hover .team-card-img img {
  filter: none;
}
.team-card:hover .team-card-img .team-in {
  opacity: 1;
  bottom: 20px;
}
.team-card:hover .team-card-img::after {
  opacity: 1;
}

.slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-list .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  margin: 0 3px;
  height: 16px;
  width: 16px;
}
.slick-dots li button::before {
  height: 16px;
  width: 16px;
  color: #ccc;
  border: 2px solid #ccc;
  content: "";
  border-radius: 100%;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  background-color: #19445b;
  border-color: #19445b;
  opacity: 1;
}

.step-card {
  padding: 50px 30px;
  background-color: #fff;
  padding-bottom: 35px;
}
.step-card .step-card-top {
  height: 160px;
  display: flex;
  justify-content: end;
}
.step-card .step-card-top .step-card-title {
  border-radius: 50%;
  border-top-right-radius: 0;
  background-color: #19445b;
  height: 72px;
  width: 72px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
.step-card .step-card-body {
  min-height: 130px;
}
.step-card .step-card-body .step-card-body-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.c-banner-map {
  margin-top: 70px;
  height: 400px;
}
.c-banner-map .map-frame {
  height: 100%;
  width: 100%;
  display: block;
}

.bg-banner-1 {
  background-image: url(../images/main-slider/1.png);
}

.bg-banner-about {
  background-image: url(/website/assets/images/about_banner.jpg);
  background-position: top center !important;
}

.bg-banner-career {
  background-image: url(../images/career-bg.png);
  background-position-y: 55% !important;
}

.bg-banner-service {
  background-image: url(../images/service-bg.png);
  background-position-y: 15% !important;
}

.bg-banner-team {
  background-image: url(../images/team-bg.jpg);
  background-position-y: 15% !important;
}

.c-banner {
  padding: 30px 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.c-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  z-index: 0;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.c-banner .c-banner-content {
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.c-banner .c-banner-content .c-banner-title {
  color: #fff;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 500;
  color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #19445b;
  font-family: bootstrap-icons !important;
  content: "\f285";
  position: relative;
  top: 2px;
}
.breadcrumb .breadcrumb-item.active {
  color: #e84d65;
}

.footer {
  padding-top: 60px;
}

.social-icon a {
  font-size: 1.4rem;
  margin-right: 8px;
  color: #575757;
}
.social-icon a:hover {
  color: #19445b !important;
}

.c-form .form-group {
  margin-bottom: 30px;
}
.c-form .form-group label {
  font-weight: 500;
  margin-bottom: 8px;
  display: none;
}
.c-form .form-control {
  min-height: 45px;
  border: 1px solid #ccc;
  box-shadow: none !important;
  padding: 0.65625rem 1.25rem;
  color: #575757;
}
.c-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #575757;
}
.c-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #575757;
}
.c-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #575757;
}
.c-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #575757;
}
.c-form .select-form-group {
  position: relative;
}
.c-form .select-form-group select {
  background-color: transparent !important;
  z-index: 1;
  position: relative;
  padding-right: 30px;
}
.c-form .select-form-group::after {
  position: absolute;
  top: 14px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #575757;
  content: "\f282";
  font-family: "bootstrap-icons" !important;
  z-index: 0;
  line-height: 1;
}

input[type=file]::-ms-browse {
  border: 2px solid #000 !important;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #000 !important;
  color: #fff !important;
}
input[type=file]::file-selector-button {
  border: 2px solid #000 !important;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #000 !important;
  color: #fff !important;
}

.job-card-list .job-card {
  display: flex;
  width: 100%;
  padding: 30px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 50px;
}
.job-card-list .job-card:last-child {
  margin-bottom: 0;
}
.job-card-list .job-card .job-card-left {
  display: flex;
  width: 50%;
  align-items: center;
}
.job-card-list .job-card .job-card-left .job-card-icon {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #f9f9f9;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 30px;
}
.job-card-list .job-card .job-card-left .job-card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-card-list .job-card .job-card-left .job-card-title h3 {
  margin-bottom: 2px;
  font-size: 1.55rem;
}
.job-card-list .job-card .job-card-center {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: space-between;
}
.job-card-list .job-card .job-card-right {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: end;
}

.overlap-block {
  background-color: #fff;
  padding: 0 30px;
}

.job-detail-card {
  display: flex;
  width: 100%;
  padding: 30px 0;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.job-detail-card .job-detail-card-icon {
  height: 135px;
  width: 135px;
  border-radius: 12px;
  background-color: #f9f9f9;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 50px;
}
.job-detail-card .job-detail-card-icon img {
  max-width: 90%;
  max-height: 90%;
}
.job-detail-card .job-detail-card-dec {
  flex: 1;
}
.job-detail-card .job-detail-card-dec .job-detail-card-title h3 {
  margin-bottom: 2px;
  font-size: 1.55rem;
}
.job-detail-card .job-detail-card-dec .job-detail-card-info {
  display: flex;
  margin-top: 20px;
}
.job-detail-card .job-detail-card-dec .job-detail-card-info .info-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.job-detail-card .job-detail-card-dec .job-detail-card-info .info-item:last-child {
  margin-right: 0;
}
.job-detail-card .job-detail-card-dec .job-detail-card-info .info-item i {
  margin-right: 6px;
}

.job-block-content {
  padding: 30px 0;
}

.job-block-form {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.features-card {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px 30px;
  margin-top: 30px;
  flex-direction: column;
  height: 200px;
}
.features-card .features-card-icon {
  font-size: 40px;
  align-self: flex-end;
  line-height: 1;
}
.features-card .features-card-title {
  margin-top: 60px;
  font-weight: 600;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .header {
    position: relative;
  }
  .header::after {
    display: none;
  }
  .header .navbar-expand-lg {
    background-color: #fff;
    height: 70px;
  }
  .header .navbar-expand-lg .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 0;
    position: relative;
    z-index: 1001;
  }
  .header .navbar-expand-lg .navbar-brand img {
    height: 50px;
  }
  .header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0;
    border-bottom: 1px solid #eee;
  }
  .header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
  .header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    color: #19445b !important;
    padding: 15px 25px;
  }
  .header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    color: #19445b !important;
  }
  .header .navbar-expand-lg .container {
    margin: 0;
    padding-left: 0;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .header .navbar-expand-lg .navbar-toggler {
    border: 0 !important;
    padding: 0;
    position: absolute;
    left: 20px;
    z-index: 1001;
    outline: none !important;
    box-shadow: none !important;
  }
  .header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .header .navbar-expand-lg .navbar-collapse {
    position: fixed;
    left: -260px;
    top: 0;
    background-color: #fff;
    height: 100%;
    z-index: 0;
    padding-top: 70px;
    width: 260px;
    max-width: 100%;
    display: block !important;
  }
  .header .navbar-expand-lg .navbar-collapse.show {
    left: 0;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 12px;
  }
  .navbar-collapse {
    background: #fff;
    position: absolute;
    top: 94px;
    left: -10px;
    right: -10px;
    padding: 20px;
    z-index: 999;
  }
  .title {
    font-size: 30px;
  }
  .main {
    overflow-x: hidden;
  }
  h1 {
    font-size: 2.12rem;
  }
  .f-xl {
    font-size: 2.6rem;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container.px-0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .border-end.border-end-0 {
    border-right: 0 !important;
  }
  .btn.btn-lg {
    height: 40px;
    width: auto;
    min-width: 130px;
  }
  .venture_para {
    width: 100%;
  }
  .section-on-bottom {
    position: relative;
    margin-top: 50px;
    transform: none;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .c-banner .c-banner-content {
    min-height: 120px;
    padding-left: 10px;
  }
  .c-banner .c-banner-content .c-banner-title {
    font-weight: 700 !important;
    font-size: 2.12rem;
  }
  .c-banner-map {
    height: 120px;
  }
  .overlap-block {
    padding: 0 15px;
  }
  .main-carousel {
    height: 400px;
    margin-top: 0px;
  }
  .main-carousel .carousel .carousel-inner .carousel-item {
    background-position: center 40%;
  }
  .main-carousel .carousel .carousel-inner .carousel-item .carousel-caption {
    left: 23px;
    max-width: 80%;
    top: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 50px 0;
  }
  .main-carousel .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700 !important;
  }
  .main-carousel .carousel .carousel-inner .carousel-item .carousel-caption .subtitle {
    font-weight: 500;
    max-width: 80%;
  }
  .main-carousel .carousel .carousel-inner .carousel-item .carousel-caption .btn {
    margin-top: 0;
    width: 150px;
  }
  .main-carousel .carousel .carousel-indicators {
    right: 40px;
  }
  .main-carousel .carousel .carousel-indicators button {
    outline-offset: 4px;
    margin-top: 20px;
  }
  .counter_section {
    position: relative;
    padding: 40px;
    background: #1a475e;
  }
  .card_Rapper .card_outer {
    max-width: 100%;
  }
  .card_Rapper .card_outer_1 {
    max-width: 100%;
  }
  .card_Rapper .card_outer_2 {
    max-width: 100%;
  }
  .client_imgdiv {
    position: relative;
    left: 0px;
  }
  .contact_section {
    padding: 20px;
  }
  .contact-section-title {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .contact-section-btn {
    display: flex;
    justify-content: center;
  }
  .top_footer_section {
    padding: 60px 16px;
    background: #19445b;
  }
  .content-img {
    margin-top: 30px;
  }
  .mt-5.mt-5-mobile {
    margin-top: 1.5rem !important;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .border-end {
    border-right: 0 !important;
  }
  .footer .ps-5 {
    padding-left: 10px !important;
  }
  .mt-mobile-20 {
    margin-top: 20px;
  }
  .slick-carousel-6 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .slick-carousel-6 > div {
    flex: 1 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .step-card {
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 0 !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    border-top: 1px solid #eee;
  }
  .step-card .step-card-top {
    height: 90px;
    display: flex;
    justify-content: end;
  }
  .c-card {
    border-radius: 0 !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    border-top: 1px solid #eee;
  }
  .c-card .c-card-top {
    padding-top: 35px;
  }
  .c-card .c-card-body {
    padding-bottom: 35px;
  }
  .job-card-list .job-card {
    flex-direction: column;
    padding: 20px 15px;
  }
  .job-card-list .job-card .job-card-left {
    width: 100%;
  }
  .job-card-list .job-card .job-card-left .job-card-icon {
    display: none;
  }
  .job-card-list .job-card .job-card-center {
    width: 100%;
    margin-top: 10px;
  }
  .job-card-list .job-card .job-card-right {
    width: 100%;
    margin-top: 20px;
  }
  .job-card-list .job-card .job-card-right .btn {
    width: 100%;
  }
  .job-detail-card {
    flex-direction: column;
  }
  .job-detail-card .job-detail-card-icon {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .card_outer {
    width: 100%;
    height: 100%;
    padding: 14px;
    background: url(/website/assets/images/card/bgn-boxes-01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .card_outer_1 {
    width: 100%;
    height: 100%;
    padding: 14px;
    background: url(/website/assets/images/card/bgn-boxes-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.two-line-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Assosiation_underline {
  width: 120px;
  height: 2px;
  background: #e94d65;
  margin: 0 auto;
}

.nav-tabs .nav-link {
  padding: 12px 30px;
}
.nav-tabs .nav-link :hover {
  border: 0px;
}
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #e94d65;
  border-radius: 30px;
  padding: 12px 30px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0px;
}

.accordion-body ul li {
  color: #000;
}

.team-card {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.07);
  background: #fff;
  padding: 18px;
  border-radius: 5px;
  transition: 0.4s;
}
.team-card .team-card-image {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.team-card .team-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.team-card .team-card-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}
.team-card .team-card-text h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}/*# sourceMappingURL=style.css.map */