<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-template.page-template-ttemplate-partnersawards .recognition-section {
    background: white;
    text-align: center;
    border-radius: 15px;
    margin: 50px auto;
}

.page-template.page-template-ttemplate-partnersawards .recognition-section .section-title {
    font-size: 30px;
    font-weight: bold;
    color: #002840;
    margin-bottom: 30px;
}

.page-template.page-template-ttemplate-partnersawards .recognition-section .section-description {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin: 0 auto;
}

.page-template.page-template-ttemplate-partnersawards .recognition-section .section-description .highlight {
    color: #000;
    font-weight: bold;
}

.page-template.page-template-ttemplate-partnersawards .awards-section {
    background: #ebeced;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 50px auto;
    padding: 50px 0;  
}

/* Section Title */
.page-template.page-template-ttemplate-partnersawards .awards-section .section-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #002840;
}
.page-template.page-template-ttemplate-partnersawards .site-wrapper .award-section .container {
    padding: 0;          
}
/* Sub-title */
.page-template.page-template-ttemplate-partnersawards .awards-section .sub-title {
    font-size: 20px;
    color: #002840;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Awards Grid */
.page-template.page-template-ttemplate-partnersawards .awards-section .awards-grid {
    display: flex;                  
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

/* Award Item */
.page-template.page-template-ttemplate-partnersawards .awards-section .awards-grid .award-item {
    min-height: 160px;       
    display: flex;                    
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: calc(33.33% - 10px);
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
.page-template-ttemplate-partnersawards .awards-section .awards-grid .award-item .award-image img {
    max-width: 160px;
    min-height: 140px;
    max-height: 160px;
    display: block;
    object-fit: cover;
    margin: 12px auto;
}
.page-template.page-template-ttemplate-partnersawards .certifications .certifications-image {
    max-width: 200px;
    min-height: 200px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Award Title */
.page-template.page-template-ttemplate-partnersawards .awards-section .awards-grid .award-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #002840;
    margin-bottom: 10px;
    width: 100%;
}

/* Award Description */
.page-template.page-template-ttemplate-partnersawards .awards-section .awards-grid .award-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.page-template.page-template-ttemplate-partnersawards .certifications .main-heading {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #002840;
    margin-bottom: 30px;
}

.page-template.page-template-ttemplate-partnersawards .certifications .category {
    margin-bottom: 40px;
}

.page-template.page-template-ttemplate-partnersawards .certifications .category .list-of-category {
    display: flex;
    gap: 15px;
}

.page-template.page-template-ttemplate-partnersawards .certifications .category .sub-heading {
    font-size: 23px;
    font-weight: bold;
    color: #002840;
    margin-bottom: 45px;
    border-bottom: 2px solid #002840;
    display: inline-block;
    padding-bottom: 5px;
}

.page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box {
    background: #ebeced75;
    padding: 20px;
    border-radius: 10px;
    margin-right: 0;
    max-width: calc(33.3% - 10px);
    width: 100%;
    text-align: center;
    margin-bottom: 20px;          
}

.page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #002840;
    margin-bottom: 5px;
}

.page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box p {
    font-size: 18px;
    color: #333;
}

.page-template.page-template-ttemplate-partnersawards .success-section {
    background: linear-gradient(175deg, #153d6f00, #ff6900);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 15px;
    max-width: 1000px;
    margin: 50px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Section Title */
.page-template.page-template-ttemplate-partnersawards .success-section .section-title {
    font-size: 30px;
    color: #002840;
}

/* Description */
.page-template.page-template-ttemplate-partnersawards .success-section .section-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 25px 0;
}

/* Call-to-Action (CTA) */
.page-template.page-template-ttemplate-partnersawards .success-section .cta-container {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.1);
}

.page-template.page-template-ttemplate-partnersawards .success-section .cta-container .cta-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* CTA Button */
.page-template.page-template-ttemplate-partnersawards .success-section .cta-container .cta-button {
    background: #ffe3cf;
    color: #153d6f;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-block;
    transition: 0.3s ease;
}

.page-template.page-template-ttemplate-partnersawards .success-section .cta-container .cta-button:hover {
    background: #fff;
    transform: translateY(-2px);
}
.page-template-template-skillsets .expertise-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
    background: #ff6900a1; /* Dark overlay */
}

.page-template-template-skillsets .expertise-header .our-experties-content {
    display: flex;
    justify-content: center;
}

.page-template-template-skillsets .expertiese-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


/* Main Title */
.page-template-template-skillsets .expertise-header .title {
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1c1c1c;
    margin-bottom: 15px;
}

/* Subtitle */
.page-template-template-skillsets .expertise-header .subtitle {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Description */
.page-template-template-skillsets .expertise-header .description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 20px;
}
.page-template-template-skillsets .expertise-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}
.page-template-template-skillsets .our-experties-content .our-experties-wrapper {
    max-width: 35%;
    width: 100%;
}
.page-template-template-skillsets .our-experties-content .our-experties-conten-wrapper-inner {
    max-width: 60%;
    width: 100%;
}
.page-template-template-skillsets .expertise-header .our-experties-content {
    display: flex;
    align-items: flex-start ;  
    justify-content: space-between;
}

.page-template-template-skillsets .expertiese-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.page-template-template-skillsets .expertise-header {
    background: #f26e27;
    min-height: 570px;
    position: relative;
    align-items: unset;
    padding-top:50px ;
    margin-top: -20px;
}

/* Content Container */
.page-template-template-skillsets .expertise-header .container {
    position: relative;
    z-index: 1;
}

/* Main Title */
.page-template-template-skillsets .expertise-header .title {
    letter-spacing: 2px;
    color: #1c1c1c;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    margin-bottom: 0;
}

/* Subtitle */
.page-template-template-skillsets .expertise-header .subtitle {
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.page-template-template-skillsets .tech-card-image{
    max-width: 200px;
    min-height: 130px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Description */
.page-template-template-skillsets .expertise-header .description {
    line-height: 1.6;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 18px;
    max-width: none ;
    color: #fff;
}

.page-template-template-skillsets .tech-section {
    text-align: center;
    padding: 60px 20px;
    background: transparent;
    margin-top: -266px;
    position: relative;
    padding: 0;
}
.page-template-template-skillsets .tech-section p.tech-category-text {
    text-align: left;
}
.page-template-template-skillsets .tech-section .container {
    margin-top: -204px;
}

/* Section Title */
.page-template-template-skillsets .tech-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 40px;
    /* THEME COLOR */
    text-transform: uppercase;
    margin-bottom: 100px;
}

/* Section Subtitle */
.page-template-template-skillsets .tech-section .section-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
}

.page-template-template-skillsets .tech-section .tech-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 15px auto 40px;
    gap: 20px;
    justify-content: center;
}

.page-template-template-skillsets .tech-section .tech-grid .tech-card {
    background: #ffddca;
    box-shadow: none;
    padding: 40px 40px;
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    transition: 0.3sease-in-out;
    text-align: center;
    flex-direction: column;
    display: flex;
    background: antiquewhite;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.page-template-template-skillsets .tech-section .tech-grid .tech-card h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
    width: 100%;
}

.page-template-template-skillsets .tech-section .tech-grid .tech-card p {
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
}

.page-template-template-skillsets .choose-us-section {
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 10px;
}

.page-template-template-skillsets .choose-us-section .container {
    max-width: 1220px;
    background: linear-gradient(173deg, #ffffff, transparent);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.page-template-template-skillsets .choose-us-section h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-template-template-skillsets .choose-us-section p {
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 23px;
    max-width: 50%;
    width: 100%;
    text-align: left;
}

.page-template-template-skillsets .choose-us-section .features {
    margin-top: 20px;
    text-align: left;
    max-width: 40%;
    width: 100%;
}
.page-template-template-skillsets .choose-elsner-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-template-template-skillsets .choose-us-section .features p {
    max-width: 100%;
}
.page-template-template-skillsets .choose-us-section .features .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.page-template-template-skillsets .choose-us-section .features .feature-item span {
    color: #ff6900;
    font-size: 18px;
    margin-right: 10px;
}

.page-template-template-skillsets .choose-us-section .cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #ff6900;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s;
}

.page-template-template-skillsets .choose-us-section .cta-button:hover {
    background: #c57449;
    color:#fff;
    border: none;
}

.page-template-template-skillsets .choose-us-section .choose-elsner {
    display: flex;
    justify-content: center;
    padding: 70px 0px;
}

.page-template-template-skillsets .expertiese-container h2.tech-category-title {
    text-align: left;
    padding: 0px 0 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}
.page-template-template-skillsets .tech-section .section-title,
.page-template-template-skillsets .tech-section .tech-content-header:nth-child(2),
.page-template-template-skillsets .tech-section .tech-content-header:nth-child(2) p {
    color: #fff;
}
@media (max-width:1080px) {
    .page-template.page-template-ttemplate-partnersawards .certifications .category .list-of-category {
        flex-wrap: wrap;
    }

    .page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box {
        max-width: calc(50% - 20px);
    }
}
@media (max-width:991px) {
    .page-template-template-skillsets .our-experties-content .our-experties-wrapper {
        max-width: 100%;
    }
    .page-template-template-skillsets .our-experties-content .our-experties-wrapper {
        text-align: left;
    }
    .page-template-template-skillsets .tech-section {
        margin-top: -220px;
    }
    .page-template-template-skillsets .expertise-header .our-experties-content {
        flex-wrap: wrap;
    }
    .page-template-template-skillsets .expertise-header .title {
        margin-bottom: 5px;
    }
    .page-template-template-skillsets .our-experties-content .our-experties-conten-wrapper-inner {
        max-width: 100%;
    }
    .page-template-template-skillsets .tech-section .tech-grid {
        grid-template-columns: 50% 50%;
        margin-bottom: 30px;
    }
    .page-template-template-skillsets .expertise-header .subtitle {
        margin-bottom: 0;
    }
    
    .page-template-template-skillsets .choose-elsner-content-box{
        justify-content: center;
    }
    .page-template-template-skillsets .choose-us-section p {
        max-width: 100%;
    }
    .page-template-template-skillsets .choose-us-section .features p {
        max-width: 100%;
    }
    .page-template-template-skillsets .choose-us-section h2 {
        font-size: 25px;
    }
    .page-template-template-skillsets .choose-us-section .features .feature-item {
        margin-bottom: 0;
    }
    .page-template-template-skillsets .choose-us-section .features {
        max-width: 100%;
    }
    .page-template-template-skillsets .choose-us-section .choose-elsner {
        padding: 20px 0px;
    }
    .page-template-ttemplate-partnersawards .awards-section .awards-grid .award-item .award-image img {
        max-width: 100px;
        min-height: 100px;
        display: block;
        margin: 12px auto;
    }
    .page-template.page-template-ttemplate-partnersawards .awards-section .awards-grid .award-item {
        max-width: calc(50% - 15px);
    }
    .page-template.page-template-ttemplate-partnersawards .awards-section .awards-grid{
        gap: 30px;
    }
    .page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box {
        margin-right: 0;
        max-width: calc(50% - 15px);
    }
}
@media (max-width:767px) {
    .page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box {
        max-width: 100%;
        margin-left: 0;
    }
    .page-template-template-skillsets .tech-section .container {
        padding: 0;
        margin-top: 0px;
    }
    .page-template-template-skillsets .choose-us-section h2 {
        font-size: 22px;
    }
    .page-template.page-template-ttemplate-partnersawards .success-section {
        padding: 40px 20px;
        margin: 30px auto;
    }

    .page-template.page-template-ttemplate-partnersawards .certifications .main-heading {
        font-size: 24px;
        margin-bottom: 0;
    }

    .page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box p {
        font-size: 16px;
    }

    .page-template.page-template-ttemplate-partnersawards .certifications .category .certification-box h3 {
        font-size: 18px;
    }
    .page-template-template-skillsets .expertise-header {
        padding: 50px 15px;
        min-height: 580px;
    }

    .page-template-template-skillsets .expertise-header .title {
        font-size: 24px;
    }

    .page-template-template-skillsets .expertise-header .subtitle {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .page-template-template-skillsets .expertise-header .description {
        font-size: 16px;
    }
    .page-template-template-skillsets .site_wrapper .tech-section .tech-grid {
        grid-template-columns: 100%;
        gap: 15px;
    }
    .page-template-template-skillsets .tech-section .section-title {
        font-size: 25px;
    }
    .page-template-template-skillsets .expertiese-container h2.tech-category-title {
        font-size: 24px;
    }
    .page-template-template-skillsets .tech-section .section-subtitle {
        font-size: 16px;
    }

    .page-template-template-skillsets .tech-section .tech-grid .tech-card {
        padding: 15px;
    }

    .page-template-template-skillsets .tech-section .tech-grid .tech-card h3 {
        font-size: 18px;
    }

    .page-template-template-skillsets .tech-section .tech-grid .tech-card p {
        font-size: 13px;
    }

    .page-template-template-skillsets .choose-us-section .container {
        padding: 20px;
    }

    .page-template-template-skillsets .tech-section {
        padding: 10px 15px 10px;
        margin-top: -168px;
    }

    .page-template-template-skillsets .tech-section .tech-grid {
        grid-template-columns: 100%;
    }
    .page-template-template-skillsets .choose-us-section .choose-elsner {
        padding: 30px 0px;  
    }
    .page-template-template-skillsets .tech-card-image{
        max-width: 100px;
        min-height: 100px;
    }
    .page-template.page-template-ttemplate-partnersawards .certifications .category .sub-heading {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 5px;
    }
    .page-template.page-template-ttemplate-partnersawards .certifications .certifications-image {
        max-width: 100px;
        min-height: 100px;
    }
    .page-template.page-template-ttemplate-partnersawards .awards-section .awards-grid .award-item {
        max-width: 100%;
    }
    .page-template.page-template-ttemplate-partnersawards .certifications .category .list-of-category{
        gap: 0;
    }
}
@media(max-width: 420px) {
    .page-template-template-skillsets .expertise-header {
        min-height: 740px;
        
    }
    .page-template-template-skillsets .tech-section {
        margin-top: -250px;
    }
}
</pre></body></html>