/*---*/


*,::after,::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

ol[role=list],ul[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

a {
    text-decoration: none;
    color: var(--main-color-two)
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

:root {
    --main-color: #a9ce39;
    --main-color-overlay: #fff;
    --main-color-two: #292b2f;
    --main-color-two-overlay: #fff;
    --main-color-three: #2a94d3;
    --background-color: #f4f4f4
}


canvas,img,picture,svg,video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover
}

button,input,select,textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,::after,::before {
        animation-duration: 0s!important;
        animation-iteration-count: 1!important;
        transition-duration: 0s!important;
        scroll-behavior: auto!important;
        transition: none
    }
}

body,html {
    height: 100%;
    scroll-behavior: smooth
}


@font-face {
    font-family: BYekan;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/webfonts/BYekan.woff) format("woff2"),url(/assets/webfonts/BYekan.woff) format("truetype")
}

body,html {
    font-family: BYekan,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: var(--main-color-two)
}

@media (max-width: 767.98px) {
    body,html {
        font-size:14px
    }
}

.sub-header {
    position: relative;
    width: 100%;
    text-align: center;
    padding: .5rem 0;
    margin-bottom: 1rem
}

.sub-header::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 2px;
    margin-left: -100px;
    display: inline-block;
    background-color: var(--main-color-three)
}

.sub-header::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
    width: 170px;
    height: 2px;
    margin-left: -85px;
    display: inline-block;
    background-color: var(--main-color-three)
}

.sub-header.main-color-two::after,.sub-header.main-color-two::before {
    background-color: var(--main-color-two)
}


header nav .navbar-brand {
    font-size: 2rem;
    font-weight: 700
}

header nav .navbar-brand #logo {
    width: 250px
}

@media (max-width: 767.98px) {
    header nav .navbar-brand #logo {
        width:150px
    }
}

header nav #offcanvas-logo {
    width: 250px
}

@media (max-width: 767.98px) {
    header nav #offcanvas-logo {
        width:150px
    }
}

header nav .offcanvas-header {
    justify-content: space-between;
    border-bottom: solid 1px var(--main-color-two)
}

header nav .offcanvas-header button {
    margin: 0!important
}

header nav .navbar-nav .nav-item {
    position: relative;
    overflow: hidden
}

header nav .navbar-nav .nav-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background-color: var(--main-color);
    transition: left .5s
}

header nav .navbar-nav .nav-item:hover a.nav-link {
    color: var(--main-color)
}

header nav .navbar-nav .nav-item:hover::before {
    left: 50%
}

header nav .navbar-nav .nav-item a.nav-link.active {
    color: var(--main-color)
}

header #header-top-contact {
    background-color: var(--main-color-two);
    color: var(--main-color-two-overlay);
    padding: .5rem;
    position: relative;
    overflow: hidden
}

header #header-top-contact::before {
    position: absolute;
    content: "";
    left: -170px;
    top: 0;
    bottom: 0;
    transform: skewX(30deg);
    background-color: var(--main-color);
    z-index: 1;
    width: 50%
}

header #header-top-contact ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header #header-top-contact ul li {
    display: inline-block
}

header #header-top-contact .htc-icon {
    margin-left: 5px
}

header #header-top-contact #htc-items {
    letter-spacing: .2rem;
    line-height: 1.9
}

header #header-top-contact #htc-items li {
    margin-left: 15px
}

header #header-top-contact #htc-items li a {
    color: var(--main-color-two-overlay)
}

header #header-top-contact #htc-social #htc-social-items {
    text-align: left;
    z-index: 1;
    position: relative
}

header #header-top-contact #htc-social #htc-social-items li {
    margin-right: 8px;
    font-size: 1.3rem;
    z-index: 3
}

header #header-top-contact #htc-social #htc-social-items li a {
    color: var(--main-color-two-overlay)
}

@media (max-width: 767.98px) {
    header #header-top-contact::before {
        left:-138px
    }

    header #header-top-contact #htc-items {
        text-align: center
    }

    header #header-top-contact #htc-items li {
        display: block
    }

    header #header-top-contact #htc-social {
        display: none
    }
}

footer {
    background-color: var(--main-color-two);
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    position: relative;
    overflow: hidden
}

footer::before {
    content: "";
    background: url(/assets/images/logos/logo.webp) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 30rem;
    height: 30rem;
    transform: rotateZ(45deg);
    z-index: 1;
    opacity: .2
}

footer::after {
    content: "";
    background-color: var(--main-color-three);
    position: absolute;
    top: -80%;
    right: 0;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    z-index: 1;
    opacity: .2
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: color .2s
}

footer #footer-brand {
    position: relative;
    z-index: 2;
    text-align: center
}

footer #footer-brand #footer-logo {
    width: 200px
}

footer #footer-brand span {
    display: inline-block;
    color: var(--main-color);
    font-size: 3rem
}

footer .footer-nav {
    position: relative;
    z-index: 2
}

footer .footer-nav ul {
    list-style-type: none;
    padding: 0
}

footer .footer-nav ul li {
    display: inline;
    margin: 0 10px
}

footer .footer-nav ul li:hover a {
    color: var(--main-color)
}

footer .footer-nav ul li a.active {
    color: var(--main-color)
}

footer #footer-social #fs-items {
    font-size: 1.5rem
}

footer #footer-social #fs-items li {
    display: inline-block;
    margin: 0 10px
}

footer #footer-social #fs-items li:hover a {
    color: var(--main-color)
}

@media (max-width: 767.98px) {
    footer #footer-brand span {
        font-size:2rem
    }

    footer #footer-brand .footer-brand-link {
        display: flex;
        flex-direction: column
    }
}

.header-content {
    background-color: var(--main-color-two);
    padding: 3rem;
    height: 32vw;
    display: flex;
    justify-content: space-between;
    color: var(--main-color-two-overlay);
    text-align: right;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem
}

.header-content #header-banner-logo {
    position: absolute;
    top: 1rem;
    right: 50%;
    margin-right: -310px;
    z-index: 1;
    opacity: .5;
    width: 420px
}

.header-content::before {
    content: "";
    background: url(/assets/images/banners/banner-shape.png) no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -50px;
    right: 50px
}

.header-content::after {
    content: "";
    background: url(/assets/images/banners/banner-shape.png) no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -50px;
    left: 30%
}

.header-content .hc-image img {
    width: 70vw;
    position: relative;
    z-index: 2
}

.header-content .hc-image::before {
    content: "";
    background-color: var(--main-color-three);
    width: 10vw;
    height: 32vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.header-content .hc-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%
}

.header-content .hc-text h1 {
    font-size: 3rem;
    position: relative
}

.header-content .hc-text p {
    font-size: 1.4rem
}

@media (max-width: 1199.98px) {
    .header-content .hc-image img {
        width:60vw
    }

    .header-content .hc-text {
        width: 80%
    }

    .header-content .hc-text h1 {
        font-size: 2.3rem
    }

    .header-content .hc-text p {
        font-size: 1rem
    }
}

@media (max-width: 991.98px) {
    .header-content {
        flex-direction:column;
        height: auto;
        text-align: center;
        border-bottom: 1rem solid var(--main-color-three)
    }

    .header-content::after {
        display: none
    }

    .header-content .hc-image {
        display: none
    }

    .header-content .hc-text {
        align-items: center;
        width: 100%
    }

    .header-content .hc-text h1 {
        font-size: 2.6rem
    }

    .header-content .hc-text p {
        font-size: 1rem
    }
}

@media (max-width: 767.98px) {
    .header-content::after,.header-content::before {
        display:none
    }
}

#services .service {
    position: relative
}

#services .service .service-image-wrapper {
    position: relative;
    padding: 15px;
    overflow: hidden
}

#services .service .service-image-wrapper::after,#services .service .service-image-wrapper::before {
    content: "";
    background-color: var(--main-color-two);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    transition: background-color .4s ease-in-out,width .4s ease-in-out,height .4s ease-in-out
}

#services .service .service-image-wrapper::after {
    top: initial;
    left: initial;
    bottom: 8px;
    right: 8px
}

#services .service .service-image-wrapper img.card-img-top {
    position: relative;
    z-index: 2;
    border-radius: 0
}

#services .service .service-image-wrapper .image-overlay-heading {
    display: block;
    color: var(--main-color-two-overlay);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -100%;
    transition: right .4s ease-in-out
}

#services .service .service-image-wrapper .image-overlay-heading span {
    position: relative;
    z-index: 4
}

#services .service .service-image-wrapper .image-overlay-heading::after {
    content: "";
    background-color: var(--main-color-two);
    opacity: .5;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: -300%;
    width: 100%;
    height: 60px;
    transition: left .4s ease-in-out;
    z-index: 3
}

#services .service:hover .service-image-wrapper::after,#services .service:hover .service-image-wrapper::before {
    background-color: var(--main-color);
    width: 50%;
    height: 50%
}

#services .service:hover .service-image-wrapper .image-overlay-heading {
    right: 0
}

#services .service:hover .service-image-wrapper .image-overlay-heading::after {
    left: 0
}

#why-choose-us {
    padding: 3rem 2rem;
    text-align: center;
    background-color: var(--main-color-three);
    color: var(--main-color-two-overlay);
    position: relative;
    overflow: hidden
}

#why-choose-us::before {
    content: "";
    background: url(/assets/images/banners/banner-shape.png) no-repeat center center;
    background-size: contain;
    width: 550px;
    height: 550px;
    position: absolute;
    bottom: -50%;
    left: -15px;
    z-index: 1;
    opacity: .7
}

#why-choose-us::after {
    content: "";
    background-color: var(--main-color-two);
    width: 550px;
    height: 550px;
    position: absolute;
    top: -50%;
    right: -20%;
    z-index: 1;
    border-radius: 50%;
    opacity: .7
}

#why-choose-us #wcu-heading,#why-choose-us #wcu-subtext {
    position: relative;
    z-index: 2
}

#why-choose-us .benefits {
    position: relative;
    z-index: 2
}

#why-choose-us .benefits #benefits-list {
    text-align: right;
    margin: 0;
    padding: 0
}

#why-choose-us .benefits #benefits-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

#why-choose-us .benefits #benefits-list li i {
    font-size: 3rem
}

#why-choose-us .benefits #benefits-list li .wcu-item-content {
    margin-right: 2rem
}

#why-choose-us .benefits #wcu-banner {
    border-radius: 250px 15px 250px 15px
}

@media (max-width: 767.98px) {
    #why-choose-us .benefits #benefits-list li {
        flex-direction:column;
        text-align: center
    }

    #why-choose-us .benefits #benefits-list li .wcu-item-content {
        margin: 0
    }

    #why-choose-us .benefits #wcu-banner {
        border-radius: 55px 5px 55px 5px
    }
}

@media (max-width: 767.98px) {
    #introduction img {
        margin-bottom:2rem
    }
}

#inner-page {
    padding-bottom: 3rem
}

#inner-page .ip-main-header {
    background-color: var(--main-color-two);
    color: var(--main-color-two-overlay);
    padding: 2.5rem 0;
    margin-bottom: 3rem
}

#inner-page .ip-main-header .ip-mh-content {
    position: relative;
    width: 100%;
    text-align: center;
    padding: .5rem 0;
    margin-bottom: 1rem
}

#inner-page .ip-main-header .ip-mh-content::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 2px;
    margin-left: -100px;
    display: inline-block;
    background-color: var(--main-color-three)
}

#inner-page .ip-main-header .ip-mh-content::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
    width: 170px;
    height: 2px;
    margin-left: -85px;
    display: inline-block;
    background-color: var(--main-color-three)
}

#inner-page .ip-main-header .ip-mh-content.main-color-two::after,#inner-page .ip-main-header .ip-mh-content.main-color-two::before {
    background-color: var(--main-color-two)
}

@media (max-width: 767.98px) {
    #inner-page .ip-main-header {
        margin-bottom:1rem
    }
}

#services-wrapper #sw-list .service-item .service-icon {
    box-shadow: var(--hs-box-shadow);
    border-radius: 50%;
    width: 5.5rem;
    height: 5.5rem;
    padding: 1.5rem 0
}

#blog-wrapper #blog-list .blog-item a {
    text-decoration: none;
    color: var(--main-color-two)
}

#blog-wrapper #blog-list .blog-item .card-title {
    height: 3.8rem
}

#blog-wrapper #blog-list .blog-item .card-text {
    height: 5rem
}

#blog-detail-wrapper {
    text-align: center
}

#blog-detail-wrapper #bdw-banner-img {
    width: 70%;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: var(--hs-box-shadow);
    border-radius: var(--hs-border-radius)
}

#blog-detail-wrapper #bdw-body {
    position: relative;
    z-index: 1;
    width: 65%;
    margin: -5rem auto 0;
    background-color: #f4f4f4;
    padding: 7rem 3rem 3rem;
    line-height: 2;
    font-size: 1.2rem;
    box-shadow: var(--hs-box-shadow);
    border-radius: var(--hs-border-radius)
}

@media (max-width: 767.98px) {
    #blog-detail-wrapper #bdw-banner-img {
        width:100%
    }

    #blog-detail-wrapper #bdw-body {
        width: 100%;
        padding: 7rem 1rem 1rem
    }
}

#about-us-wrapper #auw-body {
    position: relative;
    z-index: 1;
    width: 65%;
    margin: -5rem auto 0;
    background-color: #f4f4f4;
    padding: 3rem;
    line-height: 2;
    font-size: 1.2rem;
    box-shadow: var(--hs-box-shadow);
    border-radius: var(--hs-border-radius)
}

@media (max-width: 767.98px) {
    #about-us-wrapper #auw-body {
        margin-top:1rem;
        padding: 1rem;
        width: 100%
    }
}

#contact-us-wrapper #cuw-contact-items .cuw-contact-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem
}

#contact-us-wrapper #cuw-contact-items .cuw-contact-item .cuw-icon {
    font-size: 1.5rem
}

#contact-us-wrapper #cuw-contact-items .cuw-contact-item .cuw-icon i {
    box-shadow: var(--hs-box-shadow);
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: 1.3rem 0
}

#contact-us-wrapper #cuw-contact-items .cuw-contact-item .cuw-ci-content {
    margin-right: 1rem
}

#contact-us-wrapper #cuw-social-items {
    margin-top: 4rem
}

#contact-us-wrapper #cuw-social-items .cuw-social-item a {
    font-size: 2.5rem;
    color: var(--main-color-two);
    transition: color .5s
}

#contact-us-wrapper #cuw-social-items .cuw-social-item a:hover {
    color: var(--main-color)
}

#contact-us-wrapper #map-wrapper {
    width: 100%;
    height: 100%;
    box-shadow: var(--hs-box-shadow);
    z-index: 1
}

@media (max-width: 767.98px) {
    #contact-us-wrapper #map-wrapper {
        margin-top:1rem;
        height: 300px
    }
}

/*
     FILE ARCHIVED ON 08:07:50 Jun 26, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:49:01 May 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.277
  load_resource: 333.744
  PetaboxLoader3.resolve: 244.271
  PetaboxLoader3.datanode: 51.277 (2)
  loaddict: 54.151
*/
