:root {
    --primary-color : #2565C7;
    --black : #000;
    --black-100 : #575757;
    --white : #fff;
    --gay-100 : #DFDFDF;
    --inter : "Inter", sans-serif;
    --roboto : "Roboto", sans-serif;
}

* {
    box-sizing: border-box;
}

p {
    margin: 0;
    font-weight: 400;
}

p + p {
    margin-top: 16px;
}


body {
    margin: 0;
    padding: 0;
    font-family: var(--roboto);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
.hidden {
    visibility: hidden;
    opacity: 0;
}
.w-204 {
    width: 200px;
}
.big-container {
    max-width: 1806px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.container {
    max-width: 1386px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.is-overflow {
    overflow: hidden;
}

/*-----------------------------
Header
------------------------------*/
.ek-header .top-header {
    background-color: var(--primary-color);
    padding: 21px 0;
}
.ek-header .top-header .inner-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.ek-header .ek-contact .ek-icon,
.ek-header .ek-contact .ek-icon svg,
.ek-header .site-logo .ek-site-url,
.ek-header .site-logo .ek-site-url .custom-logo-link,
.ek-header .site-logo .ek-site-url img,
.ek-footer .ek-footer-wrap .ek-footer-contact,
.ek-footer .ek-footer-wrap .ek-footer-contact svg,
.ek-footer .ek-social-icon .ek-linked,
.ek-footer .ek-social-icon .ek-linked svg {
    display: block;
}
.ek-header .ek-contact {
    display: flex;
    column-gap: 11px;
}
.ek-header .ek-contact-text .ek-label {
    color: var(--white);
    font-size: 12px;
    font-family: var(--inter);
    line-height: 1.25;
}
.ek-header .ek-contact-text .ek-top-number {
    color: var(--white);
    font-size: 18px;
    line-height: 1.18;
    font-weight: 400;
    text-decoration: none;
}
.ek-header .menu-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}
.ek-header .main-header {
    padding-top: 20px;
    padding-bottom: 14px;
    background-color: var(--white);
}
.ek-header .menu-wrapper li a {
    display: block;
    text-decoration: none;
    color: var(--black);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.2s linear;
}
.ek-header .menu-wrapper li a:hover {
    color: var(--primary-color);
}
.ek-mobile-menu {
    display: none;
    text-align: end;
}
.hamburger {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
.ek-mobile-menu .line {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--white);
    display: block;
    margin: 4px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.ek-mobile-menu.toggle .line:nth-child(1) {
    -webkit-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    -o-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
    background-color: var(--white);
}
.ek-mobile-menu.toggle .line:nth-child(2) {
    opacity: 0;
}
.ek-mobile-menu.toggle .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background-color: var(--white);
}

/*-----------------------------
Footer
------------------------------*/
.ek-footer {
    padding-top: 69px;
    padding-bottom: 44px;
}
.ek-footer .ek-top-footer {
    margin-bottom: 35px;
}
.ek-footer .ek-top-footer-wrap .wp-block-heading {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
}
.ek-footer .ek-top-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 75px;
}
.ek-footer .ek-footer-wrap {
    display: flex;
    column-gap: 34px;
}
.ek-footer .ek-footer-wrap .ek-footer-contact {
    display: flex;
    column-gap: 16px;
}
.ek-footer .ek-footer-wrap .ek-contact-text .ek-label {
    color: var(--black);
    font-size: 12px;
    font-family: var(--inter);
    line-height: 1.25;
    margin-bottom: 1px;
}
.ek-footer .ek-footer-wrap .ek-contact-text .ek-top-number,
.ek-footer .ek-footer-wrap .ek-contact-text .location {
    color: var(--black);
    font-size: 18px;
    line-height: 1.18;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
}
.ek-footer .ek-middle-footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.ek-footer .ek-middle-footer-wrap figure{
    margin: 0;
    margin-bottom: 18px;
}
.ek-footer .ek-middle-footer-wrap figure a,
.ek-footer .ek-middle-footer-wrap figure a img {
    display: block;
}
.ek-footer .ek-middle-footer-wrap .widget p {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.ek-footer .ek-social-block .wp-block-heading {
    font-family: var(--roboto);
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    margin-bottom: 25px;
}
.ek-footer .ek-bottom-footer {
    padding-top: 37px;
    border-top: 1px solid var(--gay-100);
}

.ek-footer .ek-bottom-footer .widget p {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: var(--black-100);
    text-align: center;
}
.ek-footer .ek-bottom-footer .widget p a {
    color: var(--black-100);
    text-underline-offset: 1px;
}
.ek-footer-menu .menu-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ek-footer-menu .menu-wrapper li + li {
    margin-top: 8px;
}
.ek-footer-menu .menu-wrapper li a {
    display: block;
    text-decoration: none;
    color: var(--black);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
.ek-footer-menu .menu-wrapper li a:hover {
    color: var(--primary-color);
}
/*-----------------------------
Home
------------------------------*/
.ek-os-list .elementor-container {
    gap: 20px;
}
.ek-os-list .elementor-image-box-title {
    margin-top: 0;
}
.ek-os-list .elementor-image-box-description {
    max-width: 277px;
    margin: 0 auto;
}
.ek-media-content .elementor-image-box-img{
    width: 90px !important;
    height: 90px;
    box-shadow: 0px 2.09px 4.19px 0px #00000013;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ek-media-content .elementor-image-box-content {
    width: calc(100% - 140px);
}
.ek-media-content .elementor-image-box-title {
    margin-top: 0;
}
.elementor-section.ek-banner-section .elementor-video {
    background-color: transparent;
}
.ek-os-list figure img{
    max-height: 95px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    min-height: 95px;
}
.is-gap .elementor-container {
    gap: 24px;
}
/*-----------------------------
Contact
------------------------------*/
.ek-contact-section .elementor-shortcode {
    max-width: 991px;
    margin: 0 auto;
}
.ek-contact-from {
    box-shadow: 0px 2.09px 4.19px 0px #2565c71f;
    padding: 60px;
    background-color: var(--white);
}
.ek-contact-from .form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.ek-contact-from .form-group label {
    display: block;
    margin-bottom: 4px;
    font-family: var(--inter);
    font-size: 16px;
    line-height: 1.5;
}
.ek-contact-from .form-group input,
.ek-contact-from textarea {
    width: 100%;
    outline: none;
    border: 1px solid var(--gay-100);
    padding: 10px 20px;
    border-radius: 4px;
    font-family: var(--inter);
    font-size: 16px;
    line-height: 1.5;
}
.ek-contact-from textarea {
    resize: none;
}
.ek-contact-from .form-group label .red {
    color: red;
}
.ek-contact-from textarea::placeholder {
    font-size: 16px;
    line-height: 1.5;
}
.ek-contact-section .elementor-shortcode .wpcf7-submit {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    transition-duration: 0.5s;
    padding: 12px 30px 12px 30px;
    outline: none;
    border: none;
    min-width: 210px;
    margin-top: 32px;
    cursor: pointer;
}
.ek-contact-section .elementor-shortcode .wpcf7-response-output {
    margin: 30px 0 0 0;
    padding: 10px;
    font-family: var(--inter);
}
.ek-contact-section .elementor-shortcode .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 4px;
    font-family: var(--inter);
}
.top-header .gt_switcher-popup {
    color: var(--white);
    display: block;
}
.top-header .gt_switcher-popup span{
    color: var(--white) !important;
}
/*-----------------------------
404
------------------------------*/
.page-404 {
    padding: 70px 0 60px 0;
    text-align: center;
}
.page-404-content .ek-title {
    font-size: 165px;
    line-height: 200px;
    color: var(--black);
    margin: 0;
}
.page-404-content .ek-content {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 32px;
}
.ek-btn-button {
    background-color: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--white);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 18px 40px;
    transition: all .5s;
    text-decoration: none;
}
.ek-btn-button:hover {
    background-color: var(--black);
}
.inner-top-header.mobile {
    display: none !important;
}
/*-----------------------------
Services
------------------------------*/
.ek-services-banner-section {
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 80%, 78% 90%, 50% 100%, 33% 94%, 0 80%, 0% 35%, 0 0);
}
.ek-services-banner-section .ex-banner-desc {
    max-width: 1017px;
    margin: 0 auto;
}
.ek-media-text-content .elementor-button-icon {
    padding: 17px 12px;
    background: var(--white);
    border-radius: 5px;
}
.ek-media-text-content .elementor-button-icon svg {
    width: auto;
}
.ek-media-text-content .elementor-button-content-wrapper {
    align-items: center;
}
.ek-media-text-content .elementor-button-text {
    text-align: left;
}
.custom-logo-link,
.custom-logo-link img {
    display: block;
}
.ek-image-block img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.ek-bottom-top {
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: none;
    cursor: pointer;
    border: 1px solid var(--white);
}
.ek-bottom-top svg {
    display: block;
}
/*-----------------------------
Responsive
------------------------------*/
@media only screen and (max-width: 1200px) {
    .ek-footer .ek-top-footer-wrap .wp-block-heading {
        font-size: 24px;
        line-height: 32px;
    }
    .ek-footer .ek-footer-wrap .ek-contact-text .ek-top-number,
    .ek-footer .ek-footer-wrap .ek-contact-text .location {
        font-size: 16px;
    }
    .ek-footer .ek-social-block .wp-block-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .ek-footer-menu .menu-wrapper li + li {
        font-size: 16px;
        margin-top: 5px;
    }
    .ek-os-list .elementor-container {
        flex-wrap: wrap;
    }
    .ek-os-list .elementor-image-box-description {
        max-width: 100%;
    }
    .w-204 {
        width: auto;
    }
    .ek-media-text-content .elementor-button-icon svg {
        width: 1rem;
    }
    .ek-media-text-content .elementor-button-icon {
        padding: 14px 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .ek-header .top-header {
        padding: 16px 0;
    }
    .hidden {
        display: none;
    }
    .ek-footer .ek-top-footer-wrap {
        flex-direction: column;
    }
    .ek-footer .ek-top-footer-wrap {
        margin-bottom: 50px;
    }
    .ek-contact-from {
        padding: 40px;
    }
    .order-1 .elementor-container {
        flex-direction: column-reverse;
    }
    .ek-media-text-content .elementor-container img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .ek-mobile-menu {
        display: block;
        z-index: 999;
        position: relative;
        height: 42px;
    }
    .logged-in #site-navigation {
        top: 183px;
    }
    #site-navigation {
        background-color: var(--primary-color);
        left: 0;
        opacity: 0;
        padding: 24px 45px 0px 45px;
        position: fixed;
        right: 0;
        top: 137px;
        transform: scaleY(0);
        transform-origin: left top;
        transition: all .5s ease-in-out;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .ek-header .menu-wrapper {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
    .ek-header .menu-wrapper li a {
        color: var(--white) !important;
    }
    #site-navigation.is-active {
        opacity: 1;
        transform: scaleY(1);
    }
    .ek-footer .ek-footer-wrap {
        flex-direction: column;
        row-gap: 24px;
    }
    .ek-footer .ek-top-footer-wrap {
        gap: 32px;
        order: 2;
    }
    .ek-footer .ek-top-footer .widget  {
        width: 100%;
    }
    .ek-footer .ek-middle-footer-wrap {
        flex-direction: column;
        gap: 32px;
    }
    .ek-footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .ek-footer .ek-bottom-footer {
        padding-top: 24px;
    }
    .ek-footer .container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .ek-footer .ek-top-footer-wrap {
        margin-bottom: 10px;
    }
    .ek-contact-from .form-group {
        grid-template-columns: 1fr;
    }
    .ek-contact-from .form-group input,
    .ek-contact-from textarea {
        padding: 6px 12px;
    }
    .ek-contact-from {
        padding: 20px 16px 32px 16px;;
    }
    .ek-contact-from textarea {
        height: 120px;
    }
    .is-gap .elementor-container {
        gap: 16px;
    }
    .ek-header {
        position: sticky;
        top: 0px;
        z-index: 999;
    }
    .inner-top-header.desktop {
        display: none !important;
    }
    .inner-top-header.mobile {
        display: block !important;
    }
    .ek-header .top-header .inner-top-header {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .ek-header .ek-contact-text .ek-top-number {
        font-size: 14px;
        line-height: 1.2;
        display: block;
        margin-top: 2px;
    }
    .ek-header .main-header {
        padding: 0;
    }
    .ek-column-1,
    .ek-column-2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -10px !important;
    }
    .ek-column-1 {
        margin-bottom: 16px;
        background-color: var(--black);
        padding: 20px 10px 10px 10px;
    }
    .ek-column-2 {
        padding: 10px;
        border-bottom: 1px solid var(--gay-100);
    }
    .ek-header .top-header {
        padding: 0;
    }
    .logged-in .ek-header {
        top: 46px;
    }
    .ek-media-text-content .elementor-container img {
        aspect-ratio: auto;
    }
    .ek-bottom-top {
        padding: 8px;
        bottom: 16px;
        right: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .ek-media-content .elementor-image-box-content {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    html #wpadminbar {
        position: fixed;
    }
}