:root {
  --color-default: #364d59;
  --color-primary: #002ffe;
  --color-secondary: #52565e;
}

/* main-page-css */
.header-bg{
    background-color:black;
}
.text-luxumb{
color:blue!important;
}
.btn-primary{
  background-color:rgb(18, 32, 236)!important;
}
.banner-intro-head{
    color:rgb(18, 32, 236);
    text-align: center;
    font-weight: 600;
}
.banner-para{
    text-align: center;
    font-weight: 400;
    color:black;
}
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 12px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary)!important;
}

.features .nav-link.active {
  color: var(--color-primary)!important;
  background-color: transparent!important;
  border-color: var(--color-primary)!important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary)!important;
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary)!important;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}
  /*--------------------------------------------------------------

  /* footer-css-strtt*/
  .footer {
    background-color:#0d6efd;
    background-size: cover;
  }
  
  .footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #ffffff;
    transition: 0.3s;
  }
  
  .footer .btn.btn-social:hover {
    
    background-color: transparent;
  }
  
  .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
  }
  
  .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  
  .footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
  }
  
  .footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
  }
  
  .footer .copyright a {
    color: var(--light);
  }
  
  .footer .copyright a:hover {
    color: var(--primary);
  }
  .btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: none!important;
}
 a 
{
  text-decoration: none!important;
}
/* footer end */

/* carreer css  */
.career-head{
  background:#ffffff;
   padding-top:20px; 
   padding-bottom:20px;
}
.page-title{
  text-align: center;
  color:#3f1548;
  font-weight: 400;
  font-size: 25px;
}

/* career css */

/* @media (max-width:768px){
  .career-banner-style{
   height: 250px;
  }
} */
/* Container for the banner image and overlay */
.banner-container {
  position: relative; /* Establishes a positioning context for the absolute overlay */
  width: 100%;
}

/* Ensuring the banner image fits well within its container */
.career-banner-style {
  width: 100%; /* Makes the image take full width of the container */
  height: auto; /* Maintains the aspect ratio */
}

/* Container for the text overlay */
.text-overlay {
  position: absolute; /* Allows positioning over the image */
  top: 50%; /* Centers the overlay vertically */
  left: 50%; /* Centers the overlay horizontally */
  transform: translate(-50%, -50%); /* Adjusts for the top and left positioning */
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  padding: 20px; /* Adequate padding for the text */
  text-align: center; /* Centers the text */
  border-radius: 10px; /* Optional: Adds rounded corners */
  display: flex; /* Flexbox for better centering */
  flex-direction: column; /* Ensure text elements stack vertically */
  justify-content: center; /* Center text vertically */
  align-items: center; /* Center text horizontally */
}

/* Styling the title text */
.overlay-title, .overlay-subtitle {
  color: white; /* White text color */
  margin: 0; /* Removes default margin */
}

/* Specific styling for the title */
.overlay-title {
  font-size: 3em; /* Makes the title text larger */
  font-weight: bold; /* Bold text */
}

/* Specific styling for the subtitle */
.overlay-subtitle {
  font-size:3em; /* Slightly smaller text for subtitle */
  font-weight: bold; /* Bold text */
}

/* Responsive design adjustments */
@media (max-width:768px) {
  .overlay-title {
      font-size: 1.2em; /* Adjusts title size for smaller screens */
  }
  .overlay-subtitle {
      font-size: 1em; /* Adjusts subtitle size for smaller screens */
  }
  .text-overlay {
      padding: 10px; /* Reduces padding for smaller screens */
  }
}
.career-para{
  text-align: center;
  color: #3f1548;
  font-size: 16px;

}
.career-bg-1{
  background-color:#e4dfe6;
}

.dropdown-container {
  margin: 20px;
}
.dropdown-label {
  font-weight: bold;
}
.job-dropdown {
  padding: 10px;
  font-size: 16px;
}
.job-listed{
  margin: 20px;
}
/* General Styles */
.career-drop {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
}

.dropdown-container,
.job-listed {
  margin: 10px;
}

.dropdown-label {
  margin-right: 10px;
}

.job-dropdown {
  padding: 5px;
}

.search-button {
  padding: 5px 10px;
  cursor: pointer;
}

/* Mobile Styles */
@media (max-width: 600px) {
  .career-drop {
      flex-direction: column;
      align-items: stretch;
  }

  .dropdown-container,
  .job-listed {
      margin: 5px 0;
      width: 100%;
  }

  .dropdown-label,
  .job-dropdown,
  .search-button {
      width: 100%;
      text-align: left;
  }

  .search-button {
      margin-top: 10px;
      padding: 10px;
      text-align: center;
  }
}


.job-form label {
  font-size: 22px;
  margin: 10px 10px 10px 5px;
  font-weight: 900;
}

.job-form .select-container{
  width: 100%;
  margin: 20px 0;
}

.job-form .select-container select{
  border: 1px solid black;
  width: 100%;
  height: 8vh;
  font-size: 18px;
  border-color: grey;
  background-color: white;
  padding: 0 10px;
  border-radius: 5px;
}

.jobs-count {
  margin-bottom: -50px;
}

.job-section{
  padding: 20px 0;
}

.job-section a{
  text-decoration: none;
  color: #2e9ee4;
  font-size: 20px;
}

.job-section h3{
  font-size: 28px;
}

.job-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.job-row .col-left{
  padding: 20px 0 20px 20px;
}

.job-row .col-right{
  padding: 20px 20px 20px 0;
}
/* carrer css end */

/* card css */
.card {
  transition: box-shadow 0.3s ease;
}
.card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card-title {
  color: blue;
  font-weight: bold;
  margin-bottom: 1rem;
}
.card-text {
  color: #555;
}
.card-img-top{
height: 100px;
width: 100px;
}
/* card css end */

/* world wide css */
/* .FluidDesktopSize {
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}
.FluidDesktopSize .MaxWidth {
  max-width: 1290px;
  margin: 0 auto;
}
.paddingBottom20 {
  padding-bottom: 20px;
}

.paddingTop20 {
  padding-top: 20px;
}
.text-center {
  text-align: center;
}
.blueText {
  color: #0444ff;
} */

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

/* testimonail end  */

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* carrer css */
.career-title{
  font-weight: 500;
  color:#002ffe;
  text-align: center;
}
.career-para{
  color:#000;
  font-weight: 400;
}
/* conatct -css */
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #ffd565;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background:rgb(18, 32, 236);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* about sec css */
.about h2 {
  font-size: 38px;
  font-weight: 700;
  font-family: var(--font-secondary);
  /* margin: 30px 0; */
}

@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 40px 0;
  }
}

.about .our-story {
  /* padding: 40px; */
  background-color: #f5f6f7;
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--color-primary);
}

.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* about css start  */

.sevices-head{
  text-align: center;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  background: #fff;
  box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
  padding: 30px;
}

.stats-counter .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.stats-counter .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-secondary);
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/* blog css */
.blog-head{
  color:#2908e4;
  text-align:center;

}
.blog-bg{
  background-color:#F1F5F8;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color:#ffff!important;
  line-height: 0;
}

.scroll-top:hover {
  background: #041cf7;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* testimaonial css */

