<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.emg-fullscreen-bg .emg-sec {
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    padding: 30px;
    transform: translateY(-50%);
}
.banner-section h1,
.banner-section p,
.banner-section .rating {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.emg-fullscreen-bg .nk-awb {
    z-index: initial;
}

.emg-fullscreen-bg .nk-awb .nk-awb-wrap {
    margin: 0 !important;
}

/* body.page-template-template-contact .header_bottom {
  background-color: rgb(var(--primary-color));
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
} */

body.page-template-template-service .emg-sec-pricing {
    background-color: #fbfbfb;
}

body.page-template-template-service .emg-sec-contact {
    background-color: #f5f5f6;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.rating span {
    font-size: 13px;
}

.home-banner-title {
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.banner-disclimer {
    font-size: 27px;
}

.banner-button .btn {
    position: relative;
    padding-left: 35px;
    padding-right: 16px;
}

.banner-button .btn:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/btn-arrow-down-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    transition: 0.3s;
}

.banner-button .btn:hover:before {
    background-image: url(../img/btn-arrow-down-2.png);
}

.banner-button .btn:after {
    display: none;
}

/*=== End banner ===*/

/*about*/

/*Title Set*/
.emg-title-set {
    font-size: 42px;
    line-height: 1.15;
    color: #000;
}

.emg-title-set.text-light {
    color: #fff;
}

.emg-title-set span.d-block {
    font-size: 15px;
    font-weight: 400 !important;
    font-style: italic !important;
    font-family: var(--font_3);
    margin-bottom: 10px;
    color: #000;
}

.emg-title-set.text-light span.d-block {
    color: #fff;
}

.emg-title-set span:not(.d-block) {
    font-style: italic !important;
    font-family: var(--font_3);
    color: rgb(var(--primary-color));
}

.emg-title-set.text-light span:not(.d-block) {
    color: rgb(var(--secondary-color)) !important;
}

/*PolyGon icon box*/
.polygon-item {
    display: flex;
    flex-wrap: nowrap;
}
.polygon-thumb {
    width: 56px;
    min-width: 56px;
    height: 56px;
    background-image: url(../img/polygon-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
}

.polygon-thumb img {
    width: 20px;
}

.polygon-item .polygon-title {
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    font-weight: 400;
    font-family: var(--font_3);
    margin-bottom: 8px;
}

.polygon-item.text-light .polygon-text {
    font-size: 15px;
    line-height: 1.4;
}

.polygon-item.text-light .polygon-title,
.polygon-item.text-light .polygon-text {
    color: rgba(255, 255, 255, 0.8);
}

/*Service Card*/

.emg-service-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 5px;
    transition: all 0.4s;
}

.emg-service-card:hover {
    background-color: #f5f5f5;
}

.emg-service-card-left {
    display: flex;
    align-items: flex-start;
}

.emg-service-card-left-title {
    width: 240px;
    padding-right: 20px;
    /* white-space: nowrap; */
}
.emg-service-card-left-title.wrap {
    white-space: normal;
}

.emg-service-card-left-text {
    max-width: 520px;
}

.emg-service-card-right {
    max-width: 300px;
    display: flex;
    align-items: center;
}

.emg-service-card-thumb {
    width: 203px;
    height: 130px;
    border-radius: 10px;
    transform: scale(0.97) rotate(0deg);
    transform-origin: 50% 50% 0px;
    object-position: center center;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emg-service-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emg-service-card:hover .emg-service-card-thumb {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(1deg);
}

.emg-service-card .emg-icon-box {
    width: 46px;
    height: 41px;
    border-radius: 15px;
    background-color: rgb(var(--primary-color));
    margin-left: 50px;
}

.emg-service-card .emg-icon-box:before {
    width: 10px;
    height: 10px;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../img/arrow-top-right.png);
}

@media only screen and (max-width: 991px) {
    .emg-service-card {
        padding: 20px 10px;
    }

    .emg-service-card-left-text {
        display: none;
    }

    .emg-service-card-thumb {
        transform: scale(1) rotate(5deg);
        visibility: visible;
        opacity: 1;
    }

    .emg-service-card-wrap:nth-child(odd) .emg-service-card-thumb {
        transform: scale(1) rotate(-5deg);
    }
}

@media only screen and (max-width: 600px) {
    .emg-service-card {
        padding: 20px 0;
    }
    .emg-service-card-left-title {
        width: 160px;
        padding-right: 10px;
    }

    .emg-service-card-left-title * {
        font-size: 16px;
    }

    .emg-service-card-right {
        max-width: 190px;
    }

    .emg-service-card-thumb {
        width: 100px;
        height: 60px;
    }

    .emg-service-card .emg-icon-box {
        margin-left: 20px;
    }
}

.base-subtitle {
    font-size: 15px;
}

.about-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.about-card .emg-icon-box {
    width: 55px;
    height: 49px;
    border-radius: 18px;
}
/*
.about-card .about-thumb-1 .emg-icon-box:before {
    width: 20px;
    height: 20px;
    left: 17px;
    transform: translateY(-50%);
    background-image: url(../img/about/about-01.png);
}

.about-card .about-thumb-2 .emg-icon-box:before {
    width: 20px;
    height: 20px;
    left: 17px;
    transform: translateY(-50%);
    background-image: url(../img/about/about-02.png);
}

.about-card .about-thumb-3 .emg-icon-box:before {
    width: 20px;
    height: 20px;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../img/about/about-03.png);
}

.about-card .about-thumb-4 .emg-icon-box:before {
    width: 28px;
    height: 28px;
    left: 13px;
    transform: translateY(-50%);
    background-image: url(../img/about/about-04.png);
}
*/

/*End about*/
/*service*/
/*
.service-card {
    padding-bottom: 12px;
}

.service-card-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.3s;
}

.service-card-items:hover {
    background-color: rgba(245, 245, 245, 1.0);
}

.card-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
}

.card-item h6 {
    width: 195px;
    max-width: 100%;
}

 .card-thumb a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-thumb img {
    position: relative;
    width: 203px;
    height: 150px;
    max-width: 100%;
    transform: rotate(8deg);
    transform-origin: 50% 50% 0px;
    border-radius: 9px;
    object-position: center center;
    object-fit: cover;
    visibility: hidden;
    margin-right: 25px;
    transition: all 0.3s;
}

.card-thumb:hover img {
    visibility: visible;
}

.service-card-items:hover .card-thumb img {
    visibility: visible;
}

.card-thumb .emg-icon-box {
    width: 46px;
    height: 41px;
    border-radius: 15px;
    background-color: rgb(var(--primary-color));;
    margin-left: 25px;
}
.card-thumb .emg-icon-box:before {
    width: 10px;
    height: 10px;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../img/arrow-top-right.png);
}*/

/*End service*/

/*pricing*/

.price-submit {
    display: inline-block;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 8px 8px;
    border-radius: 50px;
}

.price-submit a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 12px 5px;
    padding-right: 5px;
    line-height: 1.3;
    margin-right: 2px;
    border-radius: 50px;
    background-color: transparent;
    transition: all 0.3s;
}

.price-submit .emg-pricing-selected,
.price-submit a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(var(--primary-color));
}

.discount {
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-left: 2px;
    background: linear-gradient(
        180deg,
        rgb(131, 234, 16) 0%,
        rgb(191, 242, 134) 100%
    );
    border-radius: 50px;
}

.price-submit a:last-child {
    padding-right: 12px;
    margin-right: 0;
}

/*start-coupon*/

.coupon-card {
    padding: 30px;
    border-radius: 16px;
}

.coupon-card-thumb {
    display: flex;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 64px;
    border: 2px solid rgb(var(--primary-color));
    border-radius: 50%;
}

.coupon-card-thumb-right {
    border-color: rgb(var(--secondary-color));
}

.coupon-card-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.coupon-card-right .coupon-card-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.coupon-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 110px;
}

.coupon-card-right .coupon-items {
    display: block;
}

.coupon-list-title {
    font-size: 14px;
}

.coupon-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.coupon-list li {
    margin-bottom: 15px;
}

.coupon-list li span {
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4;
    background-image: url(../img/right-arrow-green.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    border-radius: 0;
}

.coupon-card-right .coupon-list li span {
    color: rgba(255, 255, 255, 0.6);
    background-image: url(../img/right-arrow-white.png);
}

.service-list-left span {
    background-image: url(../img/dollar-icon.png) !important;
}

.coupon-title {
    font-size: 48px;
}

.coupon-offer .discount {
    border-radius: 4px;
    font-size: 14px;
}

.coupon-submit {
    display: block;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    background-color: transparent;
    border-radius: 50px;
    transition: all 0.3s;
}

.coupon-submit:hover {
    color: #ffffff;
    background-color: rgb(var(--primary-color));
}

.coupon-card-right .coupon-submit {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(
        90deg,
        rgb(15, 43, 32) 0%,
        rgb(211, 255, 230) 100%
    );
    transition: all 0.3s;
}

/*.coupon-card-right .coupon-submit:hover {
    background: linear-gradient(90deg, rgb(211, 255, 230) 0%, rgb(15, 43, 32) 100%);
}*/

/*phone-cta*/

.phone-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 24px;
    border-radius: 12px;
}

.phone-cta-overlay {
    position: relative;
    z-index: 1;
}

.phone-cta-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(15, 43, 32, 0.8);
    border-radius: 12px;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
}

.contact-thumb {
    margin-right: 25px;
}

.contact-thumb img {
    border: 1px solid rgb(131, 234, 16);
    border-radius: 50%;
}

.contact-cta span {
    font-size: 14px;
}

/*End pricing*/

/*Review*/
.emg-review.slick-slide {
    background-color: #f5f5f5;
    border-radius: 12px;
    opacity: 1;
    margin: 0 10px;
    padding: 20px;
}
.emg-review-video.slick-slide {
    border-radius: 12px;
    opacity: 1;
    margin: 0 16px;
    padding: 0px !important;
}

.emg-review .p {
    font-size: 16px;
    font-weight: 600;
}

.emg-review-author {
    background-image: url(../img/left-quote.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    margin-top: 80px;
    font-size: 16px;
    font-weight: 600;
}

.emg-review-author span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
}

/*=== start condition ===*/

.slide-single-item {
    margin: 0 10px;
    position: relative;
}

.condition-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.condition-list li span {
    font-size: 22px;
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    padding-left: 45px;
    margin-bottom: 15px;
}

/*=== End condition ===*/

/*=== start info ===*/
.info-disclimer {
    font-size: 23px;
}
/*=== End info ===*/

/*=== Start review  ===*/

.emg-sec-review .review .slick-prev {
    background-image: url(../img/review/review-arrow-left.png) !important;
}

.emg-sec-review .review .slick-next {
    background-image: url(../img/review/review-arrow-right.png) !important;
}

.emg-sec-review .review .slick-prev {
    left: 4%;
}

.emg-sec-review .review .slick-next {
    right: 88%;
}

.emg-sec-review .review .slick-prev,
.emg-sec-review .review .slick-next {
    top: 95%;
}

.emg-sec-review .review .slick-arrow {
    width: 10px;
    height: 20px;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center !important;
    transition: 0.4s;
    z-index: 1;
}
.emg-sec-review .review .slick-track {
    padding: 0 0 40px;
}

.form-title {
    font-size: 40px;
}

/*=== End review ===*/

/*=== start service-area ===*/

.document-card {
    background-color: rgba(247, 247, 249, 1);
}

.document-card-top {
    padding: 15px 30px;
}

.method-list {
    list-style: none;
    padding: 15px 15px 20px;
    margin: 0;
}

.method-list li {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(188, 188, 188, 1);
}

.method-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0px;
    border-bottom: none;
}

.method-list li a {
    font-size: 18px;
    font-weight: 400;
    color: rgb(var(--text-color));
    background-image: url(../img/right-arrow-02.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 3px left;
    padding-left: 45px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-left: 10px;
}

/*=== End review ===*/

/*=== start service-area ===*/

.citys {
}

.citys ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.citys ul li {
    border-bottom: 1px solid rgba(188, 188, 188, 0.6);
    padding-bottom: 5px;
}

.citys ul li:last-child {
    border-bottom: none;
}

.citys ul li span {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    padding-left: 50px;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: rgb(var(--text-color));
    line-height: 1.3;
    background-image: url(../img/map-marker.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 0;
}

/*=== End service-area ===*/

/*=== start faq ===*/

.faq-thumb {
    position: relative;
    padding-left: 80px;
    padding-top: 10px;
}

.faq-thumb:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    background-image: url(../img/faq-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 5px center;
}

.question {
    font-size: 26px;
}

/*=== End faq ===*/

/*=== start contact ===*/

.contact-btn:after {
    background-image: url(../img/btn-arrow-right-2.png);
}

/*=== End contact ===*/

/*Footer */

.site-footer {
    background-color: var(--base-footer-bg);
}

.footer {
    padding: 60px 0;
}

.widget_media_image {
    margin-bottom: 25px;
}

.site-footer a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.site-footer p,
.site-footer {
    font-family: var(--base-footer-font-family);
    font-weight: var(--base-footer-font-weight);
    line-height: var(--base-footer-line-height);
    text-transform: var(--base-footer-text-transform);
}

.site-footer
    a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(:hover),
.site-footer p,
.site-footer {
    /*    color: var(--base-footer-text-color);*/
}

.site-footer .widget-title {
    font-family: var(--base-footer-title-family);
    font-weight: var(--base-footer-title-weight);
    line-height: var(--base-footer-title-line-height);
    text-transform: var(--base-footer-title-transform);
    color: var(--base-footer-title-color);
    margin-bottom: 25px;
}

.site-footer .widget ul {
    padding: 0;
    list-style: none;
}

.site-footer .widget ul li {
}

.site-footer .widget ul li:not(:last-child) {
    margin-bottom: 15px;
}

.site-footer .widget ul li a {
    color: var(--base-footer-link-color);
}

.site-footer a:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.site-footer .widget ul li a:hover {
    color: var(--base-footer-link-color-hover);
}

#emg-footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

#emg-footer-menu ul li {
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
}

#emg-footer-menu ul li a {
    display: block;
    line-height: 1 !important;
}

#emg-footer-menu ul li:not(:last-child) {
    border-right: 1px solid #05aa58;
}

.emg-copyright {
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    color: #fff !important;
    display: flex;
    position: relative;
}

.emg-copyright:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #05aa58;
    top: 50%;
    transform: translateY(-50%);
}

.footer-scroller {
    height: 150px;
    overflow: hidden;
}

.scroller-text {
    background-clip: text;
    background-image: linear-gradient(
        0deg,
        rgb(5, 170, 88) 0%,
        rgb(15, 43, 32) 100%
    );
    color: rgba(255, 255, 255, 0);
    font-size: 200px;
    font-style: normal;
    font-weight: 800;
    padding: 0 50px;
    line-height: 1.5;
    display: inline-block;
    animation: scroll-left 20s linear infinite;
    white-space: nowrap;
}

@keyframes scroll-left {
    from {
        transform: translateX(100%); /* Start from the right */
    }
    to {
        transform: translateX(-100%); /* Move to the left */
    }
}
.footer-nap-item.buzz-footer-nap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*
.footer-nap-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-nap-thumb {
    display: contents;
}

.footer-nap-thumb img {
    margin-right: 10px;
}
*/
.footer-nap-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nap-social a {
    margin: 0 5px;
}

.footer-nap-social p {
    margin-bottom: 0;
}

.footer-bottom {
    background-color: var(--base-footer-bottom-bg);
    color: var(--base-footer-bottom-text-color);
}

@media screen and (max-width: 1540px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
    .emg-sec-banner {
        padding: 110px 0 120px;
    }

    .service-top-title {
        font-size: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .emg-sec-banner {
        padding: 90px 0 100px;
    }

    .home-banner-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1040px) {
}

@media screen and (max-width: 991px) {
    .emg-sec-banner {
        padding: 70px 0 80px;
    }

    .home-banner-title {
        font-size: 44px;
    }

    .banner-disclimer {
        font-size: 24px;
    }

    .card-item h6 {
        width: 150px;
    }

    .card-thumb img {
        width: 190px;
        height: 120px;
    }

    .card-item p {
        display: none;
    }

    .coupon-title {
        font-size: 36px;
    }

    .coupon-items {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .emg-sec-banner {
        padding: 70px 0;
    }

    .home-banner-title {
        font-size: 38px;
    }

    .banner-disclimer {
        font-size: 20px;
    }

    .card-disclimer {
        font-size: 18px;
    }

    .info-disclimer {
        font-size: 18px;
    }

    .emg-sec-review .review .slick-prev,
    .emg-sec-review .review .slick-next {
        top: 95%;
    }

    .emg-sec-review .review .slick-prev {
        left: 3%;
    }

    .emg-sec-review .review .slick-next {
        right: 90%;
    }

    .form-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 576px) {
    .emg-sec-banner {
        padding: 50px 0;
    }

    .home-banner-title {
        font-size: 32px;
    }

    .solution-card-inner img {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .home-banner-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
}

.emg-acordion-sec .accordion-item {
    --border-color: rgba(15, 43, 32, 0.1);
    --background-color: rgb(250, 250, 250);
    border: 1px solid var(--border-color);
    background-color: var(--background-color);
    border-radius: 8px;
    margin-bottom: 10px;
    width: 480px;
    margin: 0 auto;
    display: inline-block;
}

.emg-acordion-sec .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.emg-acordion-sec .accordion-header p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    max-width: 90%;
}

.emg-acordion-sec .accordion-icon {
    width: 24px;
    height: 24px;
    fill: var(--icon-color);
    transition: transform 0.3s ease;
}

.emg-acordion-sec .accordion-icon.rotate {
    transform: rotate(90deg);
}

.emg-acordion-sec .accordion-content {
    display: none;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5em;
}

.emg-acordion-sec .accordion-content.open {
    display: block;
}

.emg-acordion-sec .btn {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background-color: #0f2b20;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.emg-acordion-sec .btn:hover {
    background-color: #09471c;
}

.emg-sec .emg-title-set {
    font-size: 48px;
}
.emg-sec .sub-title {
    font-weight: 400;
}

.emg-galary-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.emg-sec-our-work-faq .sub-title {
    font-weight: 400;
}

.emg-our-value-sec .container {
    border-radius: 10px;
    padding: 48px;
    color: #fff;
}

.emg-our-value-sec .emg-title-set {
    font-size: 48px;
    color: #fff;
}
.emg-our-value-sec .emg-title-set .d-block {
    color: #fff;
}
.emg-our-value-sec .emg-title-set .sub-title {
    font-weight: 400;
    color: #d3ffe6;
    font-style: italic;
}

/* General wrapper for the core value */
.emg-our-value-sec .core-value {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    gap: 10px;
    padding: 32px;
    position: relative;
    width: 100%;
}

/* Icon wrapper */
.emg-our-value-sec .icon-wrap {
    border: 1px solid #d3ffe6;
    background-color: #d3ffe6;
    border-radius: 8px;
    box-shadow: 0 0.48290122862090357px 0.8692222115176264px -2px #ffffff26,
        0 4px 7.199999999999999px -4px #ffffff0a;
    left: -22px;
    padding: 6px;
    position: absolute;
    top: 22px;
    z-index: 1;
}
.emg-our-value-sec .icon-wrap svg {
    width: 32px;
    height: 32px;
}

.emg-our-value-sec .icon {
    width: 100%;
    height: 100%;
    fill: rgb(15, 43, 32);
}

/* Text content styling */
.emg-our-value-sec .text-content {
    padding-left: 12px;
}

.emg-our-value-sec .title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.emg-our-value-sec .description {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

.emg-area-we-serve .area {
    display: flex;
    gap: 16px;
    background-color: #0f2b20;
    color: #fff;
    border-radius: 6px;
    padding: 20px;
}
.emg-area-we-serve .area .item-left,
.emg-area-we-serve .area .item-right {
    width: 100%;
}
.emg-area-we-serve .area .item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.emg-area-we-serve .area .item-left .location {
    width: 42px;
    height: 42px;
    border: 2px solid #d3ffe6;
    background-color: rgba(211, 255, 230, 0.1);
}
.emg-area-we-serve .area .item-left p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.emg-area-we-serve .area .item-left p span {
    font-weight: 400;
    font-size: 15px;
}
.emg-area-we-serve .area .item-right img {
    width: 190px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}

.emg-galary-sec .image-galary-title {
    font-size: 14px;
    font-weight: 500;
    color: #fffc;
}
.emg-galary-sec .image-galary-desc {
    font-size: 14px;
    font-weight: 400;
    color: #fffc;
}

.emg-galary-sec .h-60 {
    height: 60% !important;
}
.emg-galary-sec .h-40 {
    height: 40% !important;
}
.emg-galary-sec .image-galary-button {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.emg-galary-sec .image-galary-button .button {
    display: inline-block;
    position: relative;
    transition: 0.5s;
    text-align: center;
    font-family: var(--base-btn-font-family);
    border-color: var(--base-btn-border-color);
    border-radius: var(--base-btn-radius);
    color: var(--base-btn-color) !important;
    padding: 4px 8px;
    background-color: var(--base-btn-bg);
    font-size: 13px;
    font-weight: 500;
}
.emg-about-ceo .right-side-section {
    max-width: 500px;
}

.emg-about-ceo .ceo-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
}

.emg-about-ceo .ceo-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.4em;
    color: #05aa58;
    font-family: "Caveat", sans-serif;
}
.emg-about-ceo .ceo-content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
}
@media screen and (max-width: 768px) {
    .emg-about-ceo .right-side-section {
        max-width: 100%;
    }
    .emg-about-ceo .ceo-img img {
        height: 250px;
    }
}

.section-4-galary .emg-gallery {
    width: 100%;
    height: 200px;
}
.section-3-galary .emg-gallery {
    width: 100%;
    height: 300px;
}
.section-8-galary .left-side {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.section-8-galary .left-side .row {
    width: 100%;
}
.section-8-galary .left-side .emg-gallery {
    width: 100%;
    height: 280px;
}
.section-8-galary .right-side p {
    margin-bottom: 6px;
}
.section-8-galary .right-side img {
    max-height: 330px;
}
.section-home-gallery .emg-gallery {
    width: 100%;
}

.section-home-gallery .emg-gallery img {
    width: 100%;
    height: 600px;
}
@media screen and (max-width: 768px) {
    .section-home-gallery .emg-gallery img {
        height: 300px;
    }
}
.custom-gap-1 {
    gap: 4px;
}
.custom-gap-2 {
    gap: 8px;
}
.custom-gap-3 {
    gap: 12px;
}
.custom-gap-4 {
    gap: 16px;
}

.emg-sec-price .price-column {
    border-radius: 12px;
    padding: 42px 48px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
}
.emg-sec-price .price-column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f2b20;
    opacity: 0.8;
    border-radius: 12px;
    z-index: -1;
}
.emg-sec-price {
    padding-bottom: 0px;
}
.emg-sec-price h2 {
    font-size: 40px;
    line-height: 31px !important;
    font-weight: 600;
    margin-bottom: 0px;
}

.emg-sec-price div p {
    font-size: 30px;
    font-weight: 400;
    line-height: 31px !important;
    margin-top: 24px;
    color: #d3ffe6;
    margin-bottom: 0px;
}
.emg-sec-price .button a {
    padding: 6px 32px;
    font-weight: 600 !important;
    color: #0f2b20;
    line-height: 24px;
}
.emg-sec-price .button a:hover {
    color: #0f2b20;
    background: #d3ffe6;
}
.emg-sec-price .button a:active {
    color: #0f2b20;
    background: #d3ffe6;
}
.emg-sec-price .button a:focus {
    color: #0f2b20;
    background: #d3ffe6;
}
.emg-sec-price .button a:after {
    width: 0px;
}

@media screen and (max-width: 991px) {
    .emg-sec-price .price-column {
        padding: 30px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
    }
    .emg-sec-price h2 {
        font-size: 32px;
    }
    .emg-sec-price div p {
        font-size: 24px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 768px) {
    .emg-sec-price .price-column {
        padding: 24px 24px;
    }
    .emg-sec-price h2 {
        font-size: 32px;
    }
    .emg-sec-price div p {
        font-size: 24px;
    }
}
/* .emg-about-gallery-sec .emg-gallery {
  width: 100%;
  height: 100%;
} */
.emg-about-gallery-sec .emg-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.faq-gallery {
    display: flex;
    flex-wrap: wrap;
}
.faq-gallery .faq-gallery-item {
    flex: 50%;
    max-width: 50%;
    padding: 8px;
}

.faq-gallery .faq-gallery-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-height: 400px;
    margin-bottom: 16px;
}
.rll-youtube-player {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 500px !important;
}

.rll-youtube-player img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
</pre></body></html>