/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 15 2025 | 09:28:53 */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ems_main {
    font-family: "Lato", sans-serif;
	color: #000;
}

.ems_main h2,
.ems_main h3,
.ems_main p{
	margin: 0;
}

.txt_red {
    color: #ED1C24;
}

.txt_blue {
    color: #0076BD;
}

.txt_white {
    color: #fff;
}

.txt_dark {
    color: #231F20;
}

.txt_center {
    text-align: center;
}

.bg_red {
    background: #ED1C24;
}

.bg_white {
    background: #fff;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}
.mb_35 {
    margin-bottom: 35px !important;
}

.ps_0 {
    padding-left: 22px;
}

.m_auto {
    margin: auto;
}

.w_fit {
    width: fit-content;
}
.w_100 {
    width: 100%;
}

.fs_20 {
    font-size: 20px;
	line-height: 1.1;
}

.fs_22 {
    font-size: 22px;
	line-height: 1.2;
}
.fs_24 {
    font-size: 24px;
	line-height: 1.2;
}

.fw_bold {
    font-weight: bold;
}

.fw_bolder {
    font-weight: 900;
}

.d_inline_block {
    display: inline-block;
}

.red_bg_text {
    padding: 8px 15px;
    padding-right: 25px;
    text-transform: uppercase;
    background: #ED1C24;
    color: #fff;
}


.ems_main {
    overflow: hidden;
}

.ems_g_header {
    position: relative;
    padding-top: 2%;
    background: url('https://emsdevsolutions.com/wp-content/uploads/2025/11/header-bg2.png') no-repeat;
    background-size: 49%;
    background-position: -1% -2%;
}

.ems_g_header .after {
    position: absolute;
    bottom: 13%;
    right: -50px;
    width: 350px;
    z-index: -1;
    opacity: .2;
}


.ems_g_header .d_row {
    display: flex;
}

.ems_g_header .d_row div:nth-child(1) {
    width: 32%;
}

.ems_g_header .d_row div:nth-child(1) img {
    width: 100%;
}

.ems_g_header .d_row div:nth-child(2) {
    padding-top: 3%;
    padding-right: 8%;
    width: 68%;
    text-align: right;
}

.ems_g_header .d_row .logo {
    width: 260px;
    margin-bottom: 10px;
}

.ems_g_header .d_row h2 {
    font-weight: 900;
    font-size: 42px;
}

.ems_g_header .box {
    position: relative;
    width: 70%;
    margin: auto;
    margin-top: -15%;
    border: 7px solid #fff;
    background: #0076BD;
    padding: 20px;
    padding-bottom: 10px;
    z-index: 2;
}

.ems_g_header .box::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -11%;
    width: 122%;
    height: 7px;
    background: #fff;
}

.ems_g_header .box table {
    width: 86%;
    margin: auto;
    border-spacing: 0;
    margin-bottom: 10px;
}

.ems_g_header .box table td {
    padding: 12px 30px;
}

.ems_g_header .box table tr td {
    background: #ED1C24;
    color: #fff;
}

.ems_g_header .box table tr:nth-child(odd) td {
    background: #fff;
    color: #000;
}

.ems_g_header .box table tr td:nth-child(1) {
    width: 68%;
    border-right: 4px solid #0076BD;
}

.ems_g_header .box table tr td:nth-child(2) {
    width: 32%;
}

.ems_g_header .red_box {
    padding: 5px 5%;
}

.ems_g_footer {
    position: relative;
    margin-top: -17%;
    padding-top: 19%;
    background: url('https://emsdevsolutions.com/wp-content/uploads/2025/11/footer-bg2-scaled.png') no-repeat;
    background-size: 100%;
    background-position: top right;
}

.ems_g_footer_after{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0076BD;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.ems_g_footer .d_row {
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    gap: 12px;
}

.ems_g_footer .d_row>div {
    width: 50%;
    gap: 10px;
}

.ems_g_footer .d_row .blank {
    width: fit-content;
}

.ems_g_footer .d_row .blank>.line {
    width: 1px;
    height: 100%;
    background: #fff;
}

.ems_g_footer .d_row .blank_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ems_g_footer .d_row .blank_2 img {
    width: 8px;
}

.ems_g_footer .d_row .blank_2 img:nth-child(2) {
    margin: auto;
    width: 32px;
}

.ems_g_footer .d_row>div:nth-child(1) {
    padding: 20px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 40px 0 0 0;
    -webkit-border-radius: 40px 0 0 0;
    -moz-border-radius: 40px 0 0 0;
    -ms-border-radius: 40px 0 0 0;
    -o-border-radius: 40px 0 0 0;
}

.ems_g_footer .d_row .ul_wrap {
    padding-left: 50px;
    display: flex;
    gap: 40px;
}

.ems_g_footer .d_row .ul_red {
    padding-left: 20px;
}

.ems_g_footer .d_row .ul_red li::marker {
    color: #ED1C24;
}

.ems_g_footer .d_row .feature_box {
    display: flex;
    gap: 8px;
    font-size: 16px;
}

.ems_g_footer .d_row .feature_box .c_box {
    flex: 1;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.ems_g_footer .d_row .feature_box .c_box>div {
    padding: 10px;
    font-weight: 900;
    height: 50px;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.justify_center {
    justify-content: center;
}

.ems_g_footer .d_row .feature_box .c_box .sm {
    font-size: 11px;
}

.ems_g_footer .d_row .feature_box .c_box .md {
    font-size: 14px;
}

.ems_g_footer .d_row .feature_box .c_box .lg {
    font-size: 18px;
}

.ems_g_footer .footer {
    padding: 5px;
}

.ems_g_footer .footer a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

.ems_g_footer .footer p > br{
    display: none;
}


.ems_top_sec {
    position: relative;
    height: 380px;
    background: url("https://emsdevsolutions.com/wp-content/uploads/2025/11/ems_top_sec_bg.png") no-repeat;
    background-position: bottom left;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
}
.ems_top_sec .ems_top_img {
    width: 300px;
    margin-bottom: 15px;
}

.max_w_85 {
    width: 85%;
    margin: auto;
}

.ems_bottom_sec {
    position: relative;
    background: url("https://emsdevsolutions.com/wp-content/uploads/2025/11/ems_bottom_sec_bg.png") no-repeat;
    background-size: cover;
    background-position: top;
}
.ems_bottom_sec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21%;
    height: 100%;
    background-image: url("https://emsdevsolutions.com/wp-content/uploads/2025/11/p2-red-corner-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.grid_row_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding: 0 80px;
    margin-bottom: 20px;
}
.grid_row_5 .grid_item .grid_item_img img {
    width: 100%;
}
.grid_row_5 .grid_item .grid_item_text {
    position: relative;
    background: #ED1C24;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    z-index: 2;
}
.grid_row_5 .grid_item:last-child .grid_item_text {
    font-size: 13px !important;
}
.grid_row_5 .grid_item .grid_item_text p {
    z-index: 3;
}
.grid_row_5 .grid_item .grid_item_text::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 14px solid #ED1C24;
    transform: rotate(55deg);
    translate: -70px;
    z-index: 1;
}


.grid_2box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid_2box .g_col:first-child .content {
    padding-top: 10px;
    padding-right: 30px;
}

.grid_2box .g_col:last-child {
    position: relative;
    background: #ED1C24;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 70px;
    overflow: hidden;
    border-bottom-left-radius: 20% 35%;
}
.grid_2box .g_col:last-child .g_col_img {
    background: #167BBF;
    width: 215px;
    aspect-ratio: 1/1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -19px;
    right: -15px;
    border-radius: 60% 16% 0% 20%;
    padding: 10px;
    -moz-border-radius: 60% 30% 10% 10%;
    -ms-border-radius: 60% 16% 0% 20%;
    -o-border-radius: 60% 16% 0% 20%;
    -webkit-border-radius: 60% 16% 0% 20%;
    -moz-border-radius: 60% 16% 0% 20%;
}
.grid_2box .g_col:last-child .g_col_img img {
    width: 90%;
}

.p2_footer {
    position: relative;
    margin-top: -50px;
}

.p2_footer_contact {
    width: 60%;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    background: #fff;
    padding: 30px 0;
}
.p2_footer_contact .p2_footer_contact_list {
    padding: 10px 20px;
    background: #96CDF2;
}

@media(max-width: 1330px) and (min-width: 1199px) {
    .ems_g_footer .d_row .feature_box {
        display: flex;
        gap: 8px;
        font-size: 1.15vw;
    }

    .ems_g_footer .d_row .feature_box .c_box .sm {
        font-size: .8vw;
    }

    .ems_g_footer .d_row .feature_box .c_box .md {
        font-size: 1vw;
    }

    .ems_g_footer .d_row .feature_box .c_box .lg {
        font-size: 1.1vw;
    }

    .ems_g_header .box {
        margin-top: -12%;
    }
}

@media(max-width: 1199px) {
    .ems_g_footer .d_row {
        padding-left: 14%;
        padding-right: 14%;
        flex-direction: column;
    }

    .ems_g_footer .d_row>div {
        width: 100%;
        gap: 10px;
    }

    .ems_g_header .box {
        margin-top: -10%;
        width: 80%;
    }

    .ems_g_header .d_row div:nth-child(2) {
        padding-top: 3%;
        padding-right: 5%;
    }

    .fs_20 {
        font-size: 18px;
    }

    .fs_22 {
        font-size: 20px;
    }

    .ems_g_header .d_row .logo {
        width: 240px;
        margin-bottom: 10px;
    }

    .ems_g_header .d_row h2 {
        font-size: 36px;
    }
}

@media(max-width: 991px) {
    .ems_g_header .d_row .logo {
        width: 200px;
        margin-bottom: 10px;
    }

    .ems_g_footer .d_row {
        padding-left: 8%;
        padding-right: 8%;
        flex-direction: column;
    }

    .ems_g_footer .d_row>div {
        width: 100%;
        gap: 10px;
    }

    .ems_g_header .box {
        margin-top: 20px;
    }

    .ems_g_header .after {
        width: 250px;
    }

    .ems_g_header {
        background: transparent;
    }

    .ems_g_header .d_row {
        flex-wrap: wrap;
    }

    .ems_g_header .d_row div:nth-child(1) {
        display: none;
    }

    .ems_g_header .d_row>div {
        width: 100% !important;
    }

    .ems_g_header .d_row div:nth-child(2) {
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }

    .ems_g_header .box table {
        width: 100%;
    }

    .ems_g_header .box {
        width: 90%;
    }

    .grid_row_5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_2box {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .p2_footer {
        margin-top: 20px;
    }

    .p2_footer_contact {
        width: 100%;
    }
    .ems_top_sec {
    position: relative;
    height: 300px;
    background: url("https://emsdevsolutions.com/wp-content/uploads/2025/11/ems_top_sec_bg.png") no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
}
.max_w_85 {
    width: 90%;
    margin: auto;
}
.ems_top_sec .ems_top_img {
    width: 250px;
    margin-bottom: 15px;
}
	.ems_g_header .d_row div:nth-child(2) {
    padding-top: 0 !important;
}
}

@media(max-width: 900px) {
    .ems_g_header .d_row h2 {
    font-size: 34px;
}
    .fs_20 {
        font-size: 16px;
    }

    .fs_22 {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .ems_g_footer .d_row {
        padding-left: 4%;
        padding-right: 4%;
    }

    .ems_g_footer .d_row .feature_box {
        display: flex;
        gap: 8px;
        font-size: 1.8vw;
    }

    .ems_g_footer .d_row .feature_box .c_box .sm {
        font-size: 1.5vw;
    }

    .ems_g_footer .d_row .feature_box .c_box .md {
        font-size: 1.7vw;
    }

    .ems_g_footer .d_row .feature_box .c_box .lg {
        font-size: 1.9vw;
    }

    .ems_g_footer .d_row .feature_box .c_box {
        gap: .8vw;
    }

    .ems_g_footer .d_row .blank_2 img {
        width: 1vw;
    }

    .ems_g_footer .d_row .blank_2 img:nth-child(2) {
        margin: auto;
        width: 4vw;
    }

    .ems_g_footer .d_row .feature_box .c_box>div {
        padding: 1vw 2vw;
        height: 7vw;
    }
    .ems_g_header .d_row .logo {
        width: 180px;
    }

    .grid_row_5 {
        grid-template-columns: repeat(2, 1fr);
        padding-right: 10px;
        padding-left: 10px;
    }
    .grid_2box .g_col:last-child {
    padding-left: 20px;
    padding-right: 30%;
    padding-bottom: 40px;
    border-bottom-left-radius: 10% 30%;
}

}

@media(max-width: 576px) {
    .ems_g_header .d_row .logo {
        width: 140px;
    }
    .ems_g_header .d_row h2 {
        font-size: 32px;
    }
    .fs_20 {
        font-size: 14px;
    }

    .fs_22 {
        font-size: 16px;
    }

    .ems_g_footer .d_row {
        padding-left: 3%;
        padding-right: 3%;
    }

    .ems_g_header .d_row div:nth-child(2) {
        text-align: left;
        padding-left: 4%;
        padding-right: 4%;
    }

    .ems_g_header .box {
        width: 94%;
        padding: 15px;
    }
    .ems_g_header .box table td {
        padding: 10px 18px;
    }
    .ems_g_footer .footer p{
        font-size: 12px;
    }
    .p2_footer p{
        font-size: 16px;
    }
    .ems_g_footer .footer p > br{
        display: block;
    }

    .grid_2box .g_col:last-child .g_col_img {
        width: 150px;
    }
    .max_w_85 {
    width: 93%;
}
.p2_footer_contact {
    padding: 20px 0;
}
}

@media(max-width: 480px){
    .ems_g_header .d_row h2 {
    font-size: 28px;
}
    .ems_g_header .box table td p{
        font-size: 12px !important;
}
.ems_g_header .box table td {
    padding: 10px;
}
.p2_footer p{
        font-size: 14px;
    }
}