@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Lato", serif;
}

nav {
    background-color: aliceblue;
    padding: 10px 0px;
}

.row-nav {
    align-items: center;
}

.nav-c {
    display: flex;
    gap: 31px;
    justify-content: end;
    align-items: center;
}

.nav-c ul {
    display: flex;
    gap: 31px;
    align-items: center;
    margin: 0px;
}

.nav-c ul li {
    list-style: none;
}

.nav-c ul li a {
    text-decoration: none;
    color: #3E4444;
    letter-spacing: 1px;
    font-weight: 500;
}

.nav-c ul span {
    display: none;
}

.nav-c ul li a.active {
    background: #009FC1;
    color: white;
    padding: 5px 20px;
    display: inline-flex;
    border-radius: 21px;
}

.sigup-btn {
    background: #FFAE11;
    color: white;
    text-decoration: none;
    /* padding: 8px 25px; */
    display: inline-block;
    border-radius: 20px;
    padding: 5px 20px;
    letter-spacing: 1px;
}

img.Rectangle2 {
    position: absolute;
    top: 5px;
}

.hero-section {
    position: relative;
    background-image: url('../img/bluelotus-consulting-home-page-banner-diversity-strength.jpg');
    background-position: top;
    background-size: cover;
    overflow: hidden;
    height: 600px;
    .container {
        position: relative;

    }
}

.responsilbilty {
    background-image: url('../img/bluelotus-consulting-about-us-journey2.jpg');
    /* padding-bottom: 250px;
    padding-top: 200px; */
}

.about-hero {
    background-image: url('../img/about-banner1.jpg');
    background-position-y: -36px;
    /* padding-bottom: 250px;
    padding-top: 251px; */
}

.services-hero-section {
    background-image: url('../img/vecteezy_young-business-woman-working-on-laptop-at-office.jpg');
}
.hero-contact.hero-section{
       background-image: url('../img/bluelotus-consulting-contact-us-banner.webp');
}

.hero-section .container {
    position: relative;
    height: 100%;
}
.hero-section .container .row{
    align-items: center;
    height: 100%;
}
.Rectangle1 {
    position: absolute;
    top: -72px;
}

.hero-section h1 {
    font-size: 64px;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 5px #00000040;
    line-height: 76.8px;
    text-transform: uppercase;
}

.hero-section p {
    color: white;
    font-size: 40px;
    font-weight: 700;
    /* text-transform: uppercase; */
    text-shadow: 2px 2px 5px #00000040;
    margin-top: 20px;
}

.trend {
    display: flex;
    background-color: #009FC1;
    color: white;
    width: 91%;
    margin: auto;
    border-radius: 10px;
    margin-top: -55px;
    z-index: 1;
    position: relative;
}

.trend-k {
    padding: 30px;
    font-weight: 800;
    font-size: 24px;
    border-right: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
}

.trend-c a {
    opacity: 0;
    color: #FFAE11;
    font-size: 17px;
    text-decoration: none;
}

.trend-c {
    padding: 30px 50px;
    font-size: 18px;
    transition: 0.5s all;
}

.trend-c p {
    margin: 0px;
}

.trend-c:hover {
    background-color: #E3F3F6;
    color: #016C83;
    /* transform: scaley(1.1); */
    /* transform: translateY(-10px); */
}

.trend-c:hover a {
    opacity: 1;
}

.trend-cb {
    border-right: 2px solid #FFFFFF;
}

.section-p {
    padding: 60px 0px;
    overflow: hidden;
}

.what-we {
    padding-right: 40px;
}

.what-we h2 {
    color: rgba(0, 159, 193, 1);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.what-we p {
    font-size: 21px;
    margin-top: 14px;
    /* text-transform: capitalize; */
}
p{
     /* text-transform: capitalize; */
}
.award-c h2{
    margin-bottom: 20px;
}

.row-what1 {
    padding: 0px 20px;
}

.row-what1 .col-12 p {
    font-size: 24px;
    color: #202222;
    text-transform: uppercase;
    /* padding-right: 60px; */
}

.row-what1 .col-12 a {
    color: #FFAE11;
    text-decoration: none;
}

.row-what1 .col-12 a i {
    margin-left: 20px;
}

.row-what1 .col-12 {
    border-bottom: 1px solid #3E4444;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.what-we img {
    width: 100%;
    max-width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 15px;
}


.award-s {
    overflow: hidden;
    background-color: #009FC1;
    position: relative;
}

.award-c {
    color: white;

}

.award-c h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.award-c p {
    font-size: 14px;
    letter-spacing: 1px;
}

.box-award {
    background-color: white;
    border-radius: 15px;
    /* height: 100%; */
    box-shadow: 3px 4px 12px 0px #00000024;
    /* padding: 10px; */
    overflow: hidden;
}

.box-award img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 10px;
    object-fit: contain;
}

.row-award {
    height: 100%;
}

.whatshape1 {
    position: absolute;
    top: -45px;
}

.whatshape2 {
    position: absolute;
    top: -95px;
    right: -29px;
}

.whatshape3 {
    position: absolute;
    top: -37px;
    right: -29px;
}


.head-ach {
    text-align: center;
    font-size: 32px;
    color: rgba(0, 159, 193, 1);
    text-transform: uppercase;
    font-weight: 700;
}

.ac-box1 {
    height: 518px;
    border-radius: 15px;
    width: 100%;
    background-color: #E3F3F6;
}

.ac-box2 {
    height: 164px;
    border-radius: 15px;
    width: 100%;
    background-color: #E3F3F6;
}

.ac-box3 {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background-color: #E3F3F6;
}

.ac-box4 {
    border-radius: 15px;
    width: 100%;
    height: 151px;
    background-color: #E3F3F6;
    margin-top: 20px;
}

.row-allbox {
    margin-top: 50px;
}

.Journey-c h2 {
    font-size: 32px;
    color: #007CC1;
    font-weight: 700;

}

.Journey-c h5 {
    font-weight: 400;
    font-size: 21px;
    margin-top: 25px;
    letter-spacing: 1px;
    line-height: 28.8px;
    padding-right: 74px;
    margin-bottom: 50px;
    text-align: justify;
}

.Journey-c a {
    background-color: rgba(255, 174, 17, 1);
    color: white;
    text-decoration: none;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 23px;
    margin-top: 16px;
}

.Journey-c p {
    padding-right: 70px;
    text-align: justify;
}

.services-icn {
    background-color: rgba(0, 159, 193, 1);
    border-radius: 0px 30px 0px 30px;
    padding: 50px 20px;
    width: 241px;
    position: absolute;
    bottom: -55px;
    right: 0px;
    z-index: 111;
}

.services-icn p {
    color: white;
    font-size: 18px;
    margin-top: 20px;
}

.Journey-c {
    padding-left: 70px;
}

.jourey-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.JOURNEYshape1 {
    position: absolute;
    right: 0px;
    top: 15%;
}

.JOURNEYshape2 {
    position: absolute;
    right: -14px;
    top: 31%;
}

.team-img {
    .slider-container {
        display: flex;
        gap: 10px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
    }

    .slide {
        flex: 1;
        height: 440px;
        /* background: #57978a; */
        transition: all 0.5s ease;
        cursor: pointer;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        position: relative;
    }

    .slide::after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0px;
        background-color: #0000003d;
        z-index: 111;
        height: 100%;
        border-radius: 10px;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .slide.active::after {
        background-color: #00000011;
        border-radius: 10px;
    }

    .active {
        flex: 8;
        background: #67a099;
    }

    .controls {
        display: flex;
        gap: 10px;

    }
}

.team-content a {
    background: rgba(255, 174, 17, 1);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 40px;
}

.team-content a i {
    margin-left: 10px;
}

.team-content {
    .controls {
        margin-top: 50px;

        a {}

        button {
            /* padding: 10px 20px; */
            font-size: 16px;
            border: none;
            background: #ffffff;
            color: rgba(0, 159, 193, 1);
            cursor: pointer;
            border: 1px solid rgba(0, 159, 193, 1);
            border-radius: 36px;
            width: 50px;
            height: 50px;
        }

        button:hover {
            background: rgba(0, 159, 193, 1);
            color: white;
        }
    }
}

.team-div {
    display: flex;
}

.row-mob {
    display: none;
}

.team-content {
    max-width: 25%;
    width: 100%;
}

.team-content h2 {
    color: rgba(0, 159, 193, 1);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.team-content p {
    font-size: 24px;
}

.team-img {
    max-width: 75%;
    width: 100%;
}

.section-team {
    background: rgba(234, 243, 245, 0.9);
}

.client-container {
    /* background-color: rgba(0, 159, 193, 1); */
    /* padding: 50px; */
    border-radius: 20px;
    /* height: 565px;
    max-width: 1214px; */
    position: relative;

}

.client-container::after {
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(0, 159, 193, 1);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 15px;
}

.client-div {
    padding: 60px 20px;
}

.client-div>h2 {
    color: white;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.client-div>p {
    text-align: center;
    font-size: 18px;
    color: white;
    width: 60%;
    display: block;
    margin: auto;
}

.item-cardimg {
    width: 65px;
}

.item-cardimg img {
    width: 65px !important;
}

.item-card {
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    gap: 15px;
}

.owl-client-mani {
    /* position: absolute; */
    /* max-width: 100%;
    width: 100%;
    left: 0px;
 
    top: 35%; */
    margin-top: 50px;
}

.testshape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 11;
    width: 8%;
}

.testshape2 {
    position: absolute;
    right: 0px;
    z-index: 11;
    height: 100%;
    top: 0px;
    width: 8%;
}

.owl-testo .owl-dots {
    margin-top: -40px;
}

.owl-testo .owl-nav {
    max-width: 84%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    margin-top: 48px;
    padding: 0px 25px;


    .owl-prev {
        background: white !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 100% !important;
        color: rgba(0, 159, 193, 1) !important;
    }

    .owl-next {
        background: white !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 100% !important;
        color: rgba(0, 159, 193, 1) !important;
    }


}

.social-h {
    margin-bottom: 60px;
}

.social-h h2 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 159, 193, 1);
    font-weight: 700;
}

.social-h p {
    text-align: center;
    width: 65%;
    margin: auto;
    font-size: 18px;
    color: rgba(62, 68, 68, 1);
}

.social-heading h3 {
    color: #007CC1;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.social-heading {
    padding-left: 30px;
    padding-right: 70px;
}

.social-heading p {
    color: rgba(62, 68, 68, 1);
}

.social-heading ul {
    margin-top: 30px;
    color: rgba(62, 68, 68, 1);
}

.location-h {
    padding-right: 70px;
}

.location-h h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: rgba(0, 159, 193, 1);
    font-weight: 700;
}

.location-h p {
    color: rgba(62, 68, 68, 1);
    margin-top: 20px;
}

.location-h a {
    background: rgba(255, 174, 17, 1);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 40px;
}

.location-h a i {
    margin-left: 10px;
}

.Memorial {
    background-color: rgba(234, 243, 245, 1);
    padding: 50px;
    border-radius: 20px;
    padding-right: 100px;
}

.Memorial a {
    background: rgba(255, 174, 17, 1);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 40px;
}

.social-img img {
    width: 100%;
    border-radius: 10px;
    height: 445px;
    object-fit: cover;
    object-position: top;
}

.row-social-2 {
    margin-top: 60px;
    align-items: center;
}

.Memorial h2 {
    font-size: 32px;
    color: rgba(0, 159, 193, 1);
    margin-bottom: 30px;
}

.social-img1 {
    position: relative;
    left: -80px;
}

.location-div {
    background-color: rgba(248, 248, 248, 1);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

.location-div img {
    width: 100%;
}

.location-div h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.location-div p {
    font-size: 14px;
    color: rgba(62, 68, 68, 1);
    padding: 0px 20px;
    letter-spacing: 1px;
}

.container-choode {
    text-align: center;
    background-image: url('../img/backup-choose.png');
    background-size: cover;
    background-position: center;
    padding: 60px 51px;
    border-radius: 20px;
    padding-bottom: 70px;
}

.container-choode h2 {
    color: white;
    font-size: 64px;
    font-weight: 900;
}

.container-choode a {
    background: rgba(255, 174, 17, 1);
    text-decoration: none;
    color: white;
    padding: 6px 21px;
    display: inline-block;
    border-radius: 41px;
    margin-top: 25px;
}

footer {
    padding: 60px 0px;
    background: linear-gradient(180.83deg, #009FC1 -5.95%, #083660 135.68%);
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

.footer-nav p {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-logo {
    padding-right: 100px;
}
li{
    /* text-transform: capitalize; */
}
.footer-nav a {
    margin-bottom: 6px;
}
.footer-nav a:hover{
    color: white;
}

.footer-nav p i {
    margin-right: 10px;
}

.footer-logo p {
    margin-top: 30px;
}

.col-md-4.footer-nav {
    /* padding: 0px 32px; */
    /* padding-left: 47px; */
}

.item-card-c h5 {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.item-card-c span {
    color: rgba(62, 68, 68, 0.53);
    display: block;
    margin-bottom: 20px;
}

.item-card-c p {
    font-size: 14px;
    color: rgba(62, 68, 68, 1);
    padding-right: 36px;
}

.nav-open {
    display: none;
}

.JOURNEY-img>img {
width: 100%;
    height: 547px;
    border-radius: 20px;
    object-fit: cover;
}


.services-he {

    padding: 40px 0px;

    p {
        font-size: 32px;
        text-align: center;
    }
}

.services-faq {
    .accordion-flush .accordion-item .accordion-button {
        font-size: 32px;
        background-color: rgba(0, 159, 193, 1);
        color: white;
        box-shadow: none;
        border-radius: 10px;
        text-transform: uppercase;
    }

    .accordion-button:not(.collapsed) {
        /* background: linear-gradient(350.7deg, rgba(0, 159, 193, 0.16) -31.68%, rgba(234, 237, 238, 0.22) 68.92%)!important; */
        color: rgba(0, 159, 193, 1) !important;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0) !important;

    }

    .accordion-item {
        margin-top: 20px;
        box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.14);

        background: linear-gradient(350.7deg, rgba(0, 159, 193, 0.16) -31.68%, rgba(234, 237, 238, 0.22) 68.92%);
        border-bottom: 0px;
        border-radius: 10px;
    }

}

.services-faq1 {
    margin-bottom: 30px;

    h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.services-faq2 {
    h4 {
        font-size: 24px;
        color: rgba(0, 159, 193, 1);
        margin-bottom: 20px;
        max-width: 50%;
    }
}

.services-faqimg {
    img {
        width: 100%;
    }
}

.services-faq {
    h2 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 40px;
        color: rgba(0, 159, 193, 1);
    }
}

.services-faq {
    padding: 40px 0px;
}

.services-detail {
    padding: 40px 0px;
}

.services-detail-1 {
    padding: 30px;
    background-color: rgba(234, 243, 245, 1);
    border-radius: 10px;
}

.services-detail-1m {
    padding-left: 40px;
}

.services-detail-1 {
    h2 {
          text-transform: uppercase;
          margin-bottom: 30px;
          color: rgba(0, 159, 193, 1);
          font-size: 32px;
          font-weight: 700;
    }
}

.services-case {
    padding: 40px 0px;

    h2 {
        color: rgba(0, 159, 193, 1);
        text-align: center;
        font-size: 32px;
        font-weight: bold;
    }
}

.case-s-h {
    color: rgba(255, 174, 17, 1);
    font-size: 150px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    line-height: 145px;
}

.case-s-p {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.case-s-m {
    margin-bottom: 60px;
}

.case-study-r {
    padding: 30px;
    border: 1px dashed blue;
    border-radius: 10px;

    h5 {
        color: rgba(0, 124, 193, 1);
        font-size: 24px;
    }
}

.services-case {
    h2 {
        margin-bottom: 60px;
    }
}

.about-detail1 {
    background-color: rgba(0, 159, 193, 1);
    padding: 30px;
    border-radius: 15px;
    color: white;

    h2 {
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 40px;
           font-weight: bold;
    }

    h5 {
        font-size: 32px;
        color: rgba(255, 255, 255, 1);
        margin-top: 30px;
     
    }

    p {
        color: rgba(227, 243, 246, 1);
    }
}

.about-detail {
    padding: 40px 0px;
}

.about-detailimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.jourey-section {
    padding: 40px 0px;
}

.jourey-sectionh h2 {
    text-align: center;
    font-size: 32px;
    color: rgba(0, 159, 193, 1);
    font-weight: bold;
    text-transform: uppercase;
}

.jourey-sectionh p {
    text-align: center;
}

.pr-j {
    padding-right: 145px;
}

.pr-j {
    h2 {
        font-size: 60px;
        font-weight: bold;
    }

    h3 {
        font-size: 32px;
        color: rgba(0, 124, 193, 1);
    }

    p {
        color: rgba(62, 68, 68, 1);
    }
}

.pl-j {
    padding-left: 145px;
}

.pl-j {
    h2 {
        font-size: 60px;
        font-weight: bold;
    }

    h3 {
        font-size: 32px;
        color: rgba(0, 124, 193, 1);
    }

    p {
        color: rgba(62, 68, 68, 1);
    }
}

.row-joury {
    margin-bottom: 100px;
         margin-top: 36px;
}

.j-img img {
    width: 100%;
    height: 384px;
    object-fit: cover;
    border-radius: 15px;
    object-position: top;
}

.jourey-sectionh {
    margin-bottom: 100px;
}

.row-journeery {
    position: relative;
}

.row-journeery::after {
    content: "";
    display: block;
    width: 300px;
    background-color: rgba(227, 243, 246, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: -1;
}

.row-journeery::before {
    content: "";
    display: block;
    width: 1px;
    background-color: rgba(0, 124, 193, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    /* z-index: -1; */
}

.col-jrrn {
    z-index: 1;
}

.j-img {
    position: relative;
}

.j-img1::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 124, 193, 1);
    position: absolute;
    left: 75px;
    border-radius: 100%;
    top: -33px;
}

.j-img2::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 124, 193, 1);
    position: absolute;
    right: 75px;
    border-radius: 100%;
    top: -33px;
}

.bllife-section {
    background-color: rgba(242, 242, 242, 1);
    padding: 60px 0px;

    h2 {
        text-align: center;
        color: rgba(0, 124, 193, 1);
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 100px;
    }
}

.owl-carouselj .item img {
    width: 100%;
    height: 364px;
    object-fit: cover;
    border-radius: 10px;
}

.owl-carouselj {
    .owl-nav {
        .owl-prev {
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translate(-50%, -50%);
            background-color: rgba(255, 222, 173, 0);

            i {
                color: white;
            }
        }

        .owl-next {
            position: absolute;
            top: 50%;
            right: 0px;
            transform: translate(-50%, -50%);

            i {
                color: white;
            }
        }

    }
}

.about-hh {
    background-color: white;
    padding: 50px;
    height: 90%;
    box-shadow: 5px 8px 8.4px 0px rgba(0, 0, 0, 0.15);

    h3 {
        font-size: 32px;
        color: rgba(0, 124, 193, 1);
        margin-bottom: 30px;
    }
}

.about-detail-2 {

    background-color: white;
    padding: 50px;
    /* height: 100%; */
    box-shadow: 5px 8px 8.4px 0px rgba(0, 0, 0, 0.15);
    margin-top: 22px;

    h3 {
        font-size: 32px;
        color: rgba(0, 124, 193, 1);
        margin-bottom: 30px;
    }

    a {
        background-color: rgba(255, 174, 17, 1);
        text-decoration: none;
        color: white;
        padding: 4px 18px;
        padding-bottom: 5px;
        border-radius: 40px;
        display: inline-block;
        margin-top: 20px;
    }
}

.about-detail-2im {
    img {
        width: 112%;
        height: 475px;
        object-fit: cover;
        border-radius: 10px;
        max-width: 112%;
    }
}

.row-sab-3 {
    margin-top: 50px;
}

.blteam {
    padding: 40px 0px;

    .container {
        box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.14);

        padding: 40px;
        border-radius: 15px;
        background: linear-gradient(350.7deg, rgba(0, 159, 193, 0.16) -31.68%, rgba(234, 237, 238, 0.22) 68.92%);

    }

    h2 {
        color: rgba(0, 159, 193, 1);
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 50px;
        font-weight: bold;
    }

    h3 {
        color: rgba(255, 174, 17, 1);
        font-size: 32px;
        margin-top: 20px;
    }
}

.teammember {
    background-color: rgba(0, 159, 193, 1);
    padding: 40px 0px;

    h2 {
        text-align: center;
        text-transform: uppercase;
        color: white;
        margin-bottom: 50px;
        font-size: 32px;
        font-weight: bold;
    }
}

.team-card {
    background-color: white;
    padding: 20px;
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;

    h4 {
        color: rgba(0, 159, 193, 1);
        font-size: 23px;
        font-weight: bold;
    }

    ul {
        padding-left: 0px;
    }

    li {
        list-style: none;
        margin-bottom: 5px;
    }

    .team-img {
        width: 100%;
        /* background-color: rgba(0, 159, 193, 1); */
        max-width: 100%;
        margin-bottom: 20px;
    }

    .team-img {

        /* height: 100%; */
        img {
            margin-top: 0px;
            /* height: 210px; */
            object-fit: contain;
        }
    }

}

.meet-sec {
    padding: 40px 0px;

    h2 {
        font-size: 32PX;
        text-align: center;
        text-transform: uppercase;
        color: rgba(107, 107, 107, 1);
        color: rgba(0, 159, 193, 1);
        font-size: 32px;
        font-weight: bold;
    }

    .team-card1 {
        background-color: rgba(241, 245, 245, 1);
        padding: 20px;
        box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
        height: 100%;
        height: 500px;
        





        h4 {
            color: rgba(0, 159, 193, 1);
            font-size: 23px;
            font-weight: bold;
        }

        ul {
            padding-left: 0px;
        }

        li {
            list-style: none;
        }
    }

    .team-img1 {
        /* background-color: #77787a; */
        margin-bottom: 20px;


        img {
            /* margin-top: -33px; */
            /* height: 210px; */
            object-fit: contain;
        }

    }

}

.Responsibility-section {
    padding: 40px 0px;

    h2 {
        text-transform: uppercase;
        color: rgba(0, 159, 193, 1);
        font-weight: bold;
        text-align: center;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .row-responi1 {
        background-color: rgba(0, 159, 193, 1);
        padding: 40px;
        border-radius: 20px;
        align-items: center;
        color: white;

        h3 {
            font-size: 32px;
            text-transform: uppercase;
            font-weight: 700;
        }
    }

    .row-responi2 {
        /* background-color:  rgba(0, 159, 193, 1); */
        padding: 40px;
        border-radius: 20px;
        align-items: center;

        h3 {
            font-size: 32px;
            color: rgba(0, 159, 193, 1);
            text-transform: uppercase;
            font-weight: 700;
        }
    }
}

.ongoing-se {
    background-color: rgba(242, 242, 242, 1);
    padding: 60px 0px;

    h2 {
        text-align: center;
        text-transform: uppercase;
        color: rgba(0, 159, 193, 1);
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .col-ongoig-i {
        img {
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
            margin-bottom: 20px;
            height: 282px;
        }
    }
}

.ongoing-content {
    h3 {
        font-size: 32px;
        color: rgba(0, 159, 193, 1);
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
}

.row-2-ogoing {
    margin-top: 50px;
}

.blue-po-se {
    h2 {
        font-size: 32px;
        color: rgba(0, 159, 193, 1);
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 50px;
        font-weight: 700;
    }
}

.blue-po-se {
    padding: 40px 0px;

}

.galnce-c {
    text-align: center;

    h3 {
        color: rgba(255, 174, 17, 1);
        font-weight: bold;
        font-size: 100px;
        margin-bottom: 0px;
        line-height: 100px;
    }

    p {
        color: rgba(62, 68, 68, 1);
        font-size: 32px;
        font-weight: 400;
    }
}

.galnce-c:nth-child(2) {
    border-left: 1px solid rgba(62, 68, 68, 1);
    border-right: 1px solid rgba(62, 68, 68, 1);
}

.row-blue-po-se {
    margin-top: 50px;
    justify-content: space-around;
    align-items: center;
}

.ravi-s {
    background-color: rgba(234, 243, 245, 1);
    width: 109%;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    left: -56px;
    z-index: -1;
    padding-left: 63px;

    h3 {
        font-size: 24px;
    }
}

.activity-s {
    border: 1px solid rgba(0, 124, 193, 1);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;

    img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }

    p {
        padding: 20px;
        color: rgba(62, 68, 68, 1);
    }
}

.row-blue-po-se1.row-blue-po-se {
    justify-content: start;
    row-gap: 20px;
}

.footer-one {
    padding: 60px 0px;
    background-color: #e3f3f6;

    h2 {
        font-size: 32px;
        color: rgba(0, 159, 193, 1);
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 700;
    }

    ul {
        padding: 0px;

        li {
            list-style: none;
        }
    }
}

.p-footerone {
    text-align: center;
    padding: 0px 150px;
}

.contact-us {
    h3 {
        text-align: center;
        color: rgba(0, 159, 193, 1);
        font-size: 32px;
        margin-bottom: 30px;
    }

    ul li {
        display: flex;
        gap: 2px;
        justify-content: center;
        margin-bottom: 10px;

        p {
            text-align: center;
        }

        a {
            text-decoration: none;
            color: black;
        }

        img {
            width: 30px;
            height: 30px;
            object-fit: contain;
        }
    }
}

.contact-us {
    p {
        text-align: center;
    }

    .qr {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
}

.row-connn {
    justify-content: space-between;
}

.conatctt-detail {
    .getintoch {
        background-color: rgba(242, 242, 242, 0.73);
        padding: 50px;
        border-radius: 10px 0px 0px 10px;

        h3 {
            font-size: 40px;
            font-weight: bold;
            color: rgba(0, 159, 193, 1);
            /* text-transform: uppercase; */
        }

        h5 {
            margin-bottom: 0px;
            font-size: 24px;
        }

        a {
            color: rgba(107, 107, 107, 1);
            text-decoration: none;
            font-size: 18px;
        }

        .sss {
            display: flex;
            margin-bottom: 17px;
            padding-left: 22px;
            gap: 15px;

            img {
                width: 50px;
                height: 50px;
            }
        }
    }

    .getintoch>p {
        margin-bottom: 50px;
    }
}

.sendmessage {
    box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;

    h3 {
        font-size: 40px;
        font-weight: bold;
        color: rgba(0, 159, 193, 1);
        /* text-transform: capitalize; */
        margin-bottom: 40px;
    }

    form input {
        border-radius: 50px;
        background-color: rgba(246, 246, 246, 1);
        border: none;
    }

    textarea {
        height: 100px;
        border-radius: 20px;
        background-color: rgba(246, 246, 246, 1);
        border: none;
    }
}

.col-ff {
    margin-bottom: 15px;
}

.submit-bbtn {
    background-color: rgba(0, 159, 193, 1) !important;
    color: white;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}

.slide1 {
    display: none;
}

.slide1.active {
    display: block;
}

.owl-carousel-location {
    display: none !important;
}

.ongoing-content img {
    display: none;
}

.row-imagebl {
    margin-top: 50px;
}

.bl-2-c {
    background-color: white;
    padding: 42px;
    padding-top: 63px;
    padding-bottom: 52px;
    box-shadow: 5px 8px 8.4px 0px rgba(0, 0, 0, 0.15);
}

.bl-2-c h3 {
    font-size: 32px;
    font-weight: 400;
    color: rgba(0, 124, 193, 1);
}

.owl-carousel.owl-carouselbl .owl-item img {
    height: 392px;
    object-fit: cover;
    border-radius: 15px;
}

.owl-carousel.owl-carouselbl {
    .owl-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: absolute;
        top: 31%;
    }

    .owl-prev span {
        font-size: 59px;
        color: white;
    }

    .owl-next span {
        font-size: 59px;
        color: white;
    }

    .owl-next:hover,
    .owl-prev:hover {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    .owl-dots {
        margin-top: 15px;
    }
}

.col-d p {
    text-align: center;
    color: white;
    margin-top: 15px;
}

.ongoing-content h4 {
    font-size: 32px;
    color: rgba(32, 34, 34, 1);
    font-weight: 400;
    margin-top: 25px;
}
.services-drop {
    flex-direction: column;
    position: absolute;
    background: white;
    z-index: 1;

        padding: 20px 20px;
    top: 35px;
    right: 0px;
    width: max-content;

}

.services-drop {
    display: none !important;
}

.services-drop.active {
    display: block !important;
}
.services-drop a{
    padding: 6px 0px;
    display: block;
}
.followww{
    font-size: 24px;
}
.followww::after{
       content: "";
    display: block;
    width: 210px;
    height: 1px;
    background-color: rgba(0, 159, 193, 1);
    margin-top: 5px;
}
.col-pdfimg{
    a{
        width: 100%;
    }
    img{
              height: 284px;
        display: block;
        margin: auto;
    }
}
.hlogo1{
    width: 100px;
    margin: 0px 10px;
}
.row-award{
        overflow: auto;
    display: flex
;
    flex-wrap: nowrap;
}
  .row-award::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    /* Track */
    .row-award::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .row-award::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .row-award::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    
@media only screen and (max-width: 1200px) {
    .nav-c ul {
        padding-left: 0px;
    }

    .nav-c ul {
        gap: 20px;
        padding-left: 0px;
    }

    .nav-c {
        gap: 20px;
    }

    .hero-section p {
        font-size: 34px;
    }

    .hero-section h1 {
        font-size: 48px;
    }

    .trend {
        width: 100%;
    }

    .trend-c {
        padding: 30px 30px;
    }

    .row-what1 .col-12 p {
        font-size: 20px;
        padding-right: 0px;
        color: rgba(107, 107, 107, 1);
    }

    .what-we {
        padding-right: 0px;
    }

    .what-we p {
        font-size: 20px;
    }

    .Journey-c h5,
    .Journey-c p {
        padding-right: 0px;
    }

    .Journey-c {
        padding-left: 32px;
    }

    .services-icn {
        bottom: 22px;
    }

    .team-img {
        .slide {
            height: 340px;
        }
    }

    .team-content p {
        font-size: 20px;
    }

    .team-content h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-c ul {
        position: fixed;
        top: 0px;
        background: #009FC1;
        width: 100%;
        height: 100%;
        transition: 0.5s all;
        z-index: 1;
        right: -100%;
        flex-direction: column;
        align-items: center;
        padding: 25px;
    }

    .nav-c ul li a.active,
    .nav-c ul li {
        /* width: 100%; */
        color: white;
    }

    .nav-c ul li a {
        color: white;
    }

    .nav-c ul span {
        /* margin-left: auto; */
        display: block;
        font-size: 21px;
        margin-top: -16px;
        color: white;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .nav-c ul span img {
        width: 160px;
    }

    .nav-c ul span i {
        cursor: pointer;
    }

    .nav-open {
        display: block;
    }

    .nav-open i {
        font-size: 30px;
        cursor: pointer;
    }
}

.mobile-show {
    display: none;
}

.owl-carouselacti {
    display: none !important;
}

.team-card1 ul li img{
    width: 20px!important;
}
.container-choode a i{
    margin-left: 5px;
}
.mobile-footer{
    display: none;
}
.desktop-footer{
    display: block;
}
.services-detail .row{
    align-items: center;
}
.services-detail .col-md-7 img{
        height: 387px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 575px) {
    .jourey-sectionh h2{
        font-size: 25px;
    }
    .col-pdfimg{
        margin-top: 20px;
    }
    .col-pdfimg {
    img {
        height: auto;
  
        width: 100%;
    }
}
    .services-case {
        h2{
            font-size: 25px;
        }
    }
    .award-c h2 , .team-content h2{
        font-size: 25px;
    }
    .footer-logo{
    text-align: center;
}
    .mobile-footer{
    display: block;
}
.desktop-footer{
    display: none;
}
    .conatctt-detail {
    & .getintoch {
        h3 {
            font-size: 25px;
           
        }
    }
}

    .sendmessage h3{
font-size: 25px;
    }
    .bl-2-c{
            padding: 30px;
    padding-top: 37px;
    padding-bottom: 37px;
    margin-top: 20px;
    }
    .row-imagebl {
    margin-top: 25px;
}
.row.row-imagebl.row-imagebl--1 {
    margin-top: 50px;
}
  
    .conatctt-detail {
    & .getintoch {
        a {
            color: rgba(107, 107, 107, 1);
            text-decoration: none;
            font-size: 16px;
        }
    }
}
.meet-sec {
    & .team-card1 {
        li {
            list-style: none;
            display: flex
;
            gap: 5px;
            align-items: center;
        }
    }
}
.section-p{
    padding: 40px 0px;
}
.conatctt-detail {
    & .getintoch {
        h5 {
            margin-bottom: 0px;
            font-size: 20px;
        }
    }
}
.followww {
    font-size: 20px;
}
    .container-choode h2{
        text-transform: uppercase;
            line-height: 58px;
    }
        .team-card1 {
        height: 500px;
    }
    .owl-carouselacti {
        display: block !important;
    }
.services-drop{
    position: relative!important;
}
.service-dropdown-open{
text-align: center;
}
    .owl-carousel.owl-carouselacti .owl-item img{
    height: 291px;
    object-fit: cover;
    border-radius: 10px;
    }
  .owl-carousel.owl-carouselacti .owl-nav{
    display: none;
    }
    .owl-carousel.owl-carouselacti .owl-dots{
        margin-top: 10px;
    }
    .mobile-show {
        display: block;
    }

    .activity-desk {
        display: none;
    }

    .col-md-6.JOURNEY-img.position-relative {
        padding-left: 32px;

        img {
            border-radius: 10px;
        }
    }

    .desktop-show {
        display: none;
    }

    .owl-carousel-location {
        display: block !important;
    }

    .row-location {
        display: none;
    }

    .owl-carousel-location .owl-nav {
        display: none;
    }

    .desk-mm {
        border: 1px dashed rgba(151, 71, 255, 1);
        width: 92%;
        margin: auto;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .testshape2 {
        right: -107px;
    }

    .testshape1 {
        left: -105px;
    }

    .item-card {
        display: flex;
        gap: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .client-container {
        /* width: 90%; */
        height: auto;
    }

    .owl-client-mani {
        position: inherit;
    }

    .client-div>p {
        width: 100%;
        margin-bottom: 30px;
    }

    .hero-section h1 {
        font-size: 41px;
        line-height: normal;
        text-align: center;
        font-weight: 700;
    }

    .hero-section p {
        font-size: 20px;
        text-align: center;
        font-weight: 400;
        text-transform: math-auto;
    }

    .trend {
        flex-direction: column;
    }

    .trend-cb {
        border: none;
        border-bottom: 1px solid white;
    }

    .trend-k {
        border: none;
        border-bottom: 1px solid white;
    }

    .what-we h2 {
        font-size: 25px;
    }

    .what-we img {
        display: none;
    }

    .row-what1 {
        margin-top: 30px;
    }

    .box-award {
        height: 180px;
    }

    .row-award {
        display: flex;
        flex-direction: row;
        width: 1000px;
        overflow: auto;
        max-width: 1000px;
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .row-award .col-md-3 {
        width: 200px !important;
        /* height: 180px !important; */
    }

    .ac-box1 {
        display: none;
    }

    .head-ach {
        text-align: left;
        border-bottom: 3px solid #007CC1;
        padding-bottom: 16px;
        font-size: 25px;
    }

    .JOURNEY-img>img {
        width: 100%;
        height: 395px;
        object-fit: cover;
    }

    .services-icn {
        border-radius: 0px 30px 0px 30px;
        padding: 25px 16px;
        width: 225px;
        bottom: -18px;
        right: 12px;
    }

    .services-icn p {
        font-size: 16px;
        margin-top: 20px;
    }

    .services-icn img {
        width: 45px;
    }

    .Journey-c h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Journey-c h2 {
        margin-top: 45px;
    }

    .team-div {
        display: flex;
        flex-direction: column-reverse;
    }

    .team-content {
        max-width: 100%;
        width: 100%;
    }

    .team-img {
        max-width: 100%;
        width: 100%;
    }

    .slider-container {
        display: inherit;
    }

    .team-img {
        .slide {
            height: 340px;
            display: none;
        }
    }

    .slide.active {
        display: block;
    }

    .item-card-c {
        text-align: center;
    }

    .social-h h2 {
        font-size: 25px;
    }

    .social-h p {
        width: 100%;
        font-size: 14px;
    }

    .social-img img {
        height: 324px;
        object-fit: cover;
        border-radius: 15px;
    }

    .social-h {
        margin-bottom: 20px;
    }

    .social-heading h3 {
        font-size: 25px;
        margin-top: 20px;
    }

    .Memorial {
        background-color: rgba(234, 243, 245, 1);
        padding: 30px;
        border-radius: 20px;
        padding-right: 30px;
    }

    .Memorial h2 {
        font-size: 25px;
    }

    .social-img1 {
        left: 0px;
    }

    .social-img1 img {
        width: 100%;
        height: 324px;
        border-radius: 15px;
        object-fit: cover;
        margin-top: 0px;
    }

    .row-social-2 {
        background-color: rgba(234, 243, 245, 1);
        margin: 3px;
        border-radius: 15px;
        padding-bottom: 20px;
    }

    .location-h h2 {
        font-size: 25px;
    }

    .location-div {
        margin-top: 30px;
    }

    .container-choode {
        text-align: center;
        background-image: url(../img/backup-choose.png);
        background-size: cover;
        background-position: center;
        padding: 43px 35px;
        border-radius: 20px;
        padding-bottom: 61px;
        width: 94%;
    }

    .container-choode h2 {
        color: white;
        font-size: 40px;
        font-weight: 900;
    }

    .section-test {
        overflow: hidden;
    }

    .hero-section {
        padding: 50px 0px;
        padding-top: 75px;
        height: 396px;
    }

    .hero-section h1 {
        font-size: 31px;
    }

    .services-he {
        p {
            font-size: 17px;
            text-align: center;
        }
    }

    .services-faq {
        h2 {
            font-size: 25px;
        }

        .accordion-flush .accordion-item .accordion-button {
            font-size: 19px;
        }
    }

    .services-faq2 {
        h4 {

            max-width: 100%;
            margin-top: 10px;
        }
    }

    .services-detail-1m {
        padding-left: 15px;
        margin-top: 20px;
    }

    .services-detail-1 {
        h2 {
            margin-bottom: 30px;
            color: rgba(0, 159, 193, 1);
            font-size: 25px;
            text-transform: uppercase;
        }
    }

    .testshape2 {
        display: none;
    }

    .testshape1 {
        display: none;
    }

    .client-container::after {
        width: 100%;
    }

    .client-div>h2 {
        font-size: 25px;
    }

    .client-div>p {
        font-size: 15px;
    }

    .about-detail1 {
        margin-top: 20px;
    }

    .about-detail1 {
        h5 {
            font-size: 27px;
            color: rgba(255, 255, 255, 1);
        }

        h2 {
            font-size: 25px;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: bold;
        }
    }

    .row-journeery::after {
        width: 100%;
    }

    .jourey-sectionh {
        margin-bottom: 20px;
    }

    .pr-j {
        padding-right: 13px;
    }

    .pl-j {
        padding-left: 13px;
    }

    .col-jrrn {
        padding-left: 80px;
    }

    .row-journeery::before {
        left: 38px;
    }

    .j-img1::after {
        display: none;
    }

    .j-img2::after {
        display: none;
    }

    .row-journeery {
        padding-top: 50px;
    }

    .pr-j {
        p {
            font-size: 15px;
        }

        h2 {
            font-size: 46px;
        }

        h3 {
            font-size: 26px;
        }
    }

    .row-jouryee {
        flex-direction: column-reverse;
    }

    .pl-j {
        p {
            font-size: 15px;
        }

        h2 {
            font-size: 46px;
        }

        h3 {
            font-size: 26px;
        }
    }

    .row-joury {
        margin-bottom: 53px;
       
    }

    .j-img img {
        height: 213px;
    }

    .pr-j::before,
    .pl-j::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: rgba(0, 124, 193, 1);
        position: absolute;
        left: 33px;
        border-radius: 100%;
        border: 1px solid white;
        border-radius: 100%;
    }

    .row-allbox {
        margin-top: 27px;
    }

    .team-card {
        height: 500px;

        li {
            list-style: none;
            display: flex;
            gap: 5px;

            img {
                width: 20px !important;
                height: fit-content;
            }
        }
    }

    .team-img img {
        margin-top: 0px !important;
    }

    .owl-carousel-team .owl-nav {
        display: none;
    }

    .row-desk {
        display: none;
    }

    .row-mob {
        display: block;
    }

    .owl-carousel-team .owl-dots {
        margin-top: 20px;
    }

    .teammember {
        h2 {

            font-size: 25px;
            margin-bottom: 20px;
        }
    }
    .meet-sec {
    h2{  font-size: 25px;}}
.footer-one {
    h2 { font-size: 25px;}}
    .team-img1 img {
        display: block;
        margin: auto;
    }

    .row-team1 .col-md-3 {
        margin-bottom: 15px;
    }

    .blteam {
        h2 {
            font-size: 25px;
            margin-bottom: 30px;
        }

        h3 {
            font-size: 24px;
        }

        .container {
            padding: 20px;
        }
    }

    .Responsibility-section {
        h2 {
            font-size: 25px;
            margin-bottom: 30px;
        }
    }

    .Responsibility-section {
        h3 {
            font-size: 27px;
        }

        .row-responi1,
        .row-responi2 {
            padding: 20px;
            border-radius: 0px;

            h3 {
                font-size: 25px;
            }
        }
    }

    .ongoing-se {
        h2 {
            text-align: start;
            margin-bottom: 20px;
            font-size: 25px;
        }
    }

    .ongoing-content {
        h3 {
            font-size: 20px;
            margin-bottom: 10px;
            line-height: inherit;
        }
    }

    .col-ongoig-i {
        display: none;
    }

    .ongoing-content img {
        margin-bottom: 0px;
        display: block;
        border-radius: 15px;
    }

    .p-footerone {
        padding: 0px;
    }

    .ravi-s {
        margin-top: 20px;
        padding: 30px;
        left: 0px;
        width: 100%;
    }

    .blue-po-se {
        h2 {
            font-size: 25px;
            margin-bottom: 30px;
        }
    }

    .conatctt-detail {
        .getintoch {
            padding: 30px;
        }
    }

    .contact-us {
        h3 {
            text-align: center;
            color: rgba(0, 159, 193, 1);
            font-size: 32px;
            margin-bottom: 15px;
            font-size: 20px;
            margin-top: 20px;
        }


    }

    .ongoing-content h4 {
        font-size: 20px;
        margin-top: 10px;
        font-weight: 600;
    }

    #team-page .services-he {
        padding-bottom: 0px;
    }

    #team-page .hero-section {
        padding-bottom: 75px;
    }

    .bl-2-c h3 {
        font-size: 20px;
    }

    .row-imagebl--1 {
        flex-direction: column-reverse;
    }

    .owl-carousel.owl-carouselbl {
        .owl-nav {
            display: flex;
            width: 100%;
            justify-content: space-between;
            position: absolute;
            top: 17%;
        }
    }

    .owl-carousel.owl-carouselbl .owl-item img {
        height: auto;
    }

    .head--lotus {
        border: none;
        text-align: center;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .head-ach {
        border: none;
    }

    .about-detailimg img {
        width: 100%;
        height: 322px;
        object-fit: cover;
        border-radius: 10px;
        object-position: 65% center;
    }

    section.hero-section.about-hero {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    #about-main .services-he {
        padding-bottom: 0px;

        p {
            margin-bottom: 0px;
        }
    }

    .footer-logo {
        padding-right: 15px;
    }

    .row-what1--1 {
        margin-top: 0px;
    }

    /* .row-award{ */
    .row-award::-webkit-scrollbar {
        width: 2px;
        height: 0px;
    }

    /* Track */
    .row-award::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .row-award::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .row-award::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    

}


/* } */



.row-allbox {
    img {
        border-radius: 10px;
    }
}

.row-desk {
    row-gap: 20px;
}

.item-card-c span i {
    color: gold;
    margin-right: 3px;
}

.row-team1 {
    row-gap: 20px;
}

.social-img1 img,
.social-img2 img {
    border-radius: 10px;
}
.owl-carouseltt{
    .owl-dots{
        display: none!important;
    }
    .owl-nav button{
            font-size: 16px!important;
    border: none!important;
    background: #ffffff!important;
    color: rgba(0, 159, 193, 1)!important;
    cursor: pointer!important;
    border: 1px solid rgba(0, 159, 193, 1)!important;
    border-radius: 36px!important;
    width: 50px!important;
    height: 50px!important;
    }
}