* {
    font-family: 'Inter' !important;
}

header#header {
    justify-content: space-between;
}

.service-home {
    background: white !important;
    padding-bottom: 20px !important;
}

.navmenu a,
.navmenu a:focus {
    color: #6F6F6F;
    font-size: 17px;
    margin-right: 5px;
}

.navmenu li {
    position: relative;
    margin-right: 5px;
}

li.active a {
    color: black;
}

.mainStory {
    margin: 4% 0% 0px;
}

section.our-team-section {
    background: #F6F5F8;
    padding-top: 100px;
}

.message-card {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.message-img img {
    max-width: 420px;
    height: auto;
}

.message-body {
    flex: 2 1 500px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-body p {
    margin-bottom: 10px;
    line-height: 23px;
    font-size: 15px;
    color: black;
    text-align: justify;
}

.message-body h6 {
    font-weight: 700;
    color: #d00;
    font-size: 20px;
    margin-top: 5px;
}

.our-team-contents h1 {
    color: black;
    width: 35%;
    font-weight: 600;
}

.our-team-section .owl-nav button {
    position: absolute;
    top: 30px;
    right: 0px;
}

.our-team-section button.owl-prev {
    position: absolute;
    top: 30px;
    right: 45px;
    border: 1px solid #b80403 !important;
    border-radius: 50% !important;
    font-size: 23px !important;
}

.our-team-section button.owl-next {
    position: absolute;
    top: 30px;
    right: 0px;
    border: 1px solid #b80403 !important;
    border-radius: 50% !important;
    font-size: 23px !important;
}

.our-team-section .owl-carousel .owl-nav button.owl-next,
.our-team-section .owl-carousel .owl-nav button.owl-prev,
.our-team-section .owl-carousel button.owl-dot {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 5px !important;
    padding-left: 7px !important;
}

.our-team-section .owl-theme .owl-nav [class*='owl-']:hover {
    background: #d9232d;
    color: #FFF;
    text-decoration: none;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.97);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.our-team-section .owl-animated-in.fadeIn {
    animation-name: fadeInScale !important;
}

.our-team-section .owl-theme .owl-dots .owl-dot span {
    width: 100px;
    height: 5px;
    margin: 5px 0px;
}

.our-team-section .owl-theme .owl-dots .owl-dot.active span,
.our-team-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #d9232d;
}

.owl-dots {
    margin-top: 20px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .message-card {
        flex-direction: column;
    }

    .message-img {
        padding: 1.5rem;
        text-align: center;
    }

    .message-body {
        padding: 1.5rem;
    }
}

/* clients section */

.clients-title {
    margin-bottom: 20px;
    color: black;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.clients-subtitle {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: "Inter";
    line-height: 22px;
    color: #6F6F6F;
    width: 50%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.logo-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 70px;
}

.logo-track {
    display: flex;
    gap: 145px;
    width: max-content;
    animation: scroll-left 40s linear infinite;
}

.logo-track img {
    height: 80px;
    vertical-align: middle;
    transition: transform 0.3s ease-in-out;
}

.pm-excellence-section .card-custom {
    background-color: #fff;
    border-radius: 35px;
    padding: 60px 0px 25px;
    text-align: center;
    color: #6c757d;
    margin: 0 22px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    z-index: 1;
    border: 6px solid #d11215cf;
    height: 100%;
}

.pm-excellence-section .icon-wrapper {
    background-color: #f8d7da6e;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.pm-excellence-section .card-icon {
    font-size: 35px;
    color: #d11215;
}

.pm-excellence-section .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

.pm-excellence-section .card-body {
    padding: 0;
}

.pm-excellence-section .card-custom p {
    font-size: 15px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.pm-excellence-section .divider {
    width: 100%;
    height: 7px;
    background-color: #f7e6e633;
    /* margin: 20px 0; */
    position: absolute;
    top: 61%;
    z-index: 0;
    right: 0;
    left: 0;
}

.pm-excellence-section {
    background-color: #d11215;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 80px;
    position: relative;
}

.pm-excellence-section .clients-title {
    color: white;
}

.pm-excellence-section .clients-subtitle {
    color: white;
    width: 30%;
    margin-bottom: 25px;
}

.pm-excellence-section .col-md-4 {
    flex: 0 0 auto;
    width: 28.333333%;
}

@media (max-width: 768px) {
    .header-text {
        font-size: 2rem;
    }

    .sub-text {
        font-size: 1rem;
    }

    .card-custom {
        margin-bottom: 20px;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

.feature-box {
    padding: 2rem;
    height: 100%;
}

.feature-box i {
    font-size: 22px;
    color: #d90000;
    /* Red icons */
    margin-bottom: 1rem;
    display: inline-block;
}

.feature-box h5 {
    font-weight: 600;
    color: black;
}

.feature-box p {
    color: #6f6f6f;
    margin: 0;
}

.our-partners-section .clients-subtitle {
    width: 40%;
}

section.industries-clients-section {
    padding-top: 80px;
    padding-bottom: 100px;
}


/* Inner dividers only */
@media (min-width: 768px) {
    .our-partners-section .col-md-4:not(:last-child) {
        border-right: 1px solid #ddd;
    }

    .our-partners-section .row:first-child>.col-md-4 {
        border-bottom: 1px solid #ddd;
    }
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    min-height: 220px;
    border: 1px solid rgb(134 134 134 / 48%);
    width: 95%;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.testimonial-footer small {
    color: #6F6F6F;
}

.testimonial-card p {
    height: 125px;
    color: #6F6F6F;
}

.testimonial-footer img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

/* Progress Line */
.progress-wrapper {
    position: relative;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 100px auto 20px;
    max-width: 450px;
    overflow: hidden;
}

.progress-active {
    position: absolute;
    height: 100%;
    background: red;
    top: 0;
    left: 0;
    width: 0;
    border-radius: 2px;
}

.testimonial-section .clients-subtitle {
    width: 32%;
}

section.testimonial-section {
    background: #F6F5F8;
}

.last-section {
    background: radial-gradient(circle at 0% 0%, #8B0000 0%, transparent 23%), radial-gradient(circle at 100% 100%, #8B0000 0%, transparent 20%), #000000;
    /* min-height: 100vh; */
    position: relative;
    overflow: hidden;
    padding-top: 9%;
    padding-bottom: 9%;
}

.hero-last-content {
    position: relative;
    z-index: 2;
}

.hero-last-text {
    font-size: 20px;
    /* font-weight: 300; */
    line-height: 1.4;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    width: 63%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

@media (max-width: 576px) {
    .hero-text {
        font-size: 1.4rem;
        line-height: 1.3;
    }
}

/* about us */

.page-banner {
    background: linear-gradient(135deg, rgb(0 0 0 / 21%) 0%, rgb(0 0 0 / 52%) 100%), url(../image/about-us-banner.jpg) center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 8%;
    padding-bottom: 8%;
}

.service-bg {
    background: linear-gradient(135deg, rgb(0 0 0 / 21%) 0%, rgb(0 0 0 / 52%) 100%), url(../image/service-bg.svg) center / cover no-repeat;
}

.clients-bg {
    background: linear-gradient(135deg, rgb(0 0 0 / 21%) 0%, rgb(0 0 0 / 52%) 100%), url(../image/client-bg.svg) center / cover no-repeat;

}

.clients-bg .page-banner::before {
    background: linear-gradient(135deg, rgb(0 0 0 / 53%) 0%, rgb(0 0 0 / 72%) 100%);
}

.contact-bg {
    background: linear-gradient(135deg, rgb(0 0 0 / 21%) 0%, rgb(0 0 0 / 52%) 100%), url(../image/contact-us-bg.svg) center / cover no-repeat;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 44%) 0%, rgb(0 0 0 / 30%) 100%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-navigation {
    font-size: 18px;
    margin-bottom: 1rem;
    color: white;
    display: flex;
    justify-content: center;
}

.page-navigation a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-navigation a:hover {
    color: #dc3545;
}

.nav-divider {
    color: white;
    font-weight: bold;
    margin: 0 1rem;
}

.current-page {
    color: #EC1E24;
    font-weight: 500;
}

.page-heading {
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .page-heading {
        font-size: 3rem;
        letter-spacing: 1px;
    }

    .page-navigation {
        font-size: 1rem;
    }

    .nav-divider {
        margin: 0 0.5rem;
    }
}

@media (max-width: 576px) {
    .page-heading {
        font-size: 2.5rem;
    }

    .page-banner {
        min-height: 50vh;
    }
}

section.who-we-are-section {
    padding-top: 100px;
}

section.who-we-are-section h1 {
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
}

section.who-we-are-section p {
    font-size: 18px;
    color: #6F6F6F;
}

.business-image {
    border-radius: 20px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.content-card {
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-card {
    background: #EC1E24;
}

.mission-card h2 {
    color: white;
    margin-bottom: 15px;
}

.vision-card h2 {
    color: #252525;
    font-weight: 500;
}

.vision-card p {
    font-weight: 300;
    color: black !important;
}

.mission-card p {
    color: white !important;
    font-weight: 300;
}

.vision-card {
    background: #FFEDED;
    color: #333;
}

.content-title {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;

    font-weight: 500;
}

.content-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.vm-div {
    margin-top: 80px;
}

@media (max-width: 992px) {
    .mission-vision-section {
        padding: 60px 0;
    }

    .business-image {
        height: 400px;
        margin-bottom: 30px;
    }

    .content-card {
        padding: 30px;
        height: auto;
        min-height: 200px;
    }

    .content-title {
        font-size: 2rem;
    }

    .content-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .mission-vision-section {
        padding: 40px 0;
    }

    .business-image {
        height: 300px;
    }

    .content-card {
        padding: 25px;
    }

    .content-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
}


.message-content {
    background: white;
    border-radius: 25px;
    padding: 30px;
    border: 1px solid #666666;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.message-title {
    font-size: 45px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 30px;
    /* line-height: 1.2; */
    width: 51%;
}

.message-text {
    color: #6F6F6F;
    font-size: 14px;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.chairman-name {
    color: #EC1E24;
    font-size: 1.5rem;
    font-weight: 700;
}

.placeholder-portrait i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.chairman-portrait img {
    width: 100%;
}

section.about-us-message-section {
    padding-top: 40px;
    padding-bottom: 10%;
}

.row-margin {
    margin-bottom: 80px;
}

.row-margin:last-child {
    margin-bottom: 0px;
}

.services {
    padding-top: 6%;
    background: #F6F5F8;
    padding-bottom: 7%;
}

.services .clients-subtitle {
    width: 40%;
}

.round-icon img {
    width: 30px;
}

.round-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(45deg, #EC1E24, #B00000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.services .service-item {
    padding: 36px 30px;
    border: 1px solid #CECECE;
    transition: 0.3s;
    border-radius: 25px;
}

.services .service-item .title {
    margin-top: 20px;
}

.services .service-item .description {
    color: #6F6F6F;
}

.service-margin {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .chairman-card {
        padding: 1.5rem;
    }

    .equal-height-row {
        display: block;
    }

    .equal-height-col {
        display: block;
    }

    .message-content {
        padding: 2rem;
        margin-top: 2rem;
        height: auto;
    }

    .message-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .message-title {
        font-size: 1.75rem;
    }

    .message-content {
        padding: 1.5rem;
    }

    .chairman-card {
        padding: 1rem;
        margin: 1rem 0;
    }
}

.logo-grid {
    background: white;
    overflow: hidden;
}

.logo-item {
    border: 1px solid #dee2e6;
    padding: 2rem;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    transition: background-color 0.3s ease;
}

.logo-item:hover {
    background: #f8f9fa;
}

.logo-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-item:hover img {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .logo-item {
        min-height: 150px;
        padding: 1.5rem;
    }

    .logo-item img {
        max-height: 80px;
    }
}

@media (max-width: 576px) {
    .logo-item {
        min-height: 120px;
        padding: 1rem;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .logo-item img {
        max-height: 60px;
    }
}

/* Remove Bootstrap grid gaps */
.logo-grid .row {
    --bs-gutter-x: 0;
}

.logo-grid .col-6,
.logo-grid .col-12 {
    padding: 0;
}

.contact-section {
    padding: 100px 0;
}

.contact-section h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    width: 65%;
    color: black;
    line-height: 60px;
}

.contact-info i {
    font-size: 24px;
    color: #EC1E24;
    margin-right: 10px;
}

.contact-info h6 {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
}

.form-control {
    border-radius: 10px;
    padding: 15px;
}

.btn-submit {
    background-color: #EC1E24;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
    width: 100%;
    transition: 0.3s;
    margin-top: 50px;
}

.btn-submit:hover {
    background-color: #c20811;
    color: white;
}

.contact-info {
    display: flex;
    gap: 5px;
}

.contact-info p {
    color: #464646;
    font-size: 17px;
    margin-bottom: 0px;
}

p.contact-address {
    width: 80%;
}

.contact-section label.form-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: black;
}

.contact-section .form-control::placeholder {
    color: #9A9A9A;
    font-size: 13px;
}

.contact-section .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.location-section iframe {
    width: 100%;
    height: 500px;
}

section.location-section {
    padding-top: 30px;
    padding-bottom: 0px;
}

/* footer */

.footer {
    background-color: white;
    padding: 60px 0 0px 0;
    color: #333;
    border-top: 1px solid #0000001f;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo .logo-text {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}

.footer-logo .logo-text .red {
    color: #dc3545;
}

.footer-tagline {
    color: black;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
    width: 56%;
}

.social-links {
    display: flex;
}

.social-links a {
    border: none !important;
    text-decoration: none;
    color: black !important;
    background: #00000012;
}

.social-links a:hover {
    background-color: #dc3545;
    color: white;
}

.footer-section h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 14px;
    /* font-size: 42px; */
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #dc3545;
}

.footer .contact-info p {
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.footer .contact-info i {
    margin-right: 8px;
    color: #dc3545;
    width: 16px;
}

.copyright {
    border-top: 1px solid #e9ecef;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.footer .contact-info {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.footer .social-links a:hover {
    color: white !important;
}

.contact-info-footer-flex {
    display: flex;
    gap: 5px;
    margin-bottom: 7px;
}

.contact-info-footer-flex i {
    font-size: 15px;
    color: #464646 !important;
}

.contact-info-footer-flex p {
    font-size: 16px !important;
    margin-top: -3px;
}

p.address-footer-width {
    width: 63%;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid #0000001a;
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px 0;
    }

    .footer-section {
        margin-bottom: 30px;
    }

    .footer-logo .logo-text {
        font-size: 36px;
    }
}

section.footer-bottom {
    background: #0000000f;
    padding: 20px 0px 1px;
    text-align: center;
    font-size: 15px;
}

section.footer-bottom p a {
    font-weight: 700;
    color: #0000009e;

}

.submit-button {
    background: #d9232d;
    color: white;
    font-size: 17px;
}

.enquiry-form-modal .modal-title {
    font-weight: 700;
    font-size: 18px;
    color: #d9232d;
}

.enquiry-form-modal .form-label {
    margin-bottom: .5rem;
    font-size: 15px;
}

.enquiry-form-modal .form-control::placeholder {
    color: #0000009c !important;
    font-size: 15px;
}

.enquiry-form-modal .form-control {
    border-radius: 6px;
    padding: 13px 12px;
}

.enquiry-form-modal .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .specialBorder {
        border-right: none;
    }

    .mainStyle {
        gap: 25px;
    }

    .serviceSection {
        padding-left: 20px;
        padding-right: 20px;
    }


    .serviceSection h3 {
        font-size: 35px;
        text-align: center;
    }

    .serviceSection label {
        text-align: center;
    }

    .services .col-lg-4 {
        display: none;
    }

    .row.icoSvg {
        gap: 10px;
    }

    .storyCon p {
        text-align: justify;
    }

    .our-team-contents h1 {
        width: 100%;
    }

    .our-team-section button.owl-prev,
    .our-team-section button.owl-next {
        top: 50px;
    }

    .clients-subtitle {
        width: 100%;
    }

    .pm-excellence-section .clients-subtitle {
        width: 100%;
    }

    .clients-title {
        font-size: 35px;
    }

    .pm-excellence-section .col-md-4 {
        width: 100%;
    }

    .pm-excellence-section .divider {
        display: none;
    }

    .our-partners-section .clients-subtitle {
        width: 100%;
    }

    .our-partners-section .clients-subtitle {
        width: 100%;
    }

    .hero-last-text {
        width: 100%;
    }

    footer.footer {
        padding: 20px !important;
    }

    .footer-tagline {
        text-align: left;
        width: 100%;
    }

    .testimonial-section .clients-subtitle {
        width: 100%;
    }

    .message-title {
        width: 100%;
    }

    .services .clients-subtitle {
        width: 100%;
    }

    .contact-section h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .contact-section {
        padding: 100px 0 0px;
    }

    .row.icoSvg .col-lg-4 {
        display: block;
        margin-bottom: 10px;
    }

    .hero .carousel-container {
        padding: 50% 15px;
        inset: unset;
    }

    .mainStyle h3 {
        font-size: 43px;

    }

    .mainStyle p {
        font-size: 23px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
    .mainStyle {
        padding: 5% 0px;
    }

    .mainStyle h3 {
        font-size: 38px;
    }

    .mainStyle p {
        font-size: 20px;
    }

    .services .col-lg-4 {
        display: none;
    }

    .row.icoSvg .col-lg-4 {
        display: block;
        margin-bottom: 10px;
    }

    .services {
        background: white;
        padding-bottom: 9px;
    }

    .message-card {
        flex-direction: unset;
    }

    .our-team-contents h1 {
        width: 100%;
    }

    .pm-excellence-section .col-md-4 {
        width: 50%;
    }

    .pm-excellence-section .divider {
        display: none;
    }

    .feature-box {
        height: 100%;
    }

    .feature-box p {
        font-size: 15px;
    }

    .feature-box h5 {
        font-size: 17px;
    }

    .testimonial-section .clients-subtitle {
        width: 100%;
    }

    .testimonial-card p {
        height: 180px;
    }

    .services .clients-subtitle {
        width: 100%;
    }

    .services .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .contact-section h1 {
        width: 100%;
    }

    .contact-section {
        padding: 100px 0 0px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pm-excellence-section .col-md-4 {
        flex: 0 0 auto;
        width: 32.333333%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .message-title {
        width: 100%;
    }

    .contact-section h1 {
        line-height: 45px;
        width: 100%;
        font-size: 31px;
    }

    .contact-section {
        padding: 100px 0 0px;
    }

    .footer-tagline {
        text-align: justify;
        width: 100%;
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-section h1 {
        font-size: 39px;
        line-height: 60px;
        width: 100%;
    }
}