﻿@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px !important;
    }
}
/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 4px; /* Scroller ki width */
}

::-webkit-scrollbar-thumb {
    background-color: #005c8f; /* Scroll thumb ka color */
    border-radius: 10px; /* Scroll thumb ko thoda rounded banaen */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track ka background color */
    border-radius: 10px; /* Track ko thoda rounded banaen */
}
html,body {
    font-family: " Lato", sans-serif !important;
}
p {
    margin-top: 0;
    margin-bottom: 0 !important;
    font-family: " Lato", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather", serif !important;

}
.header {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3) !important;
}

.dropdown-item {
    font-size: 15px !important;
    text-transform:capitalize;
}

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0073a130 !important;
    }

/*.carousel-item img {
    width: 100%;
    height: 80vh;
}
*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 92 143 / 21%) !important;
    z-index: 1;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0rem !important;
    margin-bottom: 10px;
}




.carousel-caption {
    position: absolute;
    right: 14%;
    bottom: 100px;
    left: 26%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center !important;
    z-index: 2;
    width: 600px;
    background-color: #ffffff9e;
    backdrop-filter: blur(0.5rem);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .carousel-caption h1 {
        font-size: 2rem;
        font-weight: 600;
        color: #c8251b;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-bottom: 10px;
        line-height: 0.6;
    }

        .carousel-caption h5 .small-text {
            font-size: 1.2rem;
            font-weight: 500;
            display: block;
            color: #ffffff;
        }

    .carousel-caption p {
        font-size: 1rem;
        font-weight: 400;
        color: #313131 !important;
        line-height: 1.6;
        letter-spacing: 1px;
        font-family: " Lato", sans-serif !important;
    }

    .carousel-caption .btn {
        color: #fff;
        padding: 10px 15px !important;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .carousel-caption .btn:hover {
            background: #005c8f;
            color: white;
            border-color: #005c8f;
        }


h5.footerheading {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1rem;
}
p.footerpara {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
ul.navbar-nav.text-capital.quickLinks li a {
    font-family: " Lato", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.b-button:hover {
    color: #c8251b !important;
}
.b-button a span:hover {
    color: #c8251b !important;
}
.b-button a i:hover {
    color: #c8251b !important;
}

.about-button {
    padding: 10px;
    color: #fff;
    background: #005c8f;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    transition: transform 0.1s ease-in-out;
}

    .about-button:hover {
        background-color: #005c8f;
        color: #fff;
        border: 1px solid #fff;
    }

/*-- aboutus Image --*/
.aboutus-area {
    margin-bottom: 150px !important; 
}
.aboutus-image {
    margin: 0px;
    width: 100%;
    height: 400px;
}
ul.choose-list h5 {
    color: #c8251b !important;
    font-weight: 600;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.btn-outline-dark {
    padding: 10px;
    color: #fff;
    background-color: #005c8f;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    transition: transform 0.1s ease-in-out;
}

    .btn-outline-dark:hover {
        background-color: #005c8f;
        color: #fff;
        border: 1px solid #fff;
    }

.aboutus-image img {
    height: auto;
    width: 100%;
}
.shadow-img {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);

}

/*-- aboutus Content --*/
.aboutus-content h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
    color: #005c8f !important;
}



.aboutus-content h2 span {
    color: #c8251b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    
}

.aboutus-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #c8251b;
    margin-bottom: 23px;
}

.aboutus-content p {
    font-size: 16px;
    line-height: 27px;
    color: #5e5c5c !important;
    font-family: " Lato", sans-serif !important;
}



.sec-title__tagline__border {
    width: 13px;
    height: 13px;
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 7px;
    background-color: var(--careold-white, #fff);
    border: 2px solid var(--careold-base, #005c8f);
    border-radius: 50%;
}

.service-heading {
    color: #005c8f !important;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Merriweather", serif !important;
}

.service-underline {
    width: 80px;
    height: 2px;
    background-color: #005c8f;
    margin: 5px auto;
    border-radius: 2px;
}

.mb.card-body {
    text-align: center;
}
.box-card{
    box-shadow:none!important;
    border:none !important;
}
.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 1.5s ease-out forwards;
}
.bg-skill {
    background: #0073a130;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}



.mb.btn {
    border-radius: 0;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
    font-family: " Lato", serif !important;
}

    .mb.btn:hover {
        transform: translateY(-2px);
        box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
    }

.mb.card {
    border-radius: 0px / 0px;
    overflow: hidden;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}

.card-title {
    font-size: 2rem !important;
    padding: 0px;
    color: #005c8f;
    font-weight: 600;
}

.card-text {
    font-family: " Lato", sans-serif !important;
    color: #5e5c5c;
}

.service-button {
    padding: 10px !important;
    color: #fff !important;
    background: #005c8f !important;
    font-family: " Lato", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    border: none !important;
    letter-spacing: 1px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

    .service-button:hover {
        background-color: #c8251b !important;
        color: #fff !important;
        border: 1px solid #fff;
        transform: scale(1.05);
    }


/*---Connect section---*/

.connect-section {
    background: url('../Img/connect-background.jpg') center/cover no-repeat;
    padding: 50px 0;
    color: white;
    position: relative;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
   /* color: white;*/
}

.connect-box {
    background: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    min-height: 200px;
}

    .connect-box img {
        width: 50px;
        margin-bottom: 10px;
    }

    .connect-box h4 {
        color: #005c8f;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .connect-box p {
        color: #5e5c5c !important;
        font-size: 1rem;
        font-family: " Lato", sans-serif !important;
    }

.cta-box {
    background: #005c8f;
    color: white;
    text-align: center;
    padding: 28px;
    margin-top: -8px;
    width: 95%;
    max-width: 800px;
    border-radius: 8px;
    font-size: 1.1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .cta-box p {
        display: inline;
        font-family: " Lato", sans-serif !important;
        color: #fff !important;
        font-size:18px;
      
    }

.cta-btn {
    display: inline-block;
    background: #c8251b;
    color: white;
    padding: 8px 15px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin-left: 20px;
    margin-top:10px;
    letter-spacing:2px;
    font-family: "Merriweather", serif !important;
}

    .cta-btn:hover {
        background: #c8251b;
        color: #fff;
        text-decoration:none;
    }



/* Responsive Media Queries */
@media only screen and (min-width: 360px) and (max-width: 768px) {

    .cta-box {
        font-size: 1rem;
        padding:12px 15px ;
        width: 90%;
       
    }
    .cta-box p{
        font-size:14px;
        display: block;
        margin: 8px auto 0;

    }

    .cta-btn {
        margin-left: 0;
        margin-top: 10px;
        padding: 8px 12px;
        font-size: 14px;
    }
}





.why-choose-us {
    padding: 60px 0;
}

.section-about {
    font-size: 28px;
    font-weight: 600;
    color: #005c8f;
    margin-bottom: 40px;
}

.choose-list {
    list-style: none;
    padding-left: 0;
}

    .choose-list li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    

.choose-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .choose-images img {
        width: 42%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.services-section {
    background-color: #f8f9fa;
    font-family: " Lato", serif !important;
}

.service-title {
    font-size: 28px;
    color: #005c8f !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.breadcum {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff !important;
    position: relative !important;
    display: inline-block !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: " Lato", serif? !important;
}

    .breadcum a {
        color: #fff !important;
    }

.service-list li {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 8px;
    list-style: none;
    position: relative;
}

    .service-list li::before {
        content: ".";
        color: #005c8f;
        font-weight: 600;
        font-size: 16px !important;
        position: absolute;
        left: -20px;
    }

.service-img {
    width: 100%;
    max-width: 450px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .service-title {
        text-align: center;
    }

    .service-text {
        text-align: center;
    }

    .service-list {
        text-align: center;
    }

    .service-img {
        margin-top: 20px;
    }
}
.bg-2 {
    background-image: url(../Img/feature-bg-shape-1.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moveBackground 2s linear infinite; 
}


@keyframes moveBackground {
    0% {
        background-position: center 0;
    }

    50% {
        background-position: center 10px;
    }

    100% {
        background-position: center 0;
    }
}


/* Service page css */
.service-section {
    padding: 60px 0;
}

    .service-section .row {
        display: flex;
        align-items: start; 
    }

.service-image img {
    width: 100%;
    
    
}
.service-title {
    text-align: left !important;
    color: #c8251b;
}
.card ul{
    padding-left:0!important;
}

.section-eligibility {
    color: #005c8f !important;
    font-weight: 600 !important;
    font-size: 28px;
    margin-bottom: 20px;
}
.choose-images-1 img {
    width: 100%;
    height:500px;
   
}

/* Contact page css */
.form-text {
    padding: 40px;
    background-color: #fff;
    margin-top:0;
    
}
.effect-1 {
    padding: 40px;
    background-color: #fff;
  
}


.contact-1 h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #005c8f;
    margin-bottom: 15px;
}


.contact-1 p {
    font-size: 1rem;
    color: #5E5C5C;
    line-height: 1.5;
    margin-bottom: 20px !important;
    font-family: " Lato", sans-serif !important;
}


.infobox {
    margin-top: 20px;
}

.box-need {
    display: flex;
    align-items: center;
    background: #transparent;
   
}
.box-need span {
     font-size: 1.8rem;
     color: #c8251b;
     margin-right: 15px;
}
.main-heading {
    font-size: 28px;
    color: #005c8f;
    font-weight: 500;
    
}

.sci {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.sci li {
     display: inline-block;
}

.sci li a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     background: #005c8f;
     color: white;
     font-size: 1.2rem;
     transition: background 0.3s ease-in-out;
     text-decoration:none;
}

.sci li a:hover {
     background: #005c8f;
     color:#fff;
}

/* Responsive */
@media (max-width: 768px) {
    .effect-1 {
        padding: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .box-need {
        flex-direction: column;
        text-align: center;
    }

        .box-need span {
            margin-bottom: 5px;
        }

    .sci {
        justify-content: center;
    }
}
.map-section{
    padding:0!important;
}
.bg-1 {
    background: #0073a130!important;
}
.card-o{
    min-height:608px;
}



/*--blog section--*/

.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: none;
    
    
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    height: 250px; 
}

    .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .card-img span {
        position: absolute;
        top: 15%;
        left: 12%;
        background: #005c8f;
        padding: 6px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        transform: translate(-50%,-50%);
    }

        .card-img span h4 {
            font-size: 12px;
            margin: 0;
            padding: 10px 5px;
            line-height: 0;
        }

.card-desc {
    padding: 1.25rem;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 2rem;

}

    .card-desc h3 {
        color: #005c8f;
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.3em;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0;
    }
    .card-desc a {
        text-decoration: none !important;
    }
    .card-desc p {
        color: #747373;
        font-size: 14px;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5;
        margin: 0px;
        margin-bottom: 20px !important;
        padding: 0;
      /*  font-family: " Lato", serif !important;*/
      text-align:justify;
    }

.btn-card {
    background-color: #005c8f;
    color: #fff;
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

    .btn-card:hover {
        background: #c8251b;
    }

a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End card section */

/*	gallery */
.portfolio-item .item {
    padding: 8px;
}

.portfolio-item img {
    width: 100% !important;
    height: 220px !important; /* ek standard height */
    object-fit: cover !important;
    border-radius: 8px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    padding:6px;
}

    .portfolio-item img:hover {
        transform: scale(1.05) !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
    }

.gallery-title {
    font-size: 2rem;
    color: #005c8f;
    text-align: center;
    font-weight: 600;
}

.filter-button {
    font-size: 18px;
    border: 2px solid #3F6184;
    padding: 5px 10px;
    text-align: center;
    color: #3F6184;
    margin-bottom: 30px;
    background: transparent;
}

    .filter-button:hover,
    .filter-button:focus,
    .filter-button.active {
        color: #ffffff;
        background-color: #3F6184;
        outline: none;
    }

.gallery_product {
    margin: 0px;
    padding: 0;
    position: relative;
}
    .gallery_product img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top center;
    }

    .gallery_product .img-info {
        position: absolute;
        background: rgba(0,0,0,0.5);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        overflow: hidden;
        color: #fff;
        top: 0;
        display: none;
        -webkit-transition: 2s;
        transition: 2s;
    }

    .gallery_product:hover .img-info {
        display: block;
        -webkit-transition: 2s;
        transition: 2s;
    }
.custom-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(0,0,0,0.8);
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 1000;
}


/*	end gallery */

.Myform-Container {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2) !important;
}
/*	Career Page start */
.bg-career {
    background-image: url(../Img/about.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.bg-career-1 {
    background-image: url(../Img/job.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mytxt-heading {
    color: #005c8f;
}
.mytxt-heading2 {
    color: #c8251b;
}
.accordion {
    max-width: 800px;
    margin: auto;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    background: #005c8f;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    border: none;
    transition: all 0.3s ease-in-out;
}

    .accordion-button:not(.collapsed) {
        background: #005c8f;
        color: white;
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:hover {
        background: #c8251b;
    }

.accordion-body {
    background: #f8f9fa;
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.accordion-button::after {
    filter: invert(1);
}
.goal-text {
    font-size: 20px;
    font-weight: 500;
    color: #005c8f;
	font-style: italic;
}
.carousel-item {
    height: 600px; /* Default height for desktop */
}

    .carousel-item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
.pd-5{
    padding:3rem !important;
}
/*.carousel-item img {
    height: 600px; 
    object-fit: cover;
    width: 100%;
}*/
.b-button {
    margin-top: 1rem;
}
.b-button a {
    font-size: 14px;
    font-weight: 500;
    color: #233f4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.b-button a span {
    border-bottom: 1px solid #233f4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.b-button a i {
    position: relative;
    left: 7px;
}
.toggle-icon {
    transition: transform 0.3s ease;
}

.collapse.show ~ .card-header .toggle-icon,
.card-header[aria-expanded="true"] .toggle-icon,
.rotate {
    transform: rotate(180deg);
}

.card-header {
    user-select: none;
}

    .card-header h5 {
        margin: 0;
        font-size: 18px;
    }
.bg-primary {
    background: #005c8f !important;
}
.filter-btn-group .custom-outline-btn {
    border: 2px solid #2c4a70;
    color: #2c4a70 !important;
    background-color: transparent;
    padding: 8px 16px;
    font-weight: 500;
    margin: 4px;
    transition: all 0.3s ease-in-out;
    color: #2c4a70 !important;
}

    .filter-btn-group .custom-outline-btn:hover {
        background-color: #2c4a70 !important;
        color: #fff !important;
    }
.custom-form-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    margin: 50px auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid #005c8f;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #005c8f;
    text-transform: uppercase;
}
.form_field {
    width: 100% !important;
    height: 60px !important;
    padding: 15px !important;
    border-radius: 10px !important;
    color: #5c5c5c !important;
    box-shadow: 0 7px 10px rgba(182, 182, 182, .1) !important;
}
label {
    font-weight: 500;
    color: #333 !important;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.radiotxt {
    position: relative;
    font-size: 20px;
    font-family: " Lato", serif !important;
    margin-right: 20px;
}
.required{
    color:red !important;
}
.section-title span{
	font-family: "Merriweather", serif !important;
}

strong.add {
    font-weight: 600;
	font-family: "Merriweather", serif !important;
	font-size:1rem;
}
/*================Mobile View=====================*/
@media only screen and (min-width: 360px) and (max-width: 768px) {
    .card-gap{
        margin:0 !important;
        padding:0 !important;
    }

    /* Logo fix */
    img.logo {
        width: 90px !important;
        margin-left: 1rem;
    }

    /*  Carousel image height */
    .carousel-item {
        height: 250px;
    }


    /*  Content box */
    .carousel-caption {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        width: 250px;
        max-width: 70%;
        background: rgba(255, 255, 255, 0.7);
        padding: 12px 15px;
        border-radius: 8px;
        text-align: center;
        display: inline-block; /* box sirf content ke jitna hi */
    }

        .carousel-caption h1 {
            font-size: 16px !important;
            line-height: 20px !important;
            
        }

        .carousel-caption p {
            font-size: 14px !important;
            line-height: 16px;
            margin-bottom:1.5rem;
        }

        .carousel-caption .btn {
            font-size: 13px !important;
            padding: 5px 12px !important;
        }
}



/* Mobile View Changes */
@media only screen and (min-width: 360px) and (max-width: 768px) {

    .aboutus-area {
        margin-bottom: 900px!important;
    }
    .aboutus-area .card.p-4 {
        padding: 6px !important;
        margin-top:20px;
    }
   
    /* Heading */
    .aboutus-content h2 {
        font-size: 1.5rem; /* 24px approx */
        line-height: 1.4;
    }

    /* Paragraphs */
    .aboutus-content p {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }

    /* Button */
    .aboutus-content .about-button {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.6rem 0;
        font-size: 1rem;
    }


    /* Remove float */
    .aboutus-image {
        margin-top: 20px !important;
        float: none !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    .bg-2 {
        margin-top: 0 !important;
        margin-bottom:200px !important;
        
    }
    
    /* Heading */
    .service-heading {
        font-size: 1.8rem; /* smaller heading */
    }

    
}

@media only screen and (min-width: 360px) and (max-width: 768px) {

    .contact h1 {
        font-size: 2rem !important;
        letter-spacing: 1px;
    }
    .bg-career {
        background-position: center;
        min-height: 60vh;
        padding: 8px 10px !important;
    }
    .main-heading h2 {
        font-size: 28px;
       
    }
    .connect-top{
        margin-top:800px !important;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .connect-box p {
        font-size: 14px;
    }

    .card-o {
        margin-bottom:20px !important;
        padding:30px !important;
    }
    .card-o h2{
        font-size:1.7rem;
    }
    ..choose-images-1 img {
        height:auto;
    }
    .section-about{
        margin-top:50px!important;
    }
    .btn-outline-dark {
        margin-left: 0rem !important;
    }
    .gallery_product img{
        padding:20px!important;
        text-align:center !important;
    }
    .choose-images img {
        width: 46%;
    }
    .choose-images-1 img {
        width: 100% !important;
        height: auto !important;
    }
    .bg-career-1{
        min-height:50vh;
    }
    .card-health{
        margin-bottom:20px !important;
    }
    .section-about {
        margin-bottom:30px !important;
    }
   
}








