* {
    font-family: "Montserrat", sans-serif;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#preloader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-header {
    background: url('images/Career-page/career-img.png') !important;
    width: 100%;
    height: 95vh !important
    ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#main-content {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.6);
}

.carousel-caption {
    bottom: 3%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.nav-item:hover {
    background-color: rgba(0, 0, 0, 0.637);
    border-radius: 5px;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.732);
    border-radius: 0px;

}

.dropdown-menu .dropdown-item {
    color: white;
}

.dropdown-menu .dropdown-item:hover {
    color: white;
    background: black;
}

.dropdown-menu {
    transition: all 0.2s ease-in-out;
}

.carousel-caption p {
    font-size: 22px;
    color: #f1f1f1;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.nav-item {
    padding: 0 10px !important;
}

.nav-link {
    color: white !important;
    border-radius: 5px;
    font-weight: 700;
}

.navbar {
    transition: background 0.3s;
}

.search-form .search-input {
    width: 100px;
    transition: width 0.3s ease-in-out;
    background: transparent;
    border: none;
    outline: none;
    color: white;
}

.search-form .search-input::placeholder {
    color: white;
    opacity: 1;
    font-weight: 700;
}

.search-form .search-input:focus {
    width: 180px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

.explorebtn {
    background: rgba(0, 0, 0, 0.619);
    color: white;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid white;
}

.explorebtn:hover {
    background: rgba(0, 0, 0, 0.619);
    color: white;
    border: 1px solid white;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.search-input::placeholder {
    color: white;
}

.input-group .form-control:focus {
    width: 200px;
    transition: width 0.4s ease-in-out;
}

.search-input {
    background: transparent;
    color: white;
}

.offcanvas-end {
    width: 300px !important;
}

.offcanvas {
    background: rgba(0, 0, 0, 0.594);
    width: 100px;
}

.about h2 {
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

.about h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: 45%;
    bottom: 0;
    background: red;
}

.about-img {
    padding: 20px;
}

.about-img img {
    width: 100%;
}

.about-desc {
    padding: 20px;
    color: #666;
}
.about-desc p{
    text-align:center;
}

.about-btn button {
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    border: none;
    outline: none;
    padding: 10px 70px;
    font-weight: 500;
}


.logo-scroller {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.public {
    padding: 100px 10px;
}

.text {
    padding: 150px 20px 0 20px;
}

.text p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}


.public-head h2 {
    padding: 0 0 130px 0;
    font-weight: 400;
}

.logo-scroller-items {
    margin: -58px 0;
    overflow: hidden;
    cursor: default;
}

.logo-scroller-row {
    display: flex;
    position: relative;
    white-space: nowrap;
    justify-content: space-around;
    gap: 40px;
}

.logo-scroller-item {
    position: relative;
    flex: 1 1 auto;
    min-width: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-scroller-item span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.logo-scroller-item span img {

    object-fit: contain;
    display: block;
}

.counters {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    margin-top: 50px;
}

.counter {
    font-size: 38.0pt;
    font-weight: normal;
    color: grey;
    text-align: center;
}

.counter small {
    display: block;
    font-size: 20.0pt;
    color: silver;
}

.expert-head h2 {
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 200;
}

.expert-head h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: 46%;
    bottom: 0;
    background: rgba(255, 0, 0, 0.877);
}

.expert-head p {
    padding: 0 20px;
    color: #666;
}

.expert-head .res {
    color: red;
    font-size: 28px;
    padding-top: 30px;
}

.category {
    padding: 20px 20px;
    color: #666;
}

.expert-img {
    padding: 0 20px;
}

.join-text button {

    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    border: none;
    outline: none;
    padding: 10px 70px;
    font-weight: 500;

}

.footer {
    background: black;
    padding: 40px 0;
}

.footer-logo {
    padding: 0 30px 0 0;
}

.footer-logo img {
}

.footer-right {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 50px;
}

.footer-right h2 {
    color: white;
}

.footer-right ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-right ul li {
    color: white;
}

.footer-right ul li a {
    color: white;
    text-decoration: none;
}

.heading {
    font-weight: 600;
    color: white;
}

.links ul {
    list-style-type: none;
}

.contacts {
    display: flex;
    justify-content: space-between;

}

.address {
    float: left;
}

.socials-icons {
    display: flex;
    justify-content: start;
    color: white;

}

.facebook,
.instagram,
.youtube,
.pinterest {
    padding: 20px;
    font-size: 30px;
}

.footer-text {
    color: white;
}

.footer-text p {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    font-family: "Baloo Paaji 2", sans-serif;
}

#backToTop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 100;
    background-color: #333;
    color: white;
    border: none;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

.new-cont {
    width: 100% !important;
}

.new-cont1{
    padding-bottom: 40PX;
}

.new-cont2{
    padding-bottom: 30PX;
}

.project-heads h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: #666;
    font-size: 35px;
    padding-bottom: 5px;
}

.underline {
    width: 60px;
    height: 2px;
    background-color: rgba(255, 0, 0, 0.745);
    margin: 0 auto;
}

.image-card {
    position: relative;
    /* width: 50%; */
    overflow: hidden;
    cursor: pointer;
}

.image-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-card .label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.508);
    padding: 5px 15px;
    border-radius: 10px;
    text-transform: uppercase;
}

.hover-scale:hover img {
    transform: scale(1.2);
}

.gallery {
    padding: 20px;
}

.gallery img {
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    cursor: pointer;

}

.gallery img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.strength-head {
    text-align: center;
}

.strength-head h2 {
    color: red;
    font-weight: 300;
    text-transform: uppercase;
}

.project-heads .updates,.project-heads .trending,.project-heads .design {
    margin-top: 30px;
    border: 1px solid #333;
    background: transparent;
    padding: 10px 20px;
    margin-right: 10px;
    color: #333;
}
.contact-head h2{
    font-size: 22px;
    color: red;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .logo-scroller-item span img {
        max-height: 150px;
    }
}

@media (max-width: 768px) {
    .logo-scroller-item {
        min-width: 100px;
    }

    .logo-scroller-item span img {
        max-height: 80px;
    }
}

@media (max-width: 480px) {
    .logo-scroller-item {
        min-width: 80px;
    }
    .contacts iframe{
        display: none !important;
    }

    .logo-scroller-item span img {
        max-height: 60px;
    }
}


@media (max-width: 768px) {
    .footer-btm-left p, .footer-btm-right p,.footer-btm-right p{
        text-align:left !important;
        margin-top:20px !important;
    }
    .carousel-caption {
        bottom: 10%;
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .contacts {
        display: flex;
        justify-content: start;
    }

    .email {
        padding: 0 40px;
    }

    .socials-icons {
        display: flex;
        justify-content: center;
        color: white;
    }

    #preloader video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-desc p{
    text-align:justify !important;
}
    
.all-header {
    background: url('images/Career-page/career-img.png');
    width: 100%;
    height: 35vh !important
    ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.address{
    display:none;
}
.contacts iframe{
    display: none !important;
  }
 .offcanvas .dropdown-menu{
      background:rgba(0, 0, 0, 0.637) !important;
  }
  .carousel-item img {
    height: 35vh;
    object-fit: cover;
    filter: brightness(0.6);
}
}

.offcanvas .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none !important;
    width: 100%;
    margin: 0;
}
.aboutclass{
    padding: 60px 10px;
}

.aboutclassbutton{
    background-color: black;
    padding:10px 30px;
    border: none;
    border-radius: 0px !important;
    color: white;
} 


.acounter {
    font-size: 38.0pt;
    font-weight: normal;
    color: grey;
    text-align: center;
}

.acounter small {
    display: block;
    font-size: 20.0pt;
    color: silver;
}
.cards{
    background: #f9f9f9;
    padding: 40px 10px;
}
.card-desc{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.card-icon{
   background-color: rgb(255, 128, 128);
   width: 30%;
   padding: 17px 0px;
   color: white;
   font-size: 20px;
}
.cards-icon{
    display: flex; 
    justify-content: center;
    align-items: center;
}
.socials-icons a{
    color:white !important;
}
.card-desc-head{
    padding-top: 20px;
}
.card-desc:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/home/Property\ Valuations.jpg);
    color: white;
    background-position: center;
    background-size: cover;
}
.card-desc:hover .heading{
    
    color: white;
}
.card-desc-head .heading{
    font-weight: 700;
    color: black;
    font-size: 20px;
}
.card-desc-head .desc{
    text-align: center;
    line-height: 1.4;
}
.choose{
    padding: 40px 0px;
    background-color: #171C24;
    display: flex;
    
}
.choose-right{
    padding: 30px 50px 50px  50px;
    color: #fff;
}
.choose-right .desc{
    font-size: 40px;
    padding-bottom: 20px;
}
.choose-des{
    border-bottom: 1px solid rgba(222, 222, 222, 0.54);
}
.icon-box{
    padding: 30px 0 0 0 ;
    display: flex;
}
.icons{
    background-color:#759cdb6b ;
    width: 90px;
    height: 60px;
    border-radius: 50%;
}
.fa-diamond{
    font-size: 20px;
}
.icon-text{
    padding:  0 0 0 20px;
}
.icon-text h3{
    font-size: 18px;
    font-weight: 700;
}
.gallery-img img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(143, 143, 143);
}

/* img1 */
.ncardimg1 img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(143, 143, 143);
    display: block;
    width: 100%;
      }

.ncardimg1 {
    width: 100%;
  }
  
  .ncardimg1 img{
    position: relative;
  }
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .ncardimg1:hover .overlay {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
    }
  
  /* img2 */
  .ncardimg2 img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(143, 143, 143);
    display: block;
    height: auto;
    width: 100%;
      }
      .newcards2 img{
        height: 365px !important;
      }
      .newhotels img, .parkhotels img{
        height: 284px !important;
      }


.ncardimg2 {
    position: relative;
    width: 100%;
    
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .ncardimg2:hover .overlay {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
  }

  /* img3 */
  .ncardimg3 img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(143, 143, 143);
    display: block;
    height: 240px;
    width: 100%;
      }


.ncardimg3 {
    position: relative;
    width: 100%;
    
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 89%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .ncardimg3:hover .overlay {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
  }

  /* img4 */
  .ncardimg4 img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(143, 143, 143);
    display: block;
    height: auto;
    width: 100%;
      }


.ncardimg4 {
    position: relative;
    width: 100%;
    
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 89%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .ncardimg4:hover .overlay {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
  }

  /* img5 */
  .ncardimg5 img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(143, 143, 143);
    display: block;
    height: auto;
    width: 100%;
      }


.ncardimg5 {
    position: relative;
    width: 100%;
    
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 89%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .ncardimg5:hover .overlay {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
  }

  /* img6 */
  .ncardimg6 img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(143, 143, 143);
    display: block;
    height: auto;
    width: 100%;
      }


.ncardimg6 {
    position: relative;
    width: 100%;
    
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 89%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .ncardimg6:hover .overlay {
    opacity: 1;
    width: 100%;
    border-radius: 10px;
  }

  .ncardimgs{
    padding-top: 25px;
    padding-bottom: 40px;
  }

  /* vastu section */
  .vas{
    
    padding-bottom: 40px;
  }

  .vas img{
    width: 100%;
  }

  .vastuhe{
    padding-bottom: 40px;
  }

  .ncardimgss{
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .ncardimgmdl{
    text-align: center;
    justify-content: center;
    padding-bottom: 40px;
  }

  .ocardimg2 img{
    width: 100%;
  }
  
  .ocardimg1 img{
    width: 100%;
  }

  .ocardimg1 p{
   
    line-height: 22px;
    padding: 30px 20px 0;
  }

  .ocardimg3 img{
     width: 100%;
  }

  .ocardimg3 p{
    line-height: 22px;
    padding: 30px 20px 0;
  }

  .ocardimgs{
    padding: 40px 10px ;
  }

  .vas{
    padding: 30px 0;
  }

  .vass{
    padding-bottom: 40px;
  }

  .new-sec{
    padding-top: 40px;
  }
  .contacts iframe{
    display: block;
  }


  /* Career section start */

  .careers-step-sec h2{
    text-align: center;
  }

  .careers-s-img img{
    width: 100%;
  }

  .experts{
    padding: 40px 0;
  }

  .experts-h h2{
    text-align: center;
    padding-bottom: 20px;
  }

  .form-sec{
    padding-top: 40px;
  }

  .form-placeholder{
    padding-bottom: 10px;
  }

  .form-placeholder-h{
    padding-bottom: 20px;
  }

  /* form css */

  .form-container {
  background: #fff;
  padding: 25px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.form-row {
  gap: 20px;
  margin-bottom: 15px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}

.form-group input,
textarea {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #eeeaea;
  border-radius: 3px;
  outline: none;
}



textarea {
  resize:  none;
  min-height: 80px;
}

.full-width {
  width: 100%;
  margin-bottom: 15px;
}

.gender {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
}

.gender label {
  font-size: 14px;
}

button {
  background-color: #661e6e;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

  /* End form css */


.footer-btm-left p,.footer-btm-right p,.footer-btm-right a{
    color: white;
    margin: 0;
}
.footer-btm-left a{
    color: white;
    margin: 0;
}
.footer-btm-right p{
    text-align: right;
}



  /* Career section start */