/********** Template CSS **********/
 :root {
    --primary: #FF5722;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
    --wpdm-font: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 900 */

/* .rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 9;
    display: none;  /* Hide button initially */
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

@keyframes dual-ring-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.service-main-heading {
    margin-top: 40px;
}

.service-main-heading h1,
h3 {
    color: #022549;
}

.service-main-heading p {
    color: #000000;
    font-size: 17px;

}

.health-div img {
    height: 60vh !important;
}

.dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #3498db;
    border-color: #3498db transparent #3498db transparent;
    animation: dual-ring-spin 1.2s linear infinite;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
    width: 15%;
    background-size: auto 80%;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-image: url('../img/logo/For Web/png/logo.png');
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 0px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link_1 {
    margin-right: 30px;
    padding: 25px 10px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .navbar-nav .nav-link_1:hover,
.navbar .navbar-nav .nav-link_1.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-toggle_1::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item_1 .dropdown-menu_1 {
        display: none;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item_1:hover .dropdown-menu_1 {
        top: 100%;
        display: block;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: left !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.733) 10%, rgba(0, 0, 0, 0.664) 47%, rgba(0, 0, 0, 0) 84%);
}
.carousel-inner_1{
    background-color: #022549b2 !important;
}

/* .owl-carousel{
    height: 100vh !important;
    width: 100% !important;
    background-color: #161616 !important;
} */

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .navbar .navbar-brand {
        width: 40%;
        margin-top: 16px;
    }
    .wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .health-div {
        flex-direction: column-reverse !important;
    }

    .div-spacing {
        margin: 10px 0px !important;
    }

    .wrapper>* {
        grid-area: unset !important;
    }

    .text_1 {
        width: 100% !important;

        color: rgb(248, 134, 40) !important;
    }

    .text_1>h1 {
        color: rgb(248, 134, 40) !important;
        font-size: 20px !important;
        margin-top: 5% !important;
        margin-left: 5% !important;
    }
    .quote{
        flex-direction: column-reverse !important;
    }
    .center-div{
        margin: -12% 0% 10% 0% !important;
    }
    .showcase img{
        width: 100%;
        height: auto;
        object-fit: cover;
        text-align: center;
    }
    .showcase h2{
        font-size: 2rem !important;
        text-align: center;
    }
    .showcase p{
        font-size: 1rem !important;
        text-align: justify !important;
    }
    .img-title p{
        font-size: 15px !important;
    }
    .overlay-text h1{
        font-size:1.5rem !important;
    }
    .overlay-text p{
        font-size:0.9rem !important;
    }
    .text {
        width: 100% !important;
        margin-top: 0% !important;
        margin-left: 0% !important;
    }
    .container{
        height: auto !important;
    }
    .center_1{
        margin-top: 20% !important;
    }
    .innovation-container{
        margin-top: 10%;
    }
    .display-flex{
        display:unset !important;
    }
    .column {
        padding: 0rem 0.5rem !important;
    }
}
.display-flex{
    display:flex !important;
}

.health-div{
    margin: 13%;
}

.overlay{
    padding: 20px;
}
.center-div{
    margin: 10% 0%;
}
.about-last-div{
    margin-top: 7%;
}
.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7));
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.underline {
    position: relative;
    display: inline-block;
}

.underline::after {
    content: "";
    position: absolute;
    bottom: -0.2em;
    /* Increase this value for more space */
    left: 0;
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgb(2, 37, 73) 50%, rgba(2, 37, 73, 0.3) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: .3s ease-out;
}

.underline:hover::after {
    background-position: 0% 50%;
}

/*** Service ***/
.service-row {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;

}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    height: 50vh;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.wrapper {
    display: grid;
    grid-template-areas: "stack"; /* Ensures elements stack */
    position: relative;
    overflow: hidden; /* Hides content overflowing the wrapper */
    height: 90vh; /* Matches the image height */
}

.wrapper > * {
    grid-area: stack;

}

.wrapper img {
    width: 100%;
    height: 90vh; /* Occupy viewport height */
    object-fit: cover; /* Maintain aspect ratio without stretching */
}

.text {
    width: 40%; /* Occupies 40% of the wrapper width */
    background-color: rgba(116, 113, 113, 0.8); /* Semi-transparent background */
    padding: 2rem;
    overflow: hidden; /* Hides overflowing content */
    position: absolute; /* Ensures the text is layered above the image */
    bottom: 0; /* Positions the text div at the bottom */
    left: 10%; /* Adds a left margin */
    box-sizing: border-box; /* Includes padding in width/height */
    z-index: 1; /* Ensures text appears above the image */
}

.text > h1 {
    color: white;
    margin: 0;
}

.text > p {
    color: white;
    margin: 0;
    overflow: hidden; /* Hides overflowing text */
    text-overflow: ellipsis; /* Adds "..." if text overflows */
    display: -webkit-box; /* Enables multi-line truncation */
    -webkit-line-clamp: 5; /* Limits text to 5 lines */
    -webkit-box-orient: vertical;
}

.text a {
    display: inline-block;
    margin-top: 1rem;
}

.container-wrapper {
    display: grid;
    grid-template-areas: "stack"; /* Ensures elements stack */
    position: relative;
    overflow: hidden; /* Hides content overflowing the wrapper */
    height: 90vh; /* Matches the image height */
}

.container-wrapper > * {
    grid-area: stack;
}

.container-wrapper img {
    width: 100%;
    height: 90vh; /* Occupy viewport height */
    object-fit: cover; /* Maintain aspect ratio without stretching */
}

.content-box {
    width: 40%; /* Occupies 40% of the wrapper width */
    background-color: rgba(116, 113, 113, 0.8); /* Semi-transparent background */
    padding: 2rem;
    overflow: hidden; /* Hides overflowing content */
    position: absolute; /* Ensures the content-box is layered above the image */
    top: 50%; /* Vertically centers the box */
    transform: translateY(-50%); /* Adjusts for the vertical center alignment */
    left: 10%; /* Keeps the box horizontally aligned to the left */
    box-sizing: border-box; /* Includes padding in width/height */
    z-index: 1; /* Ensures content appears above the image */
}

.content-box h2 {
    color: white;
    margin: 0 0 1rem 0; /* Adds margin below the heading */
}

.content-box a {
    display: inline-block;
    margin-top: 1rem;
}

/*
.wrapper_1 {
    display: grid;
    grid-template-areas: "stack";

}

.wrapper_1>* {
    grid-area: stack;
}

.wrapper_1 img {
    width: 100%;
    height: 90vh !important;
    object-fit: cover;
    position: top left;
} */


















.blog_post {
    background: #fff;
    max-width: 100%;
    height: 90%;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    border: 1px solid rgb(148, 145, 145);
}


.container_copy {
    padding: 0rem 0rem 0rem 0rem;

    text-align: center;
}

.container_copy .cards-text {
    color: #161616;

    padding: 30px;
    font-size: 13px !important;
}

span.step-top-half {
    float: left;
    margin: 2px 0 8px;
    width: 100%;
    background: #f0f0ef;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #cbcbcb;
    padding-top: 10px;
}

.step-top-half p {
    color: rgb(0, 0, 0) !important;
}

span.step-top-half img {
    height: 85px;
    margin: 2px 0 8px;
}

.img_pod {
    height: 50px;
    width: 50px;
    background-color: #ff9966;
    z-index: 10;
    color: rgb(0, 0, 0) !important;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    position: absolute;
    left: -5%;
    top: -3%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.technologically {
    margin-top: 50px;
    padding: 40px;
    font-size: 15.5px;
    border-top: 1px solid black;
}

.tower>p {
    font-size: 14px;
}

.find-more-btn {
    position: relative !important;
    bottom: -20%;
}

.img {
    height: 100vh;
}

.ARC h4 {
    color: white !important;
}

.ARC p {
    color: white !important;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}

.arc-text {
    border-bottom: 1px solid white !important;
    /* border-bottom: 1px solid white !important; */
    font-size: 12px !important;
    padding: 10px 0px !important;
}

.choose p {
    font-size: 14px;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    color: #161616;
}

.choose-list {
    margin-top: 20px;

}

.choose-list-p p {
    font-size: 14px !important;
    color: #161616;
}

.card-text {
    font-size: 14px !important;
}

.card-title {
    font-size: 15px;
}

.card-img-top {

    width: 30% !important;
    height: 30% !important;
}

.card_1 {
    height: 50vh;
}

.card_2 {
    height: 70vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.card_2 img {
    height: 30vh;
}

.card_3 {
    height: 80vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.card_3 img {
    height: 35vh;
}

.message-text {
    font-size: 13px;
    ;
}






















.blog-img img {
    width: 100%;
    height: 70vh;
    border-radius: 15px;
}

.blog-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 25px;
    color: #555;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.356);
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.input-container {
    display: flex;
}

.form-seach {
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid lightgray;

    .search_input {
        width: 100%;
        height: 100%;
        padding: 0 50px 0 20px;
        border: none;
        outline: none;
        box-sizing: border-box;
        font-size: 16px;
    }
}

a.search-button {
    width: 50px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 25px;
    background-color: #fff;
    text-decoration: none;

    .icon {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 14px;
        left: 14px;
        background-color: #eff4f6;
        border-radius: 8px;
        border: 2px solid #000000;
        transition: all .6s ease;

        &:after {
            width: 12px;
            height: 2px;
            display: block;
            content: "";
            position: absolute;
            bottom: -5px;
            right: -8px;
            background-color: #000000;
            transform: rotate(45deg);
            transition: all .6s ease;
        }

        .clear {
            width: 100%;
            height: 100%;
            line-height: 12px;
            display: block;
            text-align: center;
            color: #607d8b;
            font-size: 0;
            transition: all .6s ease;
        }
    }

    &.typed .icon {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        border-width: 6px;
        top: -11px;
        left: -11px;

        &:after {
            width: 52px;
            height: 8px;
            bottom: -20px;
            right: -30px;
        }

        .clear {
            line-height: 58px;
            font-size: 22px;
        }
    }
}

.search-box_2 {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}


.search-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

::placeholder {
    color: #757575;
    opacity: 1;
}

.search-input {
    background: #EEEEEE;
    color: #212121;
    font-size: 16px;
    line-height: 2;
    width: 100%;
    border: 0;
    outline: none;
    box-shadow: inset 0 -1px 1px -1px #CCCCCC, inset 0 1px 1px -1px #CCCCCC, inset 1px 0 1px -1px #CCCCCC;
}

.search-submit {
    background: #ffffff;
    color: #000000;
    padding: 0 20px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.border-left {
    border-left: 4px solid rgb(255, 0, 0);
    padding: 2px 0px;
    margin: 0px 0px 20px 32px !important;
}

.search-submit i {
    font-size: 24px;
}

.heading {
    color: white !important;
}

.heading:hover {
    color: red !important;
}

.recent-post {
    color: #666566 !important;
}

.recent-post:hover {
    color: #FF5722 !important;
}



.blog-row {

    margin-bottom: 20px;
}

.blog {

    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 45%;
    padding: 0px !important;
    margin-top: 20px !important;

}

.blog-image {
    position: relative;
    width: 100%;
}

.blog-image img {
    width: 100%;
    transition: transform 0.3s;
}

.blog-image img:hover {
    transform: scale(1.05);
}

.blog-image .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
}

.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-content h2 {
    font-size: 20px;
    margin-bottom: 10px;

}

.blog-content p {
    flex-grow: 1;
    color: #bbb;
    margin-bottom: 20px;
}

.blog-content a {
    align-self: flex-start;
    background-color: #FF5722;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.blog-content a:hover {
    background-color: #0056b3;
}




.botton_boder {

    transform: translate(-0%, -0%);
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    font-family: sans-serif !important;
    color: black !important;
    background-color: transparent !important;

}

.span {
    border-bottom: 2px solid rgb(255, 0, 0);
}

.botton_boder::before,
.botton_boder::after,
.span::before,
.span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    transition: .5s;

}



.span::before {
    bottom: -2px;
    left: 20px;
    border-bottom: 2px solid rgb(255, 0, 0);

}

.created-date {
    font-size: 13px;
}


.botton_boder:hover::before,
.botton_boder:hover::after,
.botton_boder:hover .span::before,
.botton_boder:hover .span::after {
    width: calc(250px / 2);
    height: calc(50px / 2);
}


.detail-img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.detail-img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.detail-img img:hover {
    transform: scale(1.05);
}




.text_1 {
    width: 50%;

    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9556197478991597) 29%, rgba(0,0,0,0.8827906162464986) 49%, rgba(0,0,0,0.7707457983193278) 69%, rgba(0,0,0,0) 100%);
    color: white !important;
}


.text_1>h1 {
    color: white !important;
    margin-top: 35%;
    margin-left: 25%;
    font-size: 35px;
}

.innovation_text {
    padding: 50px;
    color: #022549;
}

.innovation_text>p {
    font-size: 20px !important;
    font-weight: 500;
}


.card_text h3 {
    font-size: 20px;
    text-align: center !important;
}

.Environmental {
    margin: 60px 0px;

}

.Environmental h2,
h4 {
    color: #022549;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.Environmental p {
    margin: 10px 0px !important;
    color: #010f3d;
    line-height: 30px;
    font-size: 18px;
    text-align: justify;
    font-family: "Poppins", sans-serif;

}

.Environmental ul li {

    color: #010f3d;
    font-size: 18px;
    /* line-height: 40px; */
    text-align: justify;
    font-family: "Poppins", sans-serif;

}

.Environmental_img img {
    border-radius: 40px !important;
    height: auto;
}


.Environmental_img_1 img {
    border-radius: 40px !important;
    height: auto;
}

.Environmental li {
    color: #000000;
}


.video-section p {
    font-size: 20px;
    color: #161616;
}


.div-spacing {

    display: table;

}

.child {
    display: table-cell;
    vertical-align: middle;
}


.map-img {
    height: 100%;
    width: 100%;
    background-image: url('../img/certifications_images/map21.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.div_img {
    border-radius: 20px;
}
