/* .jeg_logo,  
.jeg_menu,
.jeg_footer, 
h1, h2, h3, h4, h5, h6, p, button {
    filter: grayscale(100%);
}

img {
    filter: none !important;
} */

/* translate-press.trp-highlight {
    z-index: 99999;
    position: absolute;
}
 */

body.trp-editor-body .trp-editor-action-hover-container {
    z-index: 99999999;
}

body.trp-editor-body trp-span {
    z-index: 99999;
    display: block;
}

/* START GENERAL */

:root {
    --main: #512DA8;
    --primary: #1E9AFF;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat' !important;
}

a {
    cursor: pointer !important;
}

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    font-size: 16px;
}

@media (max-width: 1400px) {
    html {

        overflow-x: hidden;
    }
}

body {
    font-size: 16px;
    overflow-x: hidden;
}

div#footer {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Start scroll bar css */
body::-webkit-scrollbar {
    width: 8px;
    background-color: #00031F;
    transition: all ease-in-out 0.3s
}

body::-webkit-scrollbar-thumb {
    background-color: #512DA8;
    height: 30px;
    outline: 1px solid #00031F;
    cursor: pointer;
    transition: all ease-in-out 0.3s
}



body::-webkit-scrollbar-thumb:hover {
    background-color: #1E9AFF;
    height: 30px;
    outline: 1px solid #00031F;
}

.fa {
    font-family: FontAwesome !important;
}


body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}



/* End scroll bar css */



/* Start overwrite theme */
.jeg_content {
    padding: 0;
}

/* End overwrite theme */

@media (min-width: 1400px) {

    .container,
    .jeg_vc_content>.vc_element>.vc_row,
    .jeg_vc_content>.vc_element>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper,
    .jeg_vc_content>.vc_row,
    .jeg_vc_content>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper,
    .jeg_vc_content>.wpb-content-wrapper>.vc_element>.vc_row,
    .jeg_vc_content>.wpb-content-wrapper>.vc_element>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper,
    .jeg_vc_content>.wpb-content-wrapper>.vc_row,
    .jeg_vc_content>.wpb-content-wrapper>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper {
        max-width: 1350px;
    }
}

.container,
.jeg_vc_content>.vc_element>.vc_row,
.jeg_vc_content>.vc_element>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper,
.jeg_vc_content>.vc_row,
.jeg_vc_content>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper,
.jeg_vc_content>.wpb-content-wrapper>.vc_element>.vc_row,
.jeg_vc_content>.wpb-content-wrapper>.vc_element>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper,
.jeg_vc_content>.wpb-content-wrapper>.vc_row,
.jeg_vc_content>.wpb-content-wrapper>.vc_row[data-vc-full-width=true]:not([data-vc-stretch-content=true])>.jeg-vc-wrapper {
    max-width: 100%;
}

@media only screen and (min-width: 1513px) {
    .jeg_header .container {
        padding: 0rem 7rem;
        margin: 0px;
    }
}

@media only screen and (max-width:1512px) and (min-width: 1281px) {
    .jeg_header .container {
        padding: 0rem 5rem;
        margin: 0px;
    }
}

@media only screen and (max-width:1280px) and (min-width: 1025px) {
    .jeg_header .container {
        padding: 0rem 1.5rem;
        margin: 0px;
    }
}

@media only screen and (max-width:1024px) and (min-width: 744px) {
    .jeg_navbar_mobile .container {
        padding: 0rem 1.5rem;
        margin: 0px;
    }
}

@media only screen and (max-width:743px) {
    .jeg_navbar_mobile .container {
        padding: 0rem 1rem;
        margin: 0px;
    }
}

/* END GENERAL */



/* START HEADER */
.jeg_navbar_dark .jeg_menu_style_2>li>a:before {
    top: 105% !important;
}

.jeg_header .jeg_bottombar img.jeg_logo_img {
    height: 36px;
}

.jeg_header ul.egs-menu-top a {
    color: white;
}

.jeg_header .jeg_separator {
    border-color: rgba(255, 255, 255, 0.25);
    height: 16px;
}


.trp-ls-shortcode-current-language {
    background: #01031f !important;
    border: none !important;
    padding: 1px !important;
    border-radius: 0 !important;
}

.trp-ls-shortcode-current-language a {
    color: white !important;
    font-weight: 300 !important;
    padding: 0 !important;
    font-size: 0.875rem !important;
    margin: 0 !important;
    padding-left: 1rem !important;
    text-align: right;
    width: auto !important;
    padding-right: 1rem !important;
    position: relative;
}

.trp-ls-shortcode-current-language a::after {
    content: "";
    background-image: url(/wp-content/uploads/2023/09/icon-arrow-down.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 18px;
    display: block;
    background-repeat: no-repeat;
}

.trp-ls-shortcode-language {
    border: none !important;
    background: #01031f !important;
    padding: 0.25rem !important;
}

.trp-ls-shortcode-language a {
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 0.25rem !important;
    font-size: 0.8rem !important;
    height: calc(2rem);
    overflow: hidden;
    text-align: right;
    padding-right: 1rem !important;

}

.trp-ls-shortcode-language a:hover {
    background: #1b1d3f !important;
}

.trp_language_switcher_shortcode {
    padding: 0 !important;
    margin-left: -1rem;
}

.trp-language-switcher.trp-language-switcher-container {
    width: auto !important;
}

a.egs-menu-contact {
    background: #512DA8;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0.875rem;
    transition: all ease-in-out 0.3s;
}

.jeg_button_1 a.btn.default {
    height: 36px;
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 36px !important;
}

.jeg_button_2 a.btn.default {
    height: 36px;
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 36px !important;
}

ul.egs-menu-top a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.42px;
}

a.egs-menu-contact:hover,
a.egs-menu-contact:active,
a.egs-menu-contact:focus {
    background: #4e1dc2;
    box-shadow: 0px 1px 5px #512DA8;
}

.jeg_main_menu>li>a {
    text-transform: inherit;
    font-weight: 400 !important;
}

.jeg_bottombar.jeg_navbar.jeg_container.jeg_navbar_wrapper.jeg_navbar_dark {
    background: linear-gradient(91deg, #FFF 6.53%, rgba(255, 255, 255, 0.90) 18.3%, rgba(255, 255, 255, 0.42) 39.34%, rgba(255, 255, 255, 0.87) 63.67%, rgba(255, 255, 255, 0.47) 83.96%, rgba(255, 255, 255, 0.16) 99.49%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    height: 66px;
}


.jeg_stickybar.jeg_navbar.jeg_navbar_wrapper.jeg_navbar_normal.jeg_navbar_normal.jeg_sticky_nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: linear-gradient(91deg, #FFF 6.53%, rgb(255 255 255 / 86%) 18.3%, rgb(255 255 255 / 51%) 39.34%, rgba(255, 255, 255, 0.87) 63.67%, rgb(255 255 255) 83.96%, rgb(255 255 255) 99.49%);
}

.jeg_navbar_wrapper .jeg_menu li>ul {
    background: rgba(255, 255, 255, 0.9);
    z-index: 4;
}


.jeg_navbar_wrapper .jeg_menu li>ul li a {
    border: none;
    color: #666484;
    font-size: 0.95rem;
}

.jeg_header .jeg_navbar_wrapper .sf-arrows .sf-with-ul:after {
    color: #666484;
}

.jeg_menu_style_2>li>a:before {
    height: 2px;
}

.jeg_navbar_wrapper .jeg_menu li>ul li a,
.jeg_navbar_wrapper .jeg_menu li>ul li {
    transition: all ease-in-out 0.3s;
}

.jeg_navbar_wrapper .jeg_menu li>ul li:hover>a,
.jeg_navbar_wrapper .jeg_menu li>ul li.sfHover>a,
.jeg_navbar_wrapper .jeg_menu li>ul li.current-menu-item>a,
.jeg_navbar_wrapper .jeg_menu li>ul li.current-menu-ancestor>a {
    background: white;
    color: #7852ce;
}

.jeg_menu_style_2>li.current-menu-ancestor>a,
.jeg_menu_style_2>li.current-menu-item>a,
.jeg_menu_style_2>li.sfHover>a,
.jeg_menu_style_2>li>a:hover {
    color: #512da8 !important;
}

ul.egs-menu-top li a {
    transition: all ease-in-out 0.3s;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #ffffff00;
}

ul.egs-menu-top li:hover a {
    border-bottom: 2px solid rgb(255 255 255 / 90%);
}

.jeg_stickybar .jeg_logo_img {
    height: 35px;
}

.egs-news-list-posts .jeg_meta_comment {
    display: none !important;
}

.egs-news-list-posts .fa-clock-o {
    display: none !important;
}

.egs-news-list-posts .jeg_post_meta {
    padding-top: 1.5rem;
}

.egs-news-list-posts .jeg_meta_date {
    color: rgba(33, 33, 33, 0.80);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    /* 150% */
}

.jeg_thumb {
    border-radius: 2rem 1rem 1rem 0rem;
}

article.jeg_post.jeg_pl_lg_2.format-standard {
    background: #fff;
    border-radius: 2rem 1rem 1rem 0rem;
}

.jeg_post_title {
    padding-top: 0;
}

.egs-news-list-categories .jeg_block_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;/
}

span#ftwp-header-control {
    font-family: 'FontAwesome' !important;
}

button.ftwp-icon-expand {
    display: none !important;
    font-family: 'FontAwesome' !important;
}

button#ftwp-header-minimize {
    display: none !important;
}

span.ftwp-icon-number {
    font-family: 'FontAwesome' !important;
}

@media only screen and (min-width: 1900px) {
    .egs-services-drop-line .e-con-inner {
        width: 25% !important;
    }

    .egs-services-list-design-develop:hover .elementor-icon {
        fill: #FFF !important;
    }
}

@media only screen and (max-width: 1024px) {
    .jeg_nav_alignright .jeg_mobile_toggle .fa {
        font-family: FontAwesome !important;
        color: #512DA8;
    }

    .jeg_nav_alignleft .jeg_mobile_logo img {
        width: 7.75rem;
    }

}

.jeg_bottombar {
    background: linear-gradient(91deg, #FFF 6.53%, rgba(255, 255, 255, 0.90) 18.3%, rgba(255, 255, 255, 0.42) 39.34%, rgba(255, 255, 255, 0.87) 63.67%, rgba(255, 255, 255, 0.47) 83.96%, rgba(255, 255, 255, 0.16) 99.49%) !important;
}

/* .jeg_mobile_bottombar.jeg_mobile_midbar.jeg_container.dark {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,0.42) 50%,rgba(255,255,255,0.87) 60%, rgba(255,255,255,0.46) 84%, rgba(255,255,255,0.16) 100%) !important;
} */
@media only screen and (min-width: 1024px) {
    p.egs-footer-description {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .jeg_separator.separator1 {
        margin: 0rem 0.5rem;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .jeg_nav_alignright .jeg_mobile_toggle .fa {
        font-size: 2rem;
        width: 2rem;
        margin-top: 15px;
    }
}

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

    /* 	.jeg_mobile_bottombar.jeg_mobile_midbar.jeg_container.dark { 
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
background: linear-gradient(85deg, rgba(255, 255, 255, 0.64) 1.36%, rgba(255, 255, 255, 0.51) 24.97%, rgba(255, 255, 255, 0.26) 52.14%, rgba(255, 255, 255, 0.29) 77.53%, rgba(255, 255, 255, 0.70) 119.26%, rgba(255, 255, 255, 0.37) 136.7%, rgba(255, 255, 255, 0.13) 163.86%);
	} */
    .jeg_navbar_mobile_wrapper {
        /* 		opacity:0.3; */
    }

    .egs-home-container-banner {
        margin-top: -60px;
    }
}

/* END HEADER */

/* START FOOTER */
p.egs-footer-copyright {
    margin-bottom: 0;
    font-size: 0.875rem;
    padding: 0.875rem 0 1.05rem;
}

.egs-footer-section {
    padding-top: 2.94rem;
    padding-bottom: 2rem;
}

.egs-footer-section .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.egs-footer-copyright-section {
    height: 3rem;
}

ul.egs-footer-link {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
    margin-top: 1rem;
}

ul.egs-footer-link a {
    color: white;
    padding-bottom: 0.25rem;
}

ul.egs-footer-link a:hover {
    border-bottom: 2px solid white;
}

ul.egs-footer-socials {
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
    margin-top: 1rem;
}

p.egs-footer-description {
    margin-top: 0.5rem;
    line-height: 19.5px;
}

.egs-footer-list-infor-copany p.egs-footer-description {
    margin-top: 0rem;
    line-height: 1.5rem;
    font-size: 14px;
    color: var(--color-style-grey-white, rgba(255, 255, 255, 0.52));
}

ul.egs-footer-socials img,
ul.egs-footer-socials li {
    transition: all ease-in-out 0.3s;
}

/* ul.egs-footer-socials li:hover, ul.egs-footer-socials li:active, ul.egs-footer-socials li:focus {
    background: rgb(255 255 255 / 20%)
} */
.egs-footer-mobile-list-services p {
    color: var(--color-style-grey-white, #FFF);
    font-size: 0.875rem;
}

.egs-footer-copyright {
    font-size: 12px !important;
}

/* END FOOTER */

/* Start FIX TOC Plugin */
#ftwp-container-outer #ftwp-contents {
    width: 100% !important;
    border-width: 1px !important;
    border-color: #A4AFB7 !important;
}

.ftwp-icon-number,
#ftwp-header-title,
.ftwp-text,
#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before {
    color: #696969 !important;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-text::before {
    background: #5c3bb1 !important;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover {
    color: #5c3bb1 !important;
}

a.ftwp-anchor.ftwp-active .ftwp-text {
    color: white !important;
}

#ftwp-contents {
    border-width: 1px !important;
    border-color: #A4AFB7 !important;
}

#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-active::before {
    color: white !important;
}

.page-template div#ftwp-container-outer {
    display: none;
}

.page-template div#ftwp-container {
    display: none;
}

/* End FIX TOC Plugin */

/* START PAGE NEWS */
.page-id-95448,
.page-id-101294,
.page-id-101296 {
    background-image: url('/wp-content/uploads/2023/09/background-news.svg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-color: #F0F0F0;
}


.page-id-95448 .jeg_boxed .jeg_main .jeg_container,
.page-id-95448 .jeg_content,
.page-id-101294 .jeg_boxed .jeg_main .jeg_container,
.page-id-101294 .jeg_content,
.page-id-101296 .jeg_boxed .jeg_main .jeg_container,
.page-id-101296 .jeg_content {
    background: transparent;
}

.elementor.elementor-96101 {
    background: linear-gradient(217deg, #fff, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #512da8a3, #fff 70.71%), linear-gradient(360deg, #fff, rgba(0, 0, 255, 0) 70.71%);
}

.page-id-95448 .jeg_posts .jeg_post .jeg_post_category,
.page-id-101294 .jeg_posts .jeg_post .jeg_post_category,
.page-id-101296 .jeg_posts .jeg_post .jeg_post_category {
    display: none;
}

.page-id-95448 .jeg_posts .jeg_post .jeg_readmore,
.page-id-101294 .jeg_posts .jeg_post .jeg_readmore,
.page-id-101296 .jeg_posts .jeg_post .jeg_readmore {
    display: none;
}

.page-id-95448 .jeg_post,
.page-id-101294 .jeg_post,
.page-id-101296 .jeg_post {
    border-radius: 32px 16px 16px 0px;
    background: white;
    overflow: hidden;
}

.page-id-95448 .jeg_thumb,
.page-id-101294 .jeg_thumb,
.page-id-101296 .jeg_thumb {
    border-radius: 32px 0px;
    overflow: hidden;
    width: 230px;
}

.page-id-95448 .jeg_thumb img,
.page-id-101294 .jeg_thumb img,
.page-id-101296 .jeg_thumb img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.page-id-95448 .jeg_posts .jeg_post:first-child,
.page-id-101294 .jeg_posts .jeg_post:first-child,
.page-id-101296 .jeg_posts .jeg_post:first-child {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 16px;
    overflow: hidden;
}

.page-id-95448 .jeg_posts .jeg_post:first-child .jeg_thumb,
.page-id-101294 .jeg_posts .jeg_post:first-child .jeg_thumb,
.page-id-101296 .jeg_posts .jeg_post:first-child .jeg_thumb {
    width: 100% !important;
    height: 440px;
    overflow: hidden;
    border-radius: 0;
}

.page-id-95448 .jeg_post:first-child .jeg_postblock_content,
.page-id-101294 .jeg_post:first-child .jeg_postblock_content,
.page-id-101296 .jeg_post:first-child .jeg_postblock_content {
    padding: 0.875rem 1.5rem;
}

/* END PAGE NEWS */

/* Start page Service */
.egs-services-title .elementor-heading-title {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

.egs-services-title-header .elementor-heading-title {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
}

.egs-services-title-description {
    font-size: 1.125rem !important;
    line-height: 1.75rem;
}

.egs-services-design-develop-our-services .elementor-heading-title {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}

.egs-services-design-develop-title .elementor-heading-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.egs-services-design-develop-content-title .elementor-heading-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

.egs-services-design-develop-content-description p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

.egs-services-slider-image .swiper-slide {
    background: #f3f3f3;
    height: 10rem;
    border-radius: 0.75rem;
}

.egs-services-slider-image .swiper-slide img {
    width: 7rem !important;
    border-radius: 0 !important;
    padding-top: 3.25rem;
}

.egs-services-get-started-portfolio .elementor-heading-title {
    font-size: 2.25rem;
    font-weight: 700;
}

.egs-services-started-portfolio .e-con-inner {
    background-color: #f3f3f3;
    border-radius: 1rem;
    width: 65%;
}

.egs-services-started-portfolio .elementor-widget-container {
    background-color: #f3f3f3 !important;
}

.egs-services-drop-line .e-con-inner {
    width: 35%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.75rem 1.75rem 1em 1.75rem;
    margin: 5rem 0rem;
    margin-left: 60%;
    border-radius: 1rem;
}

.egs-services-drop-line .elementor-heading-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}

.egs-services-drop-line-description p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
}

.egs-services-form-send-mail label {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #1E0E62;

}

.egs-services-form-send-mail .wpcf7-submit {
    margin-top: 2rem;
}

.egs-services-form-send-mail {
    width: 100%;
}

.egs-services-form-send-mail input,
textarea {
    background: #f0f0f0;
    border-radius: 0.5rem;
}

.egs-services-list-design-develop {
    padding-bottom: 0px;
    padding-right: 0px;
}

.egs-services-design-develop-content-icon {
    height: 44px;
}

.egs-services-design-develop-content-icon .elementor-icon {
    font-size: 3.25rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 1.5rem 0rem 1rem 0rem;
    padding-top: 0.6rem;
    padding-left: 15px;
}

.egs-services-list-design-develop:hover .egs-services-design-develop-content-icon .elementor-icon {
    background: #1E9AFF;
}

.egs-services-list-design-develop {
    --overlay-opacity: 0 !important;
}

.egs-services-list-design-develop:hover .egs-services-design-develop-content-title .elementor-heading-title {
    color: white;
}

.egs-services-list-design-develop:hover .egs-services-design-develop-content-description p {
    color: rgba(255, 255, 255, 0.8);
}

.egs-services-list-design-develop:hover .egs-services-design-develop-content-icon path {
    fill: #FFF;
}

.egs-services-cloud-embedded {
    background: linear-gradient(320deg, rgb(81 45 168 / 20%) 21.85%, rgba(88, 50, 165, 0.00) 62.08%);
}

.egs-services-discover-our-company .container {
    padding-right: 0px !important;
    margin-right: 0px !important;
    padding-left: 3rem;
}

.egs-services-discover-our-company .image {
    padding-right: 0px !important;
}

.egs-services-discover-our-company {
    padding: 0px;
}

#wpcf7-f95682-p94569-o1 .wpcf7-submit {
    background: none !important;
    background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Link-1.png) !important;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: grab;
    color: #FAFAFA !important;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

@media(min-width:1024px) {
    .egs-services-title-header {
        height: 2.5rem !important;
    }

    .egs-services-title-header .elementor-widget-container {
        height: 2.5rem !important;
    }

    .egs-services-title-description {
        margin-top: -3rem;
    }

    .egs-our-company-title-description {
        line-height: 3rem;
    }

    .egs-services-discover-our-company .egs-our-company-step p {
        font-weight: 500;
    }

    .egs-services-discover-our-company .egs-our-company-content-description {
        padding-top: 1rem;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
    }

    .egs-services-trusted-title .elementor-heading-title {
        font-size: 2.25rem;
        font-weight: 700;
    }

    .egs-services-trusted-description p {
        font-size: 1.125rem;
    }

    .egs-services-trusted-description p {
        margin-bottom: 0px !important;
    }

    .egs-services-get-started-portfolio-description p {
        color: var(--colors-text, rgba(21, 20, 57, 0.40));
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
        /* 155.556% */
        letter-spacing: -0.025rem;
    }

    .egs-service-portfolio-button .elementor-button-text {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        /* 142.857% */
        text-transform: uppercase;
    }

    .egs-services-drop-line-description p {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.625rem;
    }

    .egs-services-drop-line-description {
        height: 2rem !important;
    }

    .egs-services-form-send-mail input {
        margin-top: 0.5rem;
        height: 3rem !important;
        border: none !important;
    }

    .egs-services-form-send-mail textarea {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .egs-services-title-description .elementor-widget-container {
        font-weight: 500;
    }

    .egs-services-our-services-element .e-con-inner {
        display: block !important;
        padding: 0px;
    }

    .egs-services-design-develop-title {
        padding-top: 12px;
    }

    .egs-services-list-design-develop {
        padding: 0px;
    }

    .egs-services-header {
        margin-top: 6rem;
    }

    .egs-services-banner-home .e-con-inner {
        background-image: url('https://eastgate-software.com/wp-content/uploads/2023/12/pexels-pixabay-207305-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 16px;
    }

    .egs-services-banner-home .containers {
        padding: 0rem 3rem;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .egs-services-banner-home .column_1 {
        width: 30% !important;
    }

    .egs-services-banner-home .column_2 {
        width: 40% !important;
    }

    .egs-services-banner-home .column_3 {
        width: 30% !important;
    }

    .egs-services-design-develop-content-description {
        height: 6.5rem;
    }

    .egs-services-prev {
        width: 30px;
        position: absolute;
        top: -1500%;
        left: 13.5%;
    }

    .egs-services-next {
        width: 30%;
        position: absolute;
        top: -1500%;
        right: 0%;
    }
	
.egs-services-banner-home .column_3,
.egs-services-banner-home .column_1 {
    min-height: 100px !important;
    height: auto;
}

.egs-services-banner-home .column_2 {
    min-height: 312px !important;
    height: auto;
}

    .egs-services-drop-line {
        background-position: 100% -0% !important;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .egs-services-get-started-portfolio-description .elementor-widget-container {
        padding-left: 7em !important;
        padding-right: 7em !important;
    }

    .egs-services-started-portfolio .e-con-inner {
        width: 90%;
    }

    .egs-services-drop-line .e-con-inner {
        width: 75%;
        margin-left: 20%;
    }

    .egs-services-drop-line {
        background-position: center;
    }

    .egs-services-header .e-con-inner {
        display: block;
    }

    .egs-services-title-header .elementor-heading-title {
        padding-top: 0.75rem;
    }

    .egs-services-title-description .elementor-widget-container {
        color: rgba(33, 33, 33, 0.64);
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
    }

    .egs-services-list-design-develop {
        padding: 0px;
    }

    .egs-services-trusted-title .elementor-heading-title {
        width: 22rem;
        margin: 0% 30%;
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 3rem;
    }

    .egs-services-slider-image .swiper-slide {
        margin: 0rem 0.9rem;
    }

}

@media only screen and (max-width: 767px) {
    .egs-services-header .e-con-inner {
        padding-top: 4.25rem;
        display: block;
    }

    .egs-services-title .elementor-heading-title {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 20px;
    }

    .egs-services-title-header {
        padding-top: 8px;
    }

    .egs-services-title-header .elementor-heading-title {
        text-align: center;
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .egs-services-title-description .elementor-widget-container {
        color: rgba(33, 33, 33, 0.64);
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .egs-services-our-services-element {
        margin-top: 116px;
    }

    .egs-services-our-services-element .e-con-inner {
        display: block !important;
    }

    .egs-services-design-develop-our-services .elementor-heading-title {
        text-align: center;
        font-size: 16px !important;
        font-weight: 500;
        line-height: 20px;
    }

    .egs-services-design-develop-title .elementor-heading-title {
        font-size: 20px !important;
        font-weight: 700;
        line-height: 28px;
    }

    .egs-services-design-develop-title {
        padding-top: 8px;
    }

    .egs-services-list-design-develop {
        margin: 0px;
        padding: 0px;
    }

    .egs-services-list-design-develop {
        margin-top: 1rem;
    }

    .egs-services-our-company-mobile .elementor-heading-title {
        color: #1E9AFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        padding-top: 36px;
    }

    .egs-services-our-company-title-mobile .elementor-heading-title {
        color: #512DA8;
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        padding-top: 8px;
    }

    .egs-services-our-company-mobile .e-con-inner {
        display: block;
    }

    .egs-our-company-list-step .e-con-inner {
        display: inline-flex;
        gap: unset;
    }

    .egs-services-step-number {
        width: 10% !important;
    }

    .egs-our-company-step-content {
        width: 90%;
        padding-right: 0px;
    }

    .egs-our-company-list-step {
        padding: 0px;
    }

    .egs-services-step-number {
        padding: 0px;
    }

    .egs-our-company-step .elementor-heading-title {
        color: #512DA8;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #1E9AFF;
        text-align: center;
        padding: 0px;
        padding-top: 10px;
    }

    .egs-our-company-content-title .elementor-heading-title {
        padding: 0px;
        color: #512DA8;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    .egs-our-company-content-description p {
        padding-top: 12px;
        color: rgba(33, 33, 33, 0.80);
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }

    .egs-services-started-portfolio {
        padding: 0px 16px;
    }

    .egs-services-started-portfolio .e-con-inner {
        width: 100%;
    }

    .egs-services-get-started-portfolio .elementor-heading-title {
        color: #1E0E62;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .egs-services-get-started-portfolio-description .elementor-widget-container {
        padding: 0px 16px !important;
    }

    .egs-services-get-started-portfolio-description p {
        color: rgba(21, 20, 57, 0.40);
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.4px;
    }

    .egs-services-drop-line .e-con-inner {
        margin: 0px;
        padding: 16px 16px 0px 16px;
        width: 100%;
        margin-top: 32px;
        margin-bottom: 40px;
    }

    .egs-services-drop-line.elementor-element-8a4465d {
        padding: 0px 16px;
    }

    .egs-services-our-company-mobile {
        margin-top: 20px;
    }

    .egs-services-slider-image .elementor-element {
        width: 100% !important;
    }

    .egs-services-list-design-develop:hover .egs-services-design-develop-content-image svg {
        fill: #FFF;
    }
}

/* end page Service */
/* start page Home */
#tns1-item0::before {
    background: #f3f3f3;
}

#tns1-item0 .jeg_post_title strong {
    font-size: 2rem;
    font-weight: 700;
    color: #512DA8;
}

#tns1-item0 .jeg_post_category a {
    background: none;
    color: #4871B1;
    font-size: 1.25rem;
    font-weight: 500;
}

.egs-home-discover-our-company-title .elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.egs-home-discover-our-company-header .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
    width: 72%;
    line-height: 1.3;
}

.egs-home-our-services .elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.egs-home-our-services-title .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;

}

.snc-home-design-develop-content .elementor-heading-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.snc-home-design-develop-content p {
    font-size: 14px;
    font-weight: 400;
    height: 5rem;
}

.snc-home-counter .elementor-counter-number-wrapper {
    text-shadow: 10px -10px #5f27a752;
    font-size: 4.5rem !IMPORTANT;
    font-style: normal;
    font-weight: 700 !IMPORTANT;
}

.egs-home-element-logo-and-counter {
    height: 15rem !important;
}

.egs-home-list-couter-element {
    padding: 0px !important;
}

.snc-home-counter .elementor-widget-container {
    align-content: center !important;
}

#home-counter .elementor-widget-container {
    align-content: center !important;
}

.snc-home-counter .elementor-counter-title {
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.egs-home-why-us .elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.egs-home-why-us-title .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
}

.egs-home-our-portfolio .elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.egs-home-our-portfolio-title .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
}

.egs-home-our-portfolio-element-title .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
}

.egs-home-news-blog .elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.egs-home-news-blog-title .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
}

.egs-home-ready-share-tablet {
    padding: 0rem 1.5rem;
}

.egs-home-ready-share-tablet .e-con-inner {
    background-image: url(/wp-content/uploads/2023/09/Rectangle-127.jpg);
    background-size: cover;
    border-radius: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 3rem;
}

.egs-home-ready-share-description-tablet p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: capitalize;
}

.egs-home-local-departments-title .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
}

.egs-home-discover-our-company-column-left {
    width: 48%;
}

.egs-home-discover-our-company-column-right {
    width: 48%;
}

.egs-home-discover-our-company .e-con-inner:first-child {
    display: inline-flex;
}

.egs-home-why-us-content {
    width: 26.5rem !important;
    height: 27.5rem !important;

}

.egs-home-why-us-content .elementor-heading-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    /*     height: 4rem; */
}

.egs-home-why-us-content p {
    font-size: 1rem;
    font-weight: 400;
    height: 10rem;
}

.egs-home-list-news .tns-slide-active {
    padding-right: 1.25rem;
}

/* .egs-home-list-post .jeg_tns_active {
	background: #F3F3F3 !important;
} */
.egs-home-list-post .jeg_tns_active:before {
    background: none !important;
}

.egs-home-list-post .jeg_tns_active:after {
    background: none !important;
}

.egs-home-list-post .jeg_slider_type_2 .jeg_slide_item:before {
    background: none !important;
}

.egs-home-list-post .jeg_slider_type_2 .jeg_slide_item:after {
    background: none !important;
}

.egs-home-list-post .jeg_caption_container {
    color: #000;
}

.egs-home-list-post .jeg_tns_active .jeg_post_category a {
    color: #4871B1;
    font-size: 1.25rem;
    font-weight: 500;
    background: none !important;
    padding: 0px;
    letter-spacing: normal;
}

.egs-home-list-post .jeg_tns_active .jeg_post_title a {
    color: #512DA8;
    font-size: 2rem;
    font-weight: 700;
}

.egs-home-ready-share-button-let-work .elementor-button {
    background: none !important;
}

.egs-home-ready-share-button-let-work .elementor-button-content-wrapper {
    position: relative;
}

.egs-home-button-our-portfolio span.elementor-button-content-wrapper {
    border-bottom: 1px solid #FF9800;
}

/* .egs-home-ready-share-button-let-work .elementor-button-icon.elementor-align-icon-right {
    width: 3rem;
    border-bottom: 40px solid #1e9aff;
    border-left: 20px solid transparent;
    border-radius: 10px;
    line-height: 3;
    height: 0;
    position: absolute;
    top: 0px;
    left: 122px;
    text-align: center;
		margin-left:2rem;
} */
/* .egs-home-ready-share-button-let-work .elementor-button-text {
		width: 9rem;
    border-right: 20px solid transparent;
    border-top: 40px solid #fff;
    line-height: 3;
    height: 0;
    text-align: center;
		border-radius:10px;
} */
.jeg_slide_list_categories {
    position: absolute;
    top: 90%;
    left: 40px;
    font-size: 14px;
}

.jeg_slide_categories {
    display: inline;
}

.jeg_slide_categories span {
    border-right: 1px solid rgb(0 0 0 / 45%);
    color: rgba(0, 0, 0, 0.45);
    padding: 0px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.jeg_slide_categories strong {
    border-right: 1px solid;
    color: rgb(0 0 0 / 85%);
    padding: 0px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.jeg_meta_author {
    color: #512DA8;
    font-size: 1rem;
    font-weight: 700;
    padding-right: 1.25rem;
    display: none;
}

.egs-home-our-services-consulting:hover .elementor-heading-title {
    color: white;
}

.egs-home-our-services-consulting:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.egs-home-our-services-consulting:hover .egs-home-our-services-icon-next-page path {
    fill: #FFF;
}

.elementor-heading-title {
    color: white;
}

.egs-contact-us-cta-quote .elementor-heading-title {
    color: #000;
}

.p {
    color: rgba(255, 255, 255, 0.64);
}

.egs-home-our-services-icon-next-page path {
    fill: #FFF;
}

.egs-home-our-services-maintenance:hover .elementor-heading-title {
    color: white;
}

.egs-home-our-services-maintenance:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.egs-home-our-services-maintenance:hover .egs-home-our-services-icon-next-page path {
    fill: #FFF;
}

.egs-home-our-services-commissioning:hover .elementor-heading-title {
    color: white;
}

.egs-home-our-services-commissioning:hover p {
    color: rgba(255, 255, 255, 0.64);
}

.egs-home-our-services-commissioning:hover .egs-home-our-services-icon-next-page path {
    fill: #FFF;
}

.egs-home-our-services-maintenance:hover .elementor-heading-title {
    color: white;
}

.egs-home-our-services-maintenance:hover p {
    color: white;
}

.egs-home-our-services-icon-next-page .elementor-icon {
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    padding: 10px 15px;
    margin-top: 2px;
}

.egs-home-our-services-consulting:hover .egs-home-our-services-icon-next-page .elementor-icon {
    background: #1E9AFF;
    border-radius: 1.5rem 0rem 1rem 0rem;
}

.egs-home-our-services-development:hover .egs-home-our-services-icon-next-page .elementor-icon {
    background: #1E9AFF;
    border-radius: 1.5rem 0rem 1rem 0rem;
}

.egs-home-our-services-commissioning:hover .egs-home-our-services-icon-next-page .elementor-icon {
    background: #1E9AFF;
    border-radius: 1.5rem 0rem 1rem 0rem;
}

.egs-home-our-services-maintenance:hover .egs-home-our-services-icon-next-page .elementor-icon {
    background: #1E9AFF;
    border-radius: 1.5rem 0rem 1rem 0rem;
}

.egs-home-why-us-element {
    height: 30rem;
}

.egs-home-why-us-content {
    width: 19%;
}

.egs-home-why-us-content:hover .egs-home-why-us-icon-header {
    color: white;
}

.egs-home-why-us-content:hover .egs-home-why-us-icon-header svg path {
    fill: var(--color-style-grey-white, #FFF);
    stroke-width: 0.4px;
    stroke: var(--color-style-grey-white, #FFF);
}

.egs-home-why-us-content:hover .egs-home-why-us-icon-button svg path {
    fill: white;
}

.egs-home-why-us-content:hover .elementor-heading-title {
    color: white !important;
}

.egs-home-why-us-content:hover p {
    color: rgba(255, 255, 255, 0.80);
}

.egs-home-why-us-icon-button .elementor-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    padding: 10px 14px;
}

.egs-home-why-us-content:hover .egs-home-why-us-icon-button .elementor-icon {
    background: #1E9AFF;
}

.egs-home-our-services-icon-next-page {
    height: 45px;
}

.egs-home-popup {
    display: none;
}

rs-module#rev_slider_4_1 {
    background: linear-gradient(307deg, rgba(71, 118, 230, 0.32) 2.06%, rgba(142, 84, 233, 0.22) 96.68%);
}

@media (min-width:1024px) {
    .egs-home-list-our-customers {
        height: 5.5rem;
    }

    .egs-home-our-customer-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .egs-home-element-title {
        width: 15%;
        display: inline-grid;
        vertical-align: middle;
    }

    .egs-home-slider-industry-experts .e-con-inner {
        background: #F3F3F3;
    }

    .egs-home-our-portfolio-view-all .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .elementor-align-icon-right {
        position: absolute;
        left: 112px;
        top: 12px;
    }

    .egs-home-real-more-application .elementor-button-link {
        background: #4871B1;
        color: #212121;
        border-radius: 0.5rem;
        width: 9.5rem;
        height: 4.25rem;
        padding: 0.5rem;
    }

    .egs-home-real-more-webtools .elementor-button-link {
        background: #5E499D;
        color: #212121;
        border-radius: 0.5rem;
    }

    .egs-home-ensign {
        max-width: 20% !important;
    }

    .egs-home-ensign-description {
        max-width: 80% !important;
    }

    .egs-home-local-department-elements {
        display: flex;
    }

    .egs-home-ensign-description .elementor-widget-container {
        font-size: 11px;
        color: #212121;
    }

    .egs-home-ensign-description .egs-home-coutries {
        font-size: 1.25rem;
        color: #212121;
        font-weight: 700;
    }

    .egs-home-ready-share .e-con-inner {
        background-image: url(/wp-content/uploads/2023/09/Rectangle-127.jpg);
        background-size: cover;
        border-radius: 0.75rem;
        height: 19.5rem;
    }

    .egs-home-ready-title .elementor-heading-title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 3rem;
        /* 150% */
        text-transform: uppercase;
        width: 95%;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
        letter-spacing: 0.14px;
    }

    .egs-home-ready-title {
        width: 45%;
    }

    .egs-home-ready-description .elementor-heading-title {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
        /* 155.556% */
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.80) !important;


    }

    /* 	.snc-home-design-develop-content .e-con-inner {
    padding-top: 20px !important;
} */
    .egs-home-discover-our-company-description {
        padding-top: 15px;
    }

    .egs-home-element-logo-and-counter .e-con-inner {
        height: 15rem;
    }

    .jeg_slider_type_2 .jeg_slide_item {
        height: 658px !important;
    }

    .jeg_slider_type_2_wrapper .tns-nav {
        right: 40px !important;
    }

    .jeg_slide_caption .jeg_post_category {
        color: #4871B1;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 12px !important;
    }

    #egs-home-post .jeg_post_title {
        color: #512DA8;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
    }

    .jeg_slider_type_2 .jeg_slide_caption {
        padding: 2.5rem;
        left: 0 !important;
    }

    .jeg_caption_image img {
        border-radius: 0.75rem;
    }

    .jeg_slider_type_2 .jeg_slide_caption .jeg_post_title a {
        line-height: 2.5rem;
        letter-spacing: 0rem;
    }

    .jeg_slider_type_2 .jeg_slide_caption .jeg_post_title {
        margin: 0px;
        line-height: 1.75rem;
        color: #303030;
        margin-bottom: 2rem;
    }

    .slick-active {
        margin-left: 0px !important;
    }

    /* 	.egs-home-our-portfolio-content {
		background: linear-gradient(45deg, #b2a6d2 3.7%, rgba(81, 45, 168, 0.00) 72.47%);
	} */
    .egs-home-list-our-services {
        background: linear-gradient(203deg, #b2a6d2a3 0.7%, rgba(81, 45, 168, 0.00) 31.47%);
    }

    .egs-home-button-our-portfolio svg {
        width: 23px;
    }

    .egs-home-our-portfolio-element-description p {
        line-height: 1.75rem;
        letter-spacing: 0.015rem;
        color: rgba(33, 33, 33, 0.80);
        margin-bottom: 0px;
    }

    .egs-home-list-element-our-portfolio-description span {
        font-size: 0.875rem;
        line-height: 1.1rem;
        color: #18181B;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
    }

    #egs-home-portfolio-description svg {
        width: 24px !important;
        height: 24px !important;
    }

    .egs-home-list-element-our-portfolio-description .elementor-icon-list-item svg {
        width: 24px !important;
        height: 24px !important;
    }


    .egs-home-real-more-webtools svg {
        width: 24px;
    }

    .egs-home-real-more-application svg {
        width: 24px;
    }

    /* 	.egs-home-webtools-content {
    background: linear-gradient(207deg, #b2a6d2 3.7%, rgba(81, 45, 168, 0.00) 72.47%);
} */
    .egs-home-list-news button.tns-prev {
        display: none;
    }

    .egs-home-list-news button.tns-next {
        display: none;
    }

    .egs-home-why-us-content svg {
        width: 4rem;
        height: 4rem;
    }

    .egs-home-why-us-content .elementor-heading-title {
        padding-top: 0.5rem;
    }

    .egs-home-why-us-content p {
        padding-top: 1rem;
    }

    .egs-home-why-us-icon-button svg {
        width: 1.25rem;
        height: 1.25rem !important;
    }

    .egs-home-our-portfolio-header {
        background: linear-gradient(23deg, #9a89c775 3.7%, rgba(81, 45, 168, 0.00) 72.47%);
    }

    .egs-home-image-application-develop {
        padding: 0px;
    }

    .egs-home-list-element-our-portfolio-description .elementor-icon-list-item {
        padding-top: 18px !important;
    }

    .egs-home-list-element-our-portfolio-description .elementor-icon-list-text {
        font-size: 0.875rem;
        font-weight: 400;
    }

    .egs-home-real-more-application .elementor-button-text {
        font-size: 14px;
    }

    .egs-home-list-post {
        min-height: 41.125rem !important;
    }

    .egs-home-list-post .jeg_caption_image {
        height: 92%;
    }

    .egs-home-list-post .tns-nav {
        top: 92%;
        display: inline-flex;
        opacity: 1;
    }

    .egs-home-list-post .tns-nav button {
        margin: 0px 4px;
        /* border: 2px solid rgba(33, 33, 33, 0.32); */
        background: rgba(33, 33, 33, 0.32);
    }

    .egs-home-list-post .tns-nav .tns-nav-active {
        background: #5E499D !important;
    }

    #tns2-iw {
        margin: 0px !important;
        margin-right: 50px !important;
    }

    #tns2-iw .tns-slide-active .jeg_item_caption {
        background: #F3F3F3;
        border-bottom-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        padding: 1rem !important;
        border-left: none !important;
    }

    #tns2-iw .tns-slide-active img {
        width: 26.5rem !important;
        height: 15.5rem !important;
        min-height: 15.5rem !important;
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    #tns2-iw .tns-slide-active .thumbnail-container {
        height: 15.5rem !important;
        padding-bottom: 15.5rem !important;
    }

    #tns2-iw .tns-slide-active .jeg_post_title strong {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: normal;
    }

    #tns2-iw .tns-slide-active .jeg_post_excerpt {
        color: rgba(33, 33, 33, 0.80);
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.24px;
        border-bottom: 1px solid rgba(33, 33, 33, 0.1);
        padding-bottom: 1rem;
        margin-bottom: 16px !important;
    }

    #tns2-iw .tns-slide-active .jeg_post_title {
        padding: 0px;
        margin-top: 0px;
        color: #212121;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    #tns2-iw .jeg_post_meta {
        display: flex;
    }

    #tns2-iw .jeg_meta_author {
        display: block !important;
        text-transform: none !important;
    }

    .jeg_meta_date {
        font-size: 12px;
        color: rgba(33, 33, 33, 0.80);
    }

    .egs-home-our-services-consulting:hover {
        box-shadow: 0.8px 3.2px 6px 0px rgba(55, 0, 125, 0.24);
    }

    .jeg_caption_image:hover {
        background: rgba(81, 45, 168, 0.64);
        border-radius: 1rem;
        position: relative;
    }

    .jeg_caption_image:hover img {
        opacity: 0.1;
    }

    .jeg_caption_image:hover .jeg_posts_category_subtitle {
        position: absolute;
        top: 39%;
        left: 0%;
        display: block !important;
        text-align: center;

    }

    .jeg_caption_image:hover .jeg_posts_category_subtitle .jeg_image_subtitle {
        color: var(--color-style-grey-white, #FFF);
        padding: 0px 1.63rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75rem;
        letter-spacing: 0.015rem;
    }

    .jeg_caption_image:hover .jeg_posts_category_subtitle .jeg_image_category {
        color: var(--color-style-grey-white, #FFF);
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.75rem;
        margin-bottom: 1rem;
    }

    .egs-home-list-our-customers {
        backdrop-filter: blur(12px);
    }

    #tns2-iw .tns-slide-active:hover .jeg_item_caption {
        background: #512DA8;
    }

    #tns2-iw .tns-slide-active:hover .jeg_post_title a {
        color: var(--color-style-grey-white, #FFF);
    }

    #tns2-iw .tns-slide-active:hover .jeg_post_excerpt {
        color: rgba(255, 255, 255, 0.80);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #tns2-iw .tns-slide-active:hover .jeg_meta_author {
        color: #1E9AFF;
    }

    #tns2-iw .tns-slide-active:hover .jeg_meta_date {
        color: rgba(255, 255, 255, 0.80);
    }

    .egs-home-why-us-content {
        height: 26rem;
    }

    .egs-home-our-portfolio-content {
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/bk_banner.png);
        background-size: cover;
        background-position: center center;
    }

    .jeg_header_wrapper {
        margin-bottom: -107px;
    }

    .egs-home-container-banner {
        margin-bottom: -88px;
        z-index: 1;
    }

    .egs-home-list-our-customers {
        z-index: 2;
    }

    .egs-home-ready-share-button-let-work .elementor-widget-container {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .egs-home-ready-share-button-let-work .elementor-button-text {
        color: #512DA8;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        letter-spacing: 0.00875rem;
        text-transform: uppercase;
    }

    .egs-home-popup {
        background: #eceef5;
        border-radius: 0.75rem;
    }

    .egs-home-header {
        padding: 0px;
    }

    .egs-home-close-popup .elementor-icon {
        background: #F4F4F2;
        border-radius: 50%;
    }

    .egs-home-title-popup .elementor-heading-title {
        color: #512DA8;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;
    }

    .egs-home-description-popup p {
        color: rgba(33, 33, 33, 0.64);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25rem;
        /* 125% */
    }

    .egs-home-popup-form-contact-us label {
        color: var(--colors-heading, #1E0E62);
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.75rem;
        /* 155.556% */
        text-transform: uppercase;
    }

    .egs-home-popup-form-contact-us input {
        border-radius: 0.5rem;
        background: #F0F0F0;
        height: 2.875rem;
    }

    .egs-home-popup {
        display: none;
        z-index: 9999;
        position: fixed;
        top: 10%;
        width: 43rem;
    }

    .egs-home-overlay {
        background-color: #EFEFEF;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0px;
        left: 0px;
        opacity: .5;
        /* in FireFox */
        filter: alpha(opacity=50);
        /* in IE */
    }

    .egs-home-why-us-icon-button {
        position: fixed;
        top: 86%;
        width: 19rem;
    }

    /* 	.egs-home-why-us-content {
		position:absolute;
	} */
    .egs-home-our-customer-title {
        padding-top: 15px;
    }

    .egs-home-list-our-customers .slick-track {
        padding-left: 7rem;
    }

    .egs-home-discover-our-company img {
        width: 150px !important;
    }

    .snc-home-design-develop-content p {
        padding-right: 2rem;
    }

    .egs-home-our-services-consulting {
        margin: 0px 5px;
    }

    .egs-home-our-services-development {
        /* margin: 0px 20px; */
        width: 656px !important;
        /* margin-right: 20px;
        width: 646px !important;
        height: 360px !important; */

    }


    .test {
        display: none;
    }

    .egs-home-our-services-maintenance {
        margin: 0px 20px;
        width: 565px !important;
    }

    .egs-home-our-services-commissioning {
        margin: 0px 5px;
    }

    .snc-home-design-develop-content.elementor-element-f6a0067 {
        margin-top: -242px;
    }

    .egs-home-discover-our-company {
        margin-top: -280px;
    }

    .egs-home-our-services-development .elementor-widget-text-editor .elementor-widget-container {
        height: 70px !important;
    }

    .egs-home-our-services-development:hover p {
        color: #FFF;
    }

    .egs-home-our-services-development:hover .elementor-heading-title {
        color: #FFF;
    }

    .egs-home-our-services-development:hover .e-font-icon-svg {
        fill: #FFF;
    }

    .egs-home-our-services-maintenance:hover .e-font-icon-svg {
        fill: #FFF;
    }

    .snc-home-develop-next {
        position: absolute;
        right: 0%;
    }

    .snc-home-design-content {
        margin-top: -236px;
    }

    .snc-home-design-content-paginate {
        margin-top: -250px;
    }

    .snc-home-content-next {
        position: absolute;
        right: 0%;
        z-index: 999;
    }

    .snc-home-content-pre {
        position: absolute;
        left: 0%;
        z-index: 999;
    }

    .egs-home-our-services-maintenance .elementor-heading-title {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .egs-home-ensign-description p {
        margin: 0px;
    }

    .egs-home-local-department-list img {
        padding-top: 12px;
    }

    .egs-home-develop-paginate {
        margin-top: -270px;
    }

    .egs-home-develop-paginate .e-con-inner {
        position: relative;
    }

    .egs-home-design-services {
        margin-top: 16px;
    }

    .snc-home-develop-pre {
        position: absolute;
        left: -7%;
        z-index: 999;
    }

    .snc-home-develop-next {
        position: absolute;
        right: -7%;
        z-index: 999;
    }

    #carousel-our-services-container {
        height: 342px !important;
    }

    #carousel-our-services-container .elementor-heading-title {
        color: #212121;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;/
    }

    #carousel-our-services-container .elementor-widget-text-editor .elementor-widget-container {
        height: 103px !important;
    }

    #carousel-our-services-container:hover p {
        color: #FFF;
    }

    #carousel-our-services-container:hover .elementor-heading-title {
        color: #FFF;
    }

    #carousel-our-services-container:hover .e-font-icon-svg {
        fill: #FFF;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .egs-home-element-logo-and-counter .e-con-inner {
        display: inline-grid !important;
    }

    .snc-home-logo-egs {
        width: 100% !important;
    }

    .egs-home-list-couter-element {
        width: 100% !important;
    }

    .egs-home-why-us .elementor-heading-title {
        padding-left: 1.5rem;
    }

    .egs-home-why-us-title .elementor-heading-title {
        padding-left: 1.5rem;
        line-height: 2.75rem;
    }

    .egs-home-why-us-title {
        padding: 0px;
    }

    .egs-home-our-portfolio-content .e-con-inner {
        display: inline-grid;
    }

    .egs-home-image-application-develop {
        width: 80% !important;
        margin-left: 10%;
    }

    .egs-home-content-application-develop {
        width: 80% !important;
        padding-left: 10%;
    }

    .egs-home-webtools-content .e-con-inner {
        display: inline-grid;
    }

    .egs-home-image-webtools {
        width: 80% !important;
        margin-left: 10%;
        padding: 0;
    }

    .egs-home-content-webtools {
        width: 80% !important;
        padding-left: 10%;
    }

    .egs-home-news-blog .elementor-heading-title {
        padding-left: 10px;
    }

    .egs-home-ready-share-title-tablet .elementor-heading-title {
        font-size: 2rem !important;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.3;
        color: var(--color-style-grey-white, #FFF);
        letter-spacing: 0.14px;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    }

    .egs-home-local-department-list .e-con-inner {
        display: inline-grid;
    }

    .egs-home-local-department-elements {
        width: 95% !important;
    }

    .egs-home-local-vn {
        margin-left: 1.5rem;
        margin-right: 1.5rem !important;
    }

    /* 	.egs-home-local-ger {
		margin-left: 1.5rem ;	
	} */
    .egs-home-local-japan {
        margin-left: 1.5rem;
    }

    /* 	.egs-home-local-aus {
		margin-left: 1.5rem ;	
	} */
    .egs-home-our-customer-title .elementor-heading-title {
        font-size: 1.125rem;
        font-weight: 600;
        margin-top: 1rem;
    }

    .egs-home-resources-company-tablet .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 500;
    }

    .egs-home-resources-company-tablet-title .elementor-heading-title {
        font-size: 2rem;
        font-weight: 700;
        width: 50%;
        line-height: 1.3;
    }

    .egs-home-resources-company-tablet-description p {
        width: 70%;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #303030;
        letter-spacing: 0.24px;
    }

    .egs-home-resources-company-tablet-slide-image .swiper-slide {
        text-align: left !important;
    }

    .egs-home-why-us-title-tablet .elementor-heading-title {
        height: 4rem;
        line-height: 1.25;
    }

    .egs-home-why-us-content p {
        height: 13rem;
    }

    .egs-home-list-element-our-portfolio-description .elementor-icon-list-item {
        padding-top: 0.75rem !important;
    }

    .egs-home-list-element-our-portfolio-description span {
        font-size: 14px;
        color: #18181B;
    }

    .egs-home-real-more-application span {
        font-size: 14px;
    }

    .egs-home-list-element-webtool-description span {
        font-size: 14px;
        color: #18181B;
    }

    .egs-home-real-more-webtools span {
        font-size: 14px;
    }

    .egs-home-real-more-application .elementor-button-link {
        border-radius: 0.5rem;
    }

    .egs-home-real-more-webtools .elementor-button-link {
        border-radius: 0.5rem;
    }

    .egs-home-our-portfolio-element-description p {
        margin: 0px;
    }

    .egs-home-real-more-application svg {
        width: 1.3rem;
    }

    .egs-home-list-element-webtool-description .elementor-icon-list-item {
        padding-top: 0.75rem !important;
    }

    .egs-home-real-more-webtools svg {
        width: 1.3rem !important;
    }

    .egs-home-ready-share-title-tablet .elementor-heading-title {
        line-height: 3rem;
    }

    .egs-home-local-ger {
        margin-left: 1.5rem;
    }

    .egs-home-local-aus {
        margin-left: 1.5rem;
    }

    .egs-home-ensign {
        width: 9% !important;
    }

    .egs-home-local-department-elements {
        display: inline-flex;
    }

    .egs-home-coutries {
        color: #212121;
        font-size: 1.25rem;
        font-weight: 700;
    }

    #slider-4-slide-6-layer-0 {
        letter-spacing: 1.52px !important;
    }

    .egs-home-why-us-title .e-con-inner {
        padding: 0px;
    }

    .egs-home-why-us-content svg {
        width: 4rem;
        height: 4rem;
    }

    .egs-home-why-us-content {
        height: 23rem !important;
    }

    .egs-home-why-us-icon-button {
        position: unset;
    }

    .egs-home-why-us-icon-button .elementor-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        padding: 3px 14px;
        position: absolute;
        top: 84%;
        right: 2rem;
    }

    .egs-home-why-us-header {
        padding: 1rem 0rem;
    }

    .egs-home-button-our-portfolio svg {
        width: 23px;
    }

    .egs-home-ready-share-tablet .e-con-inner {
        background-image: url(/wp-content/uploads/2023/12/Rectangle-127-1.png);
        height: 410px;
    }

    .egs-home-ready-share-button-tablet .elementor-button-wrapper {
        margin-top: -10px;
    }

    .egs-home-ready-share-description-tablet p {
        color: rgba(255, 255, 255, 0.80);
        padding-right: 3.25rem;
    }

    .egs-home-ensign-description {
        margin-left: -20px;
    }

    .egs-home-local-vn {
        margin-bottom: 2rem;
    }

    .egs-home-local-japan {
        margin-bottom: 1rem;
    }

    .egs-home-ensign-description .elementor-widget-container {
        color: #212121;
    }

    .jeg_navbar_mobile_wrapper {
        position: relative;
        z-index: 9;
        /*     opacity: 0.85; */
        margin-bottom: -60px;
        background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 01) 50%, rgba(255, 255, 255, 0.87) 60%, rgba(255, 255, 255, 0.46) 84%, rgba(255, 255, 255, 0.16) 100%) !important;
    }

    .egs-home-list-our-customers {
        z-index: 3;
    }

    .egs-home-container-banner {
        margin-bottom: -88px;
    }

    .egs-home-element-title-tablet {
        padding-left: 15px;
    }

    .egs-home-our-customer-title .elementor-heading-title {
        padding-right: 2.5rem;
        border-right: 1px solid #FFF;
        color: #F0F0F0;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.5rem;
        /* 133.333% */
    }

    .egs-home-list-our-customers .e-con-inner {
        padding: 0px;
    }

    .egs-home-list-our-customers {
        padding: 0px 10px;
    }

    .egs-home-logo-customers-tablet .slick-list {
        width: 30rem !important;
    }

    .egs-home-logo-customers-tablet .slick-active {
        width: 5% !important;
    }

    .egs-home-list-post .jeg_slide_caption {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 10rem;
        position: relative !important;
        top: 30% !important;
    }

    .egs-home-list-post .jeg_caption_image {
        max-width: 100% !important;
    }

    .egs-home-list-post .jeg_caption_container {
        max-width: 100% !important;
    }

    .egs-home-list-post .tns-slide-active {
        height: 700px;
    }

    .egs-home-local-department-elements {
        max-width: 92%;
    }

    .egs-home-our-portfolio-content {
        background-image: url('https://eastgate-software.com/wp-content/uploads/2023/12/Group-427319341-Copy.png');
        background-position: center;
        background-size: auto;
    }

    .egs-home-webtools-tablet {
        background-image: url('https://eastgate-software.com/wp-content/uploads/2023/12/Group-427319341.png');
        background-position: center;
        background-size: cover;
    }

    .egs-home-ready-share-button-tablet .elementor-button {

        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        background: none;
        fill: #fff;
        text-align: center;
        transition: all .3s;
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/bk_button.png);
        background-position: center;
        background-size: auto;
        width: 312px;
        color: #512DA8;
    }

    .egs-home-ready-share-button-tablet span.elementor-button-text {
        text-align: left;
        color: #512DA8;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.14px;
        text-transform: uppercase;
    }

    .egs-company-map-responsive {
        height: 540px;
    }
}

@media (max-width:767px) {
    .egs-home-our-services .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
    }

    .egs-home-our-services-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .snc-home-logo-egs img {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .egs-home-why-us .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
        padding-left: 1rem;
    }

    .egs-home-why-us-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
        padding-left: 5px;
        line-height: 1.3;
    }

    .egs-home-our-portfolio .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
    }

    .egs-home-our-portfolio-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
        padding-left: 3rem;
        padding-right: 3rem;
        line-height: 1.3;
    }

    .egs-home-our-portfolio-element-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .egs-home-our-portfolio-element-description p {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.015rem;
    }

    .egs-home-list-element-our-portfolio-description .elementor-icon-list-text {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .egs-home-news-blog .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
        padding-left: 1rem;
    }

    .egs-home-news-blog-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .egs-home-ready-share-title-tablet .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
        /* 140% */
        text-transform: uppercase;
    }

    .egs-home-ready-share-description-tablet p {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        /* 142.857% */
        text-transform: capitalize;
    }

    .egs-home-local-departments-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    /* 	.egs-home-local-vn {
		margin-left: 1rem;
		margin-right: 0rem !important;
	}
	.egs-home-local-japan  {
		margin-left: 1rem;
		margin-right: 0rem !important;
	} */
    .egs-home-ensign-description .elementor-widget-container {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3;
    }

    .egs-home-coutries {
        color: #212121;
        font-size: 1rem;
        font-weight: 700;
    }

    .snc-home-design-develop-content {
        padding: 0px;
    }

    .egs-home-why-us-content .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .egs-home-our-services-consulting {
        /* 		margin: 0rem 1rem; */
        padding: 2rem 1rem;
    }

    .egs-home-our-services-development {
        /* 		margin: 0rem 1rem; */
        margin-left: 0px !important;
        margin-top: 1rem;
        padding: 2rem 1rem;
    }

    .egs-home-our-services-commissioning {
        margin: 0rem 1rem;
        padding: 2rem 1rem;
    }

    .egs-home-our-services-maintenance {
        margin: 0rem 1rem;
        margin-top: 10px;
        padding: 2rem 1rem;
    }

    .egs-home-resources-company-tablet .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
    }

    .egs-home-resources-company-tablet-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .egs-home-button-our-portfolio .elementor-button-text {
        font-size: 1rem !important;
        font-weight: 700;
    }

    .egs-home-our-services-title .elementor-heading-title {
        line-height: 1.75rem;
    }

    .egs-home-our-services-icon-next-page {
        top: 7%;
        left: 3%;
    }

    .egs-home-resources-company-tablet-title .elementor-heading-title {
        line-height: 1.75rem;
    }

    .egs-home-resources-company-tablet-description p {
        color: #303030;
        font-size: 14px;
        line-height: 1.5rem;
        /* 171.429% */
        letter-spacing: 0.015rem;
    }

    .snc-home-counter .elementor-counter-number {
        font-size: 4.5rem;
        font-weight: 700;
    }

    .egs-home-why-us-content p {
        font-size: 0.875rem;
        color: #212121;
    }

    .egs-home-why-us-icon-button svg {
        width: 1.5rem;
    }

    .egs-home-button-our-portfolio svg {
        width: 1.2rem;
    }

    .egs-home-our-portfolio-element-description p {
        color: rgba(33, 33, 33, 0.80);
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5rem;
        /* 171.429% */
        letter-spacing: 0.015rem;
    }

    .egs-home-our-portfolio-element-description p {
        margin: 0px;
    }

    .egs-home-list-element-our-portfolio-description .elementor-icon-list-item {
        padding-top: 0.5rem !important
    }

    .egs-home-real-more-application svg {
        width: 1.5rem;
    }


    .egs-home-our-portfolio-element-description p {
        color: rgba(33, 33, 33, 0.80);
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    .egs-home-list-element-webtool-description .elementor-icon-list-item {
        padding-top: 0.75rem;
        color: var(--sementics-color-fg-default, #18181B);
        font-size: 0.75rem;
        font-weight: 400;
    }

    .egs-home-real-more-webtools svg {
        width: 1.5rem;
    }

    .egs-home-our-services-title {
        margin-top: -10px;
    }

    .egs-home-container-banner {
        margin-bottom: -108px;
    }

    .egs-home-our-customer-mobile {
        z-index: 999;
        background: rgba(81, 45, 168, 0.32) !important;
        backdrop-filter: blur(6px);
    }

    .egs-home-list-logo-mobile {
        z-index: 999;
        background: rgba(81, 45, 168, 0.32) !important;
        backdrop-filter: blur(6px);
    }

    .snc-home-design-develop-content .elementor-heading-title {
        font-size: 18px;
    }

    .snc-home-design-develop-content p {
        font-size: 16px;
    }

    .snc-home-design-develop-content p {
        height: 9rem;
    }

    .egs-home-list-our-services {
        padding: 0rem 1rem;
    }

    .snc-home-design-develop-content {
        margin: 0px;
    }

    .egs-home-our-services-consulting {
        margin: 0px;
    }

    .snc-home-design-develop-content .e-con-inner {
        display: block !important;
    }

    .snc-home-design-develop-content.elementor-element-f6a0067 {
        padding: 0rem 1rem;
    }

    .egs-home-our-services-commissioning {
        margin: 0px;
    }

    .egs-home-our-services-maintenance {
        margin: 0px;
    }

    .egs-home-our-services-maintenance {
        margin-top: 1rem;
    }

    .egs-home-discover-company-mobile .e-con-inner {
        display: block !important;
    }

    .egs-home-resources-company-tablet-title {
        padding-top: 0.5rem;
    }

    .egs-home-resources-company-tablet-slide-image .elementor-swiper-button-prev {
        display: none !important;
    }

    .egs-home-resources-company-tablet-slide-image .elementor-image-carousel-wrapper {
        max-width: 19.5rem;
        margin: 0px;
    }

    .egs-home-resources-company-tablet-slide-image .elementor-swiper-button-next {
        right: 0px !important;
        top: 50% !important;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 1.75rem;
        background: #F7F7F8;
    }

    .egs-home-resources-company-tablet-slide-image svg.e-font-icon-svg.e-eicon-chevron-right {
        padding-top: 10px;
        padding-left: 10px;
        fill: black !important;
        fill-opacity: 0.6 !important;
        font-size: 30px;
    }

    .egs-home-why-us-title .e-con-inner {
        padding: 0px;
    }

    .egs-home-post-category .jeg_slider_type_2_wrapper {
        margin-bottom: 0px;
    }

    .egs-home-why-us-element-mobile .slick-list.draggable {

        margin-left: 1rem;
        padding-left: 1rem;
    }

    .egs-home-why-us-icon-button .elementor-icon {
        padding: 5px 14px;
    }

    .egs-home-why-us-content {
        height: 26rem;
        position: relative;
    }

    .egs-home-why-us-icon-button {
        left: 80%;
        position: absolute;
        top: 83%;
    }

    .egs-home-our-portfolio-content .e-con-inner {
        display: block !important;
    }

    .egs-home-our-portfolio-title {
        padding-top: 8px;
    }

    .egs-home-content-application-develop {
        display: block !important;
    }

    .egs-home-list-element-our-portfolio-description .elementor-widget-container {
        padding-top: 20px;
    }

    .egs-home-list-element-our-portfolio-description span {
        color: #18181B;
    }

    .egs-home-list-element-our-portfolio-description .elementor-icon-list-text {
        padding-left: 1rem !important;
    }

    .egs-home-real-more-application .elementor-button-text {
        font-size: 14px;
    }

    .egs-home-webtools-tablet .e-con-inner {
        display: block !important;
    }

    .egs-home-content-webtools {
        padding-top: 0px;
    }

    .egs-home-list-element-webtool-description .elementor-icon-list-text {
        font-size: 12px;
        padding-left: 1rem;
        color: #18181B;
    }

    .egs-home-real-more-webtools .elementor-button-text {
        font-size: 14px;
    }

    div#tns2 {
        margin-left: -2rem !important;
    }

    .egs-home-list-news .tns-slide-active a {
        border-radius: 1rem !important;
        background: #F3F3F3;
    }

    .egs-home-list-news .tns-slide-active .thumbnail-container {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

    .egs-home-list-news .tns-slide-active img {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

    .egs-home-list-news .tns-slide-active .jeg_item_caption {
        background: #F3F3F3;
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
        padding: 0px 16px !important;
    }

    .egs-home-list-news .tns-slide-active .jeg_item_caption .jeg_post_title {
        margin: 0px;
        padding-top: 16px;
    }

    .egs-home-list-news .tns-slide-active .jeg_item_caption .jeg_post_title strong {
        color: #212121;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        /* 140% */
    }

    .egs-home-list-news .tns-slide-active .jeg_item_caption .jeg_post_excerpt {
        margin-top: 16px;
        margin-bottom: 32px;
        color: rgba(33, 33, 33, 0.80);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
        letter-spacing: 0.24px;
    }

    .egs-home-list-news .tns-slide-active .jeg_item_caption .jeg_post_meta .jeg_meta_author {
        color: #512DA8;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .egs-home-list-news .tns-slide-active .jeg_item_caption .jeg_post_meta .jeg_meta_date {
        color: rgba(33, 33, 33, 0.80);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .egs-home-ready-share-tablet {
        padding: 0rem 1rem;
    }

    .egs-home-ready-share-tablet .e-con-inner {
        background-image: url("https://eastgate-software.com/wp-content/uploads/2023/12/Rectangle-127_mobile.png");
    }

    .egs-home-ready-share-tablet .e-con-inner {
        display: block !important;
    }

    .egs-home-ready-share-description-tablet {
        padding-top: 1rem;
    }

    .egs-home-ready-share-description-tablet p {
        margin-bottom: 28px;
    }

    .egs-home-ready-share-button-tablet .elementor-button-link.elementor-size-sm {
        background: none;
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/bk_button.png);
        width: 19rem;
        background-position: center;
        background-size: auto;
        height: 40px;
    }

    .egs-home-ready-share-button-tablet .elementor-button-link.elementor-size-sm .elementor-button-text {
        color: #512DA8;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.14px;
        text-transform: uppercase;
        text-align: left;
    }

    /* 	.egs-home-local-department-elements {
		display: block !important;
	} */
    .egs-home-ensign-description {
        padding-top: 20px;
        line-height: 24px;
    }

    .egs-home-our-services-development {
        padding-right: 10px !important;
        padding-bottom: 20px !important;
    }

    .egs-home-our-services-development p {
        padding-right: 16px;
    }

    .egs-home-our-services-development:hover p {
        color: #FFF;
    }

    .egs-home-our-services-development:hover .elementor-heading-title {
        color: #FFF;
    }

    .egs-home-our-services-maintenance {
        padding-right: 10px !important;
        padding-bottom: 20px !important;
    }

    .egs-home-our-services-maintenance p {
        padding-right: 16px;
    }

    .egs-home-our-services-development:hover .e-font-icon-svg {
        fill: #FFF;
    }

    .egs-home-our-services-maintenance:hover .e-font-icon-svg {
        fill: #FFF;
    }

    #swiper-wrapper-8bc4e5ab85828b8a .swiper-slide:nth-child(2) {
        margin-top: 20px !important;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .snc-home-design-develop-content {
        margin: 0rem 1.5rem;
    }

    .egs-home-why-us .elementor-heading-title {
        padding-left: 10px;
    }

    .egs-home-news-blog .elementor-heading-title {
        padding-left: 10px;
    }

    div#tns2 {
        margin-left: 25px;
    }

}

/* end page Home */
/* start page News */
.egs-home-container-banner .e-con-inner {
    padding: 0;
}

.page-id-96101 {
    background-image: url('/wp-content/uploads/2023/09/background-news.svg') !important;
    background-repeat: repeat;
    background-size: cover;
    background-position: top right;
}

#categories-6 .jeg_block_heading {
    color: #212121;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;

}

#categories-6 .jeg_block_heading::after {
    display: none;
}

.egs-news-list-categories ul {
    margin-top: 2rem;
}

.egs-news-list-categories .cat-item {
    color: #000000;
    text-align: unset !important;
}

.egs-news-list-categories .cat-item a {
    padding-right: 10px;
    font-weight: 500;
}

#categories-6 .cat-item {
    font-weight: 500;
    border-bottom: none;
    border-top: none;
}

#categories-6 {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #FFF;
    width: 130%;
	   
}

.page-id-96101 .jeg_thumb img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.page-id-96101 .jeg_post:first-child .jeg_postblock_content {
    padding: 0.875rem 1.5rem;
}

.page-id-96101 .jeg_posts .jeg_post:first-child {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 16px;
    overflow: hidden;
}

.egs-news-egs-blog .elementor-heading-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.egs-news-egs-blog-title .elementor-heading-title {
    font-size: 2.25rem;
    font-weight: 700;
}

.elementor-element-a9356f5 {
    width: 66%;
}

.elementor-element-84d031f {
    margin-right: 6rem;
    width: 25%;
}

.page-id-96101 .jeg_posts .jeg_post .jeg_readmore {
    display: none;
}

.page-id-96101 .jeg_post:first-child .jeg_postblock_content .jeg_post_title {
    color: #212121;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: normal;
}

.page-id-96101 .jeg_post .jeg_post_meta .by {
    color: #512da8;
    font-weight: 700;
}

.egs-news-list-posts .elementor-post-author {
    color: #5E499D;
    font-size: 1rem;
    font-weight: 700;
    padding-right: 5px;
}

.egs-news-list-posts .elementor-post__meta-data {
    padding-top: 15px;
}

.egs-news-our-certtification .e-con-inner {
    background-image: url(/wp-content/uploads/2023/09/background-about-certification.jpg);
    background-size: cover;
    border-radius: 0.75rem;
}

.egs-home-button-our-portfolio .elementor-button-link {
    background: linear-gradient(90deg, #b2a6d200 3.7%, rgba(81, 45, 168, 0.00) 72.47%);
}

.egs-home-button-our-portfolio .elementor-button-text {
    font-size: 1.25rem;
    font-weight: 700;
}

.egs-home-real-more-application .elementor-button-text {
    left: 16px;
    bottom: 19px;
    position: absolute;
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.egs-home-real-more-webtools .elementor-button-text {
    padding-top: 20px;
}

.widget_categories li {
	line-height: normal; 
  padding: 3px 0px;
}

@media (min-width:1024px) {
    .page-id-96101 .jeg_posts .jeg_post:first-child .jeg_thumb {
        width: 100% !important;
        height: 440px;
        overflow: hidden;
        border-radius: 0;
    }

    .egs-news-our-certtification .elementor-heading-title {
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .egs-news-our-certtification-description p {
        font-size: 1rem;
        font-weight: 500;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .page-id-96101 .jeg_posts .jeg_post:first-child .jeg_thumb {
        width: 100% !important;
        overflow: hidden;
        border-radius: 0;
    }

    .page-id-96101 .jeg_posts {
        padding-left: 1rem;
    }

    .page-id-96101 .jeg_posts .jeg_post:not(:first-child) img {
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .page-id-96101 .jeg_posts .jeg_post:not(:first-child) .jeg_thumb {
        width: 150px !important;
    }

    .egs-news-list-posts-tablet strong {
        color: #212121 !important;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .egs-news-list-posts-tablet .elementor-post-author {
        color: #5E499D !important;
        font-size: 1rem;
        font-weight: 700;
    }

    .egs-news-list-posts-tablet .elementor-post__meta-data {
        padding-top: 10px
    }

    .egs-news-our-certtification .e-con-inner {
        /* 		margin-left: 1rem; */
    }
}

.egs-news-subtitle p {
    margin-bottom: 0;
}

.widget_categories h3.jeg_block_title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    color: #212121;
}

.widget_categories ul {
    margin-top: 3rem;
}

.widget_categories .cat-item a {
    font-weight: 400;
    margin-right: 0.25rem;
}

.widget_categories .cat-item {
    text-align: left !important;
    color: #212121;
}

.jeg_meta_author,
.jeg_meta_comment {
    display: none !important;
}

.jeg_meta_date {
    text-transform: initial;
}

/* end page News */
/* start page Company */
.egs-company-local-aus,
.egs-company-local-vn,
.egs-company-local-japan,
.egs-company-local-ger {
    display: none;
    width: 24rem;
    position: absolute;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

.egs-company-local-vn {
    top: 15rem;
    left: 4rem;

}

.egs-company-local-aus {
    top: 22rem;
    left: 9rem;

}

.egs-company-local-japan {
    top: 2rem;
    left: 19rem;
}

.egs-company-local-ger {
    top: 11rem;
    left: 4rem;
}

.egs-company-local-vn .elementor-widget-container {
    font-size: 1rem;
}

.egs-company-icon-location-VN {
    position: absolute;
    top: 13.8rem;
    left: 31rem;
}

.egs-company-icon-location-Ger {
    position: absolute;
    top: 7rem;
    left: 8.5rem;
}

.egs-company-location-japan {
    position: absolute;
    top: 10.7rem;
    left: 35rem;
}

.egs-company-location-aus {
    position: absolute;
    top: 21rem;
    left: 33.5rem;
}

.egs-company-locations-title .elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.egs-company-local-departments-title .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
}

.egs-company-locations-description .elementor-widget-container {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

.egs-company-locations-description-lists .elementor-icon-list-text {
    font-size: 0.875rem;
    font-weight: 500;
}

.egs-company-icon-location-VN:hover+.egs-company-local-vn {
    display: flex !important;
}

.egs-company-location-aus:hover+.egs-company-local-aus {
    display: flex !important;
}

.egs-company-location-japan:hover+.egs-company-local-japan {
    display: flex !important;
}

.egs-company-icon-location-Ger:hover+.egs-company-local-ger {
    display: flex !important;
}

.egs-company-slider .e-con-inner {
    background-color: #E0D9EF;
    border-radius: 1rem;
}

.egs-company-map {
    background-image: url('/wp-content/uploads/2023/11/mapjpg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.egs-company-banner .elementor-slide-description {
    width: 40%;
}

.egs-company-slider-list-element .elementor-swiper-button-prev {
    display: none !important;
}

.egs-company-slider-list-element .elementor-swiper-button-next svg {
    width: 2rem !important;
    height: 2rem !important;
}

.egs-company-description-start-journey p {
    font-weight: 400;
    line-height: 2rem;
    /* 200% */
}

.egs-company-your-journey-button a {
    color: #512DA8;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    /* 142.857% */
    text-transform: uppercase;
}

.egs-company-people .elementor-image-box-title {
    line-height: 2rem;
}

.egs-company-people .elementor-image-box-description {
    line-height: 20px;
    letter-spacing: 2px;
}

.egs-home-city {
    font-size: 11px;
}

.egs-company-location-aus-hover:hover+.egs-company-local-aus {
    display: block !important;
}

@media (min-width:1024px) {

    .egs-start-your-journey .elementor-heading-title {
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3rem;
        /* 133.333% */
        text-transform: uppercase;
        margin-top: 30px;
    }

    .egs-company-management .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 500;
    }

    .egs-company-management-title .elementor-heading-title {
        font-size: 2rem;
        font-weight: 700;
    }

    .egs-company-people .elementor-image-box-title {
        font-size: 14px;
        font-weight: 600;
    }

    .egs-company-people .elementor-image-box-description {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 1rem;
    }

    .egs-company-banner .elementor-slide-heading {
        font-size: 2.125rem !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        padding-top: 5rem;
        line-height: 3.25rem !important;
        letter-spacing: 0.0425rem;
    }

    .elementor-slide-description {
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.75rem !important;
    }

    .egs-company-banner .egs-company-our-customer-title {
        font-size: 2.125rem;
        font-weight: 800;
        text-transform: uppercase;
        color: #512DA8;
    }

    .egs-company-banner .swiper-slide-inner {
        margin-left: 4rem !important;
    }

    .egs-company-people .elementor-image-box-img {
        margin: 0px !important;
    }

    .egs-company-banner .swiper-slide-contents {
        margin-left: -10rem;
    }

    .egs-company-locations-description {
        width: 44%;
        color: #361E6F;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        letter-spacing: 0.015rem;
    }

    .egs-company-locations-description-lists .elementor-icon-list-item {
        color: #361E6F;
        font-size: 0.875rem !important;
        font-weight: 500;
        line-height: 1.1rem;
        padding-top: 0.75rem !important;
    }

    .egs-company-description-start-journey {
        width: 90%;
    }

    .egs-company-banner-desktop {
        margin-top: 96px;
    }

    .egs-company-banner .elementor-slide-button {
        background: none !important;
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Link-1.png) !important;
        width: 22rem;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        cursor: grab;
        color: #FAFAFA !important;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.14px;
        text-transform: uppercase;

    }

    .egs-company-title .elementor-heading-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

    .egs-company-header .elementor-heading-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 44px;
    }

    .egs-company-bod .e-con-inner .egs-company-people:nth-child(8) {
        display: none;
    }

    .egs-company-people img {
        width: 100%;
    }

    .egs-company-banner .swiper-slide {
        height: 825px !important;
    }

    .egs-company-comment-airbnb img {
        /*     border-radius: unset !important;
    width: 100px !important;
    height: auto !important; */
    }

    .egs-company-people {
        width: 90%;
        margin-top: 30px
    }

    .egs-company-bod .e-con-inner {
        gap: unset !important;
    }

    .egs-company-people .elementor-widget-container {
        margin: 0px !important;
    }

    .egs-company-bod {
        margin-top: 18px !important;
    }

    /* 	.egs-company-comment-airbnb img {
    width: 130px !important;
    padding-top: 25px;
} */
    .egs-company-comment-airbnb .elementor-testimonial-content {
        padding-top: 10px;
    }

    .egs-company-comment-strapi img {
        width: 86px;
        height: 86px;
    }

    .egs-company-comment-strapi .elementor-testimonial-wrapper {
        padding-top: 160px;
    }

    .egs-company-comment-barron .elementor-testimonial-wrapper {
        padding-top: 20px;
    }

    .egs-company-comment-barron .elementor-testimonial-content {
        height: 102px;
    }

    .egs-company-bgc .e-con-inner {
        display: block;
    }

    .egs-company-img-bgc img {
        width: 130px !important;
    }

    .egs-company-image-hubspot img {
        max-width: 70%;
    }

    .egs-company-comment-hubspot .elementor-testimonial-content {
        height: 110px;
    }

    .elementor-element-d4d0fdd .e-con-inner {
        display: block;
    }

    .egs-company-comment-airbnb .elementor-testimonial-content {
        height: 115px;
    }

    .egs-company-barron .e-con-inner {
        display: block;
    }

    .egs-company-comment-barron .elementor-testimonial-wrapper {
        padding-top: 25px;
    }

    .egs-company-image-banner img {
        position: relative;
        z-index: 9;
				
    }

    .egs-company-image-banner {
        position: absolute;
        right: 8%;
        top: 14%;
    }

    .egs-company-location-aus-hover:hover+.egs-company-local-aus {
        display: block !important;
    }
/* update 25062025 show menu sticky	 */
/* 	.jeg_header_sticky .jeg_navbar_normal {
    transform: translate3d(0px, 0px, 0px) !important;
}
	body.has-wpadminbar .jeg_header_sticky .jeg_navbar_normal {
    transform: translate3d(0px, 32px, 0px) !important;
} */
}
@media only screen and (max-width: 1880px) and (min-width: 1024px) {
	.egs-company-image-banner img {
		width:83%;
	}
}
@media only screen and (max-width: 2560px) and (min-width: 2100px) {
    .egs-company-location-aus-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 86%;
        left: 55%;
    }

    .egs-company-location-japan-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 32%;
        left: 58%;
    }

    .egs-company-location-vn-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 52%;
        left: 47%;
    }

    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 13%;
        left: 15%;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 2300px) {
    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 9%;
        left: 15%;
    }
}

@media only screen and (max-width: 2099px) and (min-width: 1900px) {
    .egs-company-location-aus-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 83%;
        left: 55%;
    }

    .egs-company-location-japan-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 35%;
        left: 58%;
    }

    .egs-company-location-vn-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 52%;
        left: 47%;
    }

    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 15%;
        left: 15%;
    }
}

@media only screen and (max-width: 1899px) and (min-width: 1700px) {
    .egs-company-location-aus-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 78%;
        left: 55%;
    }

    .egs-company-location-japan-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 35%;
        left: 58%;
    }

    .egs-company-location-vn-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 52%;
        left: 47%;
    }

    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 20%;
        left: 15%;
    }
}

@media only screen and (max-width: 1699px) and (min-width: 1500px) {
    .egs-company-location-aus-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 73%;
        left: 55%;
    }

    .egs-company-location-japan-hover {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 40%;
        left: 58%;
    }

    .egs-company-location-vn-hover {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 50%;
        left: 47%;
    }

    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 24%;
        left: 15%;
    }
}

@media only screen and (max-width: 1499px) and (min-width: 1200px) {
    .egs-company-location-aus-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 70%;
        left: 55%;
    }

    .egs-company-location-japan-hover {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 40%;
        left: 58%;
    }

    .egs-company-location-vn-hover {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 50%;
        left: 47%;
    }

    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 27%;
        left: 10%;
    }
}

@media only screen and (max-width: 1499px) and (min-width: 1200px) {
    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 27%;
        left: 13%;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .egs-company-location-aus-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 65%;
        left: 55%;
    }

    .egs-company-location-japan-hover {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 40%;
        left: 58%;
    }

    .egs-company-location-vn-hover {
        width: 45px !important;
        height: 45px !important;
        position: absolute;
        top: 50%;
        left: 47%;
    }

    .egs-company-location-ger-hover {
        width: 60px !important;
        height: 60px !important;
        position: absolute;
        top: 27%;
        left: 9%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .egs-company-title-banner .elementor-heading-title {
        font-size: 2.125rem;
        font-weight: 800;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .egs-company-title-our-customer .elementor-heading-title {
        font-size: 2.125rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .egs-company-description-banner p {
        font-size: 1.125rem;
        font-weight: 500;
    }

    .elementor-element-4ebf228 .e-con-inner {
        display: inline-grid;
    }

    .egs-company-map {
        width: 100% !important;
        height: 360px;
    }

    .egs-company-locations-description-column {
        width: 100% !important;
    }

    .egs-company-start-your-journey .e-con-inner {
        display: inline-grid;
    }

    .egs-start-your-journey .elementor-heading-title {
        font-size: 2.25rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .egs-start-your-journey-column-left {
        width: 70%;
    }

    .egs-company-list-CEO-first .swiper-slide {
        padding: 0px 10px;
    }

    .egs-company-list-CEO-second .swiper-slide {
        padding: 0px 10px;
    }

    .egs-company-about-us .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 500;
    }

    .egs-company-about-us-title .elementor-heading-title {
        font-size: 2rem;
        font-weight: 700;
    }

    .egs-company-title-banner .elementor-heading-title {
        line-height: 3.25rem;
        /* 152.941% */
        letter-spacing: 0.0425rem;
    }

    .egs-company-description-banner p {
        color: rgba(33, 33, 33, 0.64);
        line-height: 1.75rem;
    }

    .egs-company-slider {
        padding-left: 1.5rem;
    }

    .egs-company-location {
        padding: 0px;
    }

    .egs-start-your-journey .elementor-heading-title {
        line-height: 3rem;
    }

    .egs-company-your-journey-button {
        margin-top: -20px;
    }

    .egs-company-management .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.75rem;
    }

    .egs-company-management-title .elementor-heading-title {
        font-weight: 700;
        line-height: 2.75rem;
    }

    .egs-company-slider-tablet .elementor-element-aeec83c {
        display: block !important;
    }

    .egs-company-description-banner p {
        margin-bottom: 0px;
    }

    .egs-company-button-banner {
        padding-top: 4rem;
    }

    .egs-company-button-banner .elementor-button {
        background: none !important;
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Link-2.png) !important;
        width: 19.5rem;
        background-repeat: no-repeat !important;
        cursor: grab;
        color: #FAFAFA !important;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.14px;
        text-transform: uppercase;
    }

    .egs-start-your-journey-column-right {
        width: 610px;
    }

    .egs-company-start-your-journey {
        background-image: url('https://eastgate-software.com/wp-content/uploads/2023/12/pexels-pixabay-207305-1-1.png');
    }

    .egs-company-your-journey-button .elementor-button {
        background: none !important;
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Link-1-1.png) !important;
        width: 19.5rem;
        background-repeat: no-repeat !important;
        cursor: grab;
        color: #FAFAFA !important;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.14px;
        text-transform: uppercase;
    }

    .egs-company-your-journey-button .elementor-button-text {
        color: #512DA8;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.14px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 768px) {
    .egs-company-about-us .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
    }

    .egs-company-about-us-title .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 700;
        padding: 0rem 5rem;
        line-height: 1.3;
    }

    .egs-company-management .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
    }

    .egs-company-management-title .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
    }

    .egs-company-number .elementor-heading-title {
        font-size: 1.625rem;
        font-weight: 700;
    }

    .egs-company-text .elementor-heading-title {
        font-size: 1.125rem;
        font-weight: 500;
    }

    .egs-company-infor-mobile {
        --overlay-opacity: 1 !important;
    }

    .egs-company-icon-location-VN {
        position: absolute;
        top: 11rem;
        left: 18rem;
    }

    .egs-company-location-japan {
        position: absolute;
        top: 8.9rem;
        left: 20.5rem;
    }

    .egs-company-location-aus {
        position: absolute;
        top: 16rem;
        left: 18.5rem;
    }

    .egs-company-map {
        height: 360px;
    }

    .egs-company-slider-tablet {
        background: linear-gradient(217deg, #fff, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #512da870, #fff 70.71%), linear-gradient(360deg, #fff, rgba(0, 0, 255, 0) 70.71%);
    }

    .egs-company-title-banner .elementor-heading-title {
        font-size: 1.25rem;
        font-weight: 800;
        line-height: 1.75rem;
        /* 140% */
        letter-spacing: 0.025rem;
        text-transform: uppercase;
    }

    .egs-company-description-banner p {
        color: rgba(33, 33, 33, 0.64);
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        margin: 0px;
    }

    .egs-company-infor-mobile {
        width: 92%;
        margin: 0rem 1rem;
    }

    .egs-company-number .elementor-heading-title {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 2rem;
        letter-spacing: 0.039rem;
    }

    .egs-company-text .elementor-heading-title {
        color: rgba(13, 24, 93, 0.64);
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.5rem;
        /* 133.333% */
        letter-spacing: 0.027rem;
    }

    .egs-company-text {
        margin-top: -20px !important;
    }

    .egs-company-locations-description-column {
        margin-top: -3px;
    }

    .egs-company-start-your-journey {
        width: 92%;
        border-radius: 0.75rem;
    }

    .egs-start-your-journey-column-left .elementor-heading-title {
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
        /* 140% */
        letter-spacing: 0.00875rem;
        text-transform: uppercase;
    }

    .egs-company-description-start-journey p {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        /* 142.857% */
        text-transform: capitalize;
    }

    .egs-company-management-title .elementor-heading-title {
        color: #512DA8;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
        /* 140% */
    }

    .egs-company-banner-desktop .e-con-inner {
        padding: 0px;
    }

    .egs-company-bod {
        padding: 0px;
        background: #F3F3F3;
        border-radius: 12px;
    }

    .egs-company-bod .e-con-inner {
        display: block;
    }

    .egs-company-title-bod {
        padding-top: 20px;
        text-align: center;
    }

    .egs-company-title-bod .elementor-heading-title {
        color: #1E0E62;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .egs-company-title-description-bod {
        padding-top: 8px;
    }

    .egs-company-title-description-bod .elementor-heading-title {
        color: rgba(21, 20, 57, 0.40);
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .egs-company-image-bod img {
        width: 50%;
    }

    .egs-company-icon-location-VN:hover+.egs-company-local-vn {
        display: block !important;
    }

    .egs-company-location-aus:hover+.egs-company-local-aus {
        display: block !important;
    }

    .egs-company-location-japan:hover+.egs-company-local-japan {
        display: block !important;
    }

    .egs-company-icon-location-Ger:hover+.egs-company-local-ger {
        display: block !important;
    }

    .egs-company-local-vn {
        top: 9rem;
        left: 1rem;
    }

    .egs-company-local-ger {
        top: 9rem;
        left: 1rem;
    }

    .egs-home-ensign-description .elementor-widget-container {
        font-size: 10px;
    }

    .egs-company-local-aus,
    .egs-company-local-vn,
    .egs-company-local-japan,
    .egs-company-local-ger {
        display: none;
        width: 16rem;
    }

    .egs-company-local-japan {
        top: 0rem;
        left: 10rem;
    }

    .egs-company-local-aus {
        top: 15rem;
        left: 2rem;
    }

    .egs-company-list-bod .e-con-inner {
        display: block;
    }

    .egs-company-testimonial-mobile .elementor-testimonial-content {
        font-size: 16px;
    }

    .egs-company-image-banner {
        position: absolute;
    }

    .egs-company-image-banner img {
        position: relative;
        z-index: 9;
    }
}

@media only screen and (max-width: 768px) and (min-width:425px) {
    .egs-company-location-japan {
        position: absolute;
        top: 40%;
        left: 79%;
    }

    .egs-company-local-japan {
        top: 1%;
        left: 40%;
        width: 15rem;
        z-index: 99;
    }

    .egs-company-icon-location-VN {
        position: absolute;
        top: 50%;
        left: 68%;
    }

    .egs-company-local-vn {
        top: 8%;
        left: 42%;
        width: 14rem;
        z-index: 99;
    }

    .egs-company-location-aus {
        position: absolute;
        top: 80%;
        left: 76%;
    }

    .egs-company-local-aus {
        top: 65%;
        left: 27%;
        width: 18rem;
        z-index: 99;
    }

    .egs-company-icon-location-Ger {
        position: absolute;
        top: 25%;
        left: 34%;
    }

    .egs-company-local-ger {
        top: 35%;
        left: 10%;
        z-index: 99;
    }

    .egs-company-map-responsive {
        height: 540px;
    }

    .egs-company-location-aus-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 86%;
        left: 71%;
    }

    .egs-company-location-japan-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 35%;
        left: 74%;
    }

    .egs-company-location-vn-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 52%;
        left: 47%;
    }

    .egs-company-location-ger-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 13%;
        left: 15%;
    }
}

@media only screen and (max-width: 425px) {
    .egs-company-location-japan {
        position: absolute;
        top: 40%;
        left: 79%;
    }

    .egs-company-local-japan {
        top: 1%;
        left: 40%;
        width: 15rem;
        z-index: 99;
    }

    .egs-company-icon-location-VN {
        position: absolute;
        top: 50%;
        left: 68%;
    }

    .egs-company-local-vn {
        top: 8%;
        left: 42%;
        width: 14rem;
        z-index: 99;
    }

    .egs-company-location-aus {
        position: absolute;
        top: 70%;
        left: 76%;
    }

    .egs-company-local-aus {
        top: 65%;
        left: 27%;
        width: 18rem;
        z-index: 99;
    }

    .egs-company-icon-location-Ger {
        position: absolute;
        top: 32%;
        left: 34%;
    }

    .egs-company-local-ger {
        top: 40%;
        left: 10%;
        z-index: 99;
    }

    .egs-company-map-responsive {
        height: 285px;
    }

    .egs-company-location-aus-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 71%;
        left: 70%;
    }

    .egs-company-location-japan-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 35%;
        left: 74%;
    }

    .egs-company-location-vn-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 48%;
        left: 60%;
    }

    .egs-company-location-ger-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 23%;
        left: 23%;
    }
}

@media only screen and (max-width: 376px) {
    .egs-company-location-japan {
        position: absolute;
        top: 40%;
        left: 83%;
    }

    .egs-company-local-japan {
        top: 1%;
        left: 30%;
        width: 15rem;
        z-index: 99;
    }

    .egs-company-icon-location-VN {
        position: absolute;
        top: 50%;
        left: 68%;
    }

    .egs-company-local-vn {
        top: 8%;
        left: 35%;
        width: 14rem;
        z-index: 99;
    }

    .egs-company-location-aus {
        position: absolute;
        top: 70%;
        left: 81%;
    }

    .egs-company-local-aus {
        top: 60%;
        left: 0%;
        width: 15rem;
        z-index: 99;
    }

    .egs-company-icon-location-Ger {
        position: absolute;
        top: 33%;
        left: 30%;
    }

    .egs-company-local-ger {
        top: 45%;
        left: 10%;
        z-index: 99;
    }

    .egs-company-map-responsive {
        height: 285px;
    }

    .egs-company-map-responsive {
        height: 285px;
    }

    .egs-company-location-aus-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 71%;
        left: 70%;
    }

    .egs-company-location-japan-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 35%;
        left: 74%;
    }

    .egs-company-location-vn-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 48%;
        left: 60%;
    }

    .egs-company-location-ger-hover {
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        top: 23%;
        left: 23%;
    }
}

/* end page Company */
/* start page Our Portfolio */
.egs-portfolio-tittle-header .elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
}

.egs-portfolio-header .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem;
}

.egs-our-portfolio-list-post .thumbnail-container {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.egs-our-portfolio-list-post .jeg_thumb {
    margin-bottom: 0px;
}

.egs-our-portfolio-list-post .jeg_postblock_content {
    background: #FFF;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0rem 1.5rem;
    height: 18rem;
    position: relative;
}

.egs-our-portfolio-list-post .jeg_post_title {
    color: #212121;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}

.egs-our-portfolio-list-post .jeg_postblock_content p {
    color: rgba(33, 33, 33, 0.80);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    /* 150% */
    letter-spacing: 0.015rem;
}

.egs-our-portfolio-list-post .jeg_post_button_trade_tech {
    padding: 0.5rem 1rem;
    background: #5E499D;
    color: #fff;
    border-radius: 0.25rem;
}

.egs-our-portfolio-list-post .jeg_post_button_agriculture {
    padding: 0.5rem 1rem;
    background: #5E499D;
    color: #fff;
    border-radius: 0.25rem;
    margin-left: 1.5rem;
}

.egs-our-portfolio-list-post .jeg_post_list_button {
    position: absolute;
    top: 83%;
}

.egs-portfolio-banner-for-further .e-con-inner {
    background-image: url(/wp-content/uploads/2023/09/background-about-certification.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0.75rem;
}

.egs-our-portfolio-list-post .jeg_post:hover .jeg_postblock_content {
    background: #512DA8;
}

.egs-our-portfolio-list-post .jeg_post:hover .jeg_post_title strong {
    color: #FFF !important;
}

.egs-our-portfolio-list-post .jeg_post:hover p {
    color: #FFF;
}

.egs-our-portfolio-list-post .jeg_post:hover .jeg_post_button_trade_tech {
    background: #1E9AFF;
    color: #361E6F;
}

.egs-our-portfolio-list-post .jeg_post:hover .jeg_post_button_agriculture {
    background: #1E9AFF;
    color: #361E6F;
}

.egs-our-portfolio-list-post .jeg_post {
    padding-right: 2.5rem;
    margin-bottom: 2.5rem;
}

.egs-our-portfolio-list-post .jeg_block_navigation a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    padding: 0.5rem 2.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    width: 11.25rem !important;
    color: #212121;
    height: 2.3rem;
}

.egs-portfolio-banner-bottom-title .elementor-heading-title {
    color: var(--color-style-grey-white, #FFF);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    /* 150% */
    letter-spacing: 0.00875rem;
    text-transform: uppercase;
}

.egs-portfolio-banner-bottom-description p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    /* 150% */
    text-transform: capitalize;
    margin-bottom: 10px !important;
}

@media only screen and (min-width: 1024px) {
    .elementor.elementor-94575 {
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Portfolio.png);
        background-position: center;
        background-size: cover;
    }

    .egs-our-portfolio-list-post .jeg_post_title {
        padding-top: 20px;
    }

    .egs-our-portfolio-list-post .jeg_post:hover .jeg_post_title a {
        color: #FFF;
    }

    .egs-portfolio-banner-for-further .elementor-element-7a0a9eb {
        padding: 0px;
    }

    .egs-portfolio-banner-bottom-buttpm .elementor-widget-container {
        background-image: url(https://i0.wp.com/wp.eastgate-software.com/wp-content/uploads/2023/12/Link_button.png?fit=624%2C80&ssl=1);
        width: 22rem;
        background-position: center;
        background-size: cover;
    }

    .egs-portfolio-banner-bottom-buttpm .elementor-button-link {
        color: #512DA8;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.14px;
        text-transform: uppercase;
        padding-left: 1rem;

    }

    .egs-portfolio-banner-for-further {
        padding-bottom: 5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .elementor-94575 {
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Portfolio-tablet-1.png);
        background-size: auto;
    }

    .egs-our-portfolio-list-post .jeg_post {
        width: 100% !important;
    }

    .egs-portfolio-for-further-tablet .e-con-inner {
        background-image: url('https://eastgate-software.com/wp-content/uploads/2023/12/bg_portfolio.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-radius: 0.75rem;
    }

    .egs-portfolio-tittle-header .elementor-heading-title {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2rem;
    }

    .egs-portfolio-header .elementor-heading-title {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 3rem;
    }

    .egs-our-portfolio-list-post .jeg_thumb {
        margin-bottom: -3rem;
    }

    .egs-our-portfolio-list-post img {
        height: 20.1rem !important;
        min-height: 18% !important;
    }

    .egs-our-portfolio-list-post .jeg_postblock_content {
        height: 15rem;
        margin-top: -75px !important;
    }

    .egs-our-portfolio-list-post .jeg_post p {
        margin-bottom: 0px;
    }

    .egs-our-portfolio-list-post .jeg_post_list_button {
        top: 77%;
    }

    .egs-our-portfolio-list-post .jeg_post_title {
        padding-top: 1.25rem;
    }

    .egs-our-portfolio-list-post .jeg_post {
        margin-bottom: 1.5rem;
    }

    .egs-portfolio-our-certification-banner .elementor-heading-title {
        color: var(--color-style-grey-white, #FFF);

        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
        font-size: 2rem;
        font-weight: 700;
        line-height: 3rem;
        /* 150% */
        letter-spacing: 0.00875rem;
        text-transform: uppercase;
    }

    .egs-portfolio-certification-description p {
        color: rgba(255, 255, 255, 0.88);
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
        /* 150% */
        text-transform: capitalize;
    }

    .egs-portfolio-our-portfolio-title .e-con-inner {
        display: block !important;
    }

    .egs-our-portfolio-list-post .jeg_post:hover .jeg_post_title a {
        color: #FFF !important;
    }

    .egs-portfolio-our-certification-button .elementor-button-link {
        background: none;
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Link_button.png);
        width: 20.5rem;
        background-position: center;
        background-size: cover;
    }

    .egs-portfolio-our-certification-button .elementor-button-text {
        color: #512DA8;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.14px;
        text-transform: uppercase;
        text-align: left;
    }

    .egs-portfolio-for-further-tablet {
        padding-bottom: 4.62rem;
    }
}

@media only screen and (max-width: 767px) {
    .egs-our-portfolio-list-post .jeg_post p {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .egs-our-portfolio-list-post .jeg_post {
        padding-right: 0px;
    }

    .egs-our-portfolio-list-post img {
        height: 11.5rem !important;
        min-height: 18% !important;
    }

    .egs-our-portfolio-list-post .jeg_postblock_content {
        height: 11.875rem;
    }

    .egs-our-portfolio-list-post .jeg_post_title {
        padding-top: 0.75rem;
    }

    .egs-our-portfolio-list-post .jeg_post_title a {
        color: #212121;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .egs-our-portfolio-list-post .jeg_thumb {
        margin-bottom: -0.5rem;
    }

    .egs-portfolio-tittle-header .elementor-heading-title {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25rem;
    }

    .egs-portfolio-header .elementor-heading-title {
        margin-top: -1rem;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
    }

    .egs-our-portfolio-list-post .jeg_post_title {
        line-height: 1.25rem;
    }

    .egs-our-portfolio-list-post .jeg_postblock_content p {
        color: rgba(33, 33, 33, 0.80);
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1.125rem;
    }

    .egs-our-portfolio-list-post .jeg_post_title {
        margin-bottom: 1rem;
    }

    .egs-our-portfolio-list-post .jeg_post_list_button {
        top: 75%;
    }

    .egs-our-portfolio-list-post .jeg_post_list_button a {
        width: 5rem;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .egs-portfolio-for-further-tablet .e-con-inner {
        background-image: url("https://eastgate-software.com/wp-content/uploads/2023/12/bg_portfolio_mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
        border-radius: 0.75rem;
    }

    .egs-portfolio-our-certification-banner .elementor-heading-title {
        color: var(--color-style-grey-white, #FFF);
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
        /* 140% */
        letter-spacing: 0.00875rem;
        text-transform: uppercase;
    }

    .egs-portfolio-certification-description p {
        color: rgba(255, 255, 255, 0.80);
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        /* 142.857% */
        text-transform: capitalize;
    }

    .egs-portfolio-our-certification-banner .elementor-widget-container {
        padding-left: 1.25rem !important;
        padding-right: 18px !important;
    }

    .egs-portfolio-certification-description .elementor-widget-container {
        padding-left: 1.25rem !important;
        padding-right: 18px !important;
        padding-top: 1rem !important;
    }

    .egs-portfolio-our-certification-button .elementor-widget-container {
        padding: 0rem 1.25rem !important;
        padding-bottom: 5rem !important
    }

    .elementor-94575 {
        background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/portfolio_iPhone.png);
        background-position: top center;
        background-size: cover;
    }

    .egs-portfolio-for-further-tablet .e-con-inner {
        display: block !important;
    }

    .egs-portfolio-our-certification-button .elementor-button-link {
        background: none;
        background-image: url(https://i0.wp.com/wp.eastgate-software.com/wp-content/uploads/2023/12/Link_button.png?fit=624%2C80&ssl=1);
        width: 19rem;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .egs-portfolio-our-certification-button .elementor-button-text {
        color: #512DA8;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 0.14px;
        text-transform: uppercase;
        text-align: left;
    }

    .egs-portfolio-for-further-tablet {
        padding-bottom: 63px;
    }
}

/* end page our portfolio */
@media (min-width: 768px) {
    .egs-new-our-certtification .e-con-inner {
        --content-width: 1312px;
    }
}

/* page landing  */
@media (min-width:1024px) {
    .egs-landingpage-list-logo .e-con-inner {
        border-radius: 24px;
        background: rgba(233, 233, 233, 0.52);
        padding: 56px 0px;
    }

    .egs-landingpage-whyus .e-con-inner {
        background-image: url("https://eastgate-software.com/wp-content/uploads/2024/01/Frame-427319434-1.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        display: block;
    }

    .egs-landing-page-why-us-name .elementor-heading-title {
        margin-top: 0rem !important;
        padding-left: 4.5rem;
        padding-top: 5rem;
        color: #FFF !important;
        font-size: 45px !important;
        font-weight: 700;
        line-height: 76px;
        letter-spacing: -1.32px;
    }

    .egs-landing-page-why-us .elementor-heading-title span {
        color: #1E9AFF;
        font-family: Inter;
        font-size: 40px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 0px;
        letter-spacing: -3.6px;
        padding-left: 4.5rem;
    }

    .egs-landing-page-title-why-us h2.elementor-heading-title {
        color: var(--Neutral-900, #111827);
        font-feature-settings: 'liga' off;
        font-family: Inter !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .egs-landing-page-description-whyus p {
        color: var(--Neutral-900, #111827);
        font-feature-settings: 'liga' off;
        font-family: Inter !important;
        font-size: 16px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .egs-landingpage-commitment .elementor-heading-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

    .egs-landingpage-commitment-title .elementor-heading-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 44px;
    }

    .egs-landingpage-commitment-description p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        /* 175% */
        letter-spacing: 0.24px;
    }

    .egs-landing-page-element .e-con-inner {
        gap: unset !important;
        padding: 56px 40px 72px 40px;
    }

    .egs-landing-page-stt .elementor-heading-title {
        text-align: center;
        font-size: 48px;
        font-weight: 900;
        line-height: 60px;
    }

    .egs-landing-page-header .elementor-heading-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;

    }

    .egs-landing-page-description p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .egs-landing-page-element {
        padding: 0px;
    }

    .egs-landing-page-icon {
        padding: 0px;
        max-width: 80px;
    }

    .egs-landing-page-icon .e-con-inner {
        padding: 0px;

    }

    .egs-landing-page-stt {
        padding: 0px;
    }

    .egs-landing-page-stt .e-con-inner {
        padding: 0px;
        display: block !important;
    }

    .egs-landing-page-stt {
        max-width: 64px;
    }

    .egs-landing-page-technical {
        padding: 0px;
    }

    .egs-landing-page-technical .e-con-inner {
        padding: 0px;
        gap: unset !important;
    }

    .egs-landing-page-stt.e-flex {
        margin: 0px 12px 0px 32px;
    }

    .egs-landing-page-stt.e-flex .elementor-heading-title {
        color: #1E9AFF;

        text-align: center;
        font-size: 48px;
        font-style: normal;
        font-weight: 900;
        line-height: 60px;
    }

    .egs-landing-page-technical .egs-landing-page-header {
        color: #111827;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    .egs-landing-page-technical .egs-landing-page-description {
        color: #111827;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .egs-landing-page-why-us-list-content .e-con-inner .slick-slide {
        margin: 0px 15px;
    }

    .page-id-100521 {
        background: #F8F8F8 !important;
    }

    .egs-landing-page-why-us-list-content {
        margin-top: -265px;
    }

    .egs-landing-page-why-us-list-content .elementor-swiper-button-prev svg {
        position: fixed;
        top: -300px !important;
        right: -930px !important;
        background: #ACACAC;
        border-radius: 50%;
    }

    .egs-landing-page-why-us-list-content .elementor-swiper-button-next svg {
        position: fixed;
        top: -300px !important;
        right: 10px !important;
        background: #ACACAC;
        border-radius: 50%;
    }

    .egs-landing-page-why-us-list-content .e-con-inner {
        z-index: 6;
    }

    .egs-landingpage-whyus {
        z-index: 5;
    }

    .egs-landingpage-our-commitment {
        margin-top: -80px;
    }

    .egs-landing-page-our-commit {
        margin-top: 20rem;
        padding-left: 3rem;
    }

    .egs-landingpage-commitment-title {
        width: 80%;
    }

    .egs-landingpage-commitment-description {
        width: 80%;
    }

    .egs-landing-page-list-services .e-con-inner {
        gap: unset !important;
    }

    .egs-landing-page-element {
        margin: 0px 15px;
    }

    .egs-landing-page-experts .elementor-heading-title {
        font-size: 48px;
        font-weight: 700;
        color: #111827;
    }

    .egs-landing-page-experts .elementor-heading-title span {
        font-size: 48px !important;
        color: #1E9AFF;
    }

    .egs-landing-page-experts .elementor-heading-title {
        margin-bottom: 200px;
    }

    .egs-landing-page-our-success .elementor-heading-title {
        font-size: 48px;
        font-weight: 700;
        color: #111827;
    }

    .egs-landing-page-our-success .elementor-heading-title span {
        color: #512DA8 !important;
    }

    .egs-our-success-element-title .elementor-heading-title {
        font-size: 20px;
        font-weight: 600;
        color: #111827;
    }

    .egs-our-success-element-description p {
        font-size: 16px;
        font-weight: 400;
        color: #111827;
    }

    .egs-landing-page-watch-product .elementor-heading-title {
        font-size: 48px;
        font-weight: 700;
        color: #FFF;
        letter-spacing: -1.2px;
        padding-top: 110px;
    }

    .egs-landing-page-make-better .elementor-heading-title {
        color: #512DA8;
        font-size: 48px;
        font-weight: 700;
        line-height: 66px;
        letter-spacing: -1.2px;
    }

    .egs-landing-page-comment .elementor-testimonial-content {
        color: #010101;
        font-size: 30px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: -2px;
    }

    .egs-landing-page-comment .egs-landing-page-EGS {
        color: #6C2BD9;
    }

    .egs-landing-page-comment .elementor-testimonial-name {
        color: #010101;
        font-size: 24px !important;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.12px;
    }

    .egs-landing-page-comment .elementor-testimonial-job {
        color: rgba(1, 1, 1, 0.64);
        font-size: 17.813px !important;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    .egs-landing-page-comment .elementor-widget-container {
        border-radius: 24px;
    }

    .egs-landing-page-form-contact-us {
        background-image: url(https://eastgate-software.com/wp-content/uploads/2024/02/Section.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #4895EF;
    }

    .egs-landing-page-footer-company-name .elementor-heading-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 64px;
        letter-spacing: -1.2px;
        color: #fff;
    }

    .egs-landing-page-footer-company-name .egs-landing-page-name-company {
        color: #4895EF;
    }

    .egs-landing-page-icon-company-name svg {
        width: 215px;
        margin-top: 70px;
        margin-left: -60px;
    }

    .egs-landing-page-contact-us-logo img {
        width: 10rem;
    }

    .egs-landing-page-contact-us-logo svg {
        width: 40px;
        background: #F4F4F2;
        height: 40px;
        border-radius: 50%;
    }

    .egs-landing-page-contact-us-logo .elementor-widget-icon {
        position: absolute;
        right: 0px;
    }

    .egs-landing-page-column-right-contact-form {
        background: #fff;
        border-radius: 12px;
        margin-top: 130px;
    }

    .egs-landing-page-contact-us .elementor-heading-title {
        color: rgba(1, 1, 1, 0.86);
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
    }

    .egs-landing-page-contact-us-hi-friend .elementor-heading-title {
        color: rgba(1, 1, 1, 0.86);
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .egs-landing-page-contact-us-description p {
        color: rgba(1, 1, 1, 0.64);
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        margin: 0px;
        padding-top: 10px;
    }

    .egs-landing-page-column-right-contact-form .e-con-inner {
        gap: unset;
    }

    .page-id-100521 .jeg_main {
        margin-top: 107px !important;
    }

    .egs-landing-page-element {
        height: 300px !important;
    }

    .egs-landingpage-comment-left {
        position: absolute;
        top: -70px;
        left: -8%;
    }

    .egs-landingpage-comment-next {
        position: absolute;
        top: -70px;
        right: -8%;
    }

    .egs-landing-page-contact-us-logo {
        padding: 0px;
    }

    .egs-landing-page-contact-us-hi-friend {
        padding: 10px 0px;
    }

    .egs-landing-page-list-services {
        height: 320px !important;
    }

    .egs-landing-page-list-services .jeg_thumb {
        border-radius: 0rem;
    }

    .egs-landing-page-list-services .thumbnail-container.animate-lazy.size-715 {
        width: 50%;
    }

    .egs-landing-page-list-services .jeg_thumb img {
        width: 80%;
    }

    .egs-landing-page-list-services .jeg_postblock_content {
        left: 50%;
        height: 100%;
        width: 50%;
    }

    .egs-landing-page-post-case-study {
        border-radius: 32px;
        padding: 60px;
        background: #DBE7F6;
    }

    .egs-landing-page-post-case-study .jeg_thumb {
        width: 50%;
        border-radius: 0rem;
    }

    .egs-landing-page-post-case-study .jeg_postblock_content {
        left: 50%;
        background: #DBE7F6;
        height: 100%;
        padding: 20px 35px 10px 0px;
    }

    .egs-landing-page-post-case-study .thumbnail-container {
        width: 190px;
        border-radius: 14px;
        height: 250px;
    }

    .egs-landing-page-post-case-study .jeg_post_title strong {
        color: #111827;
    }
}


.egs-news-subtitle p {
    display: none !important;
}


/* fix menu mobile */
.jeg_mobile_bottombar {
    background: transparent !important;
}

.jeg_navbar_mobile {
    background: linear-gradient(85deg, rgba(255, 255, 255, 0.64) 1.36%, rgba(255, 255, 255, 0.51) 24.97%, rgba(255, 255, 255, 0.26) 52.14%, rgba(255, 255, 255, 0.29) 77.53%, rgba(255, 255, 255, 0.70) 119.26%, rgba(255, 255, 255, 0.37) 136.7%, rgba(255, 255, 255, 0.13) 163.86%) !important;
}

.jeg_navbar_mobile.jeg_sticky_nav {
    background: white !important;
}

/* Fix blog detail */
.single-post .jeg_main {
    background-image: url('/wp-content/uploads/2023/09/background-news.svg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 11rem;
    background-color: #F0F0F0;
    padding-bottom: 3rem;
}

.single-post .jeg_main .jeg_container {
    max-width: 1140px;
}

.single-post .jeg_main .jeg_container .jeg_content {
    background: transparent;
}

.single-post .jeg_main_content {
    background: white;
    border-radius: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.jeg_singlepage .jeg_breadcrumbs {
    margin-top: -2.5rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .egs-landingpage-whyus .e-con-inner {
        background-image: url(https://eastgate-software.com/wp-content/uploads/2024/06/why_us.png);
        background-size: cover;
        height: 153px;
        padding-left: 10px;
    }

    .egs-landing-page-why-us-name span {
        color: #FFF;
        font-size: 24px;
        font-weight: 700;
    }

    .egs-landing-page-why-us .elementor-heading-title {
        color: #1E9AFF;
        font-size: 24px;
        font-weight: 700;
    }

    .egs-landing-page-title-why-us .elementor-heading-title {
        font-size: 24px;
    }

    .egs-landingpage-commitment .elementor-heading-title {
        font-size: 20px;
    }

    .egs-landingpage-commitment-title .elementor-heading-title {
        font-size: 24px;
        font-weight: 600;
    }

    .egs-landing-page-icon {
        padding: 0px;
        max-width: 40px;
    }

    .egs-landing-page-stt {
        max-width: 15px;
    }

    .egs-landing-page-technical {
        padding: 0px;
        max-width: 70%;
        padding-left: 40px;
    }

    .egs-landing-page-list-services-mobile .egs-landing-page-element {
        height: 300px;
    }

    .egs-landing-page-icon img {
        margin-top: 0px !important;
    }

    .egs-landing-page-element .e-con-inner {
        gap: unset !important;
    }

    .egs-landing-page-header .elementor-heading-title {
        font-size: 24px;
        font-weight: 600;
    }

    .egs-landing-page-post-case-study .jeg_thumb {
        width: 160px;
        height: 200px;
    }

    .egs-landing-page-post-case-study .thumbnail-container.animate-lazy.size-715 {
        width: 150px;
        height: 200px;
        border-radius: 15px;
    }

    .egs-landing-page-post-case-study .jeg_postblock_content {
        padding-left: 170px;
        width: 100% !important;
        background: none !important;
    }

    .egs-landing-page-post-case-study {
        min-height: 265px;
    }

    .egs-landing-page-post-case-study strong {
        color: #000;
    }

    .egs-landing-page-comment-testimonial .elementor-widget-container {
        padding: 0px !important;
    }

    .egs-landing-page-comment-testimonial .elementor-testimonial-content {
        font-size: 16px !important;
    }

    .egs-landing-page-comment-mobile .elementor-widget-container {
        border-radius: 10px;
    }

    .egs-landing-page-our-success .elementor-heading-title {
        color: #000;
        font-weight: 600;
    }

    .egs-landing-page-experts .elementor-heading-title {
        color: #000;
        font-weight: 600;
    }

    .egs-landing-page-experts .elementor-heading-title span {
        color: #1E9AFF;
    }

    .egs-landing-page-our-success .elementor-heading-title span {
        color: #1E9AFF;
    }

    .egs-landing-page-watch-product .elementor-heading-title {
        font-weight: 600;
        font-size: 19px;
    }

    .egs-landing-page-make-better .elementor-heading-title {
        font-size: 20px;
        font-weight: 600;
        color: #512DA8;
    }

    .egs-landing-page-comment-mobile .e-con-inner {
        display: block !important;
    }

    .egs-landing-page-comment-mobile .egs-landing-page-comment-testimonial {
        height: 160px;
    }

    .egs-landing-page-comment-mobile .egs-landing-page-comment-testimonial .elementor-widget-container {
        height: 160px;
    }

    .egs-landing-page-footer-company-name .elementor-heading-title {
        font-size: 24px;
        font-weight: 600;
    }

    .egs-landing-page-footer-company-name .egs-landing-page-name-company {
        color: #1E9AFF;
    }

    .egs-landing-page-contact-us-logo img {
        width: 50%;
    }

    .egs-landing-page-contact-us .elementor-heading-title {
        font-size: 24px;
        font-weight: 600;
    }

    .egs-landing-page-contact-us-hi-friend .elementor-heading-title {
        font-size: 24px;
        font-weight: 600;
    }

}

@media (max-width:767px) {
    .single-post .jeg_main {
        padding-top: 8rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .single-post .jeg_breadcrumbs {
        position: relative !important;
        top: -2.5rem;
    }

    .single-post .jeg_main_content {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }

    .single-post .jeg_meta_date {
        padding-top: 0 !important
    }

    .single-post .jeg_meta_date a {
        color: #212121;
    }

    .single-post .jeg_post_title {
        font-size: 1.5rem !important;
        padding-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .single-post .theiaStickySidebar {
        position: relative !important;
        top: 0 !important;
        left: 0rem !important;
        right: 0 !important;
        /* width: 100% !important; */
        /* max-width: 500px; */
        overflow: hidden;
        border-radius: 1rem !important;
        margin-left: -1rem;
        margin-right: -1rem !important;
    }

    .egs-news-list article {
        border-radius: 8px !important;
    }

    .egs-news-list .e-con-inner {
        display: flex;
        flex-direction: column-reverse !important;
    }


}

.widget_categories {
    border: none;
}

.single-post .jeg_breadcrumbs a {
    font-size: 1rem;
    color: #00000066 !important;
}

.single-post .breadcrumb_last_link a {
    color: #1C1C1C !important;
}


.single-post .entry-header {
    margin-top: -1rem !important;
}

.single-post .entry-header .jeg_meta_date {
    margin-top: -2rem !important;
    font-size: 1rem;
}

.single-post .jeg_post_title {
    font-size: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.single-post .jeg_featured {
    border-radius: 8px;
    overflow: hidden;
}

.jeg_footer a {
    color: white !important;
}

/* content mobile header */
.jeg_mobile_wrapper {
    width: 100% !important;
}

.jeg_menu_close {
    top: 1.8rem;
}

.jeg_show_menu .jeg_menu_close {
    z-index: 999999;
    color: black;
}

.jeg_show_menu .jeg_menu_close i:before {
    font-size: 1em;
    font-weight: 600 !important;
}

.jeg_mobile_wrapper .jeg_mobile_menu {
    position: relative;
    padding-top: 4rem;
}

.jeg_mobile_wrapper .jeg_mobile_menu:before {
    content: "";
    background-image: url('/wp-content/uploads/2023/09/logo.svg');
    width: 200px;
    padding-top: 3rem;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.jeg_mobile_wrapper .jeg_mobile_menu .menu-item {
    padding-top: 1rem;
    border-bottom: 0.5px solid #B7B7B7;
}

.jeg_mobile_wrapper .jeg_mobile_menu .sub-menu .menu-item {
    border-bottom: none;
}

.jeg_mobile_wrapper .jeg_mobile_menu .menu-item a {
    font-weight: 400;
}

.jeg_mobile_wrapper .jeg_mobile_menu .sub-menu .menu-item a {
    padding-bottom: 1rem;
}

.egs-mobile-menu-bottom * {
    color: #081515;
}

.egs-mobile-menu-bottom p {
    margin-bottom: 0;
}

.egs-mobile-menu-bottom p a {
    display: block;
    margin: 1rem 0;
}

.egs-mobile-menu-bottom ul {
    display: flex;

}

.egs-mobile-menu-bottom ul li:nth-child(2) {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    position: relative
}

.egs-mobile-menu-bottom ul li:nth-child(2)::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
}

.jeg_mobile_wrapper {
    width: 100% !important;
}

/* blog category */

body.category .jeg_main {
    background-image: url('/wp-content/uploads/2023/09/background-news.svg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 11rem;
    background-color: #F0F0F0;
}

body.category .jeg_main .jeg_container {
    max-width: 1140px;
}

body.category .jeg_main .jeg_container .jeg_content {
    background: transparent;
}

body.category .jeg_main_content {
    border-radius: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.widget_categories {
    border: none;
}

body.category .jeg_breadcrumbs {
    margin-top: -2.5rem !important;

}

body.category .jeg_breadcrumbs a {
    font-size: 1rem;
    color: #00000066 !important;
}

body.category .breadcrumb_last_link a {
    color: #1C1C1C !important;
}

body.category .entry-header .jeg_meta_date {
    padding-top: 1rem;
    font-size: 1rem;
}

body.category .jeg_post_title {
    font-size: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

body.category .jeg_featured {
    border-radius: 8px;
    overflow: hidden;
}


@media (max-width:767px) {
    body.category .jeg_main {
        padding-top: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }


    body.category .jeg_breadcrumbs {
        position: relative !important;
        top: -2.5rem;
    }

    body.category .jeg_main_content {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }

    body.category .jeg_meta_date {
        padding-top: 0 !important
    }

    body.category .jeg_meta_date a {
        color: #212121;
    }

    body.category .jeg_post_title {
        font-size: 1.5rem !important;
        padding-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    body.category .theiaStickySidebar {
        position: relative !important;
        top: 0 !important;
        left: 0rem !important;
        right: 0 !important;
        /* width: 100% !important; */
        /* max-width: 500px; */
        overflow: hidden;
        border-radius: 1rem !important;
        margin-left: -1rem;
        margin-right: -1rem !important;
    }
}

body.category .jeg_breadcrumbs a {
    font-size: 1rem;
    color: #00000066 !important;
}

body.category .breadcrumb_last_link a {
    color: #1C1C1C !important;
}


body.category .entry-header {
    margin-top: -1rem !important;
}

body.category .entry-header .jeg_meta_date {
    margin-top: -2rem !important;
    font-size: 1rem;
}

body.category .jeg_post_title {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 0.5rem;
    margin-bottom: 0rem;
}

body.category .jeg_featured {
    border-radius: 8px;
    overflow: hidden;
}

body.category .jeg_breadcrumbs {
    display: none !important;
}

body.category .jnews_category_header_top .jeg_cat_header_2 {
    background: none;
    text-align: center;
    margin-bottom: 0 !important;
}

body.category .jnews_category_header_top h1.jeg_cat_title {
    color: #1E9AFF;
    font-size: 1.5rem;
    font-weight: 600;
}

body.category .jnews_category_header_top h2.jeg_cat_subtitle {
    text-align: center;
    color: #512DA8;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: 800px;
    margin: 1rem auto;
}


body.category .jeg_boxed .jeg_main .jeg_container,
body.category .jeg_content {
    background: transparent;
}

.elementor.elementor-96101 {
    background: linear-gradient(217deg, #fff, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #512da8a3, #fff 70.71%), linear-gradient(360deg, #fff, rgba(0, 0, 255, 0) 70.71%);
}

body.category .jeg_posts .jeg_post .jeg_post_category {
    display: none;
}

body.category .jeg_posts .jeg_post .jeg_readmore {
    display: none;
}

body.category .jeg_post {
    border-radius: 32px 16px 16px 0px;
    background: white;
    overflow: hidden;
    padding-right: 0.5rem;
}

body.category .jeg_thumb {
    border-radius: 32px 0px;
    overflow: hidden;
    width: 230px;
}

body.category .jeg_thumb img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

body.category .jeg_posts .jeg_post:first-child {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 16px;
    overflow: hidden;
}

body.category .jeg_posts .jeg_post:first-child .jeg_thumb {
    width: 100% !important;
    height: 440px;
    overflow: hidden;
    border-radius: 0;
}

body.category .jeg_post:first-child .jeg_postblock_content {
    padding: 0.875rem 1.5rem;
}

/* START FIX MOBILE BLOG */
@media (max-width: 750px) {

    body.category,
    .page-id-95448,
    .page-id-101294,
    .page-id-101296 {
        background-position: left !important;
    }

    body.category .jeg_main .container {
        margin-top: -2rem
    }

    body.category .jeg_cat_subtitle {
        margin-bottom: 2.5rem !important;
        font-size: 1rem !important;
    }

    .page-id-95448 .jeg_main,
    .page-id-101294 .jeg_main,
    .page-id-101296 .jeg_main {
        margin-top: -9rem;
    }

    body.category .elementor-heading-title,
    .page-id-95448 .elementor-heading-title,
    .page-id-101294 .elementor-heading-title,
    .page-id-101296 .elementor-heading-title {
        font-size: 1.25rem !important;
    }

    .egs-news-subtitle p {
        font-size: 1rem;
        margin-top: -0.75rem;
        margin-bottom: -0.5rem;
    }

    body.category .jeg_posts .jeg_post,
    .page-id-95448 .jeg_posts .jeg_post,
    .page-id-101294 .jeg_posts .jeg_post,
    .page-id-101296 .jeg_posts .jeg_post {
        display: flex;
        flex-direction: column;
        background: white;
        border-radius: 16px;
        overflow: hidden;
    }

    body.category .jeg_posts .jeg_post .jeg_thumb,
    .page-id-95448 .jeg_posts .jeg_post .jeg_thumb,
    .page-id-101294 .jeg_posts .jeg_post .jeg_thumb,
    .page-id-101296 .jeg_posts .jeg_post .jeg_thumb {
        width: 100% !important;
        height: 200px !important;
        overflow: hidden;
        border-radius: 0;
    }

    body.category .jeg_post .jeg_postblock_content {
        padding: 0rem 1rem 1rem !important;
    }

    .page-id-95448 .jeg_post .jeg_postblock_content,
    .page-id-101294 .jeg_post .jeg_postblock_content,
    .page-id-101296 .jeg_post .jeg_postblock_content {
        padding: 0.875rem 1.5rem;
    }

    body.category .jeg_post .jeg_post_title {
        font-size: 1rem !important;
        line-height: 1.3 !important;
    }

    .page-id-95448 .jeg_post .jeg_post_title,
    .page-id-101294 .jeg_post .jeg_post_title,
    .page-id-101296 .jeg_post .jeg_post_title {
        padding-top: 0;
        margin-bottom: 0;
    }

    body.category .egs-news-sidebar-right,
    .page-id-95448 .egs-news-sidebar-right,
    .page-id-101294 .egs-news-sidebar-right,
    .page-id-101296 .egs-news-sidebar-right {
        position: relative;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    body.category .egs-news-sidebar-right .widget_categories,
    .page-id-95448 .egs-news-sidebar-right .widget_categories,
    .page-id-101294 .egs-news-sidebar-right .widget_categories,
    .page-id-101296 .egs-news-sidebar-right .widget_categories {
        width: 100% !important;
        overflow: hidden !important;
    }

    .jeg_block_navigation,
    .page-id-95448 .jeg_block_navigation,
    .page-id-101294 .jeg_block_navigation,
    .page-id-101296 .jeg_block_navigation {
        margin-top: 0.5rem;
        margin-bottom: -1.25rem;
    }

}


body.category .jeg_post {
    padding: 0 !important;
}

body.category .jeg_post_excerpt {
    max-height: 3rem;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .egs-privacy-policy-title {
        margin-top: 156px;
    }

    .egs-privacy-policy-description {
        padding: 0px 100px;
    }

    .egs-privacy-policy-description p {
        margin: 0px;
    }

    .egs-contact-us {
        margin-top: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .egs-contact-us {
        margin-top: 100px;
    }
}

@media (max-width:767px) {
    .egs-privacy-policy-header .elementor-heading-title {
        font-size: 24px !important;
    }

    .egs-privacy-policy-description p {
        font-size: 14px !important;
        margin: 0px;
    }

    .egs-privacy-policy-we-collect h2 {
        font-size: 20px;
    }

    .snc-home-design-develop-content-mobile {
        margin: 0px;
    }

    .snc-home-design-develop-content-mobile .elementor-heading-title {
        color: #212121;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .snc-home-design-develop-content-mobile p {
        color: #393939;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

div#ftwp-postcontent * {
    margin-bottom: 0.75rem;
}

div#ftwp-postcontent * {
    line-height: 1.5;
}

div#ftwp-postcontent h2 {
    font-size: 1.5rem;
}

.egs-news-sidebar-right li.cat-item.cat-item-1435 {
    display: none;
}

.egs-news-sidebar-right .cat-item.cat-item-1434 {
    display: none;
}

.egs-news-sidebar-right .cat-item.cat-item-1436 {
    display: none;
}

li.cat-item.cat-item-1435 {}


li.cat-item.cat-item-1435 {
    display: none;
}

li.cat-item.cat-item-1434 {}


li.cat-item.cat-item-1434 {
    display: none;
}

li.cat-item.cat-item-1436 {}


li.cat-item.cat-item-1436 {
    display: none;
}

li.cat-item.cat-item-1423 {}


li.cat-item.cat-item-1423 {
    display: none;
}

li.cat-item.cat-item-1430 {}


li.cat-item.cat-item-1430 {
    display: none;
}

#wpcf7-f99805-p94508-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: none !important;
    background-image: url(https://eastgate-software.com/wp-content/uploads/2023/12/Link-1.png) !important;
    width: 56%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: grab;
    color: #FAFAFA !important;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

/* FIX JA COMPANY */
html[lang="ja"] .page-id-94571 .elementor-slide-description {
    width: 45%;
}
html[lang="ja"] li#menu-item-104856 {
    display: none;
}
html[lang="ja"] .page-id-94571 .elementor-slide-description span {
    display: inline-block;
}

html[lang="ja"] .jeg_post_meta {
    display: none;
}

html[lang="ja"] .jeg_post_excerpt {
    margin-bottom: 0;
    border-bottom: 0 !important;
}

.egs-home-slide-customer-wrap {
    background: rgba(81, 45, 168, 0.32);
    backdrop-filter: blur(6px);
}

.egs-home-slide-customer-container {
    display: flex;
    max-width: 1312px;
    margin: auto;
    overflow: hidden;
    align-items: center;
    /* margin-left: 100px; */
    /* margin-right: 100px; */
    height: 88px;
}

.egs-home-slide-customer-wrap h2 {
    min-width: 200px;
    color: #F0F0F0;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#egs-home-slide-customer {
    width: 100%;
    /* height: 40px; */
}

.egs-home-slide-customer-item {
    height: 40px;
    position: relative;
}

.egs-home-slide-customer-item:hover .egs-home-slide-customer-item-white {
    opacity: 0;
}

.egs-home-slide-customer-item:hover .egs-home-slide-customer-item-main {
    opacity: 1;
}

.egs-home-slide-customer-item-white {
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
    filter: brightness(0) invert(1);
    height: 100%;
    display: flex;
    align-items: center;

}

.egs-home-slide-customer-item-main {
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.egs-home-slide-customer-title {
    position: relative;
    margin-right: 2rem;
}

.egs-home-slide-customer-title:after {
    content: "";
    width: 1px;
    height: calc(100% - 3rem);
    background: #F0F0F0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 1.5rem;
}

.egs-home-slide-customer-item .centric img {
    height: 16px;
}

@media (max-width: 900px) {
    .egs-home-slide-customer-container {
        flex-direction: column;
        padding-bottom: 1rem;
    }

    .egs-home-slide-customer-title:after {
        display: none;
    }

    .egs-home-slide-customer-title {
        text-align: center;
        margin-right: 0;
    }

    .egs-home-slide-customer-wrap h2 {
        margin-bottom: 0.5rem;
        margin-top: 1.25rem;
    }
}

.egs-home-list-our-customers,
.egs-home-list-our-customers-mobile {
    display: none;
}

/* .egs-home-list-our-services {
    margin-top: 5rem;
} */
.egs-home-slide-customer-wrap {
    position: relative;
    z-index: 9;
}


.egs-home-our-customer-mobile {
    display: none;
}

.egs-home-list-post h2.jeg_post_title strong {
    line-height: 1.2;
    font-size: 2rem;
}

.egs-home-list-post img.jeg_post_feature_image {
    object-fit: cover;
    object-position: center center;
}

.elementor-widget-image img {
    margin-top: 12px;
}

.egs-landing-page-contact-us-logo svg {
    margin-top: 10px;
}

.egs-landingpage-list-logo .swiper-slide-image {
    height: 70px;
    width: 150px;
}

.egs-landingpage-list-logo .e-con-inner {
    margin-top: -150px;
    margin-bottom: 100px;
}

.egs-landing-page-our-success .elementor-heading-title {
    margin-top: 40px;
}

.egs-landing-page-column-right-contact-form {
    margin-bottom: 80px;
}

.egs-home-local-department-list img {
    padding-top: 1px !important;
}

.elementor-testimonial-content span {
    font-size: 18px !important;
}

.egs-company-comment-hubspot .elementor-testimonial-content {
    font-size: 18px !important;
}

.elementor-element-9071c2e {
    padding-top: 103px !important
}

.egs-landing-page-achievements img {
    width: 69%;
}

.egs-landing-page-achievements-heading {
    margin-top: 30px;
}

.egs-contact-hubspot-form {
    width: 600px;
}

.egs-contact-our-achievements img {
    width: 55%;
}

.egs-contact-2 {
    width: 100%;
}

.egs-contact-us-local-department .e-con-inner {
    gap: unset;
}

.egs-contact-location-vietnam {
    margin-top: 20px;
}

.egs-contact-location-japan {
    margin-top: 20px;
}

.egs-contact-location-germany {
    margin-top: 20px;
}

.egs-contact-location-australia {
    margin-top: 20px;
}

.egs-contact-location-vietnam-detail {
    margin-top: -12px;
}

.egs-contact-location-japan-detail {
    margin-top: -12px;
}

.egs-contact-location-germany-detail {
    margin-top: -12px;
}

.egs-contact-location-australia-detail {
    margin-top: -12px;
}

.elementor-element.elementor-element-b6b4d94.e-flex.e-con-boxed.e-con.e-parent {
    margin-top: -124px;
}

.egs-contact-testimonials-digi .elementor-testimonial-meta {
    padding-top: 25px;
}

.egs-contact-us-form-and-information {
    margin-top: 70px !important;
}

.egs-contact-us-call-to-action {
    position: sticky !important;
    top: 82px;
}

@media (min-width:480px) and (max-width:767px) {
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item {
        max-width: calc(100%/3) !important;
    }
}

@media (max-width:479px) {
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item {
        max-width: calc(100%/3) !important;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .egs-contact-us-testimonials {
        --flex-direction: column !important;
    }
}

.egs-confirmation-contact-us-cta .elementor-widget-container {
    margin-bottom: -80px;
}

.elementor-element.elementor-element-d3bef98.e-flex.e-con-boxed.e-con.e-parent {
    margin-top: 140px;
}

.elementor-element.elementor-element-eeb0a86.egs-confirmation-contact-us-calendly.elementor-widget.elementor-widget-shortcode {
    margin-bottom: 60px;
}

.elementor-element.elementor-element-c7b0bf9.egs-confirmation-contact-us-cta-and-calendly.e-flex.e-con-boxed.e-con.e-parent {
    margin-top: 40px;
}

@media (max-width:479px) {
    .egs-confirmation-contact-us-cta.elementor-widget.elementor-widget-text-editor {
        margin-bottom: 60px;
    }
}

@media (max-width:479px) {
    .egs-contact-us-confirmation-line.elementor-widget.elementor-widget-heading {
        text-align: center;
    }
}

html[lang="ja"] .elementor-element-b6b4d94 .elementor-widget-container {
    background-image: url(/wp-content/uploads/2024/05/CONTACT-US-4.webp) !important;
}

/* .jeg_mobile_menu li:first-child {
    display: none !important;
} */

@media (max-width: 479px) {

    .page-id-107022 .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 33% !important;
    }
}

.jeg_inner_content h3 span {
    font-size: 20px !important;
}

.postid-69003 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-69015 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68991 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68983 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68969 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68877 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68858 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68849 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68841 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68833 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68825 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

.postid-68817 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68809 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68739 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68706 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68688 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68680 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68664 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68656 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68648 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68636 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68580 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68589 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68597 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68572 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68557 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68549 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68543 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68536 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68528 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68504 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-68085 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-67895 .jeg_sidebar.jeg_sticky_sidebar.col-md-4,
.postid-67876 .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
    display: none !important;
}

@media only screen and (max-width:2560px) and (min-width: 1024px) {
    .egs-form-case-study {
        position: fixed;
        top: 110px;
        right: 26%;
        background: #fff;
        border-radius: 15px;
        margin-top: 100px;
    }
}

@media (max-width: 2360px) {
    .egs-form-case-study {
        right: 24%;
    }
}

@media (max-width: 2160px) {
    .egs-form-case-study {
        right: 22%;
    }
}

@media (max-width: 2010px) {
    .egs-form-case-study {
        right: 20%;
    }
}

@media (max-width: 1850px) {
    .egs-form-case-study {
        right: 18%;
    }
}

@media (max-width: 1750px) {
    .egs-form-case-study {
        right: 16%;
    }
}

@media (max-width: 1650px) {
    .egs-form-case-study {
        right: 16%;
    }
}

@media (max-width: 1550px) {
    .egs-form-case-study {
        right: 16%;
    }
}

@media (max-width: 1441px) {
    .egs-form-case-study {
        right: 10%;
    }
}

@media (max-width: 1110px) {
    .egs-form-case-study {
        right: 2%;
        width: 300px;
    }
}

@media (max-width: 479px) {
		rs-layer#slider-4-slide-6-layer-1 {
    margin-top: 50px;
	}
		a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 99px;
    height: 82px;
	}
	.egs-home-real-more-application svg {
        margin-left: 61px;
  }
}

li#menu-item-108906 {
    display: none !important;
}

@media (max-width: 479px) {
		a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 139px !important;
    height: 65px !important;
	}
}

@media (max-width: 479px) {
	.elementor-element.elementor-element-1165c48.egs-landing-page-achievements-heading.elementor-widget.elementor-widget-heading {
    margin-right: 19px;
    margin-left: 15px;
	}
}

@media (max-width: 479px) {
	.elementor-element.elementor-element-ccc81e7.egs-services-page-egs-contact-logo.elementor-widget.elementor-widget-image {
    margin-left: 66px !important;
		}
}

@media (max-width: 1024px) {
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-108906 {
    display: none !important;
	}
}



@media (max-width: 1024px) {
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-95526 {
    display: none;
	}
}

@media (max-width: 479px) {
	.elementor-element.elementor-element-959cd7d.egs-home-real-more-application-trading-platform.animated-fast.elementor-align-left.elementor-widget.elementor-widget-button.animated.fadeInUp {
    margin-bottom: -150px;
    top: -46px;
	}
}
 
@media (max-width: 479px) {
	.elementor-element.elementor-element-e3594f2.homepage-cs-stock-prediction-title.elementor-widget.elementor-widget-heading {
    top: 16px;
	}
}

@media (max-width: 479px) {
	.egs-home-real-more-application .elementor-button-text {
    left: 38px !important;
    bottom: 19px !important;
    position: absolute !important;
    color: #212121 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    bottom: 32px !important;
	}
	[lang="ja"] .egs-company-your-journey-button .elementor-button-text {
        padding: 10px 3px;
    }
	[lang="ja"] .egs-home-real-more-application-trading-platform .elementor-button-text {
        padding: 10px 3px;
    }
}

@media (max-width: 479px) {
	span.elementor-button-text {
    padding: 10px;
	}
	.elementor-element-9071c2e {
    padding-top: 0px !important;
}
	.egs-landingpage-list-logo .e-con-inner {
		margin-top: 0px;
	}
	.egs-landing-page-form-contact-us {
		background-image: url(https://i0.wp.com/eastgate-software.com/wp-content/uploads/2024/02/Section.jpg?fit=1728%2C984&ssl=1);
    background-size: cover;
    background-position: center;
	}
	.egs-landing-page-column-right-contact-form {
    background: #fff;
		border-radius:8px;
}
	    .egs-landing-page-contact-us .elementor-heading-title, .egs-landing-page-contact-us-hi-friend .elementor-heading-title {
				color: rgba(1, 1, 1, 0.86);
	}
}

.elementor-element.elementor-element-19ffb41.e-grid.elementor-hidden-tablet.elementor-hidden-mobile.egs-company-bod.e-con-boxed.e-con.e-child {
	left: 85px !important;
}

@media only screen and (max-width:2560px) and (min-width: 1024px) {
.row.contactform_blogcontent_blogcategory {
    display: flex !important;
	}
	iframe#hs-form-iframe-0 {
    width: 87% !important;
	}
}

@media only screen and (max-width:2560px) and (min-width: 1024px) {
.elementor-element.elementor-element-50305d4.e-con-full.e-grid.egs-home-local-department-elements.egs-home-local-japan.e-con.e-child {
    width: 640px !important;
	}
}
.embed_download {
    margin-top: 30px !important;
}
.embed_download a {
    padding: 10px;
    margin-top: 20px;
    background: #5d3cb0;
    color: #FFF;
		border-radius:3px;
}
.esg-ebook-banner img {
    width: 100% !important;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.esg-ebook-banner .elementor-image-box-content {
    position: absolute;
    top: 50%;
}
.esg-ebook-banner .elementor-image-box-title {
    color: #FFFFFF;
    font-size: 2.1rem;
    font-weight: 400;
}
.egs-tech-case-studies-list-post .post-image {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.egs-tech-case-studies-list-post img {
	 width: auto;
   object-fit: cover;
	 min-height: 100% !important;
}
@media (max-width: 768px) {
    .egs-landing-page-post-case-study {
        min-height: 265px;
        display: inline-flex !important;
        flex-direction: row !important;
        gap: unset !important;
        max-width: 100%;
    }
	    .egs-landing-page-post-case-study .jeg_thumb {
        width: 160px;
        height: 200px;
        flex: 1 !important;
        width: 50% !important;
        min-width: 50% !important;
    }
	    .egs-landing-page-post-case-study .jeg_postblock_content {
        width: 50% !important;
        background: none !important;
        padding: 0px;
				position: relative;
    }
}
@media (max-width: 375px) {
	.egs-landing-page-post-case-study  {
		gap: 15px !important;
	}
}

rs-layer#slider-10-slide-13-layer-12 img, .thumbnail-container img {
    object-fit: cover;
    object-position: center;
}

/* Start customize German */
html[lang='de-DE'] .egs-home-ready-share-button-let-work {
    width: 21rem !important;
}
html[lang='de-DE'] #slider-7-slide-10-layer-2 {
    width: 355px !important;
}

html[lang='de-DE'] .egs-company-bod .e-con-inner .elementor-widget-image-box:nth-child(-n+4) .elementor-image-box-description {
    font-size: 10.5px !important;
    letter-spacing: 1px !important;
}

.egs-services-drop-line .elementor-widget-shortcode {
    width: 100%;
}

.egs-services-drop-line .elementor-widget-shortcode iframe#hs-form-iframe-0,
.egs-landing-page-form-contact-us  iframe#hs-form-iframe-0 {
    width: 100% !important;
}

.jeg_pagination_loadmore .jeg_post:not(:first-child) .jeg_postblock_content {
  padding: 0.5rem 0;             
}

.jeg_pagination_loadmore .jeg_post:not(:first-child) .jeg_post_title {
  display: -webkit-box;           
  -webkit-box-orient: vertical;   
  -webkit-line-clamp: 2;          
  overflow: hidden;
  line-height: 1.2;
}

.jeg_pagination_loadmore .jeg_post:not(:first-child) .jeg_post_excerpt {
  display: -webkit-box;           
  -webkit-box-orient: vertical;   
  -webkit-line-clamp: 3;          
  overflow: hidden;    
  line-height: 1.4;
}

.egs-contact-background .elementor-widget-heading .elementor-widget-container {
    position: relative;
}

.egs-contact-background .elementor-widget-heading .elementor-widget-container:before {
    content: "";
    width: 200px;
    height: 6px;
    background: #512da8;
    position: absolute;
    bottom: -9px;
    left: 0;
    opacity: 1;
    display: block !important;
}

.egs-company-slider .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    margin-left: 3rem;
}

.egs-company-slider .elementor-icon-box-icon svg {
    transform: scale(1.4);
    margin-top: 2rem;
}

.egs-company-slider .elementor-icon-box-title {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0c185d;
    text-align: left;
    margin: 0 0 0 1.5rem;
}

.egs-company-slider .elementor-icon-box-description {
    font-size: 1.2rem;
    color: #0c185d;
    text-align: left;
    margin: 0 0 0 1.5rem !important;
}

.egs-company-slider .elementor-swiper-button path {
    fill: #0c185d
}

.elementor-swiper-button-prev {
    left: 1rem !important;
}

.elementor-swiper-button-next {
    right: 1rem !important;
}

/* .egs-company-slider .long-text .elementor-icon-box-description {
    font-size: 0.9rem !important;
} */

.trp-ls-shortcode-language a:nth-child(n+2) {
    text-align: left !important;
    padding-left: 0.75rem !important;
}

body.logged-in .post_gate_form {
	display: none;
}

html[lang='de-DE'] .post-wrapper .sib-form-block .sib-form-block__button {
    font-size: 14px !important;
}

@media (min-width: 1100px) {
html[lang='de-DE'] #tcsa-landingpage-button-demo,
html[lang='de-DE'] #slider-6-slide-9-layer-9,
html[lang='de-DE'] #slider-8-slide-11-layer-9,
html[lang='de-DE'] #slider-9-slide-12-layer-9,
html[lang='de-DE'] #slider-10-slide-13-layer-9,
html[lang='de-DE'] #slider-11-slide-14-layer-9,
html[lang='de-DE'] #slider-12-slide-15-layer-9,
html[lang='de-DE'] #slider-14-slide-17-layer-9,
html[lang='de-DE'] #slider-19-slide-22-layer-9 {
    margin-top: 3rem;
}

html[lang='de-DE'] rs-layer#slider-6-slide-9-layer-0 {
    font-size: 32px !important;
    line-height: calc(32px * 1.25) !important;
}

html[lang='de-DE'] rs-layer#slider-6-slide-9-layer-1 {
    margin-top: -50px;
}
	
html[lang='de-DE']	#slider-14-slide-17-layer-1 {
		margin-top: -1rem;
	}
	
html[lang='de-DE'] .egs-landing-page-contact-us-description  {
		margin-bottom: 2rem !important;
	}
	
	html[lang='de-DE'] .egs-landing-page-contact-us-description p {
		line-height: 1.5;
	}
	
.egs-landing-page-post-case-study {
    padding: 1.5rem;
}

.egs-landing-page-post-case-study .jeg_thumb {
    width: 40%;
}

.egs-landing-page-post-case-study .jeg_postblock_content {
    left: calc(40% + 1rem);
    width: calc(60% - 1rem) !important;
}
	
html[lang='de-DE'] rs-layer#slider-7-slide-10-layer-0 {
    color: #512da8 !important;
/*     line-height: 1.2 !important; */
/*     bottom: -50px !important; */
}

}
/* end line */