:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-dark-blue: #1a2f51;
    --color-yellow: #fbc100;
    --color-grey: #666666;
    --color-bg-blue: #052d54;
    --footer-bg: #242424;
    --footer-text: #999999;
    --color-bg-light-blue: #ebf7f5;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    color: var(--color-grey);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

a {
    text-decoration: none;
}

ul li {
    color: var(--color-grey);
}

p.about-us-main-para {
    font-size: 22px;
}

.page-sub-title {
    font-size: 22px;
    padding-top: 200px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
}

.page-main-title {
    color: var(--color-white);
    font-size: 64px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
}

.title-one {
    color: var(--color-dark-blue);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 54px;
}

.title-two {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 50px;
}

.sub-title-grey {
    color: var(--color-grey);
    font-weight: 400;
} 

.sub-title-blue {
    color: var(--color-dark-blue);
    font-weight: 500;
    font-size: 18px;
    padding-top: 15px;
}

.sub-title-yellow {
    color: var(--color-yellow);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    padding-bottom: 25px;
    font-size: 46px;
}

.yellow-text {
    color: var(--color-yellow);
}

.blue-text {
    color: var(--color-dark-blue);
}

.white-text {
    color: var(--color-white);
}

.img-wrapper {
    max-width: 320px;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-radius img{
    border-radius: 20px;
}

.text-border {
    border-radius: 20px 500px 20px 20px;
    color: var(--color-white);
    border-width: 2px;
}

section {
    padding-top: 80px;
}

.overview {
    margin-top: 30px;
}

.overview ul {
    padding-top: 15px;
}

.page-top {
    height: 550px;
}

/* Navigation */
.navbar-brand img {
    width: 100%;
    height: 100%;
}

.mobile-navbar-home {
    display: none;
}

.desktop-navbar-home {
    display: block;
}

header {
    margin-left: 50px;
    margin-right: 50px;
}

ul.navbar-nav {
    margin-left: 50px;
}

.navbar-expand-lg .navbar-nav {
    gap: 30px;
}

a.nav-link {
    color: var(--color-grey);
    font-size: 16px;
    font-weight: 500;
}

.nav-active-link {
    position: relative;
    display: inline-block;
    color: gold;
}

.custom-image {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: auto;
}

/* home-navigation  */
.home-nav {
    padding-left: 70px;
}

/* Footer */
footer {
    background-color: var(--footer-bg);
    margin-top: 50px;
    position: relative;
} 

/* social-icons  */
.social-icons {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.social {
    width: 36px;
    height: 36px;
    border: 1px solid black;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.social a {
    display: flex;
}

footer {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
}

.footer-row {
    display: flex;
}

.footer-content-area {
    width: 100%;
    padding-top: 75px;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 20px;
}

.footer-bg-area {
    position: relative;
    width: 25%;
}

.footer-bg-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.footer-bg-area img {
    width: 100%;
    height: 100%;
}

.footer-logo {
    margin-bottom: 20px;
}

footer p {
    color: var(--footer-text);
    font-size: 16px;
}

footer p.company-name-txt {
    color: #fff;
}

footer p a:hover {
    color: var(--color-white);
}

.footer-links p a {
    color: var(--footer-text);
}

.footer-hr-one {
    width: 15%;
    text-align: left;
    margin-left: 0;
    color: var(--color-yellow);
    opacity: 1;
    margin-top: 10px;
}

.footer-hr-two {
    width: 2%;
    text-align: left;
    margin-left: 0;
    color: var(--color-yellow);
    opacity: 1;
    margin-top: 10px;
}

.footer-hr-three {
    width: 100%;
    text-align: left;
    margin-left: 0;
    color: var(--color-grey);
    opacity: 1;
    margin-top: 10px;
}

.footer .mail-icon {
    font-size: 20px;
}

/* home-----------------------------------------------------------------page  */
section.hero-section {
    padding-top: 0;
}

.home-page {
    margin-top: 0;
}

/* hero-slider  */
.hero-slider .splide__pagination {
    justify-content: center;
    position: absolute;
    right: 10vw;
    bottom: 50%;
    transform: translateY(50%);
}

.hero-slide-txt-wrap {
    position: absolute;
    z-index: 10;
    right: 12vw;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slide-txt-wrap h2 {
    color: var(--color-white);
    font-size: 32px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
}

.hero-slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .splide__track {
    height: 800px !important;
}

.hero-slider {
    margin-left: 180px;
    position: relative;
}

.hero-awards-wrapper {
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
}

.hero-awards-wrapper-outer {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
}

.award-left-wrap {
    position: absolute;
    left: 520px;
}

.award-left-wrap-title span {
    font-weight: 600;
}

.award-left-wrap p {
    margin-bottom: 0;
}

.hero-section {
    position: relative;
}

.hero-left-wrapper {
    position: absolute;
    left: 0;
    bottom: -150px;
    z-index: 1000;
}

button.splide__pagination__page.is-active {
    background: yellow;
}

.hero-slider .splide__pagination__page {
    background: var(--color-white);
}

.hero-slider {
    position: relative;
}

/* custom-pagination  */
.hero-section .custom-pagination {
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    right: 2%;
    top: 30%;
}

.hero-section .bullet-circle {
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    padding: 0;
    display: block;
}

.splide__pagination__page {
    background: transparent;
}

.custom-pagination button {
    width: 20px;
    height: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pagination button.splide__pagination__page.is-active {
    background-color: transparent; /* Set background color to transparent */
    border: none; /* Remove border */
}

.custom-pagination button.splide__pagination__page.is-active img {
    width: 100%; /* Make sure the image fills the button */
}

.splide__pagination__page.is-active .bullet-circle {
    display: none;
}

/* home-about  */

.home-about-left {
    padding-top: 30px;
}

.hero-awards-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-sub-title .sub-title-grey {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
}

h5.blue-text {
    font-size: 22px;
}

.home-about-sub-title h2 {
    font-size: 50px;
}

.home-about-sub-title h6 {
    font-size: 17px;
}

.home-about-sub-title {
    padding: 15px 0 25px 0;
}

.home-about-us {
    padding-top: 140px;
    padding-bottom: 50px;
}

.btn-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.btn-details {
    color: var(--color-grey);
}

.btn-details h1 {
    font-size: 80px;
    font-family: sans-serif;
    font-weight: 600;
}

.btn-details p {
    font-size: 14px;
    margin-top: -20px;
}

.know-more-btn a {
    color: var(--color-white);
    font-size: 18px;
    background: var(--color-bg-blue);
    padding: 15px 38px 15px 20px;
    border-radius: 30px 30px 100px 30px;
}

.know-more-btn a:hover{
    background: var(--color-white);
    color: var(--color-dark-blue);
    border: 1px solid var(--color-dark-blue);
}

.home-about-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide-hr-one {
    width: 100%;
    text-align: left;
    margin-left: 150px;
    background-color: var(--color-grey);
    opacity: .5;
    margin-top: 10px;
    height: 2px;
}

.hero-slide-hr-two {
    width: 2%;
    text-align: left;
    margin-left: 0;
    margin-right: 0px;
    background-color: var(--color-black);
    opacity: 1;
    margin-top: 10px;
    height: 2px;
}


/* services-slider  */
.home-our-services-title {
    font-weight: 400;
}

.home-our-services-main-title {
    font-weight: 500;
}

.services-slide {
    background: var(--color-bg-light-blue);
}

.services-slide .sub-title-grey {
    padding-bottom: 35px;
}

.slide-card {
    display: flex;
    flex-direction: column;
}

.card {
    background: var(--color-bg-light-blue);
    border: none;
}

.card-details.one {
    display: flex;
}

.card-details.one .title-two {
    padding-right: 50px;
}

.card-details {
    padding: 30px 10px;
}

.card-details .title-two {
    font-size: 50px;
    line-height: 1;
}

.card-list ul {
    font-size: 14px;
    padding-left: 1rem;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.splide__slide.two {
    display: flex;
    width: 100%;
}

.services-slider .splide__pagination__page {
    display: none;
}

.services-slider .splide__arrow {
    top: -50px;
}

.services-slider .splide__arrow--prev {
    right: 0;
    left: 92%;
}

.services-slider .splide__arrow svg {
    fill: var(--color-dark-blue);
    height: 50px;
    width: 50px;
    background: var(--color-bg-light-blue);
}

.services-slider ul li {
    list-style-type: disc;
}

/* award-slider  */
.award-slider-section {
    padding-top: 50px;
    height: 400px;
    position: relative;
}

.award-slider-section h1 {
    font-weight: 700;
}

.award-slider .splide__slide.is-active.is-visible {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.award-slider .splide__slide {
    transform: scale(0.7);

}

.award-right-wrap {
    position: absolute;
    right: 0;
    display: flex;
    gap: 60px;
    margin-left: 30px;
    margin-right: 50px;
}

.award-slide-shape {
    position: absolute;
    right: 0;
    top: 0;
}

.award-slide-img-wrap {
    text-align: center;
}

.award-slider {
    width: 80%;
    padding-top: 50px;
}

.award-slider .splide__pagination {
    justify-content: flex-end;
    top: -250px;
    right: 0 !important;
    left: -150px;
}

.award-slider .splide {
    width: 90%;
}

.award-slider .splide__slide {
    margin-top: auto;
    margin-bottom: auto;
}

.award-slider .splide__pagination__page {
    background: #052d54;
}

.award-slider .splide__pagination__page.is-active {
    background: yellow;
}

/* custom-pagination  */
.award-slider {
    position: relative;
}
.award-slider-section .custom-pagination {
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 0;
    position: absolute;
    top: 12%;
    right: 30%;
    z-index: 900;
}

.award-slider-section .bullet-circle {
    width: 10px;
    height: 10px;
    background: var(--color-bg-blue);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    padding: 0;
    display: block;
}


.award-slider-section .custom-pagination button {
    width: 10px;
    height: 10px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* testimonial-slider  */
.testimonial-slide {
    background: var(--color-bg-light-blue);
    padding-bottom: 50px;
}

.slide-first-line, .slide-second-line {
    display: flex;
    gap: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.slide-first-line{
    padding-top: 50px;
}

.slide-second-line {
    padding-bottom: 50px;
    padding-top: 30px;
}

.footer-slide {
    background: var(--color-bg-light-blue);
    padding: 50px;
    margin-bottom: -50px;
}

.testimonial-slider .splide__slide {
    background: white;
    position: relative;
}

.testimonial-slider .splide__track {
    border: 2px solid #93b9c9;
    border-radius: 30px;
}

.testimonial-slider .slide-shape {
    position: absolute;
    top: -20px;
    left: 50px;
    z-index: 1000;
}

.slide-comment p{
    padding-left: 125px;
    font-size: 22px;
}

.slide-comment-name {
    padding-top: 20px;
}

.testimonial-slider .slide-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slider .slide-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    background: black;
}

/* custom-pagination  */

.testimonial-slide {
    position: relative;
}

.testimonial-slide .custom-pagination {
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 0;
    position: absolute;
    bottom: 25%;
    right: 20%;
}

.testimonial-slide .bullet-circle {
    width: 10px;
    height: 10px;
    background: var(--color-bg-blue);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    padding: 0;
    display: block;
}


.testimonial-slide .custom-pagination button {
    width: 20px;
    height: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-comment-name h5 {
    font-size: 18px;
    font-weight: 700;
}

.slide-comment-name p {
    font-size: 16px;
}


/* about-us------------------------------------------------------------page */

.about-about-us {
    padding-top: 20px;
}

.about.yellow-text {
    border: 2px solid var(--color-yellow);
    border-radius: 40px 40px 400px 40px;
    padding: 25px 60px 25px 25px;
}

.our-primary-focus-para {
    margin-bottom: 3rem;
}

.focus-img {
    margin-top: -20px;
}

.our-journey {
    background: var(--color-bg-light-blue);
    padding: 80px 0;
}

.about-award {
    position: relative;
    height: 150px;
}

.about-award-line {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: space-around;
    background: var(--color-bg-blue);
    padding: 75px 50px;
    border-radius: 60px 0 60px 400px;
    margin-top: -120px;
}

.footer-row.about {
    margin-top: 150px;
}

.our-foremost-objective {
    margin-top: -20px;
}

.about-award-line img {
    width: 90px;
}

.our-journey {
    margin-top: 50px;
}

.our-journey-img img {
    height: 100%;
    object-fit: cover;
}


/* facility----------------------------------------------------management  */
.facilities.page-top {
    background-image: url(../img/page-top-facilities.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.housekeeping-services ul li {
    font-size: 18px;
}

.img-wrapper.facility-overview {
    margin-top: 15px;
}

.overview ul, .housekeeping-services ul, .security-personnel ul {
    list-style: none;
}

.overview ul li::before, .housekeeping-services ul li::before, .security-personnel ul li::before {
    content: "\2022";
    margin-left: -1.1em;
    display: inline-block;
    color: var(--color-bg-blue);
    font-weight: bold;
    width: 1em;
    font-size: 18px;
}

/* logistic------------------------------------------------------management  */
.logistic.page-top {
    background-image: url(../img/page-top-logistic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logistic-services {
    background: var(--color-bg-blue);
    padding-bottom: 80px;
}

.right {
    padding-left: 25px;
}

.logistic-services p {
    padding-bottom: 50px;
    max-width: 500px;
}

.img-wrapper.small {
    max-width: 150px;
    height: 80px;
    margin-bottom: 30px;
}

.img-wrapper.small img {
    object-fit: contain;
}

.goods-transport .sub-title-grey, .public-transport .sub-title-grey {
    padding-top: 5px;
    padding-bottom: 10px;
}
.logistic-services .right{
    border: 2px solid transparent;
    transition: 1s ease;
}

.logistic-services .right:hover {
    border-color: var(--color-white);
    border-radius: 30px 300px 30px 30px;
    padding-right: 50px;
}

.outside-logistic {
    margin-top: -30px;
    background: var(--color-bg-blue);
    margin-left: 30px;
}

.outside-text-logistic {
    padding-top: 30px;
    padding-left: 15px;
}

/* event-----------------------------------------------------management  */
.events.page-top {
    background-image: url(../img/page-top-events.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-two.event {
    padding-top: 20px;
}

.sub-title-blue.social-event {
    padding-top: 15px;
}

.social-event {
    padding-top: 15px;
}

.social-event-img {
    margin-top: -25px;
}

.img-wrapper.event {
    max-width: 360px;
}

.img-wrapper.social.event {
    margin-top: -25px;
}

/* catering----------------------------------------------------------------management  */
.catering.page-top {
    background-image: url(../img/page-top-catering.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.catering-services-items {
    padding-bottom: 80px;
}

.catering-services-items p {
    width: 90%;
}

.catering-service-border{
    border: 2px solid transparent;
    /* border-radius: 40px 400px 40px 40px; */
    padding-bottom: 30px;
    padding-left: 30px;
    transition: 1s ease;
}
.catering-service-border:hover {
    border-color: var(--color-yellow);
    border-radius: 40px 400px 40px 40px;
    /* padding-bottom: 30px; */
}

.outside-catering {
    margin-top: -30px;
    border: 2px solid transparent;
    background: white;
}

.outside-text-catering {
    padding-top: 30px;
    padding-right: 30px;
}
.catering-title {
    margin-top: 30px;
}

.img-wrapper.small.outside-catering {
    position: relative;
    top: 10px;
    left: 12px;
}

.img-wrapper.small.health-logo img {
    position: relative;
}

.catering-services-items .img-wrapper.small {
    height: 65px;
    width: max-content;
}


/* manpower--------------------------------------------------------------management  */
.manpower.page-top {
    background-image: url(../img/page-top-manpower.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.workforce-management-right {
    background: var(--color-bg-blue);
    border-radius: 400px 30px 30px 30px;
    padding: 80px 50px 50px 100px;
}

.splide__pagination--ttb {
    right: -1.5em;
}

.workforce-slider-text-wrapper h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

.workforce-slider-text-wrapper p {
    font-weight: 300;
}

/* custom-pagination  */
.workforce-slide-wrapper {
    position: relative;
}

.workforce-slide-wrapper .custom-pagination {
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    right: -10px;
    top: 10%;
}

.workforce-slide-wrapper .bullet-circle {
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    padding: 0;
    display: block;
}

.workforce-slide-wrapper .splide__pagination__page {
    background: transparent;
}

.workforce-slide-wrapper .custom-pagination button {
    width: 20px;
    height: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workforce-slide-wrapper .custom-pagination button.splide__pagination__page.is-active {
    background-color: transparent; /* Set background color to transparent */
    border: none; /* Remove border */
}

.workforce-slide-wrapper .custom-pagination button.splide__pagination__page.is-active img {
    width: 100%; /* Make sure the image fills the button */
}

.workforce-slide-wrapper .splide__pagination__page.is-active .bullet-circle {
    display: none;
}



/* contact--------------------------------------------------------------------page */

.contact.page-top {
    background-image: url(../img/page-top-contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us {
    position: relative;
}

.contact .blue-text, .careers .blue-text {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
}

#contactForm {
    background: var(--color-white);
    padding: 50px;
    border-radius: 30px;
    position: absolute;
    top: -185px;
    right: 100px;
}

.contact a {
    text-decoration: none;
    color: var(--color-grey);
}

.contact {
    color: var(--color-grey);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-content {
    display: flex;
    gap: 30px;
    width: 100%;
}

.contact-icon i {
    font-size: 30px;
    color: var(--color-grey);
    opacity: .8;
}

.contact-details {
    width: 95%;
    font-size: 18px;
    font-weight: 500;
}

/* contact-form  */

.form-control {
    border: 2px solid var(--color-grey);
    color: var(--color-grey);
}

.form-group {
    margin-bottom: 15px;
}

.contact-form.left, .contact-form.right {
    width: 50%;
}

#contactForm {
    width: 60%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#contactForm.left,  #contactForm.right {
    width: 50%;
}

.contact-form-details {
    display: flex;
    gap: 25px;
}

#contactForm {
    display: flex;
    flex-direction: column;
}

input.form-control , select.form-control , textarea.form-control , option.form-control {
    border-radius: 8px;
    padding: 8px;
}

option  {
    background: var(--color-bg-blue);
    color: #fff;
    padding-bottom: 10px;
  
 
}

input.form-control , textarea.form-control  {
    border: 2px solid var(--color-grey);
    color: var(--color-grey);
}

select.form-control, select.form-control:focus {
    background: var(--color-dark-blue); 
    color: var(--color-white) !important;
    z-index: 1;
}

.controls.select-control {
    position: relative;
}

span.select-arrow {
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}

span.select-arrow svg {
    fill: #fff;
}

.msg-box {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

textarea {
    margin-top: 10px;
}

#contactForm label {
    color: var(--color-grey);
    opacity: .8;
}

.submit-btn {
    text-decoration: none;
    background: var(--color-dark-blue) !important;
    color: var(--color-white);
    padding: 10px 35px 10px 20px;
    border-radius: 8px 8px 50px 8px;
    width: max-content;
}

.careers {
    padding-top: 82px;
}

.careers a {
    color: var(--color-yellow);
}

/* our-presence--------------------------------------------------------------page  */

.our-presence.page-top {
    background-image: url(../img/page-top-our-presence.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.branches-desktop {
    padding-top: 10px;
}

.location-img-wrapper {
    padding-bottom: 10px;
}

.office-location.blue-text{
    font-size: 15px;
}

.office-address {
    font-size: 14px;
}

.office-location span {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
}

.pune {
    /* border: 2px solid var(--color-yellow); */
    border-radius: 30px 400px 30px 30px;
}


.location-img-wrapper {
    padding-bottom: 10px;
}

.office-location.blue-text{
    font-size: 15px;
}

.office-address {
    font-size: 14px;
}

.map {
    position: relative;
    top: -75px;
}

.map-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map .one {
    position: absolute;
    top: 33%;
    left: 15%;
    z-index: 100;
}

.map .two {
    position: absolute;
    top: 59%;
    left: 19%;
    z-index: 100;
}

.map .three {
    position: absolute;
    top: 57%;
    left: 13%;
    z-index: 100;
}

.map .four {
    position: absolute;
    top: 25%;
    left: 28%;
    z-index: 100;
}

.map .five {
    position: absolute;
    top: 51%;
    left: 35%;
    z-index: 100;
}

.map .six {
    position: absolute;
    top: 43%;
    left: 39%;
    z-index: 100;
}

.location-wrapper {
    border: 2px solid transparent;
    border-radius: 20px 100px 20px 20px;
    padding: 10px 5px 0 5px;
    margin-bottom: 15px;
}

/* .active-location{
    border-color: #fbc100;
} */


/* branches-mobile-view  */
.branches-mobile {
    display: none;
}

.map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
    gap: 10px;
    row-gap: 30px;
    margin-top: -50px;
}

.workforce-slider-text-wrapper p {
    margin-bottom: 0;
}

.workforce-slider-text-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-right: 15px;
}

.card-details h2.title-two {
    font-size: 2.5rem;
}

/* break-points-####################################################################################  */

/* tab-screen-  */
@media screen and (min-width:768px) and (max-width:991px) {
    .page-top {
        height: 350px;
    }

    .our-presence.page-top {
        height: 300px;
    }

    .map {
        top: -130px;
    }

    .award-left-wrap {
        position: relative;
        left: 0;
        padding-top: 30px;
        padding-right: 30px;
    }

    .home-about-us {
        padding-top: 150px;
    }

    .award-right-wrap {
        position: relative;
        right: 0;
    }
    .hero-awards-wrapper-outer {
        flex-direction: column;
        align-items: flex-end;
    }
    .about-award {
        height: unset;
    }

    .page-sub-title {
        padding-top: 75px;
    }

    .page-main-title {
        font-size: 50px;
    }

    .hero-slide-hr-one, .hero-slide-hr-two {
        margin-top: -50px;
    }

    .hero-slide-hr-one {
        margin-left: 260px;
    }
    
    .hero-left-wrapper img {
        width: 320px;
    }

    .hero-left-wrapper {
        bottom: -100px;
    }

    .hero-slider {
        margin-left: 130px;
    }

    .hero-awards-wrapper.container {
        padding-right: 0;
        padding-left: 108px;
        gap: 10px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        justify-content: flex-end;
    }
    .award-right-wrap {
        gap: 15px;
        margin-left: 0;
        margin-right: 20px;
        margin-top: 15px;
    }

    .award-slider {
        width: 60%;
    }
    .hero-slider .splide__track {
        height: 600px !important;
    }

    .social-icons {
        right: 15px;
    }

    .services-slider .splide__arrow--prev {
        left: 85%;
    }

    /* .award-slider .splide__pagination {
        justify-content: center;
        top: 250px;
    }

    .testimonial-slider .splide__pagination{
        justify-content: center;
        bottom: 30px;
    } */

    .award-slider-section .custom-pagination {
        top: 80%;
        right: 50%;
    }

    .testimonial-slide .custom-pagination {
        bottom: 12%;
        right: 45%;
    }
    
    .testimonial-slider .slide-shape {
        left: 30px;
    }

    .services-slider {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    
    /* contact-page  */
    #contactForm {
        width: 80%;
        padding: 30px 10px;
    }

    #contactForm {
        top: 0px;
        left: 0px;
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .contact-us {
        height: 100%;
    }

    .careers {
        padding-top: 0;
    }

    /* logistic  */
    .logistic-services .right {
        border-radius: 30px 200px 30px 30px;
    }

    .workforce-management-right {
        border-radius: 250px 30px 30px 30px;
        padding: 40px 10px 20px 80px;
        margin-top: 30px;
    }

    .about.yellow-text {
        border-radius: 40px 220px 40px 40px;
    }

    /* about-page  */
    .about-award-line {
        border-radius: 30px 0 30px 200px;
        padding-right: 20px;
    }

    .catering-service-border {
        border-radius: 30px 200px 30px 30px;
    }

    .our-foremost-objective {
        margin-top: 0;
    }

    .about-award-line img {
        width: 70px;
    }

    /* manpower  */
    .splide__pagination--ttb {
        right: .5em;
    }

    /* event  */
    .social-event-img {
        margin-top: 0;
    }

    /* our-presence  */
    .tab-view {
        display: flex;
        flex-direction: column;
    }

    .tab-col-one {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .tab-col-two {
        width: 100%;
    }

    .tab-col-three {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .map {
        top: 0;
    }

    .map-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
}

/* mobile-screen  */
@media screen and (max-width:767px) {
    div#msgSubmit {
        margin-top: 15px;
    }
    .contact-form.left, .contact-form.right {
        width: 100%;
    }
    .title-one, .title-two {
        font-size: 44px;
    }
    .home-about-sub-title h2 {
        font-size: 42px;
    }
    .outside-text-catering {
        padding-top: 0;
    }
    .award-slide-img-wrap {
        text-align: center;
    }
    .award-slider .splide__slide {
        transform: scale(1);
    }
    .hero-slide-txt-wrap h2 {
        font-size: 28px;
    }
    .mobile-navbar-home {
        display: block;
    }

    .mobile-navbar-home ul.navbar-nav {
        margin-left: 0;
    }

    .mobile-navbar-home  .home-nav {
        padding-left: 0;
    }
    
    .desktop-navbar-home {
        display: none;
    }
    
    .map-grid {
        row-gap: 0px;
    }
    .location-text-wrapper.pune-office-txt-wrapper {
        position: relative;
        top: -10px;
    }
    .location-img-wrapper.delhi-office {
        margin-bottom: 20px;
    }
    .slide-second-line {
        flex-direction: column;
        gap: 0;
    }
    .slide-img, .slide-comment-name {
        text-align: center;
    }
    .hero-awards-wrapper-outer {
        flex-direction: column;
    }
    .award-left-wrap {
        position: relative;
        left: 0;
    }
    .hero-slide-hr-one, .hero-slide-hr-two {
        margin-top: -50px;
    }
    .slide-comment p{
        padding-left: 0;
    }

    .award-slider-section .custom-pagination {
        top: 90%;
        right: 50%;
    }

    .testimonial-slide .custom-pagination {
        bottom: 10%;
        right: 35%;
    }
    
    .img-wrapper.small.outside-catering {
        position: relative;
        top: -20px;
        left: 15px;
    }
    .focus-img {
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-column-reverse {
        flex-direction: column-reverse;
    }
    p.about-us-main-para {
        margin-right: 0;
    }
    ul.navbar-nav {
        padding-left: 15px;
    }
    #contactForm.left, #contactForm.right {
        width: 100%;
    }
    .msg-box {
        padding-right: 5px;
        padding-top: 0;
    }
    section {
        padding-top: 30px;
    }

    header {
        margin-left: 0;
        margin-right: 0;
    }

    ul.navbar-nav {
        margin-left: 0;
    }
    
    footer {
        margin-top: 25px;
    }

    .page-top {
        height: 300px;
        top: -15px;
        position: relative;
    }

    .our-presence.page-top {
        height: 300px;
    }

    .page-sub-title {
        font-size: 15px;
        padding-top: 80px;
    }
    
    .page-main-title {
        font-size: 35px;
    }

    .img-wrapper {
        margin-bottom: 20px;
    }


    .sub-title-yellow {
        font-size: 28px;
    }

    .right {
        padding-left: 0px;
    }

    .footer-content-area {
        width: 75%;
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }

    .mb-0 {
        padding-top: 25px;
    }

    .social-icons {
        flex-direction: column;
        bottom: 30px;
        right: 25px;
    }

    .btn-section {
        gap: 20px;
    }

    .know-more-btn a {
        padding: 15px 28px 15px 12px;
        border-radius: 30px 30px 80px 30px;
    }

    /* event-management  */

    .img-wrapper.social.event {
        margin-top: 0;
    }

    .social-event-img {
        margin-top: 0;
    }

    /* catering-management  */
    .catering-services-items p {
        width: 100%;
    }

    .catering-service-border {
        border-radius: 30px 160px 30px 30px;
    }

    .catering-service-border{
        padding: 20px;
    }
    /* home-page  */
    .hero-slider {
        margin-left: 50px;
    }

    .hero-left-wrapper img {
        width: 125px;
    }

    .hero-slider .splide__track {
        height: 500px !important;
    }

    section.hero-section {
        height: 650px !important;
        position: relative;
        top: -15px;
    }

    .hero-awards-wrapper {
        margin-left: 0px;
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0;
    }

    .award-left-wrap {
        padding-left: 50px;
        padding-top: 50px;
    }

    .award-right-wrap {
        padding-left: 30px;
    }

    .hero-left-wrapper {
        bottom: 80px;
    }

    .hero-awards-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .award-right-wrap {
        margin-left: 0;
    }

    .card-details.one .title-two {
        padding-right: 20px;
    }

    .testimonial-slider .splide__slide {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .slide-comment {
        padding-left: 0;
    }

    .award-right-wrap {
        gap: 8px;
        position: relative;
        margin-bottom: 30px;
    }

    .award-slide-shape {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
    } 

    .award-slide-shape img {
        width: 100%;
        height: 100%;
    }

    .award-slider .splide__pagination {
        top: -240px;
        right: -100px;
    }

    .services-slider .splide__arrow--prev {
        left: 80%;
    }

    .award-slider .splide__pagination {
        justify-content: center;
        top: 220px;
    }

    .testimonial-slider .splide__pagination {
        justify-content: center;
        bottom: 20px;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
    }

    .slide-comment p {
        padding-top: 20px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }

    .navbar {
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

    .navbar-collapse {
        padding-bottom: 30px;
    }

    .home-about-left {
        padding-top: 50px;
    }

    .home-about-us {
        padding-top: 120px;
    }

    /* about-page  */
    
    .about-award-line {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
        border-radius: 30px 0 30px 160px;
        margin-top: -100px;
        margin-bottom: 30px;
    }

    .about-about-left {
        padding-top: 0;
    }

    .about.yellow-text {
        border-radius: 40px 160px 40px 40px;
        padding: 25px 65px 25px 20px;
    }
    
    .footer-row.about {
        margin-top: 400px;
    }

    .our-foremost-objective {
        margin-top: 0;
    }

    .about-award-line img {
        width: 70px;
    }

    .about-award-line {
        width: 90%;
        position: relative;
        margin-left: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-journey-img{
        margin-left: auto;
        margin-right: auto;
    }

    /* contact-page  */
    #contactForm {
        width: 100%;
        padding: 30px 10px 10px 0;
    }

    .contact {
        padding: 0px 10px;
    }
    .contact-form-details {
        flex-direction: column;
    }

    #contactForm {
        right: 0;
        top: 0px;
        position: relative;
    }

    .submit-btn {
        margin-left: 5px;
    }

    .contact-us {
        height: 100%;
    }

    .careers {
        padding-top: 0;
    }

    /* our-presence  */
    .branches-mobile {
        display: block;
    }

    .branches-desktop{
        display: none;
    }

    .branches-tab {
        display: none;
    }

    .map {
        top: -90px;
    }

    .location-wrapper {
        padding-top: 0;
    }

    .location-img-wrapper {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    /* man-power  */

    .workforce-management-right {
        padding: 80px 40px 20px 50px;
        border-radius: 160px 30px 30px 30px;
    }

    .workforce-slider .splide__pagination--ttb {
        right: -1.3rem;
    }

    .workforce-slider-text-wrapper {
        padding-right: 10px;
    }
    .workforce-slide-wrapper .custom-pagination {
        right: -20px;
        top: 30%;
    }

    .workforce-slider-text-wrapper h4 {
        font-size: 1.2rem;
        font-weight: 400;
    }

    /* logistic  */
    .logistic-services .right {
        border-radius: 30px 160px 30px 30px;
        padding-right: 20px;
        padding-left: 10px;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }
}


@media screen and (max-width: 1024px) {
    .footer-content-area {
        padding-top: 45px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-bg-area {
        width: 30%;
    }


    
}

@media screen and (min-width: 1400px) {
    .coporative-event .img-wrapper img {
        width: 400px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
    .page-top {
        height: 750px;
    }
}

@media screen and (min-width: 1801px) {
    .page-top {
        height: 950px;
    }
    section.contact.page-top {
        height: 750px;
    }
}

@media screen and (min-width: 1440px) {
    .page-sub-title {
        padding-top: 250px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .workforce-management-right {
        margin-left: 50px;
    }

    .award-right-wrap {
        gap: 0px;
        margin-right: 0;
    }

    .award-left-wrap {
        left: 380px;
    }

    .card-details h2.title-two {
        font-size: 2rem;
    }
}


@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .award-right-wrap {
        gap: 15px;
        margin-right: 0;
    }

}


@media screen and (max-width: 375px) {
    .services-slider .splide__arrow--prev {
        left: 75%;
    } 
    .services-slider .splide__arrow {
        top: -85px;
    }

    .splide__slide.two .slide-card {
        width: 50%;
    }
    .card-details .title-two {
        font-size: 24px;
    }

    .award-slider-section .title-one {
        width: 80%;
    }

    .home-about-us {
        padding-top: 80px;
    }
}   


@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    .mobile-navbar-home {
        display: block;
    }

    .mobile-navbar-home ul.navbar-nav {
        margin-left: 0;
    }

    .mobile-navbar-home  .home-nav {
        padding-left: 0;
    }
    
    .desktop-navbar-home {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .card-details h2.title-two {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 380px) {
    .card-details h2.title-two {
        font-size: 1.2rem;
    }
}


@media screen and (max-width: 299px) {
    .card-details h2.title-two {
        font-size: 1rem;
    }
}
.bus-top-margin{
    margin-top: -30px;
    background-color: #052d54;
    transform: translateX(20px);
}
.bus-padding-left{
    padding-left: 15px;
    padding-top: 20px;
}