@media screen and (max-width: 1399px) {
  .header .logo-container {
    max-width: 275px;
  }
  .header ul li {
    margin-right: 30px;
  }
  .banner-sec .heading {
    font-size: 50px;
    line-height: 55px;
  }
  .banner-sec p {
    font-size: 18px;
  }
  .common-heading {
    font-size: 46px;
  }
  .common-heading.sub-title {
    font-size: 32px;
  }
  .common-heading.sub-sub-title {
    font-size: 20px;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  .common-sec {
    padding: 50px 0;
  }
  .overlay-image-effect .item .title-sec {
    font-size: 20px;
  }
  /* Inner Pages*/
  .contact-page-sec .image img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1199px) {
  .header .logo-container {
    max-width: 200px;
  }
  .header ul li {
    margin-right: 22px;
  }
  .header ul li a {
    padding: 25px 0;
    font-size: 14px;
  }
  .banner-sec .image img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-sec .heading {
    font-size: 40px;
    line-height: 45px;
  }
  .banner-sec .owl-nav-dots-container {
    right: 15px;
  }
  .common-heading {
    font-size: 32px;
  }
  .common-heading.sub-title {
    font-size: 26px;
  }
  .common-heading.sub-sub-title {
    font-size: 18px;
  }
  .company-history .item {
    padding: 20px;
  }
  .company-history .item img {
    max-width: 70px;
  }
  .company-history .item .description {
    font-size: 18px;
    line-height: 24px;
  }
  .company-history .item .description .title {
    font-size: 26px;
  }
  .company-history .item .description .subtitle {
    margin-top: 10px;
  }
  .company-history {
    margin-bottom: 30px;
  }
  .expertise-sec-homepage .left {
    width: 100%;
    padding-right: 0;
  }
  .expertise-sec-homepage .left .description {
    text-align: center;
    margin-bottom: 20px;
  }
  .expertise-sec-homepage .left .icon {
    display: none;
  }
  .expertise-sec-homepage .left .common-heading {
    margin-top: 0;
  }
  .expertise-sec-homepage .right {
    width: 100%;
  }
  .common-slide-btn .owl-nav {
    justify-content: center !important;
  }
  .common-slide-btn .owl-dots {
    bottom: 25px;
  }
  .mission-vision .card .text-content {
    padding: 20px 40px;
  }
  .success-stories .item {
    padding: 20px 30px 60px;
  }
  .setup-part .services .service-item {
    width: 28%;
    justify-content: space-around;
  }
  .setup-part .services .service-item .icon {
    width: 100px;
  }
  .setup-part .services .service-item .text {
    width: calc(100% - 120px);
  }
  .hvac-solution-sec .left .item {
    padding: 20px;
  }
  .hvac-solution-sec .right {
    padding: 20px;
  }
  .footer {
    font-size: 14px;
    padding-bottom: 0;
  }
  .footer .left {
    width: 52%;
  }
  .footer .left .item {
    width: 31%;
  }
  .footer .footer-bottom {
    margin-top: 40px;
  }
  /*Inner Pages*/
  .banner-sec.inner-banner .heading span {
    font-size: 24px;
    line-height: 120%;
  }
  .career-overview-sec .right {
    padding: 30px;
  }
  .contact-page-sec {
    margin-top: 25px;
  }
  .joint-venture-sec .image img.w-full {
    min-height: auto;
  }
  .joint-venture-sec .description .common-heading {
    left: -335px;
    font-size: 50px;
  }
  .case-study-sec li {
    padding-bottom: 50px;
    align-items: normal;
  }
  .case-study-sec li .image {
    width: 100%;
  }
  .case-study-sec li .image img {
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case-study-sec li .text {
    width: 100%;
    order: 2 !important;
  }
  .case-study-sec li .title {
    font-size: 16px;
    line-height: 120%;
  }
  .expertise-sec {
    padding: 50px 0;
  }
  .offerings-include .left {
    width: 48%;
  }
  .offerings-include .right {
    width: 48%;
    max-height: 455px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.success-stories.inner-page .items {
  padding-left: 15px;
  padding-right: 15px;
}

.our-awards .awards {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .common-sec {
    padding: 25px 0;
  }
  .header {
    padding: 15px 0;
  }
  .header .nav-links {
    display: block;
    position: fixed;
    top: 0;
    width: 80%;
    padding-top: 50px;
    max-width: 350px;
    right: -350px;
    transition: all linear 0.3s;
    background: var(--bluecolor);
    z-index: 999;
    height: 100%;
    overflow-y: auto;
  }
  .header .nav-links li {
    width: 100%;
    margin: 0;
  }
  .header .nav-links li.close {
    display: flex;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    justify-content: center;
    color: var(--bluecolor);
    cursor: pointer;
    align-items: center;
    border-radius: 50%;
    right: 5px;
    top: 8px;
  }
  .header .nav-links li a {
    color: #fff;
    padding: 15px 0 15px 15px;
    border-bottom: solid 1px #fff;
  }
  .header .nav-links li.active a, .header .nav-links li:hover a {
    color: #fff;
  }
  .header .nav-links li.active .sub-dropdown, .header .nav-links li:hover .sub-dropdown {
    display: block;
  }
  .header .nav-links li .sub-dropdown {
    position: relative;
    min-width: auto;
    top: 0;
    display: none;
    padding-left: 0;
    background-color: #fff;
  }
  .header .nav-links li .sub-dropdown li a {
    color: var(--blackcolor);
  }
  .header .nav-links li:hover .sub-dropdown {
    display: none;
  }
  .header .nav-links li.sub-list a {
    position: relative;
  }
  .header .nav-links li.sub-list a:after {
    content: "+";
    font-size: 24px;
    color: #fff;
    float: right;
    position: absolute;
    right: 20px;
    top: 20%;
    pointer-events: none;
  }
  .header .nav-links li.sub-list.active a:after {
    content: "-";
  }
  .header .nav-links.active {
    right: 0;
  }
  .header .menu-bar {
    display: flex;
  }
  .header .compnay-profile a {
    padding: 8px 4px;
    /* margin-right: 20px; */
    border: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: left;
  }
  .header .logo-container {
    width: auto;
  }
  .banner-sec p {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-sec .owl-nav-dots-container {
    right: 0;
    left: 0;
    bottom: 30px;
  }
  .banner-sec .owl-nav-dots-container .owl-nav {
    display: none;
  }
  .banner-sec .owl-nav-dots-container .owl-dots {
    justify-content: center;
  }
  .banner-sec .owl-nav-dots-container .owl-dots button.active {
    background: var(--bluecolor);
  }
  .overview-sec .container {
    row-gap: 20px;
  }
  .overview-sec .left,
  .overview-sec .right {
    width: 100%;
  }
  .company-history {
    border: none;
  }
  .company-history .items {
    justify-content: space-between;
    row-gap: 20px;
    border: none;
  }
  .company-history .items .item {
    width: 49%;
    border: none;
    background: var(--bluecolor);
    color: #fff;
  }
  .company-history .items .item img {
    filter: brightness(0) invert(1);
  }
  .mission-vision .card .text-content {
    padding: 20px;
  }
  .mission-vision .card .text-content .sub-sub-title {
    display: none;
  }
  .mission-vision .card .text-content .text {
    margin-top: 15px;
    padding-left: 50px;
  }
  .needs-meet-sec .tabbs-sec li a {
    padding: 5px 20px;
  }
  .overlay-image-effect.hotels-sec .owl-item .title-sec {
    opacity: 1 !important;
  }
  .overlay-image-effect.hotels-sec .owl-item .product-desc {
    display: none;
  }
  .md-testimonial-sec .heading-sec {
    max-width: 80%;
    margin: 15px auto 0;
    position: static;
    text-align: center;
  }
  .setup-part .middle-sec {
    position: relative;
    width: 300px;
    height: 300px;
    padding: 30px;
    margin-bottom: 70px;
  }
  .setup-part .middle-sec img {
    margin-top: 0;
  }
  .setup-part .middle-sec::after, .setup-part .middle-sec::before {
    width: 300px;
    height: 300px;
  }
  .setup-part .services {
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
    min-height: auto;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .setup-part .services .service-item {
    width: 49%;
    margin-top: 0;
    padding: 15px;
    border: solid 1px var(--bluecolor);
    border-radius: 15px;
  }
  .setup-part .services .service-item .text {
    width: 100%;
    text-align: left;
  }
  .setup-part .services .service-item .icon {
    display: none;
  }
  .success-stories .item {
    padding: 20px;
  }
  .success-stories .item .author {
    position: static;
    margin-top: 15px;
    width: 100%;
  }
  .hvac-solution-sec .container {
    row-gap: 20px;
  }
  .hvac-solution-sec .left,
  .hvac-solution-sec .right {
    width: 100%;
  }
  .hvac-solution-sec .right {
    text-align: center;
  }
  .hvac-solution-sec .right img {
    margin: 0 auto;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer .left,
  .footer .right {
    width: 100%;
  }
  .footer .social-media {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .footer .right .common-heading {
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 0;
  }
  /*Inner Pages*/
  .banner-sec.inner-banner .content {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .banner-sec.inner-banner .content .items {
    row-gap: 10px;
  }
  .banner-sec.inner-banner .content .left,
  .banner-sec.inner-banner .content .right {
    width: 100%;
    text-align: center;
  }
  .banner-sec.inner-banner .content .left ul,
  .banner-sec.inner-banner .content .right ul {
    justify-content: center;
  }
  .banner-sec.inner-banner .content .left ul li:first-of-type,
  .banner-sec.inner-banner .content .right ul li:first-of-type {
    padding-left: 0;
  }
  .banner-sec.inner-banner .heading {
    top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner-sec.inner-banner .heading em {
    padding-right: 0;
  }
  .banner-sec.inner-banner .heading em:after, .banner-sec.inner-banner .heading em:before {
    display: none;
  }
  .banner-sec.inner-banner .heading span {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 28px;
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
  .team-expertise .item {
    padding: 20px;
  }
  .team-expertise .item .icon {
    width: 100px;
    height: 100px;
  }
  .career-overview-sec .right {
    padding: 15px;
  }
  .career-overview-sec .right .common-heading.sub-sub-title {
    line-height: 140%;
  }
  .contact-page-sec .inner ul li {
    margin-top: 20px;
    font-size: 16px;
    padding: 8px 0 8px 60px;
  }
  .enquiry-now-page ul li .title {
    width: 100%;
  }
  .joint-venture-sec {
    margin: 0;
  }
  .joint-venture-sec .container {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
  .joint-venture-sec .image img.w-full {
    min-height: 320px;
  }
  .joint-venture-sec .description {
    width: 95%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .joint-venture-sec .description .icon {
    display: none;
  }
  .joint-venture-sec .description .common-heading {
    position: static;
    font-size: 26px;
    color: #000;
  }
  .joint-venture-sec .description::before {
    display: none;
  }
  .case-study-sec li .text {
    padding: 10px;
  }
  .needs-meet-sec.inner-page .overlay-image-effect .owl-item {
    width: calc(33% - 2px);
  }
  .offerings-include .right {
    min-height: 387px !important;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .offerings-include .right .item .icon {
    width: 60px;
  }
  .offerings-include .right .item .text {
    width: calc(100% - 75px);
  }
  .career-overview-sec .right li .common-heading.sub-sub-title {
    width: calc(100% - 80px);
  }
  .casestudy-detail-page .objectiv-sec ul li {
    margin-left: 25px;
  }
  .sets-part .sets-apart-listing .left-part-image {
    width: 35%;
  }
  .sets-part .sets-apart-listing .right-apart {
    width: 60%;
  }
  .sets-part .sets-apart-listing .right-apart .item {
    width: 48%;
    top: 0 !important;
    margin-bottom: 40px;
    max-height: none !important;
    min-height: auto !important;
  }
  .sets-part .sets-apart-listing .right-apart .item img {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .ehs-initiatives-sec {
    padding-bottom: 80px;
  }
  .ehs-initiatives-sec .container {
    max-width: 1200px !important;
  }
  .ehs-initiatives-sec .container .esh-list {
    margin-top: 30px;
  }
  .ehs-initiatives-sec .container .esh-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ehs-initiatives-sec .container .esh-list ul li {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    float: none;
    position: relative;
    margin-top: 0px;
    transition: 0.8s ease-in-out;
    margin-bottom: 30px;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex {
    width: 100%;
    justify-content: flex-start;
    display: block;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .left-item {
    width: 100%;
    padding: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    border-radius: 0px 0px 0px 0px;
    border: 0;
    margin: 0px;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .left-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
    height: 100%;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item {
    width: 100%;
    background: #bae0f2;
    border-radius: 0px;
    margin-bottom: 30px;
    padding: 30px;
    margin: 0px 0px;
    transition: 0.4s ease-in-out;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item .esh-title {
    color: #0265a8;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 22px;
    position: relative;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item .esh-title:before {
    position: absolute;
    bottom: 0;
    width: 49px;
    height: 6px;
    background: #0265a8;
    content: "";
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item p {
    margin-top: 22px !important;
  }
  .ehs-initiatives-sec .container .esh-list ul li:first-child {
    position: relative;
    margin-top: 0;
  }
  .ehs-initiatives-sec .container .esh-list ul li:last-child {
    margin-bottom: 50px;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) {
    float: left;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex {
    justify-content: flex-start;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex .left-item {
    order: 1;
    border-radius: 0;
    margin: 0;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex .left-item img {
    width: 100%;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex .right-item {
    border-radius: 0;
    padding: 30px;
    order: 2;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .left-item img {
    filter: none;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item {
    background-color: #0265a8;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item .esh-title {
    color: #fff;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item .esh-title::before {
    background-color: #fff;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item p {
    color: #fff;
  }
  .joint-venture-sec {
    margin: 0;
  }
  .joint-venture-sec .container {
    bottom: auto;
    top: 50%;
    transform: translateY(0);
  }
  .joint-venture-sec .image img.w-full {
    min-height: 320px;
  }
  .joint-venture-sec .description {
    width: 95%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .joint-venture-sec .description .icon {
    display: none;
  }
  .joint-venture-sec .description .common-heading {
    position: static;
    font-size: 26px;
    color: #000;
  }
  .joint-venture-sec .description::before {
    display: none;
  }
  .future-bottom {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .overlay-image-effect .item .title-sec {
    font-size: 16px;
    line-height: 20px;
  }
  .mission-vision .container {
    row-gap: 20px;
  }
  .mission-vision .card {
    width: 100%;
  }
  .mission-vision .card .image-container {
    order: 1 !important;
  }
  .mission-vision.about-page-mission .card {
    width: 100%;
  }
  .mission-vision.about-page-mission .card .text-content {
    order: 2 !important;
  }
  .our-awards {
    padding: 20px 0px;
  }
  .our-awards .left-award {
    width: 100%;
    justify-content: center;
  }
  .our-awards .left-award img {
    display: none;
  }
  .our-awards .left-award .common-heading {
    margin-bottom: 20px;
  }
  .our-awards .right-award {
    width: 100%;
  }
  .md-testimonial-sec .left {
    width: 100%;
    padding-bottom: 80px;
    margin-top: 10px;
    order: 2;
    padding-top: 0px;
  }
  .md-testimonial-sec .left .message .author-detail {
    margin-top: 10px;
  }
  .md-testimonial-sec .right {
    width: 100%;
  }
  .md-testimonial-sec .right img {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 15px;
  }
  .footer {
    background-image: none;
  }
  .footer .left .item {
    width: auto;
  }
  .footer .right li input,
  .footer .right li select,
  .footer .right li textarea {
    padding: 5px;
    font-size: 14px;
  }
  .footer .footer-bottom {
    margin-top: 20px;
  }
  .footer .footer-bottom .container {
    row-gap: 5px;
  }
  .footer .footer-bottom .item {
    width: 100%;
    text-align: center;
  }
  ::-moz-placeholder {
    font-size: 14px;
    font-weight: var(--fontregular);
  }
  ::placeholder,
  .common-form-sec input,
  .common-form-sec select,
  .common-form-sec textarea {
    font-size: 14px;
    font-weight: var(--fontregular);
  }
  /* Inner Pages*/
  .career-overview-sec {
    row-gap: 20px;
  }
  .career-overview-sec .left,
  .career-overview-sec .right {
    width: 100%;
    border-radius: 15px;
  }
  .offerings-include.career-job-form-sec .left,
  .offerings-include.career-job-form-sec .right {
    width: 100%;
  }
  .contact-page-sec .container {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-page-sec .image {
    width: 100%;
    order: -1;
  }
  .contact-page-sec .image img {
    min-height: auto;
  }
  .needs-meet-sec.inner-page .tabbs-sec ul {
    flex-wrap: wrap;
  }
  .needs-meet-sec.inner-page .tabbs-sec ul li {
    width: 32%;
    font-size: 14px;
    font-weight: var(--fontregular);
  }
  .needs-meet-sec.inner-page .overlay-image-effect .owl-item {
    width: 100%;
  }
  .offerings-include .items {
    row-gap: 20px;
  }
  .offerings-include .left {
    width: 100%;
  }
  .offerings-include .right {
    width: 100%;
  }
  .offerings-include .right .item .answer-sec .text {
    width: 100%;
  }
  .sustainbility-section .left {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .sustainbility-section .left img {
    position: relative;
    bottom: 0 !important;
  }
  .sustainbility-section .right {
    width: 100% !important;
  }
  .projects-slider {
    margin-top: 70px;
  }
  .map-section .container {
    max-width: 1200px !important;
  }
  .map-section .image {
    border-radius: 30px;
    overflow: scroll;
    position: relative;
    max-width: 100%;
  }
  .map-section .image .india-map {
    height: 585px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    min-width: 767px;
    overflow-x: auto;
  }
  .map-section .image .map-tab {
    position: absolute;
    left: -193px;
    top: -4px;
  }
  .map-section .image .map-tab li {
    position: absolute;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    transition: all linear 0.3s;
  }
  .map-section .image .map-tab li a {
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .map-section .image .map-tab li a .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: var(--bluecolor);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 45%;
    margin-left: -65px;
  }
  .map-section .image .map-tab li a .tooltiptext:after {
    position: absolute;
    content: "";
    transition: all linear 0.3s;
    width: 5px;
    height: 5px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid var(--bluecolor);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
  }
  .map-section .image .map-tab li.active a span, .map-section .image .map-tab li:hover a span {
    visibility: visible;
  }
  .map-section .image .map-tab li.UttarPradesh {
    left: 546px;
    top: 157px;
  }
  .map-section .image .map-tab li.Maharashtra {
    left: 440px;
    top: 280px;
  }
  .map-section .image .map-tab li.WestBengal {
    left: 654px;
    top: 225px;
  }
  .map-section .image .map-tab li.Karnataka {
    left: 466px;
    top: 349px;
  }
  .map-section .image .map-tab li.Gujarat {
    left: 401px;
    top: 237px;
  }
  .map-section .image .map-tab li.Delhi {
    left: 500px;
    top: 157px;
  }
  .map-section .image .map-tab li.Haryana {
    left: 487px;
    top: 120px;
  }
  .map-section .image .map-tab li.Rajasthan {
    left: 445px;
    top: 157px;
  }
  .map-section .image .map-tab li.TamilNadu {
    left: 521px;
    top: 397px;
  }
  .map-section .image .map-tab li.MadhyaPradesh {
    left: 517px;
    top: 230px;
  }
  .map-section .image .map-tab li.Assam {
    left: 727px;
    top: 164px;
  }
  .map-section .image .map-tab li.Telangana {
    left: 530px;
    top: 297px;
  }
  .map-section .image .map-tab li.Punjab {
    left: 473px;
    top: 89px;
  }
  .map-section .image .map-tab li.Uttarakhand {
    left: 527px;
    top: 105px;
  }
  .map-section .image .data-sec {
    position: absolute;
    width: 850px;
    max-width: 90%;
    right: 0;
    bottom: 155px;
    margin: 0 auto;
    position: sticky;
  }
  .map-section .image .data-sec .owl-stage {
    height: 100%;
  }
  .map-section .image .data-sec .owl-item {
    height: 100%;
  }
  .map-section .image .data-sec .item {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .map-section .image .data-sec .item .image-short {
    width: 135px;
    height: 135px;
  }
  .map-section .image .data-sec .item .image-short img {
    width: 100%;
    height: 100%;
  }
  .map-section .image .data-sec .item .text {
    width: calc(100% - 150px);
    padding: 10px 0;
  }
  .map-section .image .data-sec .item .title {
    font-size: 18px;
    color: var(--bluecolor);
    font-weight: var(--fontmedium);
  }
  .map-section .image .data-sec .item p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0 !important;
    font-weight: var(--fontmedium);
  }
  .map-tab li a .map-icon-listing {
    max-width: 24px;
    margin-right: 10px;
  }
  .map-tab li a:hover span {
    visibility: visible;
  }
  .sets-part .sets-part-heading {
    max-width: 100%;
  }
  .sets-part .sets-apart-listing .left-part-image {
    width: 100%;
  }
  .sets-part .sets-apart-listing .left-part-image img {
    margin: 0 auto;
  }
  .sets-part .sets-apart-listing .right-apart {
    width: 100%;
    align-items: baseline;
  }
  .sets-part .sets-apart-listing .right-apart .item {
    width: 48%;
  }
}
@media screen and (max-width: 479px) {
  .common-slide-btn .owl-dots {
    gap: 5px;
  }
  .common-heading {
    font-size: 28px;
  }
  .common-heading.sub-title {
    font-size: 22px;
  }
  .common-heading.sub-sub-title {
    font-size: 18px;
  }
  .banner-sec .heading {
    font-size: 28px;
    line-height: 30px;
  }
  .banner-sec p {
    font-size: 14px;
    line-height: 20px;
  }
  .company-history .item {
    padding: 15px;
  }
  .company-history .item .description {
    font-size: 14px;
    line-height: 18px;
  }
  .company-history .item .description .title {
    font-size: 18px;
  }
  .mission-vision .card .text-content .text {
    padding-left: 40px;
  }
  .mission-vision .card .text-content .text:before {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .success-stories .item .author {
    font-size: 12px;
  }
  .needs-meet-sec .tabbs-sec li {
    font-size: 16px;
  }
  .needs-meet-sec .tabbs-sec li a {
    padding: 8px 22px;
    margin-bottom: 10px;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .needs-meet-sec.inner-page .tabbs-sec li a {
    padding: 8px 10px;
  }
  .overlay-image-effect.hotels-sec .owl-item .image img {
    height: 300px;
  }
  .setup-part .services .service-item {
    width: 100%;
  }
  .hvac-solution-sec .left .items {
    row-gap: 20px;
  }
  .hvac-solution-sec .left .items .item {
    width: 100%;
  }
  .footer .left .item:nth-last-of-type(2n) {
    order: 3;
  }
  /*Inner Pages*/
  .bread-crumb li {
    font-size: 16px;
    padding: 0 15px;
  }
  .offerings-include.career-job-form-sec .right .item {
    padding: 20px 0;
  }
  .contact-page-sec .inner ul {
    max-width: 100%;
  }
  .enquiry-now-page ul li {
    width: 100%;
  }
  .enquiry-now-page ul li span {
    display: inline-flex;
  }
  .enquiry-now-page ul li span input {
    max-width: 20px;
    width: 20px;
  }
  .case-study-sec li {
    width: 100%;
    padding: 0;
  }
  .case-study-sec li .links {
    position: static;
  }
  .success-stories.inner-page .item {
    width: 100%;
  }
  .success-stories.inner-page .item::before {
    width: 10px;
    left: -10px;
  }
  .ehs-initiatives-sec {
    padding-bottom: 80px;
  }
  .ehs-initiatives-sec .container {
    max-width: 1200px !important;
  }
  .ehs-initiatives-sec .container .esh-list {
    margin-top: 30px;
  }
  .ehs-initiatives-sec .container .esh-list ul li {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: right;
    position: relative;
    margin-top: 0px;
    transition: 0.8s ease-in-out;
    margin-bottom: 30px;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex {
    width: 100%;
    justify-content: flex-start;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .left-item {
    width: 100%;
    padding: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    border-radius: 0px 0px 0px 0px;
    border: 0;
    margin: 0px;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .left-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
    height: 100%;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item {
    width: 100%;
    background: #bae0f2;
    border-radius: 0px;
    margin-bottom: 30px;
    padding: 30px;
    margin: 0px 0px;
    transition: 0.4s ease-in-out;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item .esh-title {
    color: #0265a8;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 22px;
    position: relative;
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item .esh-title:before {
    position: absolute;
    bottom: 0;
    width: 49px;
    height: 6px;
    background: #0265a8;
    content: "";
  }
  .ehs-initiatives-sec .container .esh-list ul li .flex .right-item p {
    margin-top: 22px !important;
  }
  .ehs-initiatives-sec .container .esh-list ul li:first-child {
    position: relative;
    margin-top: 0;
  }
  .ehs-initiatives-sec .container .esh-list ul li:last-child {
    margin-bottom: 50px;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) {
    float: left;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex {
    justify-content: flex-start;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex .left-item {
    order: 1;
    border-radius: 0;
    margin: 0;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex .left-item img {
    width: 100%;
  }
  .ehs-initiatives-sec .container .esh-list ul li:nth-child(even) .flex .right-item {
    border-radius: 0;
    padding: 30px;
    order: 2;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .left-item img {
    filter: none;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item {
    background-color: #0265a8;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item .esh-title {
    color: #fff;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item .esh-title::before {
    background-color: #fff;
  }
  .ehs-initiatives-sec .container .esh-list ul li:hover .right-item p {
    color: #fff;
  }
  .sets-part .sets-apart-listing .right-apart .item {
    width: 100%;
  }
  .thanku-new-section .thank-you-content .content .content-text .img-wrap {
    margin: 10px auto 20px;
  }
  .thanku-new-section .thank-you-content .h2 {
    margin-bottom: 10px;
  }
  .thanku-new-section .thank-you-content .text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 599px) {
  .overlay-image-effect.hotels-sec .owl-item .item .image {
    height: auto;
  }
  .overlay-image-effect.hotels-sec .owl-item .item .image img {
    height: auto;
  }
  .overlay-image-effect.hotels-sec .owl-item .item .image .title-sec {
    position: relative;
    flex-direction: column;
    row-gap: 24px;
    padding: 25px 20px;
    min-height: auto;
    align-items: baseline;
  }
  .overlay-image-effect.hotels-sec .owl-item .item .image .title-sec span {
    width: 100%;
  }
  .overlay-image-effect.hotels-sec .owl-item:nth-of-type(even) .title-sec {
    position: relative;
    bottom: 0;
  }
  .overlay-image-effect.hotels-sec .owl-item:nth-of-type(even) .image img {
    bottom: 0;
  }
}/*# sourceMappingURL=responsive.css.map */