body {
  font-family: "Roboto", sans-serif;
  background-color: #f5fcff;
  margin: auto;
}

.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
  /* margin-left: auto; */
  justify-content: end;
}

.btn {
  border-radius: 0px;
}

.bgtyut {
  padding: 10px;
  background-color: #fff;
  display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

.tmghead {
  font-size: 2.5rem !important;
}

.mddrop {
  position: absolute;
  right: -191%;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

.emailinfo {
  text-transform: lowercase;
}

ul {
  padding: 0px;
  margin: 0px;
}

section {
  overflow: hidden;
}

header {
  box-shadow: 0px 10px 20px 0px rgba(66.75, 66.75, 66.75, 0.05);
}
header .mt3d {
  grid-gap: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
header .navbar {
  padding: 0px;
}
header .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  align-items: center;
}
header .socialbx {
  display: flex;
  justify-content: end;
  padding-top: 10px;
}
header .socialbx li {
  padding: 0px 3px;
  display: inline-flex;
}
header .socialbx li i {
  font-size: 34px;
}
header .socialbx li i.fab.fa-blogger {
  color: #f2940b;
}
header .socialbx li i.fab.fa-google-plus {
  /* padding: 10px; */
  color: #ff1717;
}
header .socialbx li img {
  width: 32px;
}
header .socialbx li svg {
  width: 35px;
  height: 35px;
}
header ul li a {
  color: #0f131a !important;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.0178571429em;
  text-transform: capitalize;
}
header ul li a:hover {
  color: #fe6559 !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  transition: 0.4s;
  text-align: left;
  border-radius: 0px;
  border: 0px;
  margin-top: -10px !important;
  background: #f5fcff;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  white-space: pre-line;
}
header .dropdown-menu .ulinner {
  padding: 5px 25px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #fe6559;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #fe6559 !important;
}
header .mddrop {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
header .navbar-brand {
  width: 270px;
}
header .navbar-brand img {
  width: 100%;
}
header .cninfo {
  margin-left: 10px;
  border-radius: 100px;
  padding: 0px 15px;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #000;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
header .cninfo li:nth-child(2) a {
  text-transform: capitalize;
}
header .ctaccount {
  border: 1px solid;
  border-radius: 100px;
  padding: 5px 18px;
  color: #174236;
  font-weight: bold;
}
header .ctaccount:hover {
  background-color: rgba(244, 193, 193, 0.4);
}
@media only screen and (min-width: 1024px) {
  header .dropdown ul.subdropdown-menu {
    position: absolute;
    right: -158px;
    background: #eee;
    width: 158px;
    top: 0px;
    display: none;
  }
  header .dropdown .submenuparent:hover .subdropdown-menu {
    display: block;
  }
  header .dropdown .dropdown-toggle i {
    font-size: 14px;
  }
  header .dropdown .dropdown-toggle:after {
    display: none;
  }
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.bmpage-header {
  background-size: cover !important;
  text-align: center;
  position: relative;
  padding: 180px 60px 103px 60px;
  background: #f3f4f2;
}
.bmpage-header h1 {
  text-transform: capitalize;
}
.bmpage-header .bgtl {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  background-color: #422e2e;
}
.bmpage-header .oui {
  color: #fff;
  position: relative;
  z-index: 9;
}
.bmpage-header .oui a {
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
}
.bmpage-header .page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.bmpage-header .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.bmpage-header .page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #ffffff;
}
.bmpage-header .page-breadcrumb li:last-child {
  margin: 0px;
  padding: 0px;
}
.bmpage-header .page-breadcrumb li:last-child:after {
  display: none;
}

.otm h2, .otm h3 {
  margin-top: 20px;
}
.otm .h2, .otm h2 {
  font-size: 1.5rem;
}
.otm .h3, .otm h3 {
  font-size: 1rem;
}

.exserbv section {
  margin-bottom: 40px;
}
.exserbv h2 {
  color: #002b5c;
  border-bottom: 2px solid #f2c300;
  padding-bottom: 5px;
  font-size: 1.5rem;
}
.exserbv ul {
  list-style-type: none;
  padding: 0;
}
.exserbv ul li {
  background: #f0f4f8;
  margin: 10px 0;
  padding: 15px;
  border-left: 5px solid #002b5c;
  border-radius: 4px;
}
.exserbv ul li strong {
  display: block;
  color: #002b5c;
}

.bnsx {
  padding: 80px 30px 80px 30px;
  background: linear-gradient(rgba(3, 76, 61, 0.73), rgb(70, 113, 101)), url(../img/sl12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.bnsx .cninner {
  background: rgba(247, 246, 246, 0.53);
  padding: 15px 25px;
  border: 1px solid #e4e4e4;
}
.bnsx .carousel-caption {
  position: relative;
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  margin: auto;
  display: block;
  width: 100%;
  left: 0px;
  right: 0px;
}
.bnsx .sleft {
  text-align: left;
}
.bnsx .sleft h2 {
  font-size: 42px;
  max-width: 100%;
  position: relative;
  padding-bottom: 25px;
}
.bnsx .sleft h2:after {
  content: "";
  width: 57%;
  height: 3px;
  background-color: #f16968;
  position: absolute;
  bottom: 8px;
  left: 0px;
}
.bnsx .sleft a {
  color: #fff;
  border: 2px solid #eee;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  margin-top: 20px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
}
.bnsx .sleft a:hover {
  background: rgb(106, 146, 136);
}
.bnsx button.btn {
  background: #f16968;
  color: #fff;
  transition: 0.3s ease-in-out;
  padding: 10px 60px;
  border-radius: 5px;
}
.bnsx button.btn:hover {
  background: #7a0707;
}

.bn2 {
  background: linear-gradient(rgba(3, 76, 61, 0.73), rgb(70, 113, 101)), url(../img/sl11.jpg);
}

.leadingbx h2 {
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding-top: 25px;
  color: #174236;
}
.leadingbx h2:after {
  content: "";
  width: 26%;
  height: 3px;
  background-color: #f16968;
  position: absolute;
  top: 8px;
  left: 0px;
}
.leadingbx .btn {
  background: #f16968;
  color: #fff;
  transition: 0.3s ease-in-out;
  width: 157px;
  border-radius: 5px;
  padding: 10px;
}
.leadingbx .btn:hover {
  background: #7a0707;
}

.loging {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}
.loging .login-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 35px;
  width: 100%;
  max-width: 420px;
  transition: all 0.3s ease;
}
.loging .login-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.loging .login-card h3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
.loging .form-control {
  border-radius: 10px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
}
.loging .form-control:focus {
  border-color: #f16968;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}
.loging .btn-login {
  width: 100%;
  background: #f16968;
  border: none;
  border-radius: 10px;
  padding: 12px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}
.loging .btn-login:hover {
  background: #e72020;
}
.loging .forgot-password {
  text-align: right;
  display: block;
  margin-top: 10px;
  color: #174236;
  font-size: 0.9rem;
  text-decoration: none;
}
.loging .forgot-password:hover {
  text-decoration: underline;
}
.loging .footer-text {
  text-align: center;
  margin-top: 25px;
  color: #888;
  font-size: 0.9rem;
}

.serve .btn {
  border-radius: 0px;
  background: #f16968;
  color: #fff;
  transition: 0.3s ease-in-out;
  width: 157px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.serve .btn:hover {
  background: #7a0707;
}
.serve .section-title {
  margin: 50px 0 30px;
  color: #174236;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: capitalize;
}
.serve .industry-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.serve .industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.serve .industry-card i {
  font-size: 3rem;
  color: #f16968;
  margin-bottom: 15px;
}
.serve .industry-card p {
  font-size: 1.1rem;
  font-weight: 500;
}

.quickresm {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.quickresm .form-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: 100%;
}
.quickresm .form-card h3 {
  text-align: center;
  font-weight: 600;
  color: #f16968;
  margin-bottom: 30px;
}
.quickresm .form-label {
  font-weight: 500;
}
.quickresm .form-control, .quickresm .form-select {
  border-radius: 8px;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.quickresm .form-control:focus, .quickresm .form-select:focus {
  border-color: #f16968;
  box-shadow: 0 0 5px rgba(213, 136, 20, 0.3) !important;
}
.quickresm .btn-upload {
  background-color: #f16968;
  border: none;
  color: white;
  font-weight: 600;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s;
}
.quickresm .btn-upload:hover {
  background-color: #f05959;
  transform: translateY(-1px);
}
.quickresm .required {
  color: red;
}
@media (max-width: 576px) {
  .quickresm .form-card {
    padding: 25px;
  }
}

.fdback .section-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.fdback .contact-list li .icon {
  font-size: 22px;
  color: #174236;
  width: 35px;
}
.fdback .contact-list a,
.fdback .contact-list span {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}
.fdback .contact-list a:hover {
  color: #174236;
}
.fdback .social-icons .social-link {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 22px;
  color: #174236;
  transition: 0.3s;
}
.fdback .social-icons .social-link:hover {
  background: #174236;
  color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
  background: unset;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: rgb(23, 66, 54);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body a {
  color: #174236;
  text-decoration: underline;
}

.srvbx figure {
  overflow: hidden;
  border-radius: 30px;
}
.srvbx figure img {
  border-radius: 30px;
}
.srvbx h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #174236;
}
.srvbx .btn {
  background: #f16968;
  color: #fff;
  transition: 0.3s ease-in-out;
  width: 157px;
  padding: 10px;
}
.srvbx .btn:hover {
  background: #7a0707;
}
.srvbx ul {
  grid-gap: 5px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.srvbx ul li a {
  background-color: #939393;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 31px 31px 31px 31px;
  padding: 7px 15px 7px 15px;
  text-transform: uppercase;
  display: block;
}

footer .social-icons .social-link {
  display: inline-block;
  min-width: 31px;
  height: 31px;
  line-height: 32px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  color: #1a755a;
  transition: 0.3s;
}
footer .social-icons .social-link:hover {
  color: #174236;
}

.hlpbs .container {
  z-index: 9999999;
  position: relative;
}
.hlpbs .hero-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(rgba(3, 76, 61, 0.73), rgb(70, 113, 101)), url(../img/bga.jpg);
  color: #fff;
  background-size: cover;
  overflow: hidden;
}
.hlpbs .hero-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: floatBackground 15s infinite linear;
}
.hlpbs .hero-text h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
.hlpbs .hero-text p {
  font-size: 14px;
  opacity: 0.9;
}
.hlpbs .btn-custom {
  background: #f16968;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  transition: 0.3s;
}
.hlpbs .btn-custom:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}
.hlpbs .stat-box {
  background: rgba(255, 255, 255, 0.91);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(228, 228, 228);
}
.hlpbs .stat-box:hover {
  transform: translateY(-5px);
}
.hlpbs .stat-box i {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #f16968;
}
.hlpbs .counter {
  font-size: 2rem;
  font-weight: bold;
  color: #174236;
}
.hlpbs .counter-title {
  font-size: 1rem;
  opacity: 0.8;
  color: #000;
}

.register {
  background-color: #eee;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .container-form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 40px;
  max-width: 850px;
  width: 100%;
}
.register h2 {
  text-align: center;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
.register label {
  font-weight: 500;
}
.register .form-control, .register .form-select {
  border-radius: 10px;
  padding: 10px 14px;
}
.register .btn-submit {
  background: #f16968;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 10px;
  width: 100%;
  transition: 0.3s;
}
.register .btn-submit:hover {
  background: #1e63d6;
}
@media (max-width: 768px) {
  .register .container-form {
    padding: 25px;
  }
}

.reccall h2.blue {
  color: #174236;
  font-weight: 600;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.reccall h2.blue i {
  color: #0b5ed7;
}
.reccall .callback-form {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  transition: transform 0.3s ease;
}
.reccall .callback-form:hover {
  transform: scale(1.01);
}
.reccall .form-label {
  font-weight: 500;
  color: #333;
}
.reccall .form-control, .reccall select {
  border-radius: 6px;
  box-shadow: none;
}
.reccall .btn-primary {
  background-color: #174236;
  border: none;
  transition: all 0.3s ease;
}
.reccall .btn-primary:hover {
  background-color: #0e3328;
  transform: translateY(-2px);
}
.reccall .red {
  color: red;
}
.reccall .success-message {
  display: none;
  color: green;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
.reccall .sidebar {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.reccall .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.reccall .sidebar li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  margin-bottom: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  cursor: pointer;
}
.reccall .sidebar li a {
  color: #333;
}
.reccall .sidebar li:hover {
  background: #174236;
  color: white;
  transform: translateX(5px);
}
.reccall .sidebar li:hover a {
  color: #fff;
}
.reccall .sidebar li i {
  font-size: 1.3rem;
  color: #174236;
  transition: color 0.3s ease;
}
.reccall .sidebar li:hover i {
  color: white;
}
.reccall body {
  background: #f8faff;
  font-family: "Poppins", sans-serif;
}
.reccall .services-section {
  padding: 30px 0;
}
.reccall .services-title {
  text-align: center;
  margin-bottom: 50px;
}
.reccall .services-title h2 {
  font-weight: 700;
  color: rgb(0, 74, 173);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.reccall .services-title p {
  color: #555;
  font-size: 16px;
  max-width: 600px;
  margin: 10px auto;
}
.reccall .service-card {
  background: white;
  border-radius: 12px;
  padding: 40px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.reccall .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #174236;
  border-radius: 12px 12px 0 0;
}
.reccall .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.reccall .service-icon {
  font-size: 45px;
  color: #174236;
  background: rgba(23, 66, 54, 0.08);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}
.reccall .service-card:hover .service-icon {
  background: #174236;
  color: white;
  transform: rotate(360deg);
}
.reccall .service-card h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.reccall .service-card p {
  color: #666;
  font-size: 15px;
}

.inttiops .section-title {
  color: #333;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inttiops .card {
  margin-bottom: 20px;
  border-radius: 10px;
}
.inttiops .card .card-body p {
  min-height: 152px;
}
.inttiops .icon {
  font-size: 1.5rem;
  color: #f16968;
}

.rsmetbn .section-title {
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}
.rsmetbn .card {
  margin-bottom: 20px;
  border-radius: 10px;
}
.rsmetbn .card-body i {
  color: #f16968;
  margin-right: 10px;
}

.jobplac h2.text-primary {
  background: linear-gradient(90deg, #174236, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.jobplac .section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  position: relative;
}
.jobplac select#chkveg {
  min-height: 124px;
}
.jobplac .mtrcard {
  background: #f9f8f2;
}
.jobplac .btn-outline-primary, .jobplac .btn-outline-success {
  border-radius: 50px;
  padding: 0.4rem 1rem;
  transition: all 0.3s ease;
}
.jobplac .btn-outline-primary:hover {
  background: #174236;
  color: #fff;
  transform: translateY(-2px);
}
.jobplac .btn-outline-success:hover {
  background: #28a745;
  color: #fff;
  transform: translateY(-2px);
}
.jobplac .job-card {
  background: #e9f7ff;
  border-radius: 12px;
  font-size: 14px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jobplac .job-card .badge-location {
  display: block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 15px;
  text-align: left;
  white-space: unset;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.jobplac .mhaeder {
  background-color: #fff;
}
.jobplac a.btn.btn-primary {
  border-radius: 0px;
  border-radius: 46px;
  background: #2169bd;
  padding: 5px 15px;
}
.jobplac a.btn.btn-primary:hover {
  background: #0a3565;
}
.jobplac .job-card:hover {
  transform: translateY(-5px);
}
.jobplac .job-card .job-title a {
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.jobplac .job-card .job-title a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.jobplac .badge-location {
  background-color: #e9f7ff;
  color: #333;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
.jobplac .badge-experience {
  background: rgba(23, 66, 54, 0.08);
  color: #fff;
  font-weight: 500;
}
.jobplac .btn-custom {
  background: #f16968;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.jobplac .btn-custom:hover {
  background: #f16968;
  color: #fff;
}
.jobplac .form-label {
  font-weight: 600;
}

.jbdtl .job-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 30px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jbdtl .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.jbdtl .job-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.jbdtl .job-details span {
  color: #6c757d;
}
.jbdtl .job-details strong {
  color: #343a40;
}
.jbdtl .job-meta {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 15px;
}
.jbdtl .badge-industry {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.8rem;
}
.jbdtl .badge-jobtype {
  background-color: #198754;
  color: #fff;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.8rem;
}
.jbdtl .job-header {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}
.jbdtl .apply-bar {
  background: linear-gradient(rgba(0, 74, 173, 0.92), rgba(0, 74, 173, 0.87)), url(../img/ftr.jpg);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.jbdtl p.pp-desc-item {
  margin-bottom: 5px;
}
.jbdtl .pp-share-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.jbdtl .apply-bar .btn-custom {
  background: #fff;
  color: #174236;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 20px;
  margin: 5px;
}
.jbdtl .apply-bar .btn-custom:hover {
  background-color: #3080dc;
  color: #fff;
}
.jbdtl .section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e7eaee;
}
.jbdtl .keyword-badge {
  background: #ebf3fe;
  color: #174236;
  border-radius: 20px;
  padding: 5px 25px;
  margin: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.jbdtl .keyword-badge:hover {
  background: #d8e6fa;
}
.jbdtl .keywordbadge2 {
  background: #f8f0db;
  color: #a66307;
  margin-left: 0px;
  margin-right: 0px;
}
.jbdtl .keywordbadge2:hover {
  background: #f2dfaf;
}
.jbdtl .job-meta {
  display: flex;
  justify-content: space-between;
}

.tst .section-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #174236;
}
.tst .nav-tabs {
  justify-content: center;
  border-bottom: none;
}
.tst .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-weight: 600;
  color: #555;
  background: #eee;
  margin: 0 10px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.tst .nav-tabs .nav-link.active {
  background: #f16968;
  color: white;
  position: relative;
}
.tst .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #444;
  border-bottom: 0px;
  border-width: 10px;
  bottom: -9px;
  border-top-color: #f16968;
  display: block;
}
.tst .testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.tst .testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tst .testimonial-name {
  font-weight: 700;
  color: #333;
}
.tst .testimonial-role {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.tst .swiper-pagination-bullet-active {
  background-color: #f16968;
}
.tst .testimonial-text {
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
  min-height: 120px;
}
.tst .stars {
  color: #ffc107;
  margin-bottom: 10px;
}
.tst .swiper {
  padding: 40px 20px;
}

.clients {
  background: linear-gradient(180deg, #ffffff 0%, #f4f6fa 100%);
}

.fqlist .faq-section {
  padding: 20px 0;
}
.fqlist .faq-title {
  text-align: center;
  margin-bottom: 50px;
}
.fqlist .faq-title h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #174236;
}
.fqlist .accordion-button {
  font-weight: 600;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.3s ease;
}
.fqlist .accordion-button:not(.collapsed) {
  color: #174236;
  background-color: rgba(23, 66, 54, 0.08);
}
.fqlist .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.fqlist .accordion-body {
  background-color: #fff;
  color: #555;
  line-height: 1.7;
}

.working {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f6fa 100%);
}
.working h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #174236;
  font-weight: 700;
  font-size: 2.5rem;
}
.working .logo {
  display: block;
  margin: 0 auto 40px auto;
  width: 220px;
}
.working .step-card {
  background: #fff;
  border-radius: 15px;
  padding: 35px 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  text-align: center;
  height: 100%;
}
.working .step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.working .step-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f16968;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin: 0 auto 20px auto;
}
.working .step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #174236;
  margin-bottom: 10px;
}
.working .step-desc {
  color: #5a5a5a;
  font-size: 0.95rem;
  line-height: 1.6;
}

.cnt .contact-section {
  padding: 60px 0;
}
.cnt figure {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
}
.cnt figure .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cnt .contact-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cnt .btn-primary {
  color: #fff;
  background-color: #174236;
  border-color: #174236;
}
.cnt .btn-primary:hover {
  background-color: #f16968;
  border-color: #f16968;
}
.cnt iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 500px;
}
.cnt .contact-form {
  padding: 40px;
}
.cnt .contact-form h3 {
  text-align: left;
  font-weight: 700;
  font-size: 2.5rem;
  color: #174236;
}
.cnt .contact-form p {
  margin-bottom: 30px;
  color: #555;
}
.cnt .form-control {
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: none;
}
.cnt .form-control:focus {
  border-color: #d95453;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
}
.cnt .btn-primary {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
}

footer .footer {
  background: linear-gradient(rgba(23, 66, 54, 0.97), rgba(23, 66, 54, 0.81)), url(../img/ftr.jpg);
  color: #fff;
  padding: 40px 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 14px;
  background-attachment: fixed;
}
footer .footer a {
  color: #ddd;
  text-decoration: none;
}
footer .footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer h5 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
footer ul.kdiop {
  grid-gap: 5px;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 10px;
  padding-top: 0px;
}
footer .footer ul {
  list-style: none;
  padding-left: 0;
}
footer .footer ul li {
  margin-bottom: 3px;
}
footer .footer-bottom {
  border-top: 1px solid #839ebf;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 13px;
}

.totop {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 999;
  background-color: #f16968;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 20px;
  left: 15px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@keyframes floatBackground {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.blogs .blog-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}
.blogs .blog-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1a73e8;
}
.blogs .blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.blogs .blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.blogs .blog-card:hover {
  transform: translateY(-5px);
}
.blogs .blog-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .blog-content {
  padding: 20px;
}
.blogs .blog-content h3 {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 10px;
}
.blogs .blog-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}
.blogs .read-more {
  text-decoration: none;
  color: #1a73e8;
  font-weight: 500;
  transition: color 0.3s;
}
.blogs .read-more:hover {
  color: #0d47a1;
}

.blogdtl {
  background-color: #f8f9fa;
  color: #333;
}
.blogdtl .blog-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.blogdtl .blog-meta {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 20px;
}
.blogdtl .blog-content img {
  border-radius: 10px;
  margin: 20px 0;
  width: 100%;
}
.blogdtl .blog-content h2 {
  font-weight: 600;
  margin-top: 30px;
}
.blogdtl .sidebar {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.blogdtl .sidebar h4 {
  border-left: 4px solid #174236;
  padding-left: 10px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blogdtl .sidebar ul {
  list-style: none;
  padding: 0;
}
.blogdtl .sidebar ul li {
  margin-bottom: 10px;
}
.blogdtl .sidebar ul li a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.blogdtl .sidebar ul li a:hover {
  color: #0d6efd;
}
.blogdtl .sidebar .recent-post img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}
.blogdtl .recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blogdtl .recent-post a {
  color: #174236;
}
.blogdtl .author-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  background: #f1f3f5;
  border-radius: 10px;
}
.blogdtl .author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.blogdtl .author-box h5 {
  margin: 0;
  font-weight: 600;
}

@media only screen and (max-width: 1441px) {
  .srvbx ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .bnsx .sleft h2 {
    font-size: 43px;
  }
  .bnsx {
    padding: 70px 30px;
  }
  a.ctaccount i {
    margin-right: 5px;
  }
  header .ctaccount {
    border: 1px solid;
    border-radius: 100px;
    padding: 5px 18px;
    color: #174236;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .social-icons .social-link {
    margin-right: 5px;
  }
  footer .social-icons {
    display: flex;
    gap: 0px;
  }
  footer .social-icons .social-link {
    margin-bottom: 5px;
  }
  .jbdtl .job-header {
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
  }
  .jbdtl .job-title {
    font-size: 20px;
  }
  .jbdtl .apply-bar .btn-custom {
    background: #fff;
    color: #174236;
    font-weight: 600;
    border-radius: 30px;
    padding: 6px 11px;
    margin: 4px 1px;
    font-size: 12px;
  }
  .jbdtl .job-card {
    margin: 30px 0px 0px 0px;
  }
  .jbdtl .keyword-badge {
    background: #ebf3fe;
    color: #174236;
    border-radius: 20px;
    padding: 5px 8px;
    margin: 5px 2px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }
  .blogdtl .blog-content img {
    margin: 0px 0 10px 0;
  }
  .blogdtl .blog-content {
    padding: 15px;
  }
  .jobplac .btn-custom {
    border-radius: 5px;
    width: 100%;
  }
  .jobplac .container.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .jobplac .badge-location {
    font-size: 13px;
  }
  .jobplac .job-card .job-title a {
    font-size: 20px;
  }
  .job-card .col-md-4 .badge.px-2 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .jobplac .mhaeder {
    background-color: #fff;
    display: none;
  }
  .bmpage-header {
    padding: 180px 60px 103px 60px;
  }
  .bannersection .carousel-control-next, .bannersection .carousel-control-prev {
    height: 287px;
  }
  .hlpbs .container {
    z-index: 9;
  }
  .hlpbs .stat-box {
    padding: 15px 20px;
  }
  footer ul.kdiop {
    grid-gap: 5px;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
  header {
    box-shadow: 0px 10px 20px 0px rgba(66.75, 66.75, 66.75, 0.05);
    z-index: 9999;
    position: relative;
    background: #f5fcff;
  }
  .navbar-nav {
    display: block;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .contact-form {
    padding: 30px 20px;
  }
  iframe {
    min-height: 350px;
  }
  .invitation {
    background-position: bottom;
  }
  header {
    z-index: 9999999999;
  }
  .serve .col-md-2:nth-child(odd) {
    padding-right: 5px;
  }
  .serve .col-md-2:nth-child(even) {
    padding-left: 5px;
  }
  .bnsx .sleft h2 {
    font-size: 31px;
    max-width: 100%;
    position: relative;
    padding-bottom: 25px;
  }
  .bnsx .sleft a {
    color: #fff;
    border: 2px solid #eee;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    margin-top: 20px;
    display: block;
    width: -moz-max-content;
    width: 100%;
    transition: 0.3s ease-in-out;
    margin-bottom: 30px;
    text-align: center;
  }
  .working {
    padding: 0px 0;
  }
  .srvbx ul {
    grid-template-columns: repeat(1, 1fr);
  }
  section.py-5.searvice {
    padding-bottom: 1rem !important;
  }
  .enq {
    pointer-events: auto;
    min-width: 100%;
    margin: auto;
  }
  .popup-content {
    padding: 20px;
    max-width: 97%;
    margin: auto;
  }
  .contnow {
    z-index: 99999999;
  }
  .working {
    padding: 25px 0;
  }
  section.py-5.searvice {
    padding-top: 0rem !important;
  }
  .leadingbx h2, .srvbx h2, .working h2, .serve .section-title, .hlpbs .hero-text h2, .tst .section-title, .cnt .contact-form h3, .fqlist .faq-title h2 {
    font-size: 1.6rem;
  }
  .cnt .contact-form {
    padding: 20px;
  }
  .working h2 {
    margin-bottom: 30px;
  }
  .tst .swiper {
    padding: 15px 20px;
  }
  header .dropdown-menu {
    background: #f0f0f0;
  }
  .tst .swiper {
    padding: 15px 20px 53px 15px;
  }
  section.clients.testimonials .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .clients {
    background: linear-gradient(180deg, #f4f6fa 0%, #f4f6fa 100%);
  }
  section.py-5.searvice {
    padding-top: 1rem !important;
  }
  section.py-5.leadingbx {
    padding-bottom: 1rem !important;
  }
  .bnsx {
    padding: 10px 10px 20px 10px;
  }
  .srvbx ul {
    padding: 10px 0px;
  }
  header .dropdown-menu {
    min-width: 200px;
    width: 200px;
  }
  .serve .industry-card {
    padding: 30px 5px;
  }
  .hlpbs .hero-section {
    position: relative;
    padding: 0px 0 30px 0px;
    background: linear-gradient(rgba(3, 76, 61, 0.73), rgb(70, 113, 101)), url(../img/bga.jpg);
    color: #fff;
    background-size: cover;
    overflow: hidden;
  }
  .dropdown-toggle::after {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header i.fas.fa-chevron-down {
    float: right;
  }
  header .ctaccount {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  header .cninfo {
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: #f9f9f9;
  }
  .btns {
    margin-bottom: 15px;
  }
  .slidermain .carousel-item .caption {
    top: 10%;
    padding: 15px;
    padding-bottom: 60px;
  }
  .tst .swiper {
    padding: 15px 5px 53px 5px;
  }
}
@media only screen and (max-width: 459px) {
  .serve .industry-card p {
    font-size: 14px;
    font-weight: 500;
  }
}/*# sourceMappingURL=style.css.map */