﻿.header-wrap ul.top-menus-wrp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

ul, ul li {
    padding: 0;
    margin: 0;
    position: relative;
}

    ul li {
        list-style: none;
    }

.row {
    margin: 0;
}

.top-header-wrap {
    align-items: center;
    justify-content: space-between;
}

    .top-header-wrap ul.top-menus-wrp li:not(:last-child) {
        margin-right: 50px;
    }

.top-header-wraper {
    background: #000;
    padding: 10px 0;
}

.top-header-logo a img {
    width: 100%;
    height: 100%;
}

.top-header-wrap ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    position: relative;
}

.top-header-logo a {
    display: inline-block;
    max-width: 160px;
}

.top-header-wrap ul li a:hover {
    color: #ef7f1a;
}
.bottom-header-wrap {
    background: #303030;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 10px 0;
}
.close-button {
    display: none;
}
.header-wrap ul.submenuwrap {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    width: 230px;
    height: 100%;
}
li.submenu:hover .submenuwrap {
    visibility: visible;
    opacity: 1;
}

header.header {
    position: relative;
    z-index: 9;
    box-shadow: 0 0 50px 0 #ffffff3d;
}

li.responsive-menu {
    display: none;
}

.bottom-header-wrap ul.top-menus-wrp > li:not(:first-child) {
    margin-right: 5px;
}

.header-wrap ul.submenuwrap li a {
    font-size: 14px;
    line-height: 32px;
    display: block;
    padding: 5px 15px 5px 40px;
    position: relative;
    font-weight: 300;
    border-bottom: 1px solid #00000033;
    font-family: "Poppins", sans-serif;
    background: #000;
    border-radius: 0px;
}

.bottom-header-wrap ul > li.submenu > a {
    padding: 0 15px;
}

    .bottom-header-wrap ul > li.submenu > a::before {
        content: "";
        background-image: url('../img/arrow-png.png');
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2px;
        margin: auto;
        height: 10px;
        width: 6px;
        background-size: 100% 100%;
        transform: rotate( 90deg);
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(78deg) brightness(107%) contrast(101%);
    }

    .bottom-header-wrap ul > li.submenu > a:hover::before {
        filter: brightness(0) saturate(100%) invert(49%) sepia(91%) saturate(555%) hue-rotate(348deg) brightness(95%) contrast(93%);
    }

.header-wrap ul.submenuwrap > li:last-child > a {
    border-bottom: none;
}
.header-wrap ul.submenuwrap li a:hover {
    color: #ea7d1b;
}
.header-wrap ul.submenuwrap li a::before {
    content: "";
    background-image: url('../img/submenu-arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 13px;
    right: 0;
    height: 16px;
    width: 20px;
    background-size: 100% 100%;
    transform: rotate(-45deg);
    filter: brightness(0) saturate(100%) invert(59%) sepia(81%) saturate(2438%) hue-rotate(350deg) brightness(97%) contrast(93%);
}
/**********************/
.bottom-header-wrap ul.top-menus-wrp > li.grid-design-submenu:hover .submenuwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 670px;
    left: -230px;
    grid-gap: 0;
}
/**********************/

.header-wrap ul.submenuwrap li a:hover::before {
  
    filter: brightness(0) saturate(100%) invert(51%) sepia(77%) saturate(563%) hue-rotate(347deg) brightness(96%) contrast(95%);
}
.top-header-wrap ul li a::before {
    content: "";
    background-image: url('../img/home-icon.png');
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    top: -6px;
    bottom: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(70%) sepia(42%) saturate(6406%) hue-rotate(353deg) brightness(99%) contrast(89%);
}

.top-header-wrap ul li a {
    padding-left: 35px;
}

.header-wrap ul li.second a::before {
    background-image: url('../img/blog-icon.png');
}

.header-wrap ul li.third a::before {
    background-image: url('../img/testimonial.png');
}

.header-wrap ul li.fourth a::before {
    background-image: url('../img/career.png');
}

.header-wrap ul li.fifth a::before {
    background-image: url('../img/contact-us.png');
}

.bottom-header-wrap ul > li > a {
    padding: 0 30px;
    border-radius: 50px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.banner-section {
    padding: 60px 0;
}

.bannerSlider .swiper-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.bannerSlider .swiper-slide {
    width: 250px !important;
    opacity: 0.5;
    transition: 0.7s;
    transition: all 0.8s ease;
    transform-origin: bottom center;
    transition: all 0.8s ease;
    display: flex;
    align-items: flex-end;
}

.bannerSlider .swiper-slide-active {
    opacity: 1;
    transform-origin: bottom center;
    z-index: 2;
    width: 700px !important;
}

.bannerSlider .swiper-slide img {
    height: 100px;
    transition: all 0.8s ease;
}

.bannerSlider .swiper-slide-active img {
    height: 300px;
    transition: all 0.8s ease;
    object-fit: cover;
    width: 100%;
}

.banner-card-img img {
    width: 100%;
    border-radius: 10px;
}

.banner-card-content {
    text-align: center;
    margin-top: 15px;
}


.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #000;
    border: 1px solid #ffff;
    border-radius: 50%;
    padding: 30px;
    display: none;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px;
    }

.banner-card-content h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

.swiper-slide-active .banner-card-content h3 {
    color: #ef7f1a;
}

.swiper-slide-active .banner-card-content h3 {
    font-size: 25px;
    line-height: 35px;
}

.banner-card-content p {
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0 0 0 0;
}

.swiper-slide-active .banner-card-content p {
    font-size: 16px;
    line-height: 28px;
}

.swiper-pagination-bullet {
    width: 160px;
    height: 4px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
}

.swiper-wrapper {
    margin: 0 0 60px 0;
}

.bannerSlider {
    visibility: hidden;
}

    .bannerSlider .swiper-slide {
        flex-shrink: 0;
    }

ul.links-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}

ul.contact-details li.common.first {
    position: relative;
}

ul.contact-details li {
    margin: 0 0 10px 0;
    position: relative;
}

    ul.contact-details li a, ul.contact-details li p {
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        font-weight: 300;
        font-family: "Poppins", sans-serif;
        padding-left: 33px;
    }

img.icon-design {
    position: absolute;
    left: 0;
    height: 20px;
    top: 5px;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

ul.links-wrap li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    position: relative;
    font-family: "Poppins", sans-serif;
}
footer.footer-wrap {
    background: #000;
    padding: 30px 0 0;
    border-top: 1px solid #ffffff36;
    margin: 0;
}

    footer.footer-wrap a:hover {
        color: #ef7f1a;
    }

.copyright-wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin: 0;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

    .copyright-wrap p a {
        max-width: 80px;
    }

        .copyright-wrap p a img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
        }

footer.footer-wrap .copyright-wrap {
    padding: 7px 0;
    border-top: 1px solid #ffffff29;
    margin-top: 20px;
}

.bottom-header-wrap ul > li > a:hover {
    color: #ea7d1b;
}

footer.footer-wrap a.logo-wrap {
    max-width: 276px;
    display: block;
}

ul.social-media-links li {
    margin: 0 11px 0 0;
}

ul.social-media-links {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}

    ul.social-media-links li a {
        position: relative;
        display: inline-block;
    }

    ul.social-media-links li img {
        height: 20px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(114deg) brightness(106%) contrast(103%);
    }

.second-row-footer {
    padding: 30px 0 30px 0;
}
/****About Section***/
.company-section {
    background: #1C1F26;
    color: #ffffff;
    padding: 50px 0;
}

.company-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
    /* background: linear-gradient(90deg, #ef7f1a, #fbd9ca); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    line-height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff !important;
}

.company-text p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.common-button-design .read-btn {
    display: inline-block;
    padding: 0 45px 0 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    border-radius: 30px;
    transition: 0.4s ease;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 45px;
    border: 1px solid #fff;
    text-transform: capitalize;
}

    .common-button-design .read-btn::before {
        content: "";
        background-image: url('../img/fevicon.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 0;
        right: 6px;
        bottom: 0;
        margin: auto;
    }

.read-btn:hover {
    transform: scale(1.05);
    color: #000 !important;
    background: #fff;
}

.company-image img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0 0 40px #ffffff33;
    transition: 0.4s ease;
}

    .company-image img:hover {
        transform: scale(1.05);
    }

/****vission and mission section****/
.vm-section {
    padding: 30px;
    background: #2a2d32;
}

.vm-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 70px;
    background: linear-gradient(90deg,#00f0ff,#00ff9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vm-card {
    display: block;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.4s ease;
    height: calc(100% - 0px);
}

    .vm-card:hover {
        transform: translateY(-8px);
    }

.vm-text {
    flex: 1;
    display: block;
    float: none;
    width: 100%;
}

    .vm-text h3, .vm-card h3 {
        font-size: 20px;
        margin-bottom: 13px;
        color: #ef7f1a;
        text-align: left;
        line-height: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

.vm-image {
    text-align: center;
    float: left;
    width: 50%;
    display: block;
    margin: 0 20px 10px 0;
}

    .vm-image img {
        width: 100%;
        border-radius: 10px;
        transition: 0.4s ease;
        height: 100%;
    }

        .vm-image img:hover {
            transform: scale(1.05);
        }

/********our team section*********/
.team-section {
    padding: 30px 0 50px;
    position: relative;
    overflow: hidden;
    background: #141A20;
}

    .team-section::before {
        content: "";
        position: absolute;
        top: -100px;
        right: -100px;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle,#00ffc8 0%, transparent 70%);
        opacity: 0.1;
    }
/*.team-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    background: linear-gradient(90deg,#00f0ff,#00ff9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
section.team-section h2.team-title {
    text-align: center;
}

.team-container {
    display: block;
}

.team-text {
    flex: 1;
    min-width: 320px;
}

    .team-text h3 {
        font-size: 28px;
        margin-bottom: 20px;
        color: #00ffcc;
    }

.team-images {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    min-width: 320px;
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .team-card img {
        width: 100%;
        display: block;
        transition: 0.4s ease;
    }

    .team-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 0 30px rgba(0,255,200,0.2);
    }

        .team-card:hover img {
            transform: scale(1.1);
        }

section.our-team-section .container {
    max-width: 950px;
}

section.our-team-section p {
    text-align: center;
}

section.our-team-section .common-button-design {
    text-align: center;
    margin: 20px 0 0 0;
}


/************our services*************/
.services-section {
    padding: 33px 0 50px;
    color: #fff;
    background: #1C1F26;
}

.services-title {
    text-align: center;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.service-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 30px 25px;
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
}

    .service-card:hover {
        transform: translateY(-10px);
    }

    .service-card::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        background: #565656;
        border-radius: 50%;
        top: -60px;
        right: -60px;
        transition: 0.5s ease;
    }

    .service-card:hover::before {
        transform: scale(1.3);
        opacity: 0.2;
    }

    .service-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff;
        line-height: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        min-height: auto;
    }

.diffrent-dsgn-btn a.read-btn {
    background: transparent;
    border: transparent;
}

    .diffrent-dsgn-btn a.read-btn::before {
        background-image: url('../img/arrow-png-arrow.png');
        transform: rotate(-45deg);
        height: 14px;
        width: 20px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(103%) contrast(101%);
        right: 16px;
        transition: all 0.8s ease;
    }

    .diffrent-dsgn-btn a.read-btn:hover {
        background: #fff;
        color: #000;
    }

        .diffrent-dsgn-btn a.read-btn:hover::before {
            filter: brightness(0) saturate(100%) invert(0%) sepia(24%) saturate(6825%) hue-rotate(36deg) brightness(107%) contrast(106%);
            transform: rotate(0deg);
        }

img.icon-servc {
    height: 60px;
    margin: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(102%) contrast(102%);
}

.two-btn-wrapes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0 0 0;
}


.second-srvc .service-card {
    padding: 0;
}

.second-srvc h4 {
    min-height: auto;
    margin: 0 0 10px;
}


/*******our projects section*********/
.projects-section {
    padding: 35px 0 50px;
    background: #000;
}

.projects-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid #ffffff8a;
}

    .project-card .project-content h3 {
        color: #fff;
        margin: 0 0 10px 0;
        min-height: 60px;
    }

section.our-project-section h2.projects-title,
section.our-project-section p.projects-subtitle {
    text-align: center;
}

.project-card .project-content {
    background: linear-gradient( to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100% );
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 30px 30px 20px;
    height: 160px;
}

.project-card-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
/***********testimonial section************/
.testimonial-section {
    padding: 36px 0px 50px;
    background-image: url('../img/testimonial-bnr.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .testimonial-section::before {
        content: "";
        background: #1c1f26e8;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .testimonial-section .container {
        position: relative;
    }

.section-title {
    font-size: 36px;
    margin-bottom: 50px;
}

.testimonial-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    max-width: 350px;
    transition: 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

    .testimonial-card:hover {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.08);
    }

.testimonial-text {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .testimonial-user img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-user h4 {
        margin: 0;
        font-size: 18px;
    }

    .testimonial-user span {
        font-size: 14px;
        color: #aaa;
    }

section.testimonial-section .testimonial-card h4 {
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins";
    font-size: 18px;
}

.testimonial-section h2.section-title {
    text-align: center;
}

.testimonial-user span {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    font-family: "Poppins";
}

section.testimonial-section .common-button-design {
    text-align: center;
    margin: 20px 0 0 0;
}


.banner-section {
    position: relative;
}

.bannerSlider {
    height: 500px;
}

.banner-card-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-card-img {
    overflow: hidden;
    border-radius: 20px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -8px;
}

ul.social-media-links li a:hover img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(702%) hue-rotate(353deg) brightness(101%) contrast(88%);
}

/****************new home page design*************************/
img.icon-design-logo {
    height: 20px;
    margin: 0 6px 0 0;
}
.our-project-section .e-gallery-grid .e-gallery-image {
    padding-bottom: var(--aspect-ratio);
}
span.elementor-icon-list-text {
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif !important;
}

h2.elementor-headline svg {
    display: none;
}

.testimonial-section-wrap ul.elementor-icon-list-items {
    justify-content: center;
}

.border-dsgn .diffrent-dsgn-btn a.read-btn {
    border: 1px solid #fff;
}

.servc-boxs figure.elementor-image-box-img img,
.servc-boxs .elementor-element-populated > .elementor-background-overlay {
    filter: brightness(0) saturate(100%) invert(67%) sepia(76%) saturate(4098%) hue-rotate(354deg) brightness(100%) contrast(88%);
}

.link-boxes-links h3.elementor-heading-title {
    text-align: left;
    margin: 0 0 30px 0;
    font-weight: 500 !important;
}

.project-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.contact-dsgn a.elementor-cta {
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .contact-dsgn a.elementor-cta .elementor-cta__bg.elementor-bg img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .contact-dsgn a.elementor-cta .elementor-cta__bg-wrapper {
        overflow: hidden;
    }

.text-justify {
    text-align: justify;
}


.elementor-14 .elementor-element.elementor-element-69c9446 {
    padding: 32px 0px 32px 0px;
    z-index: 99;
    display: none !important;
}
.slider-banner {
    padding: 116px 0px 90px;
    background-image: url(../img/banner/1.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 75px !important;
    font-style: unset !important;
    line-height: 85px !important;
    font-family: "Poppins", sans-serif !important;
    text-align: right;
    color: #ef7f1a;
    font-weight: 500;
}
.banner-shadow-design {
    position: relative;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text span {
    font-weight: 500;
    color: #000;

}
.our-team-content {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 15px;
}
section.our-clients img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(60%) saturate(0%) hue-rotate(227deg) brightness(108%) contrast(100%);
}
.about-page-wrap > div {
    width: 100% !important;
}
.about-page-wrap {
    display: block !important;
}
    .about-page-wrap > div > div {
        margin: 0 0 0 0 !important;
    }
section.text-align-left {
    background: #000 !important;
    position: relative !important;
}
    section.text-align-left::before {
        content: "";
        background-image: url('../img/mri.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -30px;
        right: 0;
        height: 290px;
        width: 560px;
        z-index: 1;
    }
section.our-tem::before {
    background-image: url('../img/team.png');
    bottom: -30px;
    right: 90px;
    height: 250px;
    width: 300px;
}
section.text-align-left h1 {
    text-align: left;
}
.three-boxes-wrap > div {
    width: 100% !important;
}
.three-boxes-wrap > div > div > div {
    width: 31% !important;
}
.three-boxes-wrap > div > div {
    margin: 0 !important;
    gap: 33px;
}
.four-diferent-image {
    flex-wrap: wrap;
   /* max-width: 960px !important;*/
}
    .four-diferent-image > div {
        width: 33% !important;
    }
section.white-background {
    background: #fff;
}
section.white-background h3.wp-block-heading {
    color: #000;
}
section.white-background p {
    color: #000;
}


section.cards-desgn {
    margin: 0 0 0 0 !important;
}
section.cards-desgn .elementor-post__thumbnail.elementor-fit-height {
    padding-bottom: 0 !important;
}
section.cards-desgn article.elementor-post {
    border: 1px solid #00000045;
}
 section.cards-desgn article.elementor-post .elementor-fit-height img {
     height: 190px;
     object-fit: cover;
     width: 100%;
 }
section.cards-desgn article.elementor-post h3.elementor-post__title a {
    color: #000;
    font-weight: 500 !important;
}
section.cards-desgn article.elementor-post .elementor-post__meta-data {
    display: none;
}
section.cards-desgn article.elementor-post .elementor-post__text {
    padding: 10px 20px !important;
}
    section.cards-desgn article.elementor-post h3.elementor-post__title a:hover {
        color: #ef7f1a;
    }
    section.cards-desgn .elementor-widget-container {
        margin: 0 0 0 0 !important;
    }
section.telemedicine.text-align-left::before {
    background-image: url('../img/our-srvcs/telemedicine.png');
    bottom: auto;
    top: 120px;
    right: 30px;
    width: 340px;
}
section.text-align-left.e-health-clinics::before {
    background-image: url('../img/our-srvcs/e-health-clinics.png');
    bottom: -90px;
    right: 50px;
    height: 180px;
    width: 260px;
}
section.text-align-left.teleicu::before {
    background-image: url('../img/our-srvcs/teleicu.png');
    bottom: -120px;
    right: 70px;
    height: 190px;
    width: 330px;
}
section.text-align-left.turnkey-projects-concept-to-commissioning::before {
    background-image: url('../img/our-srvcs/turnkey-projects-concept-to-commissioning.png');
    bottom: -110px;
    right: 70px;
    height: 250px;
    width: 350px;
}
section.text-align-left.automation-of-institutional-services::before {
    background-image: url('../img/our-srvcs/automation-of-institutional-services.png');
    bottom: -100px;
    right: 50px;
    height: 240px;
    width: 280px;
}
section.text-align-left.integration-of-medical-devices::before {
    background-image: url('../img/our-srvcs/integration-of-medical-devices.png');
    bottom: -80px;
    right: 100px;
    height: 160px;
    width: 300px;
}
section.text-align-left.automated-ipd-opd-management::before {
    background-image: url('../img/our-srvcs/automated-ipd-opd-management.png');
    bottom: -130px;
    right: 50px;
    height: 220px;
    width: 370px;
}
section.text-align-left.projects-on-ppp-model::before {
    background-image: url('../img/our-srvcs/projects-on-ppp-model.png');
    bottom: -120px;
    right: 50px;
    height: 220px;
    width: 260px;
}
section.banner .container-fluid, section.banner .row .col-lg-12 {
    padding: 0 !important;
}
section.cards-desgn .elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(4,1fr) !important;
}
section.cards-desgn .elementor-grid {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
}
section.text-align-left.our-vision-mission::before {
    display: none;
}
section.text-align-left.our-services::before {
    display: none;
}
.breadcrumb {
    background: #000;
    margin: 0;
}
    .breadcrumb .container {
        max-width: 1106px;
    }
.breadcrumb ul.linkb {
    display: flex;
    align-items: center;
    gap: 15px;
}
.breadcrumb ul.linkb li a {
    color: #6c6767;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
}

.breadcrumb ul.linkb li a.current {
    color: #fff;
}
.breadcrumb ul.linkb li a.circle {
    font-size: 45px;
    position: relative;
    top: -6px;
}
@media (max-width: 600px) {
    .elementor-14 .elementor-element.elementor-element-69c9446 {
        padding: 32px 0px 32px 0px;
        z-index: 99;
        display: block !important;
    }

    .header-wrap {
        display: none;
    }
}

@media (max-width: 767px) {
    .elementor-14 .elementor-element.elementor-element-5d3ab3a > .elementor-widget-container {
        margin: 0px 0px 0px 30px !important;
    }

    .elementor-14 .elementor-element.elementor-element-69c9446 {
        padding: 10px 0px 10px 0px;
        z-index: 99;
        display: block !important;
    }

    .header-wrap {
        display: none;
    }

    .elementor-14 .elementor-element.elementor-element-5d3ab3a img {
        width: 80%;
    }
}

/*font-family: "Poppins", sans-serif; transition: all 0.8s ease;*/

