@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Regular.eot");
    src: url("../fonts/Poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2"),
        url("../fonts/Inter/Inter-Regular.woff") format("woff"),
        url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0%;
    margin: 0;
    text-size-adjust: inherit;
}

html,
body {
    overflow-x: hidden;
    background: #fafafa;
}

.header {
    display: flex;
    justify-content: flex-end;
    background-color: rgba(64, 126, 65, 0.957);
    align-items: center;
    height: 30px;
}

.cell {
    color: white;
    padding-right: 80px;
    font-family: "Poppins";
    font-size: medium;
}

.header nav a {
    font-size: 126px !important;
    color: #404040;
}

.nav-item a {
    font-size: 18px;
    font-family: "Inter";
}

.cell-png img {
    width: 69%;
}

.logo-img {
    width: 35px;

    height: auto;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: bolder;
    color: green;
    font-family: "Poppins", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.nav-link:hover {
    font-weight: bold;
    color: rgba(64, 126, 65, 0.957) !important;
}

.banner {
    background: url("../images/_about_us/banner.jpg") no-repeat;
    background-size: cover;
    background-position-y: center;
}

.services-banner {
    background: url("../images/_our_services/our-services-banner.png") no-repeat;
    background-size: cover;
}

.headings {
    text-align: center;
    font-weight: bold;
    font-family: "Poppins";
}

p {
    font-family: Inter;
    font-size: 16px;
}

/*footer section*/

.f-links {
    color: #ffffff;
}

.f-links:hover {
    color: #ffffff !important;
}

#ourServices_banner {
    background-image: url("../images/our-services-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#ourServices_banner h1 {
    text-align: center;
    font-size: 50px;
    color: white;
}

#ourServices_banner div.banner-content {
    padding: 7% 0%;
}

/*our services*/
.services-innerImg {
    float: left;
    margin: 7px;
    margin-top: 55px;
}

/* .service-grid{

box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
border-radius: 10px;
margin-right: 25px;
margin-bottom: 10px;
} */
.services-innerText {
    float: left;
    width: 70%;
    padding: 0px 7px;
    padding-top: 22px;
}

.service-grid:hover {
    background: #2a8e58;
}

.service-grid img {
    opacity: 0.5;
    padding: 10px 0px;
}

.service-grid img:hover {
    opacity: unset;
    background: none;
}

.service-cover-grid {
    margin-bottom: 20px;
}

/*banner page*/

/* Hompe page */
.container.tender-area {
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.805),
            rgba(0, 0, 0, 0.97));
    border-radius: 10px;
    background-size: cover;
    padding: 15px;
    box-sizing: border-box !important;
}

.row.tender-item p {
    color: white;
    font-size: 13px;
    font-family: "Inter";
}

.tender-item h5 {
    color: #ff9800;
    font-size: 17px;
}

#content-area-tenders h1 {
    padding-top: 10px;
}

.tender-item a {
    padding: 8px;
    color: #ff9800;
}

.flip-card {
    background-color: transparent;
    width: 280px;
    height: 270px;
    perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
}

/* Style the back side */
.flip-card-back {
    background: linear-gradient(to right, #25a720, #4f72b3);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-front {
    background: linear-gradient(to right, #25a720, #4f72b3);
    color: white;
}

/* Make the link on the back clickable */
.flip-card-back a {
    color: white;
    text-decoration: none;
    pointer-events: auto;
}

.flip-card-front img {
    max-width: 100%;
    height: 270px;
    object-fit: cover;
}

.imgBox {
    
    position: relative;
    margin: 30px;
    z-index: 1;
    float: left;
}

.imgBox img {
    width: 100%;
    height: 100%;
}



.msgBox {
    width: auto;
    line-height: 1.7;
    font-size: 1.5em;
    text-align: justify;
}

.msgBox h2 {
    float: right;
    text-align: right;
    line-height: 1;
}



.msgBox h2 small {
    font-size: 60%;
}

.section-heading {
    margin: 26px;
}

/* meraj custom styling */

@media (max-width: 425px) {
    .carousel-control-next {
        margin-top: 200px !important;
    }

    .carousel img {
        height: 100vh !important;
        /* background-color: red; */
    }

    .carousel-caption h1 {
        /* margin-top: -50px; */
        font-size: 12px !important;
    }

    .carousel-caption p {
        font-size: 14px !important;
        margin-top: 50px;
    }



    /* card for initiative section  */








}









