.big-dot-white {
    color: var(--white);
    font-size: 5rem;
    line-height: 0;
    font-style: normal;
}

/*dynamic banner */

img.desktop-banner {
    width: 100%;
    display: flex;
}

img.mobile-banner {
    display: none;
}

.mobile-title {
    display: none;
}

.footer-sec {
    background: #F7F7F7;
}

.footer-bg {
    padding: 5rem 0;
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: left;
}

.footer-common-flex {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.footer-card:nth-of-type(1) {
    flex: 0 0 5%;
}

.footer-card:nth-of-type(3) {
    flex: 0 0 35%;
}

.footer-card:nth-of-type(5) {
    flex: 0 0 20%;
}

.footer-card:nth-of-type(7) {
    flex: 0 0 20%;
}

.footer-card:nth-child(1) img {
    width: 85%;
}

.footer-card-two {
    display: flex;
    gap: 5rem;
    padding-bottom: 3rem;
}

.footer-card-two address {
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
    font-style: normal;
    width: 50%;
}

.footer-card h2 {
    font-weight: 400;
    font-size: 22px;
    color: var(--black);
    padding-bottom: 2rem;
}

.greyline {
    background-color: #DCDCDC;
    width: 1px;
    height: 30vh;
    border: none;
}

.quick-links-flex {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.quick-a {
    display: flex;
    flex-direction: column;
}

.quick-a a {
    padding-bottom: 1rem;
}

.footer-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-form span {
    color: red;
    font-size: 14px;
}

.footer-form input {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    outline: unset;
    border-bottom: 1px solid #4B4B4B;
    padding: 1rem 0;
    background: none;
}

.footer-form textarea {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    outline: unset;
    border-bottom: 1px solid #4B4B4B;
    padding: 1rem 0;
    margin-bottom: 1rem;
    background: none;
    font-family: 'Inter';
}

.footer-form ::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.form-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: none;
    padding-top: 1rem;
}

.icon-container {
    width: 55px;
    height: 55px;
    background: #E94E1B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.icon-container img {
    position: absolute;
    width: 25px;
    height: 25px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.icon-container .img2 {
    width: 30px;
    height: 30px;
}

.img1 {
    opacity: 1;
    transform: scale(1);
}

.img2 {
    opacity: 0;
    transform: scale(0.5);
}

.form-btn:hover .img1 {
    opacity: 0;
    transform: scale(0.5);
}

.form-btn:hover .img2 {
    opacity: 1;
    transform: scale(1);
}

.form-btn:hover .icon-container {
    background: #7C2306;
}

.form-btn:hover p {
    color: var(--black);
}

.form-btn p {
    font-weight: 200;
    font-size: 40px;
    color: #CBCBCB;
}

.footer-copy-bg {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.75) 0%, rgba(216, 204, 190, 0.75) 100%);
    padding: 2rem 0;
}

.copyrights-left p {

    font-weight: 400;
    font-size: 15px;
}

.copy-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grey {
    color: #6D6E70;
    font-size: 15px;
    padding-bottom: 0.5rem;
}

.gap {
    padding-bottom: 1rem;
}

.head-cont {
    background-color: var(--orange);
    padding: 1rem 3rem;
}

.head-cont h2 {
    color: var(--white);
    font-size: 36px;
    font-weight: 500;
}

.head-cont p {
    color: var(--white);
    font-size: 26px;
    font-weight: 200;
    font-style: italic;
}

/* Diverse section */
.diverse-bg {
    background: linear-gradient(270deg, #FFFFFF 0%, #D8CCBE 100%);
}

.diverse-bg-img {
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top 5rem right 3rem;
    padding: 5rem 0;
}

.diverse-bg-img h2 {
    font-weight: 500;
    font-size: 48px;
    color: var(--black);
    padding-bottom: 2rem;
    width: 35%;
}

.diverse-left p {
    font-weight: 200;
    font-style: italic;
    font-size: 32px;
    width: 75%;
}

.diverse-flex {
    display: flex;
}

.diverse-left {
    width: 40%;
}

.diverse-right {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.diverse-right {
    position: relative;
}

.diverse-right p {
    font-weight: 300;
    font-size: 18px;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: visible;
    cursor: pointer;
}

.diverse-right p:nth-child(odd) {
    background-color: #fff;
}

.diverse-right p:nth-child(even) {
    background-color: #c7b8a5;
}

.diverse-right p:hover {
    background-color: #E94E1B;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: background-color 0.3s ease;
    color: var(--white);
}

.diverse-right p::before {
    content: "";
    width: 170px;
    height: 170px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: -172px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.diverse-right p:hover::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.diverse-right p:nth-child(1)::before {
    background-image: url('/images/home/diversesection/cable.jpg');
}

.diverse-right p:nth-child(2)::before {
    background-image: url('/images/home/diversesection/machine-tools.jpg');
}

.diverse-right p:nth-child(3)::before {
    background-image: url('/images/home/diversesection/automotive.jpg');
}

.diverse-right p:nth-child(4)::before {
    background-image: url('/images/home/diversesection/cement.jpg');
}

.diverse-right p:nth-child(5)::before {
    background-image: url('/images/home/diversesection/chemical.jpg');
}

.diverse-right p:nth-child(6)::before {
    background-image: url('/images/home/diversesection/food.jpg');
}

.diverse-right p:nth-child(7)::before {
    background-image: url('/images/home/diversesection/defence.jpg');
}

.diverse-right p:nth-child(8)::before {
    background-image: url('/images/home/diversesection/epc.jpg');
}

.diverse-right p:nth-child(9)::before {
    background-image: url('/images/home/diversesection/foundary.jpg');
}

.diverse-right p:nth-child(10)::before {
    background-image: url('/images/home/diversesection/glass.jpg');
}

.diverse-right p:nth-child(11)::before {
    background-image: url('/images/home/diversesection/engineering.jpg');
}

.diverse-right p:nth-child(12)::before {
    background-image: url('/images/home/diversesection/electronics.jpg');
}

.diverse-right p:nth-child(13)::before {
    background-image: url('/images/home/diversesection/industrial.jpg');
}

.diverse-right p:nth-child(14)::before {
    background-image: url('/images/home/diversesection/education.jpg');
}

.diverse-right p:nth-child(15)::before {
    background-image: url('/images/home/diversesection/metal.jpg');
}

.diverse-right p:nth-child(16)::before {
    background-image: url('/images/home/diversesection/mining.jpg');
}

.diverse-right p:nth-child(17)::before {
    background-image: url('/images/home/diversesection/oilgas.jpg');
}

.diverse-right p:nth-child(18)::before {
    background-image: url('/images/home/diversesection/poultry.jpg');
}

.diverse-right p:nth-child(19)::before {
    background-image: url('/images/home/diversesection/oem.jpg');
}

.diverse-right p:nth-child(20)::before {
    background-image: url('/images/home/diversesection/semiconductor.jpg');
}

.diverse-right p:nth-child(21)::before {
    background-image: url('/images/home/diversesection/panelbuilding.jpg');
}

.diverse-right p:nth-child(22)::before {
    background-image: url('/images/home/diversesection/pharma.jpg');
}

.diverse-right p:nth-child(23)::before {
    background-image: url('/images/home/diversesection/power.jpg');
}

.diverse-right p:nth-child(24)::before {
    background-image: url('/images/home/diversesection/pump.jpg');
}

.diverse-right p:nth-child(25)::before {
    background-image: url('/images/home/diversesection/pulppaper.jpg');
}

.diverse-right p:nth-child(26)::before {
    background-image: url('/images/home/diversesection/renewableenergy.jpg');
}

.diverse-right p:nth-child(27)::before {
    background-image: url('/images/home/diversesection/textile.jpg');
}

.diverse-right p:nth-child(28)::before {
    background-image: url('/images/home/diversesection/tea.jpg');
}

.diverse-right p:nth-child(29)::before {
    background-image: url('/images/home/diversesection/tyre.jpg');
}

.diverse-right p:nth-child(30)::before {
    background-image: url('/images/home/diversesection/refrigiation.jpg');
}

.diverse-right p:nth-child(31)::before {
    background-image: url('/images/home/diversesection/printingpackaging.jpg');
}

.diverse-right p:nth-child(32)::before {
    background-image: url('/images/home/diversesection/wastewater.jpg');
}

.our-cli-sec {
    margin-top: 5rem;
    border-top: 1px solid #C8B8A6;
    display: flex;
    justify-content: flex-end;
}

.cli-e {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: none;
    padding-top: 5rem;
    margin-right: 9rem;
}

.clientele-icon-container {
    width: 55px;
    height: 55px;
    background: #E94E1B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.clientele-icon-container:hover {
    background: #7C2306;
}

.clientele-icon-container img {
    position: absolute;
    width: 25px;
    height: 25px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.clientele-icon-container .img2 {
    width: 30px;
    height: 30px;
}

.img3 {
    opacity: 1;
    transform: scale(1);
}

.img4 {
    opacity: 0;
    transform: scale(0.5);
}

.cli-e:hover .img3 {
    opacity: 0;
    transform: scale(0.5);
}

.cli-e:hover .img4 {
    opacity: 1;
    transform: scale(1);
}

.cli-e:hover .icon-container {
    background: #7C2306;
}

.cli-e:hover p {
    color: var(--black);
}

.cli-e p {
    font-weight: 200;
    font-size: 40px;
    color: #CBCBCB;
}


.diverse-right p.hover-active {
    background-color: #E94E1B;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: var(--white);
}

.diverse-right p.hover-active::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* Home Associate Section */
.associate-bg {
    background: var(--orange);
}

.associate-bg-img {
    background-image: url(/images/common/watermark-white.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right;
    padding: 6rem 0;
}

.associate-img-two {
    background-image: url(/images/home/eci-patterns.svg);
    background-repeat: repeat-x;
    background-size: 32%;
    background-position: bottom;
}

.associate-bg-img h2 {
    font-weight: 500;
    font-size: 48px;
    color: var(--white);
    padding-bottom: 1rem;
    width: 35%;
}

.associate-bg-img h2 span {
    color: var(--white);
    font-size: 4rem;
    line-height: 0;
    font-style: normal;
}

.associate-bg-img p span {
    color: var(--white);
    font-size: 4rem;
    line-height: 0;
    font-style: normal;
}

.associate-bg-img p {
    font-weight: 200;
    font-style: italic;
    font-size: 32px;
    color: var(--white);
}

.associateSwiper {
    padding: 5rem 0;
}

.associateSwiper .swiper-wrapper {
    align-items: center;
    justify-content: center;
}

.associateSwiper .swiper-slide {
    text-align: center;
}

/* Associate Swiper */
.associate-image-flex {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 5rem 0;
}

.associate-gallery {
    display: flex;
    gap: 7rem;
    width: max-content;
    animation: scrollGallery 40s linear infinite;
    align-items: center;
}

.associate-gallery.paused {
    animation-play-state: paused;
}

.associate-gallery a {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.associate-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

@keyframes scrollGallery {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-49%);
    }
}



/* Our Solution Page */


.sol-automation-sec {
    background: linear-gradient(90deg, #D8CCBE 0.1%, #FFFFFF 99.9%);
    padding: 5rem 0;

}

.big-dot {
    color: var(--orange);
    font-size: 5rem;
    line-height: 0;
    font-style: normal;
}

.sol-automation-bg {
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top calc(0%) right 3rem;
}

.sol-automation-bg h2 {
    color: #000000;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 1rem;
}

.sol-automation-bg p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    width: 55%;
    padding-bottom: 3rem;
}

.sol-automation-bg h3 {
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    padding-bottom: 1rem;
}

.small-p {
    width: 100% !important;
}

.omran-flex {
    display: flex;
    align-items: center;
    padding-bottom: 5rem;
}

.omran-cont {
    width: 30%;
}

.logo-img {
    display: flex;
    gap: 3rem;
    align-items: center;
    width: 30%;
}

.logo-img img {
    width: max-content;
}

.cross-line {
    width: 10%;
    height: 1px;
    background-color: #C8B8A6;
    transform: rotate(110deg);
}

.sol-white-card-flex {
    display: flex;
    padding: 5rem 3rem;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    background: #FFFFFF80;
    box-shadow: 5px 5px 5px 0px #0000001A;
    border-radius: 40px;
}

.sol-white-card {
    width: 25%;
    border-right: 1px solid #C8B8A6;
    border-bottom: 1px solid #C8B8A6;
    padding: 3rem 0;
}

.sol-white-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 70%;
    margin: auto;
}

.sol-white-card img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.sol-white-card div h2 {
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
}

.sol-white-card div p {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: auto;
}

.white-h {
    display: flex;
}

.sol-white-wrap div:nth-child(1) {
    display: flex;
}

.sol-white-card:nth-child(4) {
    border-right: unset;
}

.sol-white-card:nth-child(5) {
    border-bottom: unset;
}

.sol-white-card:nth-child(6) {
    border-bottom: unset;
}

.sol-white-card:nth-child(7) {
    border-bottom: unset;
}

.no-border-bottom {
    border-bottom: unset !important;
}

/* association */

.sol-engineer-sec {
    background: linear-gradient(90deg, #FFFFFF 0.1%, #D8CCBE 99.9%);
    padding: 5rem 0;
}

.sol-engineer-bg {
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top calc(0%) right 3rem;
}

.sol-engineer-bg h2 {
    color: #000000;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 1rem;
}

.sol-engineer-bg p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    width: 55%;
    padding-bottom: 3rem;
}

.asso-white-card-flex {
    display: flex;
    padding: 5rem 3rem;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    background: #FFFFFF80;
    box-shadow: 5px 5px 5px 0px #0000001A;
    border-radius: 40px;
    gap: 3rem;
}

.asso-grid {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.asso-grid-card {
    width: 50%;
    border-right: 1px solid #C8B8A6;
    border-bottom: 1px solid #C8B8A6;
    padding: 3rem;
}

.asso-grid-card h2 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.asso-grid-card p {
    font-weight: 300;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.asso-swiper {
    width: 45%;
}

.asso-grid-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 90%;
    margin: auto;
}

.assoSwiper {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.assoSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.assoSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* our projects */

.sol-projects-sec {
    background: linear-gradient(90deg, #D8CCBE 0.1%, #FFFFFF 99.9%);
    padding: 5rem 0;
}

.sol-projects-bg {
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top calc(0%) right 3rem;
}

.sol-projects-bg h2 {
    color: #000000;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 1rem;
}

.sol-projects-bg p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    width: 60%;
    padding-bottom: 3rem;
}

.sol-projects-bg h3 {
    font-weight: 200;
    font-style: italic;
    font-size: 32px;
    padding-bottom: 1rem;
}

.sol-projects-card {
    width: 95%;
    margin-left: 3rem;
}

.sol-projects-card h2 {
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    padding: 0 2rem;
    min-height: 80px;
}

.sol-projects-table-outlayer {
    border-radius: 30px;
    padding: 2rem;
    box-shadow: 5px 5px 5px 5px #0000001A;
    background: #ffffff54;
}

.odd-bg {
    background: #fff;
}

.odd-bg th {
    background: #f2f2f2 !important;
}

.sol-projects-table-outlayer:nth-child(1) {
    background: #ffffff80;
}


.sol-projects-table-outlayer th {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    background: #FFFFFF;
    padding: 1rem;
    width: 33.333%;
}

.sol-projects-table-outlayer td {
    font-weight: 300;
    font-size: 18px;
    background: #FFFFFF80;
    padding: 1rem;
}

.sol-projects-table-outlayer table {
    border-collapse: collapse;
    width: 100%;
    min-height: 400px;
}

.sol-projects-table-outlayer td,
th {
    text-align: left;
    vertical-align: top;
}

.sol-projects-table-outlayer tr:nth-child(odd) {
    background: #FFFFFF80;
    border-top: 1px solid #C8B8A6B2;
}

.sol-projects-table-outlayer tr:nth-child(even) {
    background: transparent;

}

.myprojects .swiper-wrapper {
    padding: 5rem 0;
}

.our-solutions-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

/* Our Company Page */

.our-company-sec {
    background: linear-gradient(90deg, #FFFFFF 0.1%, #D8CCBE 99.9%);
    padding: 5rem 0;
}

.our-company-bg {
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top calc(0%) right 3rem;
}

.our-company-bg h2 {
    color: #000000;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 1rem;
}

.our-company-opti-flex {
    display: flex;
    gap: 5rem;
    padding: 3rem 0;
    justify-content: space-between;
}

.our-opti-cont {
    width: 40%;
}

.our-opti-img {
    width: 55%;
}

.our-opti-img img {
    width: 100%;
}

.our-opti-cont p {
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 1rem;
}

.our-opti-cont p b {
    font-weight: 500;
}

.our-company-opti-flex h2 {
    padding-bottom: 2rem !important;
}

.vision-cont-flex {
    display: flex;
    gap: 5rem;
    padding: 3rem 0;
}

.our-opti-cont2 {
    width: calc(33.333% - 3.33rem);
}

.our-opti-cont2 h2 {
    color: #000000;
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 1rem !important;
}

.our-opti-cont2 p {
    font-weight: 300;
    font-size: 18px;
}

/* Our Leadership sec */

.our-leader-sec {
    background: #FFFFFF;
    padding: 5rem 0;
}

.our-leader-bg {
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top calc(0%) right 3rem;
}

.our-leader-bg h2 {
    color: #000000;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 1rem;
}

.our-leader-bg h3 {
    font-weight: 200;
    font-style: italic;
    font-size: 32px;
    padding-bottom: 3rem;
}

.our-leader-flex {
    display: flex;
    gap: 5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-leader-card {
    width: 45%;
}

.our-leader-card img {
    width: 75%;
}

.our-leader-card h2 {
    font-size: 32px;
    padding-bottom: 0.5rem;
    padding-top: 2rem;
}

.our-leader-card h3 {
    font-size: 28px;
    padding-bottom: 1rem;
}

.our-leader-card p {
    font-weight: 300;
    font-size: 18px;
}

/* our team */

.our-team-sec {
    background: linear-gradient(90deg, #FFFFFF 0.1%, #D8CCBE 99.9%);
    padding: 5rem 0;
    background: linear-gradient(270deg, #FFFFFF 0%, #D8CCBE 100%);

}

/* .our-team-bg {
    background-image: url(/images/common/watermark.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right;
    padding: 5rem 0;
} */

.our-team-bg h2 {
    color: #000000;
    font-weight: 500;
    font-size: 48px;
    padding-bottom: 1rem;
}

.our-team-sec h3 {
    font-weight: 200;
    font-style: italic;
    font-size: 32px;
    padding-bottom: 1rem;
}

.group img {
    width: 100%;
}

.group {
    width: 100%;
    margin: auto;
    padding-top: 5rem;
}

.white-cross-line {
    width: 10%;
    height: 1px;
    background-color: #C8B8A6;
    transform: rotate(110deg);
}

.eslablished-flex {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    padding: 7rem 0;
}

.estab-card {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.estab-card p {
    font-weight: 200;
    font-style: italic;
    font-size: 20px !important;
    width: 100%;
    text-align: center;
}

.estab-card h2 {
    font-weight: 400;
    font-size: 55px;
    width: 100%;
    text-align: center;
}

.estab-card h2 span {
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
}

.our-opti-img p {
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 1rem;
}

/* Responsive */

@media(max-width:1560px) {
    .sol-projects-table-outlayer td {
        font-size: 16px;
    }

    .header-two {
        padding: 1rem 2rem;
    }

    .head-cont h2 {
        font-size: 32px;
    }

    .head-cont p {
        font-size: 24px;
    }

    .sol-projects-card h2 {
        font-size: 22px !important;
    }

    .sol-projects-card h2 {
        font-size: 22px;
    }

    .sol-projects-table-outlayer th {
        font-size: 16px;
    }

    .sol-automation-bg h2 {
        font-size: 40px;
    }

    .sol-automation-bg h3 {
        font-size: 26px;
    }

    .sol-white-card div h2 {
        font-size: 20px;
    }

    .sol-white-wrap {
        width: 80%;
    }

    .our-company-bg h2 {
        font-size: 40px;
    }

    .sol-white-card div p {
        font-size: 16px;
        padding-bottom: 0;
    }

    .sol-automation-bg p {
        font-size: 16px;
    }

    .sol-engineer-bg h2 {
        font-size: 40px;
    }

    .asso-grid-card h2 {
        font-size: 20px !important;
    }

    .asso-grid-card p {
        font-size: 16px !important;
        padding-bottom: unset;
    }

    .asso-grid-card {
        padding: 2rem;
    }

    .sol-projects-bg h2 {
        font-size: 40px;
    }

    .sol-projects-bg h3 {
        font-size: 26px;
    }

    .sol-projects-bg p {
        font-size: 16px;
    }

    .sol-engineer-bg p {
        font-size: 16px;
    }

    .our-company-bg h2 {
        font-size: 36px;
    }

    .our-leader-bg h3 {
        font-size: 28px;
    }

    .our-leader-card h2 {
        font-size: 26px !important;
    }

    .our-team-sec h3 {
        font-size: 28px;
    }

    .our-leader-bg h3 {
        font-size: 24px !important;
    }

    .our-team-bg h2 {
        font-size: 40px;
    }

    .our-leader-bg h2 {
        font-size: 40px;
    }

    .diverse-bg-img h2 {
        font-size: 40px;
    }

    .diverse-left p {
        font-size: 28px;
    }

    .infrastructure-text h2 {
        font-size: 40px;
    }

    .infrastructure-text p {
        font-size: 28px;
    }

    .associate-bg-img h2 {
        font-size: 40px;
    }

    .associate-bg-img p {
        font-size: 28px;
    }

    .footer-common-flex {
        gap: 1rem;
    }

    .footer-card:nth-of-type(3) {
        flex: 0 0 40%;
    }

    .footer-card-two {
        padding-bottom: 2rem;
    }

    .form-btn p {
        font-size: 34px;
    }

    .greyline {
        height: 40vh;
    }

    .footer-card h2 {
        font-size: 20px;
    }

}

@media(max-width:1440px) {
    .our-company-bg h2 {
        font-size: 30px;
    }

    .sol-engineer-bg h2 {
        font-size: 32px;
    }

    .asso-grid-wrap {
        width: 95%;
    }

    .sol-projects-bg h2 {
        font-size: 32px;
    }

    .sol-projects-bg h3 {
        font-size: 22px;
    }

    .sol-projects-card h2 {
        font-size: 20px !important;
    }

    .asso-grid-card h2 {
        font-size: 18px !important;
        padding-bottom: unset;
    }

    .sol-automation-bg h2 {
        font-size: 32px;
    }

    .sol-automation-bg h3 {
        font-size: 20px;
    }

    .sol-white-card div h2 {
        font-size: 18px;
    }

    .nav-menu2 ul li a {
        font-size: 30px;
    }

    .eci-20-yrs-div2 p {
        font-size: 22px;
    }

    .eci-20-yrs-div2 {
        width: 45%;
    }

    .nav-menu2 ul li {
        padding: 1rem 3rem;
    }

    .head-cont h2 {
        font-size: 30px;
    }

    .head-cont p {
        font-size: 22px;
    }

    .diverse-bg-img h2 {
        font-size: 36px;
    }

    .our-company-bg h2 {
        padding-bottom: 2rem;
    }

    .eslablished-flex {
        width: 95%;
    }

    .diverse-left p {
        font-size: 24px;
        width: 90%;
    }

    .infrastructure-text p {
        font-size: 24px;
    }

    .associate-bg-img h2 {
        font-size: 36px;
    }

    .associate-bg-img p {
        font-size: 24px;
    }

    .infrastructure-text h2 {
        font-size: 36px !important;
    }

    .diverse-flex {
        justify-content: space-between;
    }

    .diverse-right p::before {
        width: 140px;
        height: 140px;
        top: -145px;
    }

    .diverse-bg-img {
        padding: 5rem 0;
    }

    .diverse-right {
        width: 55%;
    }

    .associate-bg-img {
        padding: 7rem 0;
    }

    .footer-card-two {
        gap: 3rem;
    }

    .footer-card-two address {
        font-size: 14px;
    }

    .footer-card:nth-of-type(3) a {
        font-size: 14px;
    }

    .quick-a a {
        font-size: 14px;
    }

    .quick-links-flex {
        gap: 1rem;
    }

}

@media(max-width:1366px) {

    .sol-projects-bg h2 {
        font-size: 30px;
    }

    .asso-grid-card {
        padding: 1rem;
    }

    .sol-projects-bg p {
        width: 80%;
    }

    .sol-automation-bg h2 {
        font-size: 30px;
    }

    .sol-engineer-bg h2 {
        font-size: 30px;
    }

    .sol-automation-bg p {
        width: 80%;
    }

    .sol-engineer-bg p {
        width: 80%;
    }

    .head-cont h2 {
        font-size: 26px;
    }

    .head-cont p {
        font-size: 20px;
    }

    .head-cont h2 {
        font-size: 22px;
    }

    .head-cont p {
        font-size: 18px;
    }

    .header-wrap {
        gap: 5rem;
    }

    .greyline {
        height: 50vh;
    }

    .estab-card {
        width: 25%;
    }
}

@media(max-width:1280px) {

    .our-opti-cont2 {
        width: calc(50% - 3.33rem);
    }

    .vision-cont-flex {
        flex-wrap: wrap;
    }

    .omran-cont {
        width: 45%;
    }

    .logo-img {
        width: 30%;
        flex-wrap: wrap;
    }

    .logo-img img {
        width: 35%;
    }

    .sol-automation-sec {
        padding: 3rem 0;
    }

    .sol-projects-bg h2 {
        font-size: 28px;
    }

    .asso-grid {
        width: 100%;
    }

    .asso-swiper {
        width: 60%;
    }

    .sol-automation-bg h2 {
        font-size: 28px;
    }

    .sol-engineer-bg h2 {
        font-size: 28px;
    }

    .sol-white-card:nth-child(5) {
        border-bottom: 1px solid #C8B8A6;
    }

    .sol-white-card:nth-child(6) {
        border-bottom: 1px solid #C8B8A6;
    }

    .sol-white-card:nth-child(4) {
        border-right: 1px solid #C8B8A6;
    }

    .sol-white-card {
        width: 33.333%;
    }

    .close-icon2 img {
        width: 50px;
    }

    .nav-menu2 ul li a {
        font-size: 24px;
    }

    .our-leader-bg h2 {
        font-size: 26px;
    }

    .estab-card p {
        font-size: 18px !important;
    }

    .estab-card h2 span {
        font-size: 20px;
    }

    .our-leader-bg h2 {
        font-size: 30px;
    }

    .our-team-bg h2 {
        font-size: 30px;
    }

    .our-team-sec h3 {
        font-size: 24px;
    }

    .our-leader-card p {
        font-size: 16px;
    }

    .our-leader-card h2 {
        font-size: 22px !important;
    }

    .our-leader-bg h3 {
        font-size: 22px !important;
    }

    .our-opti-cont {
        width: 45%;
    }

    .our-opti-cont p {
        font-size: 16px;
    }

    .our-opti-img p {
        font-size: 16px;
    }

    .our-company-bg h2 {
        font-size: 30px;
    }

    .our-company-opti-flex {
        padding: 2rem 0;
    }

    .footer-card-two address {
        width: 100%;
    }

    .diverse-bg-img h2 {
        font-size: 30px;
    }

    .diverse-left p {
        font-size: 20px;
    }

    .diverse-right {
        gap: 1rem;
    }

    .infrastructure-text h2 {
        font-size: 30px !important;
    }

    .infrastructure-text p {
        font-size: 20px !important;
    }

    .associate-bg-img h2 {
        font-size: 30px;
    }

    .associate-bg-img p {
        font-size: 20px;
    }

    .footer-card-two {
        gap: 2rem;
    }

    .form-btn p {
        font-size: 28px;
    }

    .quick-links-flex {
        gap: 2rem;
    }

    .footer-card-two {
        flex-wrap: wrap;
    }

    .footer-card:nth-of-type(7) {
        flex: 0 0 25%;
    }

    .footer-card:nth-of-type(5) {
        flex: 0 0 25%;
    }

    .footer-card:nth-of-type(3) {
        flex: 0 0 25%;
    }

    img.eci-log {
        width: 22% !important;
    }
}

@media(max-width:1100px) {
    .quick-links-flex {
        gap: 0rem;
        flex-direction: column;
    }

    .form-btn p {
        font-size: 24px;
    }

    .footer-card:nth-of-type(1) {
        flex: 0 0 7%;
    }

    .footer-card:nth-of-type(3) {
        flex: 0 0 30%;
    }

    .footer-card:nth-of-type(5) {
        flex: 0 0 20%;
    }

    .footer-card-two address {
        font-size: 15px;
    }

    .quick-a a {
        padding-bottom: 0.5rem;
        font-size: 15px;
    }

    .footer-form input::placeholder {
        font-size: 15px;
    }

    .footer-form textarea::placeholder {
        font-size: 15px;
    }

    .tele {
        font-size: 15px;
    }
}

@media(max-width:1024px) {
    .sol-projects-sec {
        padding: 3rem 0;
    }

    .sol-projects-bg p {
        width: 100%;
    }

    .sol-automation-bg h2 {
        font-size: 24px;
    }

    .sol-engineer-bg h2 {
        font-size: 24px;
    }

    .sol-projects-bg h2 {
        font-size: 24px;
    }

    .sol-engineer-sec {
        padding: 3rem 0;
    }

    .sol-white-card {
        width: 50%;
    }

    .menu-toggle2 img {
        width: 28px;
    }

    .menu-toggle2 {
        padding: 0.7rem 1rem;
    }

    .close-icon2 {
        top: 5%;
        left: 5%;
    }

    .nav-menu2 ul li {
        padding: 0.5rem 3rem;
    }

    .our-team-sec {
        padding: 3rem 0;
    }

    .our-leader-sec {
        padding: 3rem 0;
    }

    .associate-bg-img {
        padding: 4rem 0;
    }

    .white-cross-line {
        transform: rotate(90deg);
    }

    .eslablished-flex {
        flex-wrap: wrap;
        gap: 3rem;
        padding: 3rem 0;
    }

    .estab-card {
        width: 30%;
    }

    .our-company-opti-flex {
        gap: 2rem;
        flex-wrap: wrap;
    }

    .our-company-bg h2 {
        padding-bottom: 0rem;
    }

    .our-company-opti-flex h2 {
        padding-bottom: 1rem !important;
    }

    .our-company-sec {
        padding: 3rem 0;
    }

    .our-company-bg h2 {
        font-size: 26px;
    }

    .our-opti-cont {
        width: 100%;
    }

    .our-opti-img {
        width: 100%;
    }

    .diverse-flex {
        flex-wrap: wrap;
        gap: 9rem;
    }

    .diverse-left {
        width: 100%;
    }

    .diverse-right {
        width: 100%;
    }

    .diverse-right p::before {
        width: 120px;
        height: 120px;
        top: -123px;
    }

    .infrastructure-text p {
        width: 90% !important;
    }

    .diverse-bg-img h2 {
        font-size: 26px;
    }

    .associate-bg-img h2 {
        font-size: 26px;
    }

    .infrastructure-text h2 {
        font-size: 26px !important;
    }

    .container {
        width: 90%;
    }

    .asso-swiper {
        width: 100%;
    }

    .sol-automation-bg p {
        width: 90%;
    }

    .sol-automation-bg p {
        width: 90%;
    }
}

@media(max-width:990px) {
    .header-menu-div22 {
        width: 100%;
        background: #333;
        background-image: unset;
        justify-content: flex-end;
        height: unset;
    }

    .nav-container2 {
        flex-direction: column;
        height: 100%;
    }

    .nav-menu2 {
        width: 100%;
        justify-content: flex-end;
    }

    .eci-20-yrs-div2 img {
        width: 20%;
    }

    .eci-20-yrs-div2 {
        width: 100%;
    }
}

@media(max-width:900px) {

    .our-opti-cont2 {
        width: 100%;
    }

    .our-company-bg h2 {
        font-size: 22px;
    }

    .vision-cont-flex {
        gap: 3rem;
    }

    .big-dot-white {
        font-size: 3rem;
    }

    .big-dot {
        font-size: 3rem;
    }

    .our-leader-card {
        width: 100%;
    }

    .our-leader-card img {
        width: 50%;
    }

    .footer-common-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .greyline {
        width: unset;
        height: unset;
    }

    .footer-card:nth-of-type(1) {
        flex: 0 0 100%;
    }

    .footer-card:nth-child(1) img {
        width: 12%;
    }

    .footer-card:nth-of-type(3) {
        flex: 0 0 100%;
        border-bottom: 1px solid #DCDCDC;
        padding: 1rem 0;
    }

    .footer-card:nth-of-type(5) {
        flex: 0 0 100%;
        border-bottom: 1px solid #DCDCDC;
        padding: 1rem 0;
    }

    .footer-card:nth-of-type(7) {
        flex: 0 0 70%;
    }

    .footer-card-two {
        justify-content: flex-start;
        gap: 3rem;
    }

    .quick-links-flex {
        flex-direction: row;
        justify-content: flex-start;
        gap: 5rem;
    }

    .footer-card h2 {
        padding-bottom: 1rem;
    }
}

@media(max-width:768px) {

    .our-opti-cont2 p {
        font-size: 16px;
    }

    .sol-projects-card {
        margin-left: 0;
        margin: auto;
    }

    .head-cont {
        display: none;
    }

    .pad-top {
        padding-top: 2rem;
    }

    .mobile-title {
        display: block;
        padding-bottom: 2rem !important;
    }

    .mobile-title h2 {
        padding-bottom: 1rem !important;
        margin: unset !important;
        font-size: 26px !important;
    }

    .mobile-title p {
        padding-bottom: 1rem !important;
        margin: unset !important;
        font-size: 18px !important;
    }

    .our-company-bg {
        background-size: 65%;
    }

    .our-leader-bg {
        background-size: 65%;
    }

    .sol-projects-bg p {
        padding-bottom: 1rem;
    }

    .asso-white-card-flex {
        padding: 3rem 3rem;
    }

    .sol-engineer-bg h2 {
        font-size: 20px;
    }

    .sol-automation-bg h2 {
        font-size: 20px;
    }

    .sol-white-card:nth-child(4) {
        border-right: unset;
    }

    .sol-white-card {
        border-bottom: 1px solid #C8B8A6;
        padding: 2rem 0;
    }

    .asso-grid-card {
        width: 100%;
        border-right: unset;
    }

    .sol-automation-bg p {
        width: 100%;
    }

    .omran-cont {
        width: 100%;
    }

    .omran-flex {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .logo-img img {
        width: 70%;
    }

    .sol-projects-bg {
        background-size: 65%;
    }

    .sol-engineer-bg {
        background-size: 65%;
    }

    .sol-automation-bg {
        background-size: 65%;
    }

    .sol-projects-card h2 {
        min-height: 50px;
    }

    .cross-line {
        display: none;
    }

    .sol-automation-bg p {
        padding-bottom: 1rem;
    }

    .logo-img {
        width: 100%;
        flex-wrap: unset;
    }

    .sol-white-card {
        border-right: unset;
        width: 100%;
    }

    .no-border-bottom {
        border-bottom: 1px solid #C8B8A6 !important;
    }

    .sol-engineer-bg p {
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .our-team-bg h2 {
        font-size: 24px;
    }

    .our-team-sec h3 {
        font-size: 20px;
    }

    .header-wrap {
        gap: 3rem;
    }

    .head-cont h2 {
        font-size: 20px;
    }

    .our-leader-bg h2 {
        font-size: 24px;
    }

    .our-company-bg h2 {
        font-size: 24px;
    }

    .footer-card:nth-of-type(7) {
        flex: 0 0 80%;
    }

    .our-company-opti-flex {
        padding: 2rem 0 0 0;
    }

    .diverse-bg-img h2 {
        font-size: 22px;
        width: 100%;
        padding-bottom: 1rem;
    }

    .infrastructure-text h2 {
        font-size: 22px !important;
    }

    .associate-bg-img h2 {
        font-size: 22px;
        width: 100%;
    }

    .infrastructure-text p {
        font-size: 18px !important;
    }

    .diverse-left p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
    }

    .associate-bg-img p {
        font-size: 18px;
    }

    .footer-bg {
        padding: 3rem 0;
    }

    .diverse-bg-img {
        padding: 3rem 0;
    }

    .infrastructure-section {
        padding: 3rem 0;
    }

    .associate-bg-img {
        padding: 3rem 0;
    }

    .diverse-right p {
        font-size: 16px;
    }

    .diverse-left {
        width: 100%;
    }

    .infrastructure-text p {
        width: 100% !important;
    }

    .infrastructure-div-container {
        gap: 1rem;
    }

    .diverse-flex {
        gap: 8rem;
    }

    .cli-e {
        padding-top: 3rem;
        margin-right: 5rem;
    }

}

@media(max-width:600px) {

    .associate-img-two {
        background-size: 80%;
    }

    .header-two {
        position: sticky;
    }

    img.desktop-banner {
        display: none;
    }

    img.mobile-banner {
        display: block;
        width: 100%;
    }

    .logo2 img {
        width: 80%;
    }

    .associate-bg-img {
        background-size: 65%;
        background-position: bottom right;
    }

    img.eci-log {
        width: 16% !important;
    }
    .omran-flex {
        gap: 1rem;
    }

    .logo-img {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    .cross-line {
        width: unset;
        height: unset;
        background-color: unset;
        transform: unset;
    }

    .sol-white-card-flex {
        padding: 2rem 1rem;
    }

    .myprojects .swiper-wrapper {
        padding: 3rem 0;
    }

    .eci-20-yrs-div2 img {
        width: 40%;
    }

    .eci-20-yrs-div2 p {
        font-size: 20px;
    }

    .our-team-bg h2 {
        font-size: 20px;
    }

    .estab-card {
        width: 100%;
    }

    .white-cross-line {
        width: 50%;
        margin: auto;
        transform: rotate(180deg);
    }

    .eslablished-flex {
        gap: 1rem;
        padding: 1rem 0;
    }

    .associate-bg-img h2 {
        font-size: 20px;
    }

    .our-leader-card img {
        width: 90%;
    }

    .our-leader-bg h3 {
        font-size: 18px !important;
    }

    .our-leader-card p {
        font-size: 15px;
    }

    .our-leader-card h2 {
        font-size: 20px !important;
    }

    .our-leader-bg h2 {
        font-size: 20px;
    }

    .our-company-bg h2 {
        font-size: 20px;
    }

    .our-opti-cont p {
        font-size: 15px;
    }

    .footer-card-two {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-card:nth-of-type(7) {
        flex: 0 0 90%;
    }

    .copyrights-left p {
        font-size: 14px;
    }

    .grey {
        font-size: 14px;
        padding-bottom: 0rem;
    }
}

@media(max-width:560px) {

    .our-company-opti-flex {
        gap: 1rem;
    }

    .vision-cont-flex {
        gap: 2rem;
        padding: 1rem 0;
    }

    .omran-flex {
        gap: 1rem;
        padding-bottom: 3rem;
    }

    .sol-white-card div h2 {
        font-size: 16px;
    }

    .asso-grid-card h2 {
        font-size: 16px !important;
    }

    .sol-automation-bg h3 {
        font-size: 18px;
    }

    .sol-automation-bg h2 {
        font-size: 18px;
    }

    .sol-automation-bg p {
        padding-bottom: 1rem;
    }

    .sol-projects-table-outlayer td {
        font-size: 14px;
        padding: 0.5rem;
    }

    .sol-projects-card h2 {
        font-size: 18px !important;
    }

    .sol-projects-table-outlayer th {
        font-size: 14px;
        padding: 0.5rem;
    }

    .sol-projects-table-outlayer {
        padding: 1.5rem;
    }

    .nav-menu2 ul li a {
        font-size: 20px;
    }

    .nav-menu2 ul li {
        padding: 0.5rem 2rem;
    }

    .eci-20-yrs-div2 p {
        font-size: 16px;
    }

    .copy-flex {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        gap: 0.5rem;
    }

    .copyrights-left p {
        text-align: center;
        padding-bottom: 0.5rem;
    }

    .grey {
        text-align: center;
        padding-bottom: 0.5rem;
    }

    .footer-card:nth-of-type(7) {
        flex: 0 0 95%;
    }

    .cli-e p {
        font-size: 30px;
    }

    .our-cli-sec {
        justify-content: center;
    }

    .cli-e {
        margin-right: 0;
    }
}

@media(max-width:450px) {

    .associate-bg-img {
        background-size: 95%;
    }

    .associate-img-two {
        background-size: 100%;
    }

    .mobile-title h2 {
        font-size: 24px !important;
    }

    .mobile-title p {
        font-size: 17px !important;
    }

    .sol-automation-sec {
        padding: 2rem 0;
    }

    .diverse-right p {
        font-size: 14px;
    }

    .cli-e p {
        font-size: 24px;
    }

    .footer-card-two address {
        font-size: 14px;
    }

    .quick-a a {
        font-size: 14px;
    }

    .diverse-left p {
        line-height: 22px;
    }

    .sol-projects-card h2 {
        font-size: 16px !important;
    }

    .asso-white-card-flex {
        padding: 1rem 1rem;
    }

    .asso-white-card-flex {
        width: 100%;
    }

    .our-company-bg h2 {
        font-size: 16px;
    }

    .our-opti-cont p {
        font-size: 14px;
    }

    .our-leader-bg h3 {
        font-size: 16px !important;
        font-weight: 300;
    }

    .our-leader-card h2 {
        font-size: 18px !important;
    }

    .our-team-sec h3 {
        font-size: 16px;
    }

    .our-team-bg h2 {
        font-size: 18px;
    }

    .sol-automation-bg h2 {
        font-size: 16px;
    }

    .sol-automation-bg p {
        font-size: 14px;
    }

    .sol-white-card div p {
        font-size: 14px;
    }

    .sol-white-card div h2 {
        font-size: 14px;
    }

    .sol-engineer-bg h2 {
        font-size: 18px;
    }

    .sol-engineer-bg p {
        font-size: 14px;
    }

    .asso-grid-card h2 {
        font-size: 14px !important;
    }

    .asso-grid-card p {
        font-size: 14px !important;
    }

    .diverse-left p {
        font-size: 16px;
    }

    .infrastructure-text p {
        font-size: 16px !important;
    }

    .associate-bg-img p {
        font-size: 16px;
    }

    .footer-card h2 {
        font-size: 18px;
    }

    .footer-card:nth-child(1) img {
        width: 18%;
    }

    .footer-common-flex {
        gap: 0rem;
    }

    .form-btn p {
        font-size: 20px;
    }

    .footer-copy-bg {
        padding: 1rem 0;
    }

    .header-two {
        padding: 1rem 1rem;
    }

}

@media(max-width:425px) {
    .our-opti-cont2 p {
        font-size: 14px;
    }

    .sol-projects-bg h2 {
        font-size: 18px;
    }

    .sol-projects-bg h3 {
        font-size: 20px;
    }

    .sol-projects-bg p {
        font-size: 14px;
    }

    .sol-projects-card h2 {
        font-size: 14px !important;
    }

    .sol-projects-table-outlayer td {
        font-size: 12px;
    }

    .sol-projects-table-outlayer th {
        font-size: 12px;
    }

    .sol-projects-table-outlayer table {
        min-height: 300px;
    }

    .diverse-flex {
        gap: 8rem;
    }
}