@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 16px;
    background-color: #f9f9f9;
}

:root {
    /* --primary-color: #3ac1ca;
    --primary-color-rgb: 58, 193, 202; */
    --primary-color: #1E5E67;
    --primary-color-rgb: 30, 94, 103;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--primary-color);
}

::selection {
    color: #fff;
    background: var(--primary-color);
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    70% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

.items-section.services-section .item img,
.blog-section.items-section .item figure img {
    animation: none;
    object-position: center;
}

.contact-links {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 9999;
    transition: all 200ms linear;
}

.contact-links ul {
    display: flex;
    flex-direction: column;
    width: 54px;
    height: 118px;
}

.contact-links ul li {
    width: 54px;
    height: 54px;
}

.contact-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-links ul li a {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background-color: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: shadow-pulse 3s infinite;
}

.contact-links ul li a.whatsapp-icon {
    background-color: #25d366;
}

.contact-links ul li a.whatsapp-icon i {
    font-size: 1.5em;
}

.contact-links ul li a i {
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    font-size: 1.3em;
}

.main-article h3 {
    color: #000;
    font-size: 1.6em;
}

.alert {
    padding: 15px;
    border-radius: 5px;
    font-size: 1em;
    margin: 12px;
    width: 100%;
    height: fit-content;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

button {
    outline: none;
    box-shadow: none;
    border: none;
}

body,
button,
input:not([type=checkbox]),
textarea {
    font-family: 'Montserrat', sans-serif;
}

input {
    border: none;
    box-shadow: none;
    outline: none;
}

ul li {
    list-style: none;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.categorization-page.service-detail .box {
    justify-content: center;
}

.categorization-page .items-section.services-section {
    width: 100%;
}

.categorization-page .items-section.services-section .item {
    width: calc(100% / 4 - 24px);
}

.banner-full-page {
    height: 100vh;
    width: 100%;
    background: linear-gradient(90deg, #727272, #3c3c3c);
    position: relative;
    overflow: hidden;
}

.banner-full-page #bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: brightness(.8);
}

.banner-full-page .background-pattern {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    filter: brightness(.9);
}

.banner-full-page .container {
    height: 100%;
    position: relative;
}

.banner-full-page .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
}

.banner-full-page .box h1 {
    font-size: 4em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    line-height: 120%;
}

.banner-full-page .box p {
    font-size: 1.1em;
    color: #ddd;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    text-align: center;
}

.btn {
    height: 45px;
    padding: 0 17.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    width: max-content;
}

.btn-light {
    color: #3c3c3c;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(1px);
}

.go-detail-section {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    backdrop-filter: blur(1px);
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px lightgray;
}

.btn-light:hover {
    background-color: #ddd;
}

.anim-hover-button::after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
    left: -50px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.anim-hover-button:hover:after {
    transition: all .75s ease-out;
    left: calc(100% + 10px);
    opacity: 1;
}

#bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-part {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.header-part.inner-page .computer,
.header-part.inner-page .mobile,
.header-part.inner-page .typing-discounts {
    background-color: #fff;
}

.header-part.inner-page .computer {
    border-bottom: 1px solid lightgray;
}

.header-part.inner-page.sticky .computer {
    border-bottom: none;
}

.header-part.inner-page .computer .box nav.item ul li {
    height: 100%;
}

.header-part.inner-page .computer .box nav.item ul li a {
    height: 100%;
}

.header-part.inner-page .computer .box nav.item ul li a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.header-part.inner-page .has-dropdown .dropdown {
    background-color: #fff;
    border: 1px solid lightgray;
    box-shadow: 0 0 5px lightgrey;
}

.header-part.inner-page .typing-discounts {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.header-part.inner-page .typing-discounts a {
    color: #606060;
}

.header-part.sticky .computer .box nav.item ul li a,
.header-part.inner-page .computer .box nav.item ul li a {
    text-shadow: none;
    color: #000;
    height: 100%;
}

.header-part.sticky .computer .box nav.item .has-dropdown ul.dropdown li a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.header-part.inner-page .computer .box nav.item ul li a:hover,
.header-part.sticky .computer .box nav.item ul li a:hover,
.header-part.sticky .computer [class$="-dropdown"]:hover .parent-link {
    background-color: rgba(0, 0, 0, .05);
}

.badges .badge:not(:last-child) {
    margin-right: 5px;
}

.badges {
    display: flex;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-size: .8em;
    font-weight: 500;
    border-radius: 9999px;
    padding: 5px 10px;
}

.badge-success {
    background-color: #198754;
    color: #fff;
}

.badge-blue {
    background-color: #0275d8;
    color: #fff;
}

.badge-primary {
    color: #fff;
    background-color: var(--primary-color);
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.badge-warning {
    background-color: #f0ad4e;
    color: #000;
}

.header-part.sticky .has-dropdown .dropdown {
    background-color: #fff;
    border: 1px solid lightgray;
    box-shadow: 0 0 5px lightgrey;
}

.header-part.sticky .has-dropdown .dropdown li {

    border-top: 1px solid rgba(0, 0, 0, .15);
}

.header-part.sticky .computer .box nav.item ul li {
    height: 100%;
}

.header-part .has-dropdown {
    position: relative;
}

[class$="-dropdown"] {
    transition: background-color .3s ease-out;
    will-change: background-color;
}

.header-part .has-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    height: auto !important;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    transition: all .2s ease-out;
    transform: scaleY(0);
    transform-origin: top;
}

.header-part .box .item nav ul li a:hover,
[class$="-dropdown"]:hover a {
    background-color: rgba(255, 255, 255, .15);
}

.header-part .computer .box nav.item .has-dropdown li {
    width: 100%;
}

.header-part .computer .box nav.item ul li.has-dropdown a i {
    margin-left: 5px;
    font-size: 13px;
}

.header-part .mobile {
    display: none;
}

.header-part.sticky .mobile .menu-toggle-button i {
    color: #000;
}

.header-part.sticky .mobile {
    background-color: #fff;
    box-shadow: 0 0 10px grey;
    height: 65px;
}

.header-part.sticky .mobile .menu-toggle-button {
    background-color: rgba(0, 0, 0, .1);
}

.header-part .mobile .menu-toggle-button {
    background-color: rgba(255, 255, 255, .1);
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
}

.header-part .mobile .menu-toggle-button i {
    color: #fff;
}

.header-part .mobile .menu-toggle-button:hover {
    background-color: rgba(255, 255, 255, .3);
}

.header-part.sticky .mobile .menu-toggle-button:hover {
    background-color: rgba(0, 0, 0, .2);
}

.header-part .box .item nav ul li a:hover {
    background-color: rgba(255, 255, 255, .15);
}

.header-part .has-dropdown .dropdown li a {
    width: 100%;
    padding: 12.5px 15px !important;
    transition: all .2s ease-out !important;
    will-change: background-color, padding !important;
}

.header-part .has-dropdown .dropdown li a:hover {
    background-color: #f4f4f4;
    padding: 12.5px 10px !important;
}

.header-part .has-dropdown:hover .dropdown,
.header-part .has-dropdown .dropdown:hover {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.header-part .typing-discounts {
    height: 35px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    font-size: .9em;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header-part .typing-discounts a {
    color: #eee;
}

.header-part .mobile {
    height: 85px;
}

.header-part .mobile .container {
    height: 100%;
}

.header-part .mobile .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-part .mobile .box .item {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-part .computer {
    height: 85px;
}

.header-part .computer .container {
    height: 100%;
}

.header-part .computer .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-part .computer .box .item {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-part .computer .box nav.item ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-part .computer .box nav.item ul li {
    font-size: .9em;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.header-part .computer .box nav.item ul li a {
    padding: 0 20px;
    height: 40px;
    letter-spacing: -.3px;
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    transition: background-color .3s ease;
    will-change: background-color;
}

.clear-fix::after {
    content: "";
    height: 120px;
    width: 100%;
    display: none;
}

.header-part.sticky .typing-discounts {
    display: none;
}

.header-part.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.header-part .computer,
.header-part .mobile {
    transition: all .3s ease;
}

.header-part.sticky .computer {
    background-color: #fff;
    box-shadow: 0 0 10px gray;
    height: 65px;
}

.header-part .computer .box nav.item ul li a:hover {
    background-color: rgba(255, 255, 255, .15);
}

.header-part .computer .box nav.item .has-dropdown ul.dropdown li a:hover {
    background-color: rgba(255, 255, 255, .3);
}

.header-part.inner-page .typing-value::after {
    background-color: #000;
}

.header-part.inner-page .computer .box nav.item .has-dropdown ul.dropdown li a:hover,
.header-part.inner-page [class$="-dropdown"]:hover .parent-link {
    background-color: rgba(0, 0, 0, .05);
}

.header-part .computer .logo,
.header-part .mobile .logo {
    height: 85%;
    display: flex;
    align-items: center;
    outline: none;
}

.header-part .computer .logo img,
.header-part .mobile .logo img {
    height: 100%;
    object-fit: contain;
}

.typing-value::after {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #fff;
    margin-left: 3px;
    position: relative;
    display: inline-block;
    top: 2px;
    -webkit-animation: .35s linear infinite alternate fadein;
    -moz-animation: .35s linear infinite alternate fadein;
    animation: .35s linear infinite alternate fadein;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.section {
    padding: 50px 0;
}

.header-section.front-banner {
    border-left: none;
    text-align: center;
    padding-left: 0;
    padding-bottom: 40px;
}

.header-section {
    margin: 30px 0;
    border-left: 5px solid var(--primary-color);
    padding-left: 20px;
}

.header-section .header {
    font-size: 2.2em;
    font-weight: 800;
    line-height: 110%;
}

.header-section .sub-header {
    font-size: 1.6em;
    font-weight: 500;
    color: var(--primary-color);
    text-shadow: 1px 1px 0 grey;
}

.our-references .box {
    display: flex;
    flex-wrap: wrap;
}

.our-references .box .item,
.items-section .item {
    width: calc(100% / 3 - 24px);
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 10px grey;
    margin: 12px;
}

.items-section .item,
.our-references .box .item {
    overflow: inherit;
}

.items-section .item figure .badges,
.our-references .box .item figure .badges {
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    transform: translate(-10px, 10px);
}

.items-section .item.show figure .badges .badge,
.our-references .box .item.show figure .badges .badge {
    filter: brightness(.5);
    opacity: 0;
    transform: translate(10px, 0px);
}

.items-section .item .content .badges .badge {
    border-radius: 0;
}

.items-section .item figure .badges .badge,
.our-references .box .item figure .badges .badge {
    font-size: .85em;
    border-radius: 0;
    opacity: .8;
    transition: all .5s ease;
}

.our-references .box .item .seourl::after,
.items-section .item .seourl::after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
    left: -50px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}


.our-references .box .item .seourl:hover:after,
.items-section .item .seourl:hover:after {
    transition: all .45s ease-out;
    left: calc(100% + 10px);
    opacity: 1;
}

.our-references .box .item figure,
.items-section .item figure {
    overflow: hidden;
    height: 300px;
}

.items-section .item figure {
    overflow: inherit !important;
}

.main-content {
    min-height: calc(100vh - 369px);
    padding-top: 120px;
}

.our-references .box .item img,
.items-section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    animation: slider-animation 60s forwards linear infinite;
    transition: all .7s ease;
}

@keyframes slider-animation {
    0% {
        object-position: top;
    }

    40% {
        object-position: bottom;
    }

    50% {
        object-position: bottom;
    }

    90% {
        object-position: top;
    }

    100% {
        object-position: top;
    }
}


@-webkit-keyframes slider-animation {
    0% {
        object-position: top;
    }

    40% {
        object-position: bottom;
    }

    50% {
        object-position: bottom;
    }

    90% {
        object-position: top;
    }

    100% {
        object-position: top;
    }
}


@-moz-keyframes slider-animation {
    0% {
        object-position: top;
    }

    40% {
        object-position: bottom;
    }

    50% {
        object-position: bottom;
    }

    90% {
        object-position: top;
    }

    100% {
        object-position: top;
    }
}

@-o-keyframes slider-animation {
    0% {
        object-position: top;
    }

    40% {
        object-position: bottom;
    }

    50% {
        object-position: bottom;
    }

    90% {
        object-position: top;
    }

    100% {
        object-position: top;
    }
}

@-ms-keyframes slider-animation {
    0% {
        object-position: top;
    }

    40% {
        object-position: bottom;
    }

    50% {
        object-position: bottom;
    }

    90% {
        object-position: top;
    }

    100% {
        object-position: top;
    }
}

.our-references .box .item .content,
.items-section .item .content {
    width: 100%;
    text-align: left;
    padding: 20px;
    z-index: 5;
}

.our-references .box .item .content::after,
.items-section .item .content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

.our-references .box .item .content .header,
.items-section .item .content .header {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: -.8px;
    word-spacing: 1.2px;
    margin: 8.5px 0 7px;
    line-height: 125%;
}

.our-references .box .item .content .text,
.items-section .item .content .text {
    color: #fff;
    font-size: .85em;
    line-height: 135%;
}

.our-references .box .item .seourl .link,
.items-section .item .seourl .link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    padding: 0 15px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    opacity: 0;
    transform: scale(.3);
    transition: all .5s ease;
}

.our-references .box .item .seourl .link i,
.items-section .item .seourl .link i {
    margin-left: 5px;
    font-size: .85em;
}

.our-references .box .item.show .seourl .link,
.items-section .item.show .seourl .link {
    opacity: 1;
    transform: scale(1);
}

.our-references .box .item.show .seourl,
.items-section .item.show .seourl {
    visibility: visible;
    opacity: 1;
}

.our-references .box .item .seourl,
.items-section .item .seourl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    transition: all .75s ease;
}

.items-section .item .seourl,
.our-references .box .item .seourl {
    overflow: hidden;
}

/* ===================================
==================================== */

.blog-section.items-section .item .content .text {
    margin-bottom: 10px;
}

.blog-section.items-section .item .content .text i {
    margin-right: 5px;
}

.blog-section.items-section .item figure {
    position: relative;
}

.blog-section.items-section .item figure img {
    filter: brightness(.8);
}

.blog-section.items-section .item figure .badges {
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-section.items-section .item .badges .badge {
    border-radius: 0;
}

/* ====================================
======================================= */

.categorization-page .box {
    display: flex;
    flex-wrap: wrap;
}

.categorization-page .sidebar-left {
    width: 300px;
    margin-top: 12px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    border: 1px solid lightgray;
    box-shadow: 0 0 10px lightgray;
    height: fit-content;
}

.blog-detail ul li {
    list-style: inherit;
}

.blog-detail ul {
    padding-left: inherit;
    margin-bottom: inherit;
}

.blog-detail.categorization-page .sidebar-left {
    margin-top: 0;
}

.categorization-page .sidebar-left .item {
    padding: 15px;
}

.categorization-page .sidebar-left .item:not(:last-child) {
    border-bottom: 1px solid lightgray;
}

.categorization-page .sidebar-left .item form {
    display: flex;
    border: 1px solid lightgray;
}

.categorization-page .sidebar-left .item form input[type=text] {
    width: calc(100% - 45px);
    padding: 0 10px;
}

.categorization-page .sidebar-left .item form button[type=submit] {
    width: 70px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .9em;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.categorization-page .items-section {
    width: calc(100% - 350px);
    display: flex;
    height: fit-content;
    flex-wrap: wrap;
    /* gap: 36px; */
}

.categorization-page .items-section .item figure {
    height: 220px;
}

.categorization-page .items-section .item {
    box-shadow: 0 0 10px lightgray;
}

.categorization-page .sidebar-left .header {
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 600;
}

.categorization-page .sidebar-left nav ul {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
}

.categorization-page .sidebar-left nav ul {
    padding-left: 0;
    margin-bottom: 0;
}

.categorization-page .sidebar-left nav ul li {
    width: 100%;
    height: 35px;
    list-style: none;
}

.categorization-page .sidebar-left nav ul li a {
    width: 100%;
    height: 100%;
    border: 1px solid lightgray;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: flex-start;
    font-size: .95em;
    justify-content: start;
    padding: 10px;
    transition: all .3s ease;
}

.categorization-page .sidebar-left nav ul li a:hover {
    background-color: #f4f4f4;
}

.categorization-page .sidebar-left nav ul li.active a {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    font-weight: 600;
}

.categorization-page .sidebar-left nav ul li a span {
    margin-left: 5px;
}

.blog-detail .box article {
    border: 1px solid lightgray;
    background-color: #fff;
    padding: 30px;
    flex-direction: column;
    gap: 0;
}

.blog-detail .box article img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
}

.blog-detail .box article .date {
    font-size: 1.2em;
    margin: 15px 0;
}

.blog-detail .box article .share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.blog-detail .box article .share-links .share-button {
    display: flex;
    color: #fff;
    font-weight: 500;
    height: 35px;
    font-size: .9em;
    align-items: center;
    padding: 0 10px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.blog-detail .box article .share-links p {
    margin-top: 50px;
    font-weight: 600;
    font-size: 1.2em;
    width: 100%;
}

.blog-detail .box article .share-links .share-button i {
    margin-right: 10px;
    font-size: 1.3em;
}

.blog-detail .box article .share-links .share-facebook {
    background-color: #3b5999;
}

.blog-detail .box article .share-links .share-twitter {
    background-color: #55acee;
}

.blog-detail .box article .share-links .share-whatsapp {
    background-color: #25d366;
}

.get-an-offer {
    background-color: var(--primary-color);
    padding: 50px 0 !important;
}

.get-an-offer .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.get-an-offer .box .item {
    color: #fff;
    position: relative;
}

.get-an-offer .box .item:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.get-an-offer .box .item:first-child .child {
    display: flex;
    flex-direction: column;
}


.get-an-offer .box .item i {
    color: #fff;
    font-size: 100px;
    margin-right: 30px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    animation: transformX 2s linear infinite;
}

@keyframes transformX {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.get-an-offer .box .item .header {
    font-size: 2em;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.get-an-offer .box .item .btn-light:hover {
    background-color: #f4f4f4;
}

.get-an-offer .box .item .text {
    font-size: 1em;
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
}

.get-an-offer .box .item:first-child {
    max-width: calc(100% / 2);
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.our-services .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.our-services .box .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

.our-services .box .item {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    position: relative;
}

.our-services .box .item.left .child:not(:last-child),
.our-services .box .item.right .child:not(:last-child) {
    margin-bottom: 40px;
}

.our-services .box .item.left .child {
    text-align: right;
    align-items: flex-end;
}

.our-services .box .item .child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: var(--primary-color);
    z-index: 1;
}

.our-services .box .item .child {
    border: 1px solid lightgray;
    background-color: #fff;
    padding: 10px 20px 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 3px 3px 10px 1px lightgray;
}

.our-services .box .item.left .child .header::before {
    border-bottom-left-radius: 10px;
}

.our-services .box .item.right .child .header::before {
    border-bottom-right-radius: 10px;
}

.our-services .box .item .child .header::before {
    content: "";
    background-color: var(--primary-color);
    width: calc(100% + 40px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -20px;
    z-index: -1;
}

.our-services .box .item .child .header {
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    width: fit-content;
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.our-services .box .item .child .text {
    font-size: .85em;
    font-weight: 500;
}

.our-services .box .item.center img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.our-about .box::after {
    content: "";
    overflow: auto;
    width: 100%;
    display: block;
}

.our-about .box figure {
    width: 500px;
    margin-right: 50px;
    margin-bottom: 50px;
    max-height: 400px;
    float: left;
    position: relative;
}

.our-about .box figure:hover::before {
    transform: translate(10px, -10px);
}

.our-about .box figure:hover::after {
    transform: translate(-10px, 10px);
}

.our-about .box figure::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    border: 3px solid #000;
    width: 250px;
    height: calc(100% - 100px);
    z-index: -1;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: transform .3s ease;
}

.our-about .box figure::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    border: 3px solid var(--primary-color);
    width: 400px;
    height: calc(100% - 100px);
    z-index: -1;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: transform .3s ease;
}

.our-about {
    padding-bottom: 0;
}

.our-about .box figure img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    object-fit: cover;
}

.our-about .box article p {
    margin-bottom: 25px;
}

.our-about .box article .header {
    color: #000;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.counter .box {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--primary-color);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.counter .box::after,
.counter .box::before {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #f9f9f9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.counter .box::before {
    left: 0;
    transform: translate(-50%, -50%);
}

.counter .box::after {
    right: 0;
    transform: translate(50%, -50%);
}

.counter .box .item {
    display: flex;
    margin: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(100% / 4 - 20px);
    padding: 40px 0;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.counter .box .item .count {
    color: #fff;
    font-weight: 700;
    font-size: 2.5em;
}

.counter .box .item .count::after {
    content: "+";
    color: #fff;
}

.counter .box .item .text {
    color: #fff;
    font-weight: 500;
    font-size: 1.4em;
}

.notification-references.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.notification-references.hidden {
    display: none;
}

.notification-references {
    display: none !important;
    position: fixed;
    visibility: hidden;
    transform: translateX(-500px);
    opacity: 0;
    bottom: 15px;
    left: 15px;
    width: 300px;
    height: 250px;
    background-color: #fff;
    box-shadow: 0 0 10px grey;
    z-index: 99;
    transition: all .3s ease;
}

.notification-references .header {
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 10px;
    font-size: .85em;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-left: 7.5px solid var(--primary-color);
}

.notification-references .header h4 {
    width: calc(100% - 40px);
}

.notification-references .header .close-button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color .3s ease;
}

.notification-references .header .close-button:hover {
    background-color: rgba(0, 0, 0, .05);
}

.notification-references .header .close-button i {
    color: #000;
}

.notification-references .body {
    height: calc(100% - 40px);
    width: 100%;
    padding: 10px;
    position: relative;
}

.notification-references .seourl:hover~.body figure img {
    transform: scale(105%);
    filter: brightness(.4);
}

.notification-references .body figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.notification-references .body figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.6);
    transition: all .3s ease;
    will-change: filter, transform;
}

.notification-references .body .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.notification-references .body .content::after {
    content: "";
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 0;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

.notification-references .body .content .project-header {
    color: #fff;
    font-size: 1em;
    z-index: 2;
    position: relative;
    font-weight: 700;
}

.notification-references .seourl {
    position: absolute;
    top: 50px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 60px);
    z-index: 4;
}

.notification-references .badge-box {
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.notification-references .badge {
    border-radius: 0;
    opacity: .9;
    font-size: .6em;
}

.notification-references .body .content .project-text {
    color: #fff;
    font-size: .75em;
    z-index: 2;
    position: relative;
}

.footer-part {
    padding: 50px 0 0;
    border-top: 1px solid #ddd;
    background-color: #f6f6f6;
}

.footer-part .box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.footer-part .box .item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 9px);
}

.footer-part .box .item:not(:last-child) {
    margin-right: 12px;
}

.footer-part .box .item .header {
    font-size: 1.2em;
    margin-bottom: 25px;
    position: relative;
}

.footer-part .box .item .header::before {
    content: "";
    background-color: var(--primary-color);
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.footer-part .box .item .header::after {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 5px;
    position: absolute;
    bottom: -5px;
    left: 10px;
}

.footer-part .box .item .socials {
    display: flex;
    margin-top: 30px;
}

.footer-part .box .item .socials li:not(:last-child) {
    margin-right: 7.5px;
}

.facebook-hover {
    background-color: #3b5998;
}

.footer-part .box .item .socials li a,
.mobile-overlay .socials li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #3c3c3c;
    border: 3px solid #3c3c3c;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mobile-overlay .socials li a {
    text-shadow: none;
}

.footer-part .box .item .socials li a:hover i,
.mobile-overlay .socials li a:hover i {
    transform: rotateY(360deg);
}

.footer-part .box .item .socials li a::after,
.mobile-overlay .socials li a::after {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.footer-part .box .item .socials li a i,
.mobile-overlay .socials li a i {
    font-size: 1.1em;
    transition: all .5s ease;
    z-index: 3;
}

.socials li a.facebook-link::before {
    background: #3b5999 !important;
}

.socials li a.twitter-link::before {
    background: #55acee !important;
}

.socials li a.linkedin-link::before {
    background: #0077b5 !important;
}

.socials li a.instagram-link::before {
    background: #dd4b39 !important;
}

.socials li a:hover:before {
    top: 0 !important;
}

.footer-part .box .item .socials li a::before,
.mobile-overlay .socials li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.footer-part .footer-nav ul {
    display: flex;
    flex-direction: column;
}

.footer-part .footer-nav ul li a {
    font-size: .9em;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    color: #000;
    padding: 5px;
    transition: all .15s ease;
}


.footer-part .footer-nav ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.footer-part .contact-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-part .contact-footer li {
    display: flex;
    font-size: .9em;
    align-items: center;
    font-weight: 500;
    text-align: left;
}

.footer-part .contact-footer li i {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid gray;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
    border-radius: 50%;
    font-size: 1em;
    min-width: 40px;
    min-height: 40px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.footer-part .copyright-section {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding: 30px 20px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .05);
}

.arrow {
    margin: 25px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
}

.arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow::before,
.arrow .arrow::before {
    background-color: red;
}

.arrow::after,
.arrow .arrow::after {
    border-color: red;
}

.arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

#cursor.active {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: .7;
}

#cursor.show {
    visibility: visible;
}

#cursor {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: rgb(var(--primary-color-rgb));
    transform: translate(-50%, -50%) scale(1);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999999999;
    transition-timing-function: cubic-bezier(.18, .89, .32, 1.28);
    transition-property: opacity, transform;
    transition-duration: 0.18s;
}

.reference-detail .box {
    display: flex;
}

.reference-detail .box figure {
    width: 700px;
    max-height: 700px;
    margin-right: 50px;
    box-shadow: 3px 3px 10px grey;
}

.reference-detail .box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    animation: slider-animation 56s forwards linear infinite;
    transition: all .7s ease;
}

.reference-detail .box .sidebar-right .item {
    background-color: #fff;
    border: 1px solid lightgray;
    box-shadow: 0 0 10px lightgrey;
    border-radius: 5px;
    height: fit-content;
    position: relative;
    width: 100%;
}

.reference-detail .box .sidebar-right {
    width: calc(100% - 750px);
    display: flex;
    flex-direction: column;
}

.reference-detail .box .sidebar-right .item:not(:last-child) {
    margin-bottom: 50px;
}

.reference-detail .box .sidebar-right .header {
    font-size: 1.2em;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.reference-detail .box .sidebar-right .header::before {
    content: "";
    background-color: var(--primary-color);
    width: 1500px;
    left: -400px;
    height: calc(100% + 20px);
    position: absolute;
    top: 0;
    z-index: -1;
}

.reference-detail .box .sidebar-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: var(--primary-color);
    z-index: 1;
}

.reference-detail .box .sidebar-right .more-info.features li::before {
    content: "";
    display: block;
    width: 14px;
    min-width: 14px;
    height: 8px;
    min-height: 8px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reference-detail .box .sidebar-right .more-info.features li {
    color: #5cb85c;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 56px;
}

.reference-detail .box .sidebar-right .more-info.features li .text {
    color: #000;
    display: inline-flex;
    margin-left: 15px;
    align-items: center;
}

.reference-detail .box .sidebar-right .more-info .link:hover {
    text-decoration: underline;
}

.reference-detail .box .sidebar-right .more-info li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.reference-detail .box .sidebar-right .more-info li h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.reference-detail .box .sidebar-right .more-info li {
    font-size: .95em;
    padding: 15px;
}

.reference-detail .box .sidebar-right .more-info li .sub-links {
    display: flex;
}

.reference-detail .box .sidebar-right .more-info li .sub-links a.btn:not(:last-child) {
    margin-right: 20px;
}

.reference-detail .box .sidebar-right .more-info li .sub-links a.btn {
    width: calc(100% / 2 - 10px);
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    font-size: 1em;
    text-align: center;
}

.reference-detail .box .sidebar-right .more-info li .sub-links a.btn:hover {
    border: 1px solid lightgray;
}

.mobile-overlay {
    position: fixed;
    background-color: #3c3c3c;
    width: 100%;
    height: 100vh;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transform: scale(.3);
    transition: all .3s ease;
}

.mobile-overlay.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.mobile-overlay .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dd4b39;
    cursor: pointer;
}

.mobile-overlay .logo {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 50px;
    width: auto;
}

.mobile-overlay .close-button i {
    color: #fff;
    font-size: 30px;
}

.mobile-overlay .menu-links {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 100px;
}

.mobile-overlay .menu-links>ul {
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.mobile-overlay .menu-links>ul li:not(:last-child) {
    margin-bottom: 25px;
}

.mobile-overlay .menu-has-dropdown .menu-dropdown {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.mobile-overlay .menu-has-dropdown .menu-dropdown li:not(:last-child) {
    margin-bottom: 7.5px !important;
}

.mobile-overlay .menu-has-dropdown .menu-dropdown li {
    list-style: disc;
    color: #fff;
    width: fit-content;
    margin-bottom: 0 !important;
    transition: all .3s ease;
}

.mobile-overlay [class$="-dropdown"]:hover a {
    background-color: transparent;
}

.mobile-overlay .menu-links ul li a:hover,
.mobile-overlay .menu-has-dropdown .menu-dropdown li:hover {
    color: var(--primary-color);
}

.mobile-overlay .menu-links ul li a {
    color: #fff;
    font-size: 1.5em;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    transition: all .3s ease;
}

.mobile-overlay .menu-links .menu-dropdown li a {
    font-size: 1.2em;
}

.mobile-overlay .socials {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.mobile-overlay .socials li a i {
    transition: all .2s ease;
}

.mobile-overlay .socials li a:hover i {
    transform: none;
}

.mobile-overlay .socials li a::before {
    display: none;
}

.mobile-overlay .socials li a {
    color: #3c3c3c;
    background-color: #fff;
    border: none;
    transition: all .2s ease;
}

.mobile-overlay .socials li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.down_section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.down_section a {
    color: #fff;
    font-size: 20px;
    text-shadow: 0 2px 3px rgb(0 0 0 / 40%), 0 2px 5px rgb(0 0 0 / 10%), 0 18px 23px rgb(0 0 0 / 10%);
    position: relative;
    width: 80px;
    height: 80px;
}

.down_section a .down {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px
}

.down_section .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.down_section .chevron {
    position: absolute;
    width: 28px;
    height: 4px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.down_section .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.down_section .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.down_section .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

.down_section .chevron:before,
.down_section .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -.2em
    }

    70% {
        top: -.3em
    }
}

@-moz-keyframes bounce {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -.2em
    }

    70% {
        top: -.3em
    }
}

@-o-keyframes bounce {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -.2em
    }

    70% {
        top: -.3em
    }
}

@-ms-keyframes bounce {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -.2em
    }

    70% {
        top: -.3em
    }
}

@keyframes bounce {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -.2em
    }

    70% {
        top: -.3em
    }
}

.contact-section .box {
    display: flex;
    flex-direction: column;
}

.contact-section .box .contact-boxes {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.contact-section .box .contact-boxes .item {
    width: calc(100% / 3 - 20px);
    background-color: #eee;
    border: 1px solid lightgray;
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all .5s ease;
}

.contact-section .box .contact-boxes .item:hover {
    transform: translateY(-10px);
    border: 1px solid var(--primary-color);
    background-color: #fff;
    box-shadow: 0 0 10px lightgray;
}

.contact-section .box .contact-boxes .item i {
    font-size: 35px;
    background-color: var(--primary-color);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid gray;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.contact-section .box .contact-boxes .item .header {
    font-size: 1.2rem;
}

.contact-section .box .contact-boxes .item .text {
    font-weight: 500;
}

.contact-section .box .contact-boxes .item .text a {
    color: #000;
}

.contact-section .box .map {
    width: 100%;
    height: 500px;
}

.tooltip {
    position: relative;
}

.tooltip .toggle-tooltip {
    width: 25px;
    height: 25px;
    color: #000;
    background-color: #eee;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    font-weight: 500;
    border: 1px solid lightgray;
}

.tooltip .toggle-tooltip:hover+.text {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.tooltip .text {
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    width: 250px;
    line-height: 120%;
    color: #fff !important;
    position: absolute;
    font-size: .8em;
    bottom: calc(100% + 10px);
    left: 7px;
    transform: translate(-50%, 0) scale(.7);
    transition: all .15s ease;
    z-index: 999;
}

.tooltip .text::after {
    content: "";
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-left: 5px solid transparent;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    display: block;
    border-top: 5px solid transparent;
}

.page-not-found .box a.btn.anim-hover-button {
    margin-top: 20px;
    background-color: var(--primary-color);
    border: 1px solid #f1f1f1;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.slider-thumb::before {
    position: absolute;
    content: "";
    left: 30%;
    top: 20%;
    width: 450px;
    height: 450px;
    background: #3c3c3c;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 0;
    -webkit-animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

/* Progress Wrap Back To Top */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(60, 60, 60, 0.3);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    border-top-style: solid;
    border-top-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 10px;
    transform: translate(-50%, -30%) rotate(45deg);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* Progress Wrap Back To Top */


.pagination {
    padding: 25px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: flex;
}

.pagination ul li a.active {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    pointer-events: none;
}

.pagination ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    color: #000;
    font-weight: 500;
    border: 1px solid lightgray;
}

.pagination ul li a:hover:not(.active) {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.container {
    width: 1440px;
    margin: auto;
}

@media (max-width: 1500px) {
    .container {
        width: 1200px;
    }

    .reference-detail .box figure {
        width: 600px;
        max-height: 600px;
    }

    .reference-detail .box .sidebar-right {
        width: calc(100% - 650px);
    }

    .categorization-page .sidebar-left {
        margin-right: 30px;
    }

    .items-section .item {
        width: calc(100% / 2 - 24px);
    }

    .categorization-page .items-section {
        width: calc(100% - 330px);
    }

    .categorization-page .items-section.services-section .item {
        width: calc(100% / 3 - 24px);
    }
}

@media (max-width: 1280px) {
    .container {
        width: 991px;
    }

    .header-part .computer {
        display: none;
    }

    .header-part .mobile {
        display: block;
    }

    .our-references .box .item {
        width: calc(100% / 2 - 24px);
    }

    .footer-part .box .item {
        width: calc(100% / 2 - 18px);
    }

    .footer-part .box .item:not(:last-child) {
        margin-right: 0;
    }

    .footer-part .box .item:nth-child(2n-1) {
        margin-right: 36px;
    }

    .footer-part .box .item:nth-child(-n+2) {
        margin-bottom: 36px;
    }

    .counter .box {
        background-color: transparent;
        overflow: inherit;
    }

    .counter .box .item {
        background-color: var(--primary-color);
        text-align: center;
        width: calc(100% / 2 - 20px);
        border-radius: 20px;
        padding: 30px 0;
        box-shadow: 3px 3px 10px gray;
    }

    .counter .box::before,
    .counter .box::after {
        display: none;
    }

    .our-services .box .background {
        top: -100px;
        height: calc(100% + 200px);
    }

    .our-services .box .item {
        width: calc(100% / 2 - 20px);
    }

    .our-services .box .item.center {
        display: none;
    }

    .our-services .box {
        overflow: inherit;
    }

    .our-services .box .item.left {
        margin-right: 40px;
    }

    .our-services {
        overflow: hidden;
        padding: 100px 0;
    }

    .our-services .box .item .child {
        min-height: 144px;
    }

    .get-an-offer .box .item:first-child {
        max-width: calc(100% - 300px);
    }

    .reference-detail .box figure {
        width: 500px;
        margin-right: 30px;
    }

    .reference-detail .box .sidebar-right {
        width: calc(100% - 530px);
    }

    .reference-detail .box .sidebar-right .item:not(:last-child) {
        margin-bottom: 30px;
    }

    .reference-detail .box .sidebar-right .more-info li .sub-links a.btn {
        font-size: .9em;
    }

    .header-part.inner-page .mobile {
        border-bottom: 1px solid lightgray;
    }

    .header-part.inner-page .mobile .menu-toggle-button {
        background: #eee;
    }

    .header-part.inner-page .mobile .menu-toggle-button i {
        color: #000;
    }

    .our-about .box article,
    .our-about .box figure {
        width: 100%;
    }

    .categorization-page .items-section.services-section .item {
        width: calc(100% / 2 - 24px);
    }
}

@media (max-width: 1080px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .get-an-offer .box .item:first-child {
        max-width: calc(100% - 150px);
    }

    .our-references .box .item figure {
        height: 240px;
    }

    .reference-detail .box {
        flex-wrap: wrap;
    }

    .reference-detail .box figure {
        width: 100%;
        margin-right: 0;
        margin-bottom: 75px;
    }

    .reference-detail .box .sidebar-right {
        width: 100%;
    }

    .categorization-page .sidebar-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .categorization-page .items-section {
        width: 100%;
    }

    .categorization-page .sidebar-left nav ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .categorization-page .sidebar-left nav ul li {
        width: fit-content;
    }

    .categorization-page .sidebar-left .item form button[type=submit] {
        width: 70px;
    }

    .categorization-page .sidebar-left .item form input[type=text] {
        width: calc(100% - 70px);
    }

    .contact-section .box .contact-boxes {
        flex-wrap: wrap;
    }

    .contact-section .box .contact-boxes .item {
        width: 100%;
    }

    .blog-detail.categorization-page .box {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .blog-detail.categorization-page .sidebar-left {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .main-content {
        min-height: calc(100vh - 369px);
        padding-top: 85px;
    }

    .header-part .typing-discounts {
        display: none;
    }

    .our-about .box figure::before,
    .our-about .box figure::after {
        display: none;
    }


    .footer-part .box .item:nth-child(-n+2) {
        margin-bottom: 0;
    }

    .footer-part .box .item:not(:last-child) {
        margin-bottom: 60px;
    }

    .footer-part .box .item:nth-child(2n-1) {
        margin-right: 0;
    }

    body {
        font-size: 15px;
    }

    .footer-part .box .item {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .counter .box .item {
        width: 100%;
        padding: 25px 0;
        margin: 10px;
    }

    .our-services .box .item .child {
        min-height: auto;
        overflow: hidden;
    }

    .our-services .box .item {
        width: 100%;
    }

    .our-services .box .item.left {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .our-services .box .item .child .header::before {
        width: 1500px;
        left: -400px;
        height: calc(100% + 15px);
    }

    .our-services .box .item.right .child,
    .our-services .box .item.left .child {
        text-align: left;
        align-items: center;
    }

    .our-services .box .background {
        display: none;
    }

    .get-an-offer .box {
        flex-wrap: wrap;
        position: relative;
    }

    .get-an-offer .box .item:first-child {
        max-width: 100%;
    }

    .get-an-offer .box .item {
        width: 100%;
        display: flex;
        position: static;
        justify-content: center;
    }

    .get-an-offer .box .item i {
        font-size: 70px;
        opacity: .9;
        position: absolute;
        bottom: -20px;
        left: 0;
        animation: none;
    }

    .get-an-offer .box .item:last-child {
        justify-content: flex-end;
    }

    .get-an-offer .box .item:last-child a.btn {
        width: calc(100% - 100px);
    }

    .our-references .box .item figure {
        height: 190px;
    }

    .our-references .box .item {
        width: calc(100% / 2 - 9px);
    }

    .our-references .box .item .content {
        padding: 15px;
    }

    .our-services {
        padding: 50px 0;
        overflow: inherit;
    }

    .items-section .item .content {
        padding: 15px;
    }

    .contact-section .box .contact-boxes .item i {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }

    .contact-section .box .contact-boxes .item {
        padding: 15px;
    }

    .footer-part .contact-footer {
        flex-direction: column;
        gap: 20px;
    }

    .footer-part .contact-footer li {
        flex-direction: column;
        width: 70%;
        margin: auto;
        text-align: center;
    }

    .footer-part .contact-footer li i {
        margin-bottom: 5px;
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .categorization-page .items-section.services-section .item {
        width: 100%;
    }

    .our-references .box .item figure {
        height: 337px;
    }

    .our-references .box .item {
        width: 100%;
    }

    .our-references .box {
        gap: 36px;
    }

    .categorization-page .items-section .item figure {
        height: 350px;
    }

    .items-section .item {
        width: 100%;
    }

    .items-section .item {
        margin: 24px 12px;
    }

    .notification-references {
        bottom: 10px;
        left: 10px;
        width: 250px;
        height: 220px;
    }
}

@media (max-width: 500px) {
    .header-section .header {
        font-size: 2em;
    }

    .header-section {
        padding-left: 10px;
    }

    .contact-links {
        bottom: 80px;
        right: 10px;
    }

    body {
        font-size: 14px;
    }

    .our-references .box .item figure {
        height: 230px;
    }

    .banner-full-page .box h1 {
        font-size: 3.5em;
    }

    #bg {
        display: none;
    }

    .categorization-page .items-section .item figure {
        height: 270px;
    }

    .progress-wrap {
        right: 10px;
        bottom: 10px;
    }

    #cursor {
        display: none;
    }

    .mobile-overlay .menu-links ul li a {
        font-size: 1.35em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-overlay .menu-links ul li a i {
        margin-left: 5px;
        font-size: .9em;
    }

    .mobile-overlay .menu-links {
        padding: 100px 20px;
    }

    .mobile-overlay .menu-links>ul {
        align-items: center;
    }

    .mobile-overlay .menu-links .menu-dropdown li a {
        font-size: 1em;
    }
}