@media (max-width: 1366px) {}

@media (max-width: 1280px) {

  .wrap1,
  .wrap2,
  .wrap3,
  .wrap4,
  .wrap5 {
    padding-bottom: 5%;
    padding-left: 10.41%;
    padding-right: 0px;
  }

  .text {
    font-size: 60px;
  }

  .desc {
    font-size: 20px;
  }

  .portfolio-cards-wrap{
    max-width: 1100px;
/*    gap: 30px;*/
  }

  .portfolio-cards{
    max-width: 346px;
  }
}

@media (max-width: 1120px) {
  .navbar-light .container {
    padding: 10px 20px;
    border-radius: 0;
  }

  .navbar.navbar-light {
    top: 0;
  }

  .portfolio-cards{
    max-width: 360px;
  }
}

@media (max-width: 1024px) {
  .portfolio-cards{
    max-width: 360px;
  }
}

@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }

  .pb-50 {
    padding-bottom: 30px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .navbar-light .head-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    border-top: 1px solid #ddd;
  }

  .navbar-light .navbar-nav {
    padding-top: 10px;
  }

  .navbar-light .navbar-collapse {
    margin-top: 5px;
  }

  .navbar-light .head-nav .nav-link.primary-btn {
    padding: 10px 15px;
    margin-top: 10px;
  }

  .navbar-light .navbar-nav .nav-item {
    width: 100%;
  }

  .hidden-sm {
    display: none;
  }

  .hidden-lg {
    display: block;
  }

  /* website css starts */
  .navbar.navbar-light {
    position: inherit;
    margin-top: 0px;
    background-color: #0b1215;
  }

  .navbar-light .container-fluid {
    padding: 20px;
  }

  .head-logo-link,
  .head-logo {
    display: none;
  }

  .logo-img {
    width: 40%;
  }

  .mobile-logo {
    display: block;
    /* width: 40%; */
  }

  .why-section {
    background-image: none;
    padding-top: 0px;
  }

  .why-wrap {
    padding: 20px;
  }

  .why-desc .rhs {
    width: 100%;
  }

  .why-desc {
    flex-direction: column;
  }

  .why-desc .rhs h3 {
    margin-top: 15px;
  }

  .why-desc .rhs p {
    margin-bottom: 26px;
  }

  .why-us {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: contain;
  }

  .why-icons {
    justify-content: space-around;
    row-gap: 24px;
  }

  .philosophy-wrap h3 {
    position: initial;
    font-size: 28px;
    padding: 20px 10px;
  }

  .cards-wrap{
    flex-direction: column;
  }

  .philosophy-card{
    height: 200px;
  }

  .philosophy-card .title {
/*    left: calc(46%);*/
    top: 20%;
  }

/*  .philosophy-card .desc {
    display: none;
  }*/

  .featured-title {
    padding: 20px;
    padding-top: 70px;
  }

  .featured-title h3 {
    font-size: 28px;
  }

  .projects-section {
    padding: 20px;
    background: none;
    background-color: #0b1215;
  }

  .projects-section .nav-tabs .nav-link {
    padding: 0px;
    color: #faf9f6;
  }

  .project-slider {
    flex-direction: column;
    margin-top: 20px;
  }

  .testimonial-section h3 {
    margin-top: 50px;
    font-size: 28px;
  }

  .testimonial-section .testimonial-desc {
    margin-top: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .testimonial-wrap {
    /* margin-top: 60px; */
    margin-bottom: 140px;
  }

  .nav-button-wrap {
    bottom: 16px;
    left: 50%;
  }

  .contact-section {
    padding: 20px;
    background: none;
    background-color: #0b1215;
    padding-top: 50px;
    margin-top: 50px;
  }

  .contact-section h3 {
    font-size: 28px;
  }

  .contact-wrap {
    text-align: center;
  }

  .contact-info {
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
  }

  .footer .container {
    padding: 20px;
  }

  .footer-top {
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .brand-info {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-bottom {
    justify-content: center;
    gap: 20px;
  }

  .about-section {
    padding: 60px 20px;
  }

  .about-wrap h3 {
    font-size: 28px;
  }

  .mission-section {
    flex-direction: column-reverse;
  }

  .vision-section {
    flex-direction: column;
  }

  .round-logo-section {
    display: none;
  }

  .mission-section .lhs,
  .vision-section .rhs {
    padding: 60px 20px;
  }

  .title-icon {
    gap: 10px;
  }

  .title-icon h3 {
    font-size: 28px;
  }

  .arham-wrap {
    flex-direction: column;
  }

  .arham-wrap .lhs {
    padding: 60px 20px;
  }

  .arham-wrap .lhs h3 {
    font-size: 28px;
  }

  .arham-wrap .lhs .title-icon {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .arham-wrap .rhs {
    display: none;
  }

  .partner-title{
    padding: 60px 20px;
    padding-bottom: 28px;
  }

  .partner-title h3 {
    font-size: 28px;
  }

  .partner-wrap{
    flex-direction: column;
    padding: 0px 20px;
  }

  .team-title {
    padding: 60px 20px;
    padding-bottom: 28px;
  }

  .team-title h3 {
    font-size: 25px;
  }

  .team-title .nav-button-wrap {
    bottom: 77px;
    right: 20%;
  }

  .help-section {
    padding: 60px 20px;
    flex-direction: column;
  }

  .help-section .lhs {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }

  .help-section .rhs {
    border-top: 0px;
    border-left: 1px solid #000;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    padding: 20px;
  }

  .help-section .rhs h3 {
    font-size: 25px;
    padding-bottom: 8px;
  }

  .help-section .rhs p {
    font-size: 16px;
  }

  .contact-form .primary-btn {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .upcoming-wrap{
    background: none;
  }

  .upcoming-card img{
    max-width: 100%;
  }
  
  .upcoming-card-info .project-info{
    border-top: 0px;
    flex: none;
  }

  .upcoming-card-info .project-info img{
    padding-right: 30px;
  }

  .completed-wrap {
    padding: 60px 20px;
  }

  .completed-section .quote-img {
    display: none;
  }

  .completed-section p {
    font-size: 16px;
    line-height: 28px;
  }

  .portfolio-section h3 {
    font-size: 28px;
  }

  .portfolio-wrap {
    padding: 60px 0px;
  }

  .portfolio-cards-wrap {
    margin-top: 20px;
    justify-content: center;
  }

  .portfolio-cards{
    max-width: 100%;
  }

  .spacer {
    display: none;
  }

  .navbar-light.white-header .head-nav .nav-link {
    color: #faf9f6;
  }

  .gallery-section {
    padding: 20px;
  }

  .gallery-info {
    flex-direction: column;
    align-items: stretch;
  }

  .project-details {
    padding: 10px 20px;
  }

  .project-info {
    padding: 20px;
    border-left: none;
    border-top: 1px solid #FFFFFF;
  }

  .project-name {
    font-size: 22px;
    line-height: 40px;
  }

  .project-location {
    font-size: 16px;
  }

  .project-type,
  .project-category {
    font-size: 18px;
  }

  .enquiry-button .btn {
    height: 60px;
  }

  .tabs-ul {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }

  .tabs-ul li {
    border-right: none;
  }

  .overview-section {
    padding: 20px;
    background: none;
  }

  .overview-section h3 {
    font-size: 28px;
  }

  .amenities-section h3 {
    font-size: 28px;
  }

  .amenities-wrap {
    padding: 40px 0px;
  }

  .amenity-cards {
    margin-top: 20px;
  }

  .mySwiper5 {
    margin-bottom: 60px;
  }

  .floor-section {
    padding: 20px;
    flex-direction: column;
    gap: 40px;
  }

  .floor-section .lhs h3 {
    font-size: 28px;
  }


  .floor-section .lhs,
  .floor-section .rhs {
    flex-basis: 100%;
    max-width: 100%;
    gap: 40px;
  }

  .location-section .location-wrap {
    padding: 40px 20px;
    flex-direction: column;
  }

  .location-section .location-wrap .lhs h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .location-section .location-wrap .lhs p {
    margin-bottom: 46px;
  }

  .location-section .nearby-wrap {
    gap: 20px;
  }

  .project-gallery-title {
    padding: 30px 20px;
  }

  .project-gallery-section h3 {
    font-size: 28px;
  }

  .application-section {
    padding: 20px;
  }

  .positions-wrap {
    padding: 20px;
    margin-bottom: 20px;
  }

  .positions-section h3 {
    font-size: 28px;
  }

  .positions-section .pd-right-0 {
    padding-left: 0;
  }

  .positions-section .pd-left-0 {
    padding-right: 0px;
  }

  .apply-title {
    margin-bottom: 30px;
  }

  .life-wrap {
    padding: 20px;
  }

  .life-wrap h3 {
    font-size: 28px;
  }

  .life-wrap h3:before {
    left: 42%;
  }

  .life-desc {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .highlight-cards {
    flex-direction: column;
    gap: 30px;
  }

  .highlight-card {
    max-width: 100%;
    width: 100%;
  }

  .highlight-card img {
    max-width: 100%;
    width: 100%;
  }

  .philo-section {
    flex-direction: column;
    padding: 20px;
  }

  .philo-section h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .philo-section h4 {
    font-size: 22px;
  }

  .philo-section .highlight-cards {
    flex-direction: row;
    gap: 10px;
  }

/*  .philo-section .highlight-card{
    max-width: 100%;
  }*/

  .philo-section .highlight-card img {
    width: auto;
/*    max-width: 98px;*/
  }

  .philo-section .highlight-card p {
    font-size: 12px;
  }

  .chro-section {
    flex-direction: column;
    padding: 20px;
    gap: 0px;
  }

  .chro-section .lhs img{
    max-width: 100%;
  }

  .chro-section h3 {
    margin-top: 30px;
    font-size: 28px;
  }

  .chro-section h4 {
    font-size: 20px;
  }

  .chro-section p,
  .chro-section .designation {
    font-size: 18px;
  }

  .chro-quote {
    display: none;
  }

  .engage-section {
    padding: 20px;
  }

  .engage-title h3 {
    margin: 30px 0px;
    font-size: 28px;
  }

  .engage-info p {
    font-size: 18px;
  }

  .engage-section .highlight-cards {
    margin-top: 30px;
    gap: 30px;
  }

  .engage-section .highlight-card {
    max-width: 100%;
  }

  .growth-section {
    padding: 20px;
    padding-bottom: 60px;
  }

  .growth-section h3 {
    font-size: 28px;
    margin: 30px 0px;
  }

  .mySwiper8 .swiper-slide {
    flex-direction: column;
    gap: 10px;
  }

  .mySwiper8 .swiper-slide .rhs p {
    margin-bottom: 30px;
  }

  .mySwiper8 .swiper-slide .lhs img {
    max-width: 100%;
  }

  .query-section {
    padding: 20px;
    flex-direction: column;
  }

  .query-section .rhs .addresses {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .query-section .rhs .addresses p,
  .query-section .rhs .addresses a {
    max-width: 100%;
  }

  .faq-section {
    padding: 20px;
    margin-top: 0px;
  }

  .faq-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .accordion-flush .accordion-item .accordion-body {
    font-size: 18px;
  }

  .posts-section {
    margin-top: 40px;
    padding: 0px 20px;
  }

  .posts-section h4 {
    margin-bottom: 30px;
  }

  .post-card {
    width: 100%;
    max-width: 100%;
  }

  .post-card img {
    width: 100%;
    max-width: 100%;
  }

  .text {
    font-size: 26px;
    line-height: normal;
  }

  .desc {
    font-size: 20px;
    line-height: normal;
  }

  .designContent {
    flex-direction: column;
    margin-top: 130px;
    align-items: stretch;
  }

  .designContainer {
    height: calc(100vh - 88px);
  }

  #section-1 .designContent .img2,
  #section-3 .designContent .img4 {
    order: 2;
  }

  #main-header {
    transition: none;
  }

  #main-header.sticky {
    position: relative;
    background-color: #0b1215;
  }

  #main-header.sticky .navbar-light {
    transition: none;
    background-color: #0b1215
  }

  .navbar-light .head-nav .nav-link.active {
    color: #f39b07;
  }

  .article-content{
    padding: 20px;
  }

  .article-content tr, .article-content th, .article-content td{
    font-size: 14px;
  }

  .help-section .lhs img{
    height: 384px;
  }

  .mt-40-sm{
    margin-top: 30px !important;
  }

  .contact-form .row>*{
    margin-top: 30px;
  }

  .wrap1,
  .wrap2,
  .wrap3,
  .wrap4,
  .wrap5 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .project-slider img{
    margin-bottom: 20px;
    width: 100%;
  }

  .about-banner{
    background-color: #0b1215;
    margin-bottom: -2px;
  }
}

@media (max-width: 820px) {}

@media (max-width: 767px) {}

@media (min-width: 576px) {}

@media (max-width: 568px) {}

@media (max-width: 479px) {
  .projects-section .nav-tabs .nav-link{
    font-size: 20px;
  }
}

@media (max-width: 320px) {}