* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Heading  */

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.newsreader-font {
    font-family: "Newsreader", serif;
    font-optical-sizing: auto;

}

/* Para  */

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

body {
    background-color: #fff;
}

nav {
    height: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #132257f2;
    padding: 3rem 0rem;

}

.ham {
    color: #fff !important;
}

.insideNav {
    height: 95%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insideNavCard {
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
}

.menuLinks {
    width: 70%;
}

.logo {
    height: 5rem;
}

.insideNavCard a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000b5;
    padding: 0.2rem;
    margin: 0.4rem;
}

.ham {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0.5rem;
}

i.fa-solid.fa-bars.ham {
    display: none;
}

.menuLinks {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #132257f2;
    justify-content: flex-start;
    top: 15%;
    height: auto;
    width: auto;
    right: 0;
    align-items: flex-start;
    animation-name: menuHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 99999999;
}

.menuLinks a {
    color: #f5f5dc;
}

.menu-list {
    display: flex;
    width: 50%;
    justify-content: space-around;
    font-weight: 500;
}

.menu-list a:hover {
    color: #e3222b;
}

.menu-list a {
    color: #f5f5dc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.firstSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #132257f2;
}

.insideFirstSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySlides img {
    width: 100%;
}

.about-section {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 6rem 4rem;
    background-color: #132257f2;
}

.about-right {
    width: 40%;
}

.about-right img {
    width: 100%;
    height: auto;
}

.about-left {
    width: 50%;
    padding: 0 20px;
}

p.about-heading {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fffacd;
    font-weight: 500;
}

p.about-para {
    font-size: 17px;
    line-height: 23px;
    color: #ffffffe3;
}

.inside-about-section {
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 0 4rem;
    /* height: 31rem; */
}

.secondSection {
    padding: 3rem 0;
    padding-top: 0rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideSecondSection {
    padding: 2rem 0;
    width: 80%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mainH2 {
    font-size: 46px;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 4px;
    color: #000000db;
    align-self: flex-start;
    margin-left: 4rem;
    margin-bottom: 1rem;
}

.insideSecondSectionCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 223, 0, 1) 35%, rgba(237, 189, 1, 1) 100%);
    height: 10rem;
    width: 30%;
    margin: 1rem;
    border-radius: 1rem;
}

.insideSecondSectionCard i {
    font-size: 35px;
    color: #fff;
    background: #e3222b;
    padding: 1rem;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in;
}

.insideSecondSectionCard:hover .icons {
    background-color: #fff;
    color: #e3222b;
    cursor: pointer;
    transition: all .4s ease-in;
    transform: rotatey(180deg);
}

.mainH3 {
    margin: 0.6rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    /* text-align: center; */
}

.thirdSection {
    padding: 4rem 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideThirdSection {
    padding: 2rem 0;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideThirdSectionCard {
    height: 18rem;
    width: 100%;
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThirdSectionCardContent {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff59;
    background: linear-gradient(90deg, rgba(255, 223, 0, 1) 35%, rgba(237, 189, 1, 1) 100%);
    margin: 1rem;
    padding: 2rem;
    text-align: justify;
    border-radius: 1rem;
    transition: all .4s ease-in;
}

.insideThirdSectionCardContent:hover {
    background-color: #fff;
    transition: all .2s ease-in;
    cursor: pointer;
}

.insideThirdSectionCardContent:hover .cardP {
    color: #452c63;
    font-weight: 500;
    transition: all .2s ease-in;
    transform: rotateX(360deg);
}

.insideThirdSectionCardContent:hover .mm {
    color: #452c63;
    font-weight: 500;
    transition: all .2s ease-in;
    transform: rotateX(360deg);
}

.mm {
    transition: all .4s ease-in;
}

.insideThirdSectionCardContent h3 {
    color: #000000db;
    margin: 1rem 0;
}

.icons1 {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.icons1 {
    font-size: 35px;
    color: #fff;
    background: #e3222b;
    padding: 1rem;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in;
}

.cardP {
    color: #000000db;
    font-size: 16px;
    font-weight: 100;
    transition: all .4s ease-in;
}

.seventhSection {
    padding: 3rem 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideseventhSection {
    padding: 2rem 0;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideseventhSectionCard {
    height: 24rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff36;
    flex: 1;
    flex-wrap: wrap;
}

.indexProductCard {
    height: 10rem;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    overflow: hidden;
    background: #00000021;
    border-radius: 0rem;
}

.indexProductCard img {
    height: 10rem;
    width: 100%;
    border-radius: 1rem;
}

.ipc1 {
    height: 22rem;
    width: 100%;
}

.indexProductCard h3 {
    background-color: transparent;
    position: absolute;
    margin-top: 8rem;
    width: 12rem;
    text-align: center;
    transition: all 0.2s ease-in;
    opacity: 0;
}

.indexProductCard:hover .indexProductH3 {
    background-color: #00000075;
    color: #fff;
    cursor: pointer;
    margin-top: 5rem;
    text-align: center;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in;
    opacity: 1;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.ipc1 img {
    height: 22rem;
}

.insideThirdSection {
    padding-bottom: 0;
}



.seventhSection h2 {
    align-self: center;
    margin-left: 0;
}

.sixthSection {
    height: 45rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSixthSection {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSixthSectionCard {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000021;
    margin: 1rem;
}

.issc1 {
    justify-content: flex-start;
    width: 20%;
}

.issc2 {
    width: 80%;
    flex-direction: column;
    padding: 2rem;
}

.issc1 h2 {
    font-size: 50px;
    rotate: -90deg;
    color: #000000db;
    width: max-content;
}

.issc2 h3 {
    font-size: 22px;
    color: #1f1f1f;
    letter-spacing: 1px;
    word-spacing: 4px;
    align-self: flex-start;
    margin-bottom: 1rem;
}

.issc2 p {
    font-size: 16px;
    color: #1f1f1fd6;
    line-height: 1.6rem;
    word-spacing: 4px;
    margin-bottom: 2rem;
}

.fifthSection {
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideFifthSection {
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideFifthSection h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #000000e6;
    text-align: center;
}

.insideFifthSection p {
    text-align: center;
}

.mySlides11 q {
    font-size: 24px;
    font-weight: 700;
    color: #aa0a27;
}

.insideFifthSection h2 {
    text-align: center !important;
    align-self: center;
    margin-left: 0;
}


/*  */

.fourthSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 4rem;
    background: #132257f2;

}

.insideFourthSection {
    height: 30rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 4rem; */
}

.insideFourthSectionCard {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.insideFourthSection-img {
    width: 35%;
    margin-right: 1rem;
}

.insideFourthSectionCard img {
    height: auto;
    width: 100%;
    border-radius: 20px;
}

.insideFourthSectionCard h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #fff;
}

.accordion {
    color: #fff !important;
}

.ifsc1 {
    padding: 1rem;
}

.ninthSection {
    padding: 4rem 0;
    padding-top: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #132257f2;
}

.ninthSection h2 {
    font-size: 50px;
    color: #ffffffcf;
    z-index: 1;
    position: relative;
    background: transparent;
    text-align: center;
}

.insideNinthSection {
    padding-top: 2rem;
    width: 90%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.testimonialsCard {
    height: 15rem;
    width: 45%;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d3d3d33d;
}

.testimonialsCard p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffb8;
}

.testimonialsCard img {
    height: 12rem;
}

.tenthSection {
    padding: 4rem 0;
    padding-top: 6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #132257f2;
}

.insideTenthSection {
    height: 80%;
    width: 90%;
    display: flex;
    z-index: 0;
    justify-content: center;
    align-items: center;
}

.insideTenthSection h2 {
    font-size: 50px;
    color: #ffffffcf;
    z-index: 1;
    position: relative;
    background: transparent;
    text-align: center;
    margin-right: 2rem;
}

.projectGallery {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    background-color: transparent;
}

.row {
    background-color: transparent;
}

.imgBox {
    height: 5rem;
    width: 5rem;
    margin: 0.2rem;
}

.imgBox img {
    height: inherit !important;
    width: inherit !important;
    background-color: #fff;
    border-radius: 0 !important;
}

.eleventhSection {
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eleventhSection::before {
    height: 60vh;
    width: 100%;
    content: '';
    position: absolute;
    background-image: url('/assets/images/all\ images/bgbg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: brightness(0.5);
}

.insideEleventhSection {
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideEleventhSection button {
    z-index: 1;
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    outline: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    width: fit-content;
    cursor: pointer;
    margin-top: 1rem;
}

.insideEleventhSection h2 {
    font-size: 65px;
    color: #fff;
    z-index: 1;
    position: relative;
    background: transparent;
    text-align: center;
}

@keyframes newAnimate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}


/*  */

/* footer{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer::before{
    content: '';
    position: absolute;
    height: 80vh;
    width: 100%;
    background-image: url('/assets/images/all\ images/bgbg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: brightness(0.5);
}


.insideFooter {
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideFooterCard{
    height: 100%;
    width: 100%;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideFooterCard h2 {
    font-size: 26px;
    font-weight: 500;
    word-spacing: 2px;
    color: #fff;
    margin-bottom: 1rem;
}

.insideFooterCard p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.insideFooterCard button{
    font-size: 18px;
    padding: 1rem 2rem;
    margin-top: 2rem;
    border: 1px solid #e3222b;
    background: transparent !important;
    outline: none;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}

.socialLinks i {
    font-size: 24px;
    color: #fff;
    margin: 0.4rem;
} */

.eightSection {
    padding: 4rem 0;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: stretch;
    background-color: #132257f2;
}

.eightSection p {
    background: transparent;
    color: #f5f5dc;
    font-size: 16px;
    width: 100%;
    text-align: right;
}

.eightSection h2 {
    background: transparent;
    font-size: 52px;
    color: #fff;
    text-align: right;
}

.eight-heading {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 1rem;
}

.insideEightSectionCard {
    height: 7rem;
    /* width: 23rem; */
    width: 33%;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: flex-start;
    margin: 1rem;
    border-bottom: 1px solid #f5f5dc;
}

.eightSection span {
    border-bottom: 2.5px solid;
    width: 3%;
    display: inline-block;
    top: -0.4rem;
    position: relative;
    background: transparent;
    margin: 0 10px;
}

.insideEightSection {
    /* padding-top: 2rem; */
    width: 33%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem;
}

.insideEightSectionCard i {
    font-size: 35px;
    color: #fff;
    color: #132257f2;
    background: #f5f5dc;
    padding: 1rem;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in;
}

.insideEightSectionCard:hover .icons {
    background-color: #132257f2;
    color: #f5f5dc;
    cursor: pointer;
    transition: all .4s ease-in;
    transform: rotatey(180deg);
}

/* .lowerFooter{
    justify-content: flex-end;
} */

footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    background-color: #132257f2;
    flex-direction: column;
}

.inside-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    /* border-radius: 20px; */
}

.footer-section-two {
    background-color: #0b1d41;
    display: flex;
    justify-content: space-around;
    border-radius: 0px 0px 20px 20px;
    padding: 2rem;
}

.footer-card {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-card>.heading {
    color: #f5f5dc;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-about {
    width: 40%;
}

.company-links,
.support-links,
.address {
    width: 20%;
}

.flogo {
    width: 30%;
}

.f-para {
    color: white;
}

.flogo img {
    width: 100%;
    height: auto;
}

.company-links {
    list-style: none;
}

.company-links li {
    line-height: 25px;
    margin-bottom: 10px;
}

.company-links a {
    text-decoration: none;
    /* margin-bottom: 20px; */
    color: #fff;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.company-links a:hover {
    color: #e3222b;
}

.footer-section-three {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.footer-section-three {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
}

.footer-section-one {
    background: white;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-section-one-left {
    width: 30%;
}

.footer-section-one-left img {
    width: 100%;
    height: auto;
}

.fsor-para {
    font-size: 35px;
    font-weight: 500;
    color: #132257f2;
}

.fsor-para2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-section-one-right a {
    color: #132257f2;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 16px;
    font-size: 15px;
    /* margin-top: 21px; */
    border-radius: 5px;
    border: 1px solid #132257f2;
    background-color: #fff;
    transition: all 0.3s ease;
}

.footer-section-one-right a:hover {
    background: #132257f2;
    color: #fff;
}

.footer-section-three p {
    color: #f5f5dc;
}




/* product section */
.ps-heading {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #f5f5dc;
}

.swiper-wrapper {
    padding: 3rem 0;
}

.product-section {
    width: 100%;
    background: #132257f2;
    padding: 4rem;
    display: flex;
    flex-direction: column;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    row-gap: 10px;
    border-radius: 20px;
    background-color: #fff;
    transition: transform 0.5s ease;
}

.product-card img {
    max-width: 70%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #ead20385;
}

.product-card a {
    text-decoration: none;
    /* background: red; */
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: black;
    border: 1px solid #132257f2;
    transition: all 0.3s ease;
}

.product-card a:hover {
    background-color: #132257f2;
    color: #fff;
}

.product-card>.para {
    font-size: 20px;
    font-weight: 600;
    color: #132257f2;
}

.product-card:hover {
    transform: scale(1.05);
}

marquee a {
    color: #fff;
    text-decoration: none;
    
}

@media screen and (max-width:1205px) {
    .insideSecondSection {
        width: 100%;
    }

    .indexProductCard h3 {
        width: 9rem;
    }

    .indexProductCard:hover .indexProductH3 {
        height: 4rem;
        font-size: 16px;
    }

    p.about-heading {
        font-size: 55px;
    }

    .inside-about-section {
        width: 100%;
    }

    p.about-heading {
        font-size: 50px;
    }

}


@media screen and (max-width:1100px) {

    .insideFourthSection {
        height: 30rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .insideFourthSectionCard h2 {
        font-size: 38px;
    }

    .accordion {
        padding: 14px;
        font-size: 14px;
    }

    .panel p {
        font-size: 14px;
    }

}

@media screen and (max-width:1024px) {
    .inside-about-section {
        padding: 0;
    }

    i.fa-solid.fa-bars.ham {
        display: block;
    }

    .eightSection p {
        font-size: 18px;
    }

    .eightSection span {
        border-bottom: 1.5px solid;
    }

    .eightSection h2 {
        font-size: 52px;
    }

    .insideEightSection {
        width: 100%;
    }

    .insideEightSectionCard {
        height: 8rem;
        width: 14rem;
        margin: 0.5rem;
    }

    .mainH3 {
        font-size: 14px;
    }

    .insideEightSectionCard i {
        font-size: 28px;
        height: 3rem;
        width: 3rem;
    }

    .insideTenthSection h2 {
        font-size: 36px;
    }

    .imgBox {
        height: 3rem;
        width: 3rem;
    }

    .insideTenthSection {
        width: 95%;
    }

    .insideEleventhSection h2 {
        font-size: 48px;
    }

    .insideEleventhSection button {
        font-size: 18px;
    }

    .ninthSection h2 {
        font-size: 40px;
    }

    .insideNinthSection {
        width: 95%;
    }

    .testimonialsCard img {
        height: 8rem;
    }

    .testimonialsCard {
        width: 48%;
        margin: 0.5rem;
    }

    .menu-list {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .sixthSection {
        height: 60rem;
    }
}

@media screen and (max-width:960px) {
    .mainH2 {
        font-size: 36px;
    }

    .insideSecondSectionCard {
        width: 25%;
    }

    .mainH3 {
        font-size: 15px;
    }

    .logo {
        height: 4.5rem;
    }

    nav {
        height: 5rem;
    }

    .cardP {
        font-size: 14px;
    }

    .insideThirdSection {
        width: 95%;
    }

    .about-section {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width:900px) {
    .insideseventhSection {
        width: 95%;
    }

    .insideFourthSection {
        height: 26rem;
    }

    .insideEightSectionCard {
        width: 11rem;
    }

    .insideFourthSectionCard h2 {
        font-size: 30px;
    }

    .mainH3 {
        font-size: 14px;
    }

    .panel p {
        font-size: 12px;
    }

    .insideEleventhSection h2 {
        font-size: 38px;
    }

    .insideEleventhSection button {
        font-size: 16px;
    }

    .ninthSection h2 {
        font-size: 32px;
    }

    .testimonialsCard {
        width: 90%;
    }

    .testimonialsCard p {
        padding: 1rem;
    }

    .eightSection p {
        font-size: 14px;
    }

    .eightSection h2 {
        font-size: 37px;
    }

    .insideEightSectionCard {
        height: 7rem;
        margin: 1rem;
    }

    .eightSection p {
        text-align: center;
    }

    .eight-heading {
        width: 30%;
    }

    .product-section {
        padding: 3rem;
    }

    .ps-heading {
        font-size: 45px;
    }

    .inside-footer {
        width: 100%;
    }

    .fsor-para {
        font-size: 30px;
    }

    .footer-section-two {
        padding: 1rem;
    }
}

@media screen and (max-width:770px) {
    .insideseventhSection {
        flex-direction: column;
    }

    .insideseventhSectionCard {
        width: 80%;
    }

    .footer-section-two {
        flex-wrap: wrap;
    }

    .company-links,
    .support-links,
    .address {
        width: 40%;
    }

    .ps-heading {
        font-size: 40px;
    }

}

@media screen and (max-width:765px) {

    .insideFourthSectionCard h2 {
        font-size: 32px;
    }

    .fourthSection {
        margin-top: 2rem;
    }

    .insideSixthSection {
        height: 100%;
    }

    .sixthSection {
        height: 55rem;
        margin: 2rem 0;
        margin-top: 4rem;
    }

    .insideSixthSectionCard {
        margin: 0rem;
    }

    .secondSection {
        padding: 2rem 0 !important;
        padding-top: 1rem !important;
    }

    .seventhSection {
        padding-bottom: 1rem;
    }

    .insideThirdSection {
        padding: 0rem 0;
    }

    .fifthSection {
        padding-top: 0;
    }

    .insideFifthSection h2 {
        margin-left: 0;
        font-size: 36px;
    }

    .insideFifthSection p {
        font-size: 14px;
    }

    .mySlides11 {
        padding: 40px !important;
    }

    .mySlides11 q {
        font-size: 20px;
    }

    .dot-container {
        text-align: center;
        padding: 0 !important;
    }

    .insideFooterCard h2 {
        font-size: 22px;
        text-align: center;
    }

    .eightSection p {
        font-size: 16px;
    }

    .eightSection h2 {
        font-size: 42px;
    }

    .insideEightSectionCard {
        width: 12rem;
    }

    .mainH3 {
        font-size: 12px;
    }

    .fourthSection {
        margin-top: 0;
    }

    .insideFourthSectionCard h2 {
        font-size: 32px;
        margin-bottom: 0.5rem;
    }

    .mainH3 {
        font-size: 14px;
    }

    .tenthSection {
        padding: 4rem 0;
        padding-top: 2rem;
    }

    .insideTenthSection {
        width: 95%;
        flex-direction: column;
    }

    .insideTenthSection h2 {
        font-size: 36px;
        margin: 0;
        margin-bottom: 2rem;
    }

    .insideEleventhSection h2 {
        font-size: 32px;
        margin-bottom: 1rem;
    }

    .ninthSection {
        padding-top: 4rem;
    }

    .insideFooterCard p {
        font-size: 12px;
    }

    .eightSection p {
        font-size: 15px;
    }

    .eightSection h2 {
        font-size: 30px;
    }

    p.about-heading {
        font-size: 40px;
    }

    .fourthSection {
        padding: 1rem;
    }
}

@media screen and (max-width:760px) {
    .insideThirdSectionCardContent {
        width: 100%;
    }

    .insideThirdSectionCard {
        height: 32rem;
        flex-direction: column;
    }

    .secondSection {
        padding-bottom: 2rem;
    }
}

@media (max-width: 730px) {
    .insideEightSectionCard {
        width: 11rem;
    }

    .eightSection p {
        font-size: 12px;
        text-align: right;
    }

    .eight-heading {
        width: 28%;
    }

    .insideEightSection {
        padding: 0;
    }

    .fsor-para {
        font-size: 27px;
    }

    .footer-section-one-right a {
        padding: 7px 10px;
        font-size: 13px;
    }

    .footer-section-one-left {
        width: 50%;
    }

    .footer-about {
        width: 50%;
    }

    .company-links,
    .support-links,
    .address {
        width: 50%;
    }
}

@media (max-width: 640px) {

    .eight-heading {
        width: 40%;
    }

    .insideEightSectionCard {
        width: 16rem;
        height: 5rem;
    }

    p.about-heading {
        font-size: 35px;
    }

    p.about-para {
        font-size: 15px;
        line-height: 21px;
        color: #ffffffe3;
    }

    .about-left {
        padding: 0;
    }

    .fsor-para {
        font-size: 20px;
    }

    .fsor-para2 {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .insideFourthSection {
        height: 32rem;
        flex-direction: column;
    }

    .ifsc1 {
        width: 100%;
    }

    .panel {
        padding: 0rem;
    }

    .insideFourthSection-img {
        width: 50%;
    }

    .insideFourthSection {
        align-items: flex-start;
    }
}

@media screen and (max-width:600px) {
    .mainH2 {
        margin-left: 2rem;
    }

    .insideSecondSectionCard {
        width: 40%;
    }

    .insideSecondSectionCard i {
        font-size: 25px;
        padding: 0.6rem;
        height: 3rem;
        width: 3rem;
    }

    .secondSection {
        padding: 3rem 0;
    }

    .icons1 {
        font-size: 30px;
        height: 3.5rem;
        width: 3.5rem;
        padding: 0.5rem;
    }

    .insideFourthSection {
        height: 38rem;
        flex-direction: column;
    }

    .insideFourthSectionCard {
        width: 100%;
    }

    .insideFourthSectionCard h2 {
        font-size: 28px;
    }

    .insideFourthSection {
        height: auto;
        flex-direction: column;
    }

    .insideSixthSection {
        height: 100%;
        flex-direction: column;
    }

    .issc2 {
        width: 90%;
        padding: 1rem;
    }

    .issc1 h2 {
        rotate: 0deg;
    }

    .issc1 {
        justify-content: center;
        width: 90%;
    }

    .issc1 h2 {
        font-size: 32px;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .sixthSection {
        margin: 5rem 0;
    }

    .insideThirdSectionCardContent {
        padding: 1rem;
    }

    .thirdSection {
        padding-bottom: 2rem;
    }

    .eightSection h2 {
        font-size: 32px;
    }



    .insideEightSectionCard h3 i {
        font-size: 12px !important;
    }

    .insideEightSectionCard i {
        font-size: 22px;
        height: 3rem;
        width: 3rem;
    }

    .insideTenthSection h2 {
        font-size: 32px;
    }

    .projectGallery {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .insideEleventhSection h2 {
        font-size: 26px;
        margin-bottom: 1rem;
    }

    .testimonialsCard {
        padding: 0.5rem;
    }

    .testimonialsCard p {
        padding: 0.5rem;
    }

    .insideFooterCard button {
        font-size: 16px;
        padding: 1rem 1rem;
    }

    p.about-heading {
        font-size: 27px;
    }

    .inside-about-section {
        justify-content: space-between;
    }

    .swiper-wrapper {
        padding: 2rem 0;
    }

    .ps-heading {
        font-size: 35px;
    }

    .footer-about {
        width: 100%;
    }

    .company-links,
    .support-links,
    .address {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .mainH2 {
        font-size: 28px;
    }

    .secondSection {
        padding-bottom: 1rem;
    }

    .insideThirdSectionCard {
        height: 40rem;
    }

    .insideThirdSection {
        padding-top: 0.5rem;
    }

    .insideseventhSectionCard {
        width: 95%;
    }

    .inside-about-section {
        justify-content: space-between;
        flex-direction: column;
        row-gap: 20px;
    }

    .about-right {
        width: 75%;
    }

    .about-left {
        width: 100%;
    }

    .footer-section-one-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-section-one-left {
        width: 70%;
    }

    .footer-section-one {
        flex-direction: column;
    }
}

@media screen and (max-width:475px) {

    .insideFourthSectionCard h2 {
        font-size: 24px;
    }

    .eightSection {
        flex-direction: column;
    }

    .eight-heading {
        width: 100%;
        /* text-align: center; */
    }

    .eightSection h2 {
        text-align: center;
    }

    .eight-heading {
        align-items: center;
    }

    .eightSection p {
        text-align: center;
    }

    .eightSection {
        padding: 2rem;
    }

    .insideEightSectionCard {
        width: 100%;
    }

    .insideEightSection {
        justify-content: center;
    }

    .ps-heading {
        font-size: 30px;
    }

    .product-card:hover {
        transform: unset;
    }

    .fourthSection {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width:450px) {
    .mainH2 {
        margin-left: 0;
        align-self: center;
    }

    .insideSecondSectionCard {
        width: 45%;
        margin: 0.4rem;
    }

    .mainH3 {
        font-size: 14px;
    }

    .logo {
        height: 3.5rem;
    }

    nav {
        height: 4rem;
    }

    footer {
        padding: 2rem 0;
    }

    .logo {
        height: 3rem;
    }

    nav {
        height: 3.5rem;
    }

    .sixthSection {
        height: 75rem;
    }

    .indexProductCard {
        height: 8rem;
        width: 38%;
        margin: 0.5rem;
    }

    .insideFifthSection h2 {
        font-size: 26px;
    }

    .mySlides11 {
        padding: 20px !important;
    }

    .next {
        right: -10%;
    }

    a.prev {
        left: -10%;
    }

    .insideFooterCard h2 {
        font-size: 20px;
    }

    .eightSection p {
        font-size: 14px;
    }

    .eightSection h2 {
        font-size: 30px;
    }

    .insideEightSectionCard {
        width: 15rem;
    }

    .insideTenthSection h2 {
        font-size: 30px;
    }

    .testimonialsCard {
        padding: 0.5rem;
        flex-direction: column-reverse;
        height: auto;
    }

    .testimonialsCard p {
        padding: 0.5rem;
        text-align: center;
    }

    .insideFooter {
        width: 90%;
    }

    .flogo {
        width: 25%;
    }
}

@media screen and (max-width:360px) {
    .indexProductCard {
        height: 8rem;
        width: 35%;
    }

    .indexProductCard img {
        height: 8rem;
    }

    .indexProductCard:hover .indexProductH3 {
        height: 3rem;
        font-size: 12px;
    }

    .indexProductCard h3 {
        width: 7rem;
    }

    .ipc1 {
        height: 16rem !important;
        width: 80% !important;
    }

    .ipc1 img {
        height: 16rem !important;
    }

    .indexProductCard h3 {
        width: 5.5rem;
    }
}

@keyframes menuHover {
    0% {
        top: -5rem;
        opacity: 0;
    }

    100% {
        top: 15%;
        opacity: 1;
    }
}