html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: "sora", sans-serif;
  background: #ffffff;
  color: #444444;
}

img {
  max-width: 100%;
}

.btn:focus,
a {
  box-shadow: none;
  outline: none !important;
}

a {
  color: #13304d;
}
.show-all {
  width: 100% !important;
  text-align: center;
  margin-top: 3rem;
}
.text-light-green {
  color: #99c43c;
}
.sec-p-y {
  padding: 6rem 0;
}
.sec-p-y-sm {
  padding: 4rem 0;
}
.sec-p-t {
  padding-top: 4rem;
}
.btn-style {
  background-color: #145d71;
  border-radius: 1.75rem;
  padding: 8px 16px;
  border: 1px solid #145d71;
  color: #ffffff;
  transition: all 0.35s;
}
.btn-style:hover,
.btn-style:focus {
  box-shadow: none;
  outline: none;
  background-color: #ffffff;
  color: #145d71;
}
.btn-style.outline:focus,
.btn-style.outline:hover {
  background-color: #145d71;
  color: #ffffff;
}

.btn-style.outline {
  background-color: #ffffff;
  color: #145d71;
}
.btn-style.light-green {
  background-color: #99c43c;
  border-color: #99c43c;
  color: #000000;
}
.btn-style.light-green:hover,
.btn-style.light-green:focus {
  background-color: #fff;
}
.btn-style.btn-w {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn-style.btn-w:hover {
  background-color: #e6fff6;
  border-color: #e6fff6;
}
/* -------------- fixed btn------------- */
.fixed-btns {
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
  width: 54px;
}

.fixed-btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  transition: all 300ms ease;
}

.fixed-btns .btn svg {
  height: 20px;
}

.fixed-btns .btn.whats {
  box-shadow: 0px 8px 18px #25d36633;
  background-color: #25d366;
}

.fixed-btns .btn.whats:hover {
  background-color: #ffffff;
  color: #25d366;
}
/* ================================ navbar ======================== */
.navbar {
  padding-top: 1.5rem;
  padding-bottom: 0;
  transition: padding 0.3s;
}
.navbar-brand img {
  max-height: 38px;
}
.navbar .container {
  background-color: rgba(20, 93, 113, 0.65);
  padding: 10px 22px;
  border-radius: 4rem;
  transition: all 0.3s;
}
.navbar.menuopen .container,
.navbar.scrolled .container {
  background-color: #145d71;
  box-shadow: 0px 2px 6px rgba(0, 7, 69, 0.2);
}
.navbar.scrolled {
  padding-top: 0;
}
.navbar.menuopen .container {
  border-radius: 1.5rem;
}
.navbar .nav-link {
  color: #fff;
}
.navbar .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-btns {
  display: flex;
  align-items: center;
}
.nav-btns .btn-trans {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px 3px;
  margin-inline-start: 4px;
}
.nav-btns .btn-trans img {
  margin-inline-end: 6px;
  margin-bottom: 2px;
  height: 18px;
}
.nav-btns .btn-style {
  margin: 0 14px;
}
/* ssssssssss nav toggler start  sssssssssssss*/

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.08);
}

.navbar-toggler span,
.navbar-toggler span:before,
.navbar-toggler span:after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 17px;
  background-color: rgba(255, 255, 255, 0.85);
  will-change: transform;
}

.navbar-toggler span {
  background-color: transparent;
}

.navbar-toggler span {
  position: absolute;
  top: 19px;
  right: 10px;
  margin-top: -1px;
  padding: 0;
  will-change: transform;
  transition: background-color 0.3s 0s;
}

.navbar-toggler span:before,
.navbar-toggler span:after {
  content: "";
  right: 0;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.1s;
}

.navbar-toggler span:before {
  transform: translateX(3px) translateY(0px) rotate(45deg);
}

.navbar-toggler span:after {
  transform: translateX(3px) translateY(0px) rotate(-45deg);
}

.navbar-toggler span:before {
  top: -6px;
}

.navbar-toggler span:after {
  top: 6px;
}

.navbar-toggler.collapsed span {
  background: rgba(255, 255, 255, 0.85);
}

.navbar-toggler.collapsed span:before,
.navbar-toggler.collapsed span:after {
  transform: none;
}

/* eeeeeee nav toggler end  eeeeeee */

/* ================================ banner ======================== */
header .banner {
  width: 100%;
}
.main-slider {
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
}

.prog-wr {
  width: 100%;
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  top: auto;
  z-index: 10;
}

.main-slider .swiper-pagination {
  position: static !important;
}
.swiper-pagination-progressbar {
  top: auto !important;
  border-radius: 10px;
  bottom: 20%;
  width: 16% !important;
  min-width: 150px !important;
  max-width: 300px !important;
}
.swiper-pagination-progressbar {
  background: #989898db;
  border-radius: 10px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff;
  border-radius: 10px !important;
}
.swiper-count {
  margin-inline-start: 16px;
  color: #ffffff;
}
.main-slider .navi span {
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  display: inline-flex;
  border-radius: 50%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.main-slider .navi span:first-child {
  margin-inline-end: 1rem;
}

.main-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-inner .text-lay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-inner .text-lay p {
  max-width: 668px;
  line-height: 2;
}
.slide-inner .text-lay h4 {
  font-size: 48px;
  font-weight: 600;
}

.slide-inner .text-lay h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.2em;
}
.arch {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(74%);
  background-color: #ffffff;
  width: 20%;
  max-width: 350px;
  min-width: 160px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  text-align: center;
}
.arch img {
  height: 18%;
  margin-top: 5%;
}
/* ========================about ============================== */
.img-eff {
  font-size: 24px;
  padding-inline-end: 2em;
  position: relative;
}
.img-eff .img-wr {
  position: relative;
  width: 100%;
}
.img-eff .img-wr::before,
.img-eff .img-wr::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px !important;
  z-index: -1;
  right: auto;
}
.img-eff .img-wr::before {
  background-color: #dfdcf1;
  left: 1em;
  z-index: 2;
  height: calc(100% - 2em);
}
.img-eff .img-wr::after {
  background-color: #e6fff6;
  left: 2em;
  height: calc(100% - 4em);
}
.img-eff .img-wr img {
  width: 100%;
  position: relative;
  display: block;
  z-index: 2;
}
#about h1 {
  color: #13304d;
  font-size: 60px;
  font-weight: 600;
  max-width: 500px;
  margin-bottom: 0.2em;
  margin-top: 1rem;
}
#about p {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 2;
}
.btn-style.wide {
  min-width: 186px;
}
/* ============================= serv ================================= */
.sec-title {
  color: #13304d;
  font-size: 36px;
  margin-bottom: 1.3em;
  font-weight: 700;
}
.sec-title .after-title {
  line-height: 2;
  font-size: 14px;
  color: #222222;
  font-weight: normal;
  margin-top: 1em;
}
.sec-title.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}
#services {
  background-color: rgba(20, 93, 113, 0.02);
}

.serv-col .serv-card p,
.serv-col .serv-card .c-title,
.serv-col {
  transition: all 0.35s;
}
.serv-card {
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.5rem;
}
.serv-card .c-title {
  color: #000000;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 20px;
}
.serv-card p {
  color: #444444;
}

.serv-col:hover {
  background-color: #145d71;
}

.serv-col:hover .serv-card .c-title,
.serv-col:hover .serv-card p {
  color: #ffffff;
}

.serv-col:hover .serv-card .i-wr img {
  filter: grayscale(1) saturate(0%) contrast(10000%) invert(100%);
}
/* =============================================== team ======================= */
#team {
  background-image: url(../pic/tbg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.team-card {
  border-radius: 1rem;
  padding: 0.75rem;
  position: relative;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  height: 100%;
}
.team-card .img-wr {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}
.team-card .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card .cont {
  text-align: center;
  margin-top: 1rem;
}
.team-card .cont .name {
  color: #13304d;
  font-weight: bold;
  margin: 6px 0;
}
.team-card .cont .role {
  color: #13304d;
  font-size: 14px;
}

.team-card .lay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 1rem;
  background: transparent linear-gradient(219deg, #124553 0%, #145d71 100%);
  justify-content: space-between;
  color: #fff;
  transition: all 0.4s ease-out;
  opacity: 0.3;
  perspective: 400px;
  transform: translateX(-100%);
}
.team-card:hover .lay {
  opacity: 1;
  transform: translateX(0);
}
.team-card .lay .c-body {
  height: calc(100% - 74px);
  padding: 0.5rem 0;
  overflow-y: auto;
  width: 100%;
}
.team-card .c-head {
  display: flex;
  padding: 0.5rem 0;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #ffffff29;
  padding-bottom: 1rem;
  width: 100%;
}
.team-card .c-head span {
  color: #99c43c;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #0000007f;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.team-card .lay p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
}
.more-btn,
.team-card .lay a {
  text-decoration: none !important;
  color: #99c43c;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}
.more-btn:hover {
  color: #99c43c;
}
.more-btn svg,
.team-card .lay a svg {
  transition: all 0.3s;
}
.more-btn:hover svg,
.team-card .lay a:hover svg {
  transform: translateX(8px);
}
/* ============================== stat ============================ */
#stat {
  background: transparent linear-gradient(258deg, #145d71 0%, #0a2f39 100%);
}
.num-card {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.num-card .bold {
  font-size: 46px;
  font-weight: 600;
}
.num-card .lbl {
  font-size: 18px;
}
#stat .col-6 {
  padding: 0.75rem 0.5rem;
}
#stat .col-6:not(:last-child) {
  border-right: 2px solid #d6d6d649;
}
/* ======================= blogs ========================= */
.blog-card {
  border: 1px solid #dedede;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}
.blog-card .img-wr {
  width: 100%;
  aspect-ratio: 3.5 / 2;
  margin-bottom: 1rem;
}
.blog-card .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.blog-card .c-title {
  color: #13304d;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-card p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
.blog-card .more-btn {
  margin-bottom: 0.5rem;
}
.blog-slider .swiper-slide {
  width: 350px;
}
.navi-wr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.blog-slider .navi span {
  width: 36px;
  height: 36px;
  border: 1px solid #145d71;
  display: inline-flex;
  border-radius: 50%;
  color: #145d71;
  justify-content: center;
  align-items: center;
}
.blog-slider .navi span:first-child {
  margin-inline-end: 1rem;
}
.navi-wr a {
  color: #145d71;
  font-size: 18px;
  margin: 0 0.5rem;
  font-weight: 500;
}
/* =============================== contact ================================ */
#contactUs {
  background-color: rgba(20, 93, 113, 0.05);
}
.lihgt-green {
  color: #99c43c;
}
#contactUs .sec-title {
  max-width: 490px;
}
.infos .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.infos .info-item .i-wr {
  margin-inline-end: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(153, 196, 60, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #99c43c;
}
.infos .info-item .i-wr svg {
  height: 18px;
}
.infos .info-item div {
  color: #13304d;
  font-weight: 600;
}
.info-item a:hover {
  color: #99c43c;
}
.form-style .custom-file-label,
.form-style .form-control {
  min-height: 46px;
  border: 1px solid #eceef2;
  border-radius: 8px;
  background-color: #fbfbfb;
  color: #495057;
  font-size: 0.95rem;
}
.form-style .custom-file-label {
  line-height: 34px;
}

.form-style .custom-file-label::after {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #ffffff;
  content: "Browse";
  background-color: #145d71;
  border-left: inherit;
  border-radius: 0.5rem;
  font-size: 0.9em;
}
.form-style .custom-file-input {
  min-height: 44px;
}
.form-style .form-control::placeholder {
  color: #495057;
  font-size: 0.95rem;
}
.form-style .form-control:focus {
  outline: none;
  border-color: #145d71;
  box-shadow: none;
}
.form-style .custom-file-input:focus ~ .custom-file-label {
  border-color: #145d71;
  box-shadow: none;
}
div.iti.iti--allow-dropdown {
  display: flex;
  min-height: 46px;
  border: 1px solid #eceef2;
  background-color: #fbfbfb;
  font-size: 14px;
  position: relative;
  padding: 0 !important;
  border-radius: 8px;
}
div.iti.iti--allow-dropdown .form-control {
  border: 0;
  height: 44px;
}
.iti__flag-container {
  position: static !important;
  border-radius: 8px;
}
.iti.iti--allow-dropdown .form-control {
  padding: 6px 12px !important;
  box-shadow: none !important;
}
.iti__country-list {
  width: 100%;
}
.iti__country {
  width: 100%;
  overflow: hidden;
}
.iti__dial-code,
.iti__country-name {
  display: inline-flex;
  font-size: 0.85em;
  white-space: normal;
}
.iti__selected-flag {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 44px;
}
.form-style {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 1rem;
}
.form-style h3 {
  color: #13304d;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1em;
}
.form-style .form-group {
  margin-bottom: 1.5rem;
}
/* ---------------------- clints ============================ */
.clints-sec .sec-title {
  max-width: 480px;
  margin-top: 20px;
}
.clints-sec .sec-title .after-title {
  color: #444444;
}

.speech-slider .swiper-slide {
  background-color: #145d71;
  height: 100%;
  padding: 2rem;
  border: 1px solid #ffff;
}
.speech-card {
  color: #fff;
  padding: 0;
  font-weight: 300;
}

.speech-card .inner {
  padding: 1rem;
  width: 100%;
  height: 100%;
}

.speech-card .inner p {
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 3rem;
  line-height: 30px;
  border-left: 2px solid #ffffff;
  font-size: 18px;
  color: #ffffff;
}

.speech-card .inner .d-flex {
  justify-content: space-between;
  align-items: center;
}

.speech-card .inner .d-flex .person {
  display: flex;
  align-items: center;
  color: #ffff;
}

.speech-card .inner .d-flex .person img {
  margin-right: 1rem;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.speech-card .inner .d-flex .person .dis {
  color: #99c43c;
  font-size: 14px;
}
/* ======================carrers================ */
#carrers {
  background: transparent linear-gradient(252deg, #124958 0%, #145d71 100%);
  color: #ffffff;
}
#carrers .wr {
  max-width: 600px;
}
#carrers .wr h3 {
  font-size: 36px;
  line-height: 1.5;
  margin: 0.6em 0;
}
#carrers .wr .more-btn {
  color: #ffffff;
}
#carrers .col-lg-6 > img {
  margin-inline-start: auto;
  display: block;
}
/* ======================================= part sec ==================== */
#part .sec-title {
  max-width: 620px;
}
#part .sec-title span {
  color: #145d71;
}
#part .col-6 {
  padding: 0.5rem !important;
}
.part-card {
  padding: 20px 8px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  height: 100%;
}
#part .row {
  margin: 0 -0.5rem;
}
.part-card img {
  max-height: 80px;
  height: 100%;
}
/* ============================== footer=================== */
.site-footer {
  background-color: #145d71;
  background-image: url(../pic/fbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
  color: #ffffff;
}
.site-footer .logo-wr {
  margin-bottom: 1.5rem;
}
.site-footer .branch {
  margin-top: 2rem;
}
.site-footer .branch .bold {
  font-size: 18px;
  margin-bottom: 1rem;
}
.site-footer .branch .loc {
  display: flex;
  width: 100%;
  align-items: center;
}
.site-footer .branch .loc div {
  font-weight: 300;
  text-decoration: underline;
  font-size: 0.9em;
}
.site-footer .branch .loc span {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 0.75rem;
}
.site-footer .c-col {
  justify-content: center;
}
.site-footer .f-title {
  font-size: 24px;
  margin-bottom: 2rem;
}
.site-footer .lists {
  display: flex;
  justify-content: space-between;
}
.site-footer .lists > div:first-child {
  margin-inline-end: 2.5rem;
}
.site-footer .lists a {
  display: flex;
  flex-shrink: 1;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 1.25rem;
  font-weight: 300;
  margin-inline-end: 0.5rem;
  transition: transform 0.3s;
  width: fit-content;
}
.site-footer .lists a:hover {
  transform: translateX(6px);
  text-decoration: none;
}
.site-footer .infos .info-item .i-wr {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  width: 50px;
  height: 50px;
}
.site-footer .infos .info-item {
  margin-bottom: 1rem;
}
.site-footer .infos .info-item a,
.site-footer .infos .info-item div {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  margin-top: 2rem;
}
.footer-bottom .d-flex {
  padding: 1.25rem 0;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .soc-wr a {
  background-color: rgba(255, 255, 255, 0.15);
  width: 46px;
  height: 46px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all 0.35s ease;
}
.footer-bottom .soc-wr a:not(:last-child) {
  margin-inline-end: 1rem;
}
.footer-bottom .soc-wr a:hover {
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0);
}
/* =======================================================================
                            about page
========================================================================== */
.inner-banner {
  padding-top: 90px;
  background-color: #0a2f39;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner .d-flex {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 290px;
  padding-bottom: 1rem;
}
.breadcrumb {
  background: transparent;
  text-transform: capitalize;
}
.breadcrumb a {
  color: #ffffff;
  text-decoration: none !important;
}
.breadcrumb .active {
  color: #afafaf;
}
.inner-banner h3 {
  font-size: 2rem;
}
.inner-page #about h1 {
  font-size: 2rem;
}
#about .text-gray {
  color: #6a6a6a;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #13304d;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.sub-title span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(153, 196, 60, 0.1);
  margin-inline-end: 0.75rem;
}
.mv-wr p {
  font-size: 0.875rem;
  line-height: 2;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}
.vesion .sub-title span {
  background-color: rgba(20, 93, 113, 0.1);
}
.ve-img {
  width: 100%;
  border-radius: 1rem;
}
/* =========================== team member ================================*/
.member-info .role {
  color: #13304d;
  font-size: 18px;
  margin: 0.5rem 0;
}
.member-info .name {
  font-size: 1.8rem;
  color: #13304d;
  font-weight: bold;
  margin-bottom: 1rem;
}
.member-info .item {
  color: #13304d;
  margin-bottom: 20px;
}
.member-info .item span {
  background-color: #145d71;
  width: 8px;
  height: 8px;
  display: inline-flex;
  border-radius: 50%;
  margin-inline-end: 10px;
  vertical-align: middle;
}
.team-mem .img-wr {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
}
.team-mem .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 1.5rem;
}
.more-about {
  background-image: url(../pic/Group\ 20014@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.more-about p {
  color: #444444;
  font-size: 14px;
  line-height: 2;
}

/* ===================== serv detailes============= */
.serv-tabs .img-wr img {
  margin-bottom: 1.5rem;
}
.serv-tabs h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
}
.serv-tabs .bold {
  color: #000000;
  font-weight: bold;
  margin-bottom: 1.75rem;
}
.serv-tabs .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.serv-tabs .item span {
  color: #145d71;
  height: 21px;
  display: inline-flex;
  flex-shrink: 0;
  margin-inline-end: 0.5rem;
  align-items: center;
}
.serv-tabs .item div {
  font-size: 14px;
  color: #444444;
}
.serv-tabs .btn-style {
  font-size: 14px;
}
.pills-style .nav-link {
  padding: 1.25rem;
  background-color: #f5faff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0.5rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-weight: 500;
  font-size: 0.9rem;
}
.pills-style .nav-link span:last-child {
  width: 40px;
  height: 26px;
  background-color: #ffffff;
  color: #145d71;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.pills-style .nav-link.active {
  color: #145d71;
}

.pills-style .nav-link.active span:last-child {
  background-color: #145d71;
  color: #ffffff;
}

.modal-style .modal-content {
  border-radius: 2rem;
}
.modal-style .modal-header {
  border-bottom: 0;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal-style .modal-title {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
.modal-style .form-style {
  padding: 2rem;
  padding-top: 0;
}
.modal-style .form-style h5 {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 1.2rem;
}
.modal-style .form-style p {
  text-align: center;
  color: #474747;
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.modal-style .form-style .form-group {
  margin-bottom: 1rem;
}
.modal-style .form-style .btn-style {
  margin-top: 1.5rem;
}
.map-card {
  border: 1px solid #ececec;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 12px;
}
.map-card .infos {
  margin-top: 1rem;
}
.map-card .infos .info-item {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.map-card .infos .info-item .i-wr {
  width: 36px;
  height: 36px;
}
/* =================== report================== */
.report-sec p {
  color: #666666;
  max-width: 730px;
}
/* =================== media ======================= */
.round-pills {
  margin-bottom: 2rem;
}
.round-pills .nav-link {
  border-radius: 2rem;
  background-color: #ffffff;
  color: #145d71;
  border: 1px solid #145d71;
  margin-inline-end: 1rem;
  min-width: 142px;
  text-align: center;
}
.round-pills .nav-link.active {
  color: #ffffff;
  background-color: #145d71;
}

.round-pills .nav-link:last-child {
  margin-inline-end: 0;
}

.media-sec .col-lg-4 {
  padding: 0.75rem;
}
.media-card {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.media-card > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  position: relative;
}
.media-card > a .lay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 2;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  transition: transform 0.4s ease;
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-card > a .lay span {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #99c43c;
  border-radius: 50%;
}
.media-card > a .lay span svg {
  height: 20px;
}
.media-card > a:hover .lay {
  transform: scale(1);
}
.media-card > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
/* =========================== submit ====================== */
.blue-bg {
  background-color: rgba(20, 92, 112, 0.04);
}
.set-max-width {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}
.form-style label {
  color: #2c2c2c;
  font-size: 0.875rem;
  font-family: 200;
}
.set-max-width .form-style .btn-style {
  max-width: 200px;
  margin-top: 1.5rem;
}
/* =============================== jobs ============================ */

.vid-slider .swiper-slide {
  width: 230px;
  height: 400px;
  transition: width 0.6s ease;
}
.vid-slider .swiper-slide.swiper-slide-active {
  width: 420px;
  max-width: 96vw;
}
.swiper-slide .media-card img {
  border-radius: 0;
}

.swiper-slide .media-card > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: unset;
  border-radius: 0;
  position: relative;
  height: 100%;
}

.swiper-slide .media-card > a .lay {
  background: rgba(0, 0, 0, 0.4);
  transform: scale(1);
  border-radius: 0;
}

.container-fluid.jobs {
  padding: 0;
  border: 2px solid rgba(20, 93, 113, 0.22);
}
.jobs .list-item {
  display: block;
  padding: 2rem;
  border-bottom: 2px solid rgba(20, 93, 113, 0.22);
  border-inline-start: 2px solid rgba(20, 93, 113, 0.22);
}
.jobs .list-item:hover {
  background-color: rgba(20, 93, 113, 0.12);
  text-decoration: none !important;
}
.jobs .list-item:last-child {
  border-bottom: 0;
}
.jobs .list-item p {
  margin-bottom: 0;
  font-size: 12px;
  color: #666666;
}
.jobs .list-item .text-light-green {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.list-item h6 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.jobs-text {
  padding: 1rem;
  max-width: 532px;
}
.jobs-text h1 {
  color: #13304d;
  font-size: 60px;
  margin: 1.2rem 0;
}
.jobs-text p {
  font-size: 14px;
  line-height: 2;
  color: #222222;
}
.send-your .d-flex {
  align-items: center;
  justify-content: space-between;
}
.send-your .d-flex h2 {
  color: #13304d;
  font-size: 40px;
}
/* /////////////////////////////////////////////////// */
.p-box {
  padding-inline-end: 4%;
}
.about-slider {
  width: 100%;
  min-height: 300px;
}
.about-slider .swiper-slide-shadow {
  background-color: #ffffff;
}
.about-slider .swiper-slide {
  height: auto;
  border: 4px solid rgba(255, 255, 255, 0);
}
.about-slider .swiper-slide .img-card {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
}
.about-slider .swiper-slide .img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
