
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
  *{
    font-family: "Montserrat", sans-serif !important;
}
@-ms-viewport{
    width: device-width;
  }

body{
    background-image: url('../img/home/pixel-bg.png');
    background-repeat: repeat;
}
h1, h2, h3, h4
{
    text-transform: uppercase !important;
    font-weight: 800;
    font-size: 40px;

  }
  h5{
    text-transform: uppercase !important;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
  }
  p{
    color: #000 !important;
  }
  a{
    padding: 14px 14px;
  }
  .navbar-brand{
      padding:0px !important;
  }
.nav-cover nav{
    background-color:white !important;
}
.navbar-toggler{
    border:0px solid !important;
}
  .select2-container--default .select2-selection--multiple{
    border-radius: 0px !important;
  }
  .btn{
      border-radius:0px !important;
  }
  .btn, .from-control{
    padding: 15px 18px ;
  }
  .btn-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    /* text-decoration: none; */
    /* font-size: 18px; */
    /* border: 2px solid #ffffff; */
    background-color: #ff7327;
    color: #fff;
    padding: 14px 14px;
     border-radius: 0px !important; 
  transition: 0.3s;
  /* box-shadow: 5px 5px 0px rgba(51, 51, 51, 1);*/
  border-color:#ff7327;
  color:white !important;
}
.nav-tabs .nav-link{
     background-color: white;
    padding: 14px 14px;
     border-radius: 0px !important; 
  transition: 0.3s;
  /* box-shadow: 5px 5px 0px rgba(51, 51, 51, 1);*/
  border-color:#ff7327;
  color:black !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
     background: #ff7327 !important;
    border-color:#ff7327;
  color:white !important;
}
.nav-tabs{
    font-weight:bold;
    border:0px solid !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:visited {
    background-color: #ff7327 !important; /* Darker background on hover */
    /* border-color: #fff !important; /* Changed border color on hover */ */
    color: #fff; /* Ensures text color remains white */

    padding: 14px 14px; /* Retained padding */
}
.form-control, .select2-selection {
    border:1px solid #d2d2d2 !important;
    border-radius:0px !important;
        display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.select2-search__field{
    margin:0px !important;
}
.btn-outline-warning {
    display: flex; /* Added for consistency with the reference */
    align-items: center; /* Center-align content */
    justify-content: center; /* Center content horizontally */
    line-height: 1; /* Consistent line-height */

    text-decoration: none; /* Removed underline */

    border: 2px solid #ff7327 ; /* Black border */
    background-color: transparent; /* Transparent background */
    color: #ff7327 ; /* Black text */
    padding: 14px; /* Unified padding */


    transition: 0.3s; /* Added transition for smoother effect */

}

.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning:focus {
    background-color: #ff7327 ; /* Black background on hover */
    border-color: #ff7327 ; /* Black border */
    color: #fff; /* White text on hover */
    box-shadow: none; /* No shadow on hover */
    padding: 14px; /* Retained consistent padding */
}

  .text-warning {
    color: #ff7327  !important;
    /* text-shadow:
    -1px -1px 0 #ffffff,  /* top-left shadow */
     1px -1px 0 #ffffff,  /* top-right shadow */
    -1px  1px 0 #ffffff,  /* bottom-left shadow */
     1px  1px 0 #ffffff;  /* bottom-right shadow */ */
  }

  .bg-warning {
    background-color: #ff7327 ;
  }

  .bg-success{
    background-color: #34a853 !important;
  }
  .text-succes{
   color: #34a853 !important;
  }
  .badge{
    padding: 6px 14px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
  }
.category-section, .featured-section, .testimonial-section{
   padding-top: 50px;
   padding-bottom: 50px;
}
.featured-section{
    background-color: #f2f2f2;
}
.job-card{
 border-radius: 0px !important;
}
.main-banner-section {

    background: url('../../dist/assest/zim.mp4');
    background-image: url('../../dist/assest/zim.mp4');
    background-size: cover;
    background-repeat: none;

}
.main-banner-section .main-banner-inner{


    background-color: #003660a1;
    min-height: 400px;

}
.main-banner-section .head-area-text{

    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-Secondary{
    color: #000 !important;
}
.card{
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    display: flex !important;
    flex-direction: row-reverse !important;
}
.main-banner .search-box .btn{

}
.category-card{
  text-decoration: none;
      border: 2px solid #000;
      background-color: white;
      color: #000;
      padding: 14px;
      border-radius: 0 !important;
      transition: 0.3s;
      /* box-shadow: 5px 5px 0px rgba(51, 51, 51, 1); */
      border-radius: 0px !important;

}
.category-card .icon, .job-card .icon{
    width: 70px;
    height: 70px;
    border-radius: 0px !important;

}
.category-card .icon{
    background-color: #3173a1;
}
.testimonial-section {
    padding-bottom: 50px;
}

.testimonial-section .testimonials {
    position: relative;
    margin-top: 30px;
}

.testimonial-section .testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.testimonial-section .testimonials .owl-stage-outer {
    padding: 0px 0;
}

.testimonial-section .testimonials .owl-nav {
    display: none;
}

.testimonial-section .testimonials .owl-dots {
    text-align: center;
}

.testimonial-section .testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #000;
    margin: 0 5px;
}

.testimonial-section .testimonials .owl-dots .active {
    box-shadow: none;
}

.testimonial-section .testimonials .owl-dots .active span {
    background: #000;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.testimonial-section .testimonials .card {
    background: #fff;
    margin: 0 20px;
    padding: 50px 10px;
    border-radius: 0px;
    border: 1px solid #000;
}

.testimonial-section .testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    width: 100px;
    height: 100px;
}

.testimonial-section .testimonials .card h5 {
    color: #000;
    font-size: 21px;
    line-height: 1.3;
}

.testimonial-section .testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.testimonial-section .testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.testimonial-section .testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.testimonial-section .testimonials .center {
    opacity: 1;
}

.testimonial-section .testimonials .center h5 {
    font-size: 24px;
}

.testimonial-section .testimonials .center h5 span {
    font-size: 20px;
}

.testimonial-section .testimonials .center .card-img-top {
    max-width: 100%;
    height: 100px;
    width: 100px;
}

@media (max-width: 767px) {
    .testimonial-section .testimonials {
        margin-top: 20px;
    }
}

.testimonial-section .owl-carousel .owl-nav button.owl-next,
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.testimonial-section .owl-carousel button.owl-dot {
    outline: 0;
}
.heading-margin{
  margin-top: 100px;
}
