<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1440px) {
    .main-footer a {
        margin-left: 10px;
    }
    .main-footer p,
    .main-footer span {
        font-size:16px;
    }
}
@media only screen and (max-width: 1230px) {
    .main-footer a {
        margin: 0 5px;
    }

}
@media only screen and (max-width: 1230px) {
    .main-footer p,
    .main-footer span {
        font-size: 13px;
    }

}
@media only screen and (max-width: 1023px) {
    .nav-items {
        display: none !important;
    }
    #searchBtn {
        font-size: 33px;
        margin-right: 20px;
    }
    .main-footer {
        width: 30%;
        justify-content: center;
    }
    .main-footer span {
        font-size: 18px;
        text-align: center;
    }
    .main-footer a {
        margin: 0 10px;
    }
    .main-footer p {
        display: none !important;
    }
    .primary-p,
    .secondary-p {
        font-size: calc(100vw / 10);
    }
    .social-icons {
        width: 100% !important;
    }
    .main-container {
        margin-top: 5rem !important;
    }
    .navbar {
        position: inherit !important;
    }
    .hamburger-button {
        height: 80px;
    }
    .hamburger-button svg {
        font-size: 35px;
    }
    nav .container {
        position: relative;
    }
    .hamburger-menu {
        position: absolute;
        right: 0;
        top: 0;
    }
    .hamburger-dropdown {
        display: none;
        background: #2658FF;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        padding: 20px 0;
        z-index: 9999;
    }
    .hamburger-dropdown-container,
    .hamburger-items {
        height: 100%;
    }
    .hamburger-sub-items{
        display: none;
        width: 100%;
        padding-left: 25%;
    }
    .hamburger-sub-item a{
        font-size: 14px;
    }
    .hamburger-item-container {
        height: 86%;
        padding-bottom: 20px;
    }
    .hamburger-item-container .row {
        height: 100%;
    }
    .hamburger-item {
        font-size: calc(100vw / 20);
    }
    .hamburger-close {
        padding-left: 110px;
    }
    .hamburger-item button {
        height: 0;
    }
    .hamburger-item a {
        opacity: .7;
    }
    .hamburger-item p ,.hamburger-item i{
        opacity: .7;
        cursor: pointer;
    }
    .hamburger-item a:hover,.hamburger-item i:hover ,.hamburger-item p:hover{
        opacity: 1;
        color: #fff;
    }
    .hamburger-logo img {
        width: 40%;
    }
    .closeBtn {
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .search-input {
        top: 25vh !important;
    }
    .search-input input {
        width: auto;
    }
    .news,
    .posts {
        height: 650px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .news-slider,
    .post-slider {
        height: 100%;
        display: flex;
    }
    .posts {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .service-type-paragraph {
        display: none !important;
    }
    .social-icons {
        width: 62% !important;
    }
}
@media only screen and (max-width: 650px) {
    .main-bottom-design{
        display: none;
    }
    .service-bottom-design-image{
        display: none;
    }
    .service-bottom-design{
        display: none;
    }
    .main-back-bottom-design{
        display: none;
    }
    .main-footer {
        width: 40%;
    }
    .primary-p, .secondary-p {
        font-size: calc(100vw / 10) !important;
    }
    .main-footer {
        width: 77% !important;
        padding: 10px 0;
    }
}
@media only screen and (max-width: 575px) {
    #home-nav{
        padding-left: var(--web-padding);
    }

    .hamburger-menu {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 584px) {
    .main-bottom-design {
        bottom: -150px;
    }
    .main-bottom-design img {
        width: 300px;
    }
    .main-back-bottom-design {
        width: 300px;
    }
    .social-icons {
        width: 70% !important;
    }
}
@media only screen and (max-width: 500px) {
    .main-bottom-design {
        bottom: -125px;
    }
    .main-bottom-design img {
        width: 250px;
    }
    .main-back-bottom-design {
        width: 250px;
    }
    .main-header {
        display: none !important;
    }
    .service-headers {
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    .service-main-header {
        display: inline !important;
        width: 100%;
    }
    .service-header-container {
        padding: 0;
    }
    .service-type-header {
        font-family: Exo 2;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 12px;
        display: flex;
        align-items: center;
        color: #FCFCFC;
    }

    .s-type-1,
    .s-type-2,
    .s-type-3,
    .s-type-4 {
        padding-bottom: 20px;
    }
    .service-bottom-design {
        width: 200px;
    }
    .news-slider-buttons {
        padding-bottom: 30px;
    }
    .news-design {
        z-index: -1;
    }
    .posts-button-container {
        padding-bottom: 30px;
    }
    .posts-design {
        z-index: -1;
    }
    .slider-container {
        align-items: flex-end !important;
    }
    .news-slider {
        width: 85%;
    }
    .posts,
    .news {
        padding: var(--web-padding);
    }
    .posts-slider {
        width: 85%;
    }
    .post-info,
    .news-info,
    .news-slider {
        width: 100%;
    }
    .posts-container {
        align-items: flex-start !important;
    }
}
@media only screen and (max-width: 487px) {
    .main-footer {
        width: 60%;
    }
}
@media only screen and (max-width: 451px) {
    .news-design-pattern,
    .posts-design-pattern {
        display: none;
    }
    .news-design img,
    .posts-design img {
        width: 60%;
        bottom: 50px;
    }
    .news-slider-buttons,
    .posts-button-container {
        justify-content: center;
        width: 100%;
    }
    .posts-slider,
    .news-slider {
        width: 100%;
    }
}
@media only screen and (max-width: 430px) {
    .news-design-pattern,
    .posts-design-pattern {
        width: 100%;
    }
    .subscribe-form input::placeholder {
        font-size: 12px;
    }
    #formSubmitBtn {
        font-size: 8px;
        padding-bottom: 20px;
    }
    .subscribe-form,
    .form-divider {
        width: 100%;
    }
    .subscribe-form form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 380px) {
    .social-icons {
        width: 100% !important;
    }
    .search-input input {
        width: 170px;
    }
}
@media only screen and (max-width: 324px) {
    .main-footer {
        width: 90%;
    }
}
@media screen and (max-width: 385px) {
    .hamburger-item {
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 385px){
    @media screen and (max-height: 720px) {
        .main-container {
            margin-top: 0 !important;
        }
    }
    .main-paragraph {
        padding: 0 !important;
    }
}
@media screen and (max-height: 1000px) {
    @media screen and (max-width: 415px) {
        .main-background {
            height: 60vh !important;
        }
        .primary-p, .secondary-p {
            line-height: 80px;
        }
        .main-container {
            margin-top: 1rem !important;
        }
        .hamburger-item {
            margin-top: 20px;
        }
    }
}
@media screen and (max-height: 800px) {
    @media screen and (max-width: 1023px) {
        .hamburger-item {
            font-size: 17px !important;
        }
    }
    .main-background {
        height: 80vh;
    }
    .main-container {
        margin-top: 3rem !important;
    }
    /*nav {*/
    /*    padding-top: 10px !important;*/
    /*}*/
    .primary-p,
    .secondary-p {
        line-height: calc(100vw / 17);
    }
    .navbar {
        padding: 0 !important;
    }
    .hamburger-item {
        margin-top: 15px;
    }
}
@media screen and (max-width: 320px) {
    .service-right {
        display: none !important;
    }
    @media screen and (max-height: 570px) {
        .primary-p {
            line-height: 50px !important;
        }
        .secondary-p {
            line-height: 60px !important;
        }
        .main-footer span {
            margin-left: 5px !important;
        }
        .main-footer a {
            margin: 0 5px !important;
        }

    }
}
@media only screen and (min-width: 1024px) {
    .hamburger-dropdown,
    .hamburger-menu {
        display: none !important;
    }
}
@media only screen and (max-width: 2400px) {
    .about-us-info p{
        width: calc(100% - 225px);
    }
}
@media only screen and (max-width: 1920px) {
    .about-us-info p{
        width: calc(100% - 325px);
    }
}
@media only screen and (max-width: 1690px) {
    .about-us-info p{
        width: calc(100% - 360px);
    }
}
@media only screen and (max-width: 1440px) {
    .about-us-info p{
        width: calc(100% - 390px);
    }
}
@media only screen and  (max-width: 1280px) and (min-width: 640px) {
    .about-us-info p{
        width: 100%
    }
    .main-back-bottom-design{
        margin-bottom: 97px;
        margin-left: 25px;
    }

}
@media only screen and (max-width: 730px) {
    .about-us-info p{
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .news-image,
    .posts-image {
        display: none;
    }
    .navbar{
        padding: 0;
    }
    .posts-design,
    .news-design {
        display: none;
    }
    .news-slider-buttons,
    .post-slider-buttons {
        margin-top: 10px;
    }
    .partner-header h4 {
        text-align: center;
    }
}
@media (min-width: 1536px){
    .container {
        max-width: 1436px!important;
    }
}

@media screen and (max-width: 768px) {
    @media screen and (max-height: 1024px) {
        .main-container {
            margin-top: 1rem !important;
        }
        .main-background {
            height: 65vh;
        }
        .primary-p,
        .secondary-p {
            font-size: calc(100vw / 13);
            line-height: 60px;
        }
        .main-header {
            display: none !important;
        }
        .posts-bg {
            display: none !important;
        }
    }
}
@media screen and (min-width: 768px) and (max-width: 830px) {
    .hamburger-menu{
        right: 25px;
    }
}
</pre></body></html>