@import url("https://fonts.googleapis.com/css2?family=Birthstone&display=swap");
@import url("all.min.css");

:root {
    --firstColor: #34495e;
    --secondColor: #34495e;
    --thirdColor: #FAB95B;
    --fourthColor: #fab95b1a;
    --fifthColor: rgb(232 243 248);
    --sixthColor: #fff;
    --crimson: #C0202A;
    --crimson-dark: #9a1820;
    --crimson-light: #f9e8e9;
    --ink: #0f0f0f;
    --ash: #f4f3f1;
    --mist: #e8e6e2;
    --warm-white: #faf9f7;
    --gold: #c9a84c;
    --text-secondary: #6b6560;
}

.v2_erz_slide {
    display: flex;
    background-color: rgb(255, 255, 255);
}

.v2_erz_slide>div {
    width: 50%;
}

.v2_erz_slide img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.v2_erz_slide_nav>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: var(--thirdColor);
    color: rgb(255, 255, 255);
    padding: 0px 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    gap: 10px;
    transition: 0.3s;
    border-radius: 4px;
    white-space: nowrap;
}

.v2_erz_slide_nav>a:hover {
    opacity: 0.8;
}

.v2_erz_slide_wrapper {
    position: relative;
}

.v2_erz_slide_nav {
    position: absolute;
    bottom: 30px;
    background-color: rgb(255, 255, 255);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    margin-left: 100px;
}

.v2_erz_slide_nav button {
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(52, 73, 94);
}

.header8 .top_bar {
    padding: 8px 0px;
}

.v2_last {
    padding: 30px;
}

.v2_last h3 {
    font-weight: 900;
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid rgb(234, 234, 234);
    letter-spacing: -0.3px;
    color: var(--secondColor);
}

.v2_last h3 a {
    font-weight: inherit;
    color: inherit;
    line-height: 1.4;
}

.v2_last p {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.v2_last>span em {
    width: 24px;
    height: calc(100% + 1px);
    background-color: rgb(135, 135, 135);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    top: -1px;
    left: -1px;
}

.v2_last>span {
    height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 13px;
    padding-right: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.header8 .top_bar>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header8 .top_bar p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
}

.header8 .top_bar ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header8 .top_bar ul li {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.header8 .top_bar ul li a {
    font-size: 14px;
    color: inherit;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.header8 .top_bar ul li a .icon-x {
    position: relative;
    top: -1px;
}

.header8.header_1 .container {
    position: relative;
    max-width: 100%;
    padding: 0px;
}

.header8.header_inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 0px;
    align-items: center;
    background: rgb(255, 255, 255);
    position: relative;
    top: 0px;
    z-index: 99;
    left: 0px;
    width: 100%;
    box-shadow: rgba(24, 39, 75, 0.12) 0px 8px 18px -6px;
}

.header8.header_inner.fixed {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
}

.header8.header_inner .logo img {
    height: 110px;
}

.header8 .hm_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.header8 .hm_inner>div {
    display: flex;
    gap: 10px;
}

.header8 .hm_inner>div>a:not(.lng_switch) {
    border-color: rgb(74, 144, 226);
    margin-top: 0px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    background: rgb(74, 144, 226);
}

.header8 .hm_inner>div>a:not(.lng_switch):hover {
    background-color: rgb(255, 255, 255);
    color: rgb(74, 144, 226);
}

@media (min-width: 1201px) {
    .header8 .hm_inner #mobileSideMenu>ul>li ul li a::before {
        content: "";
        position: absolute;
        left: 19px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: var(--firstColor);
        border-radius: 3px;
        transition: 0.3s;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li a.has-submenu::after {
        content: "";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 400;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li>ul {
        position: relative;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li>ul::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 0px;
    }

    .header8 .sub-menu li {
        position: relative;
    }

    .header8 .sub-menu li ul {
        left: 100%;
        top: 0px;
    }

    .header8 .sub-menu li:hover ul {
        visibility: visible;
        opacity: 1;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul li {
        position: relative;
        border-bottom: 1px solid rgb(234, 234, 234);
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul li ul {
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul li ul::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 0px;
    }

    .header8 .hm_inner #mobileSideMenu>ul {
        align-items: center;
        display: flex !important;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul li:hover>a {
        background: rgba(0, 34, 91, 0.05);
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul li:hover>a::before {
        background-color: var(--thirdColor);
    }

    .header8 .hm_inner #mobileSideMenu>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li {
        position: relative;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li+li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 1px;
        background-color: rgba(0, 34, 91, 0.05);
    }

    .header8 .hm_inner #mobileSideMenu>ul>li a {
        transition: 0.3s;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li:hover>a {
        background: rgba(0, 34, 91, 0.05);
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul {
        display: block !important;
    }
}

.header8 .hm_inner #mobileSideMenu>ul>li>a {
    color: var(--secondColor);
    font-size: 14px;
    height: 60px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 0px 30px;
}

.header8 .hm_inner ul li.active>a {
    font-weight: 700;
    color: var(--firstColor);
    background: rgba(0, 34, 91, 0.05);
}

.header8 .hm_inner #mobileSideMenu>ul>li>a.has-submenu::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    margin-left: 7px;
    font-size: 80%;
    font-weight: bold;
}

.header8 .has-submenu+i {
    display: none;
}

.header8 .hm_inner #mobileSideMenu>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: rgb(255, 255, 255);
    box-shadow: rgba(24, 39, 75, 0.12) 0px 8px 18px -6px;
    min-width: 100%;
}

.header8 .hm_inner #mobileSideMenu>ul>li ul li a {
    display: flex;
    font-weight: 600;
    color: var(--secondColor);
    padding: 10px 40px;
    font-size: 14px;
    align-items: center;
    white-space: nowrap;
}

.header8 .menu_trigger {
    display: none;
}

.header8 .src_trigger i {
    font-size: 16px;
}

.header8 .src_trigger {
    width: 45px;
    border: 1px solid var(--thirdColor);
    border-radius: 50%;
    height: 45px;
    color: rgb(255, 255, 255);
    background: var(--thirdColor);
}

.header8 .hm_inner>div>a:not(.lng_switch) {
    transition: 0.3s;
    background: rgb(74, 144, 226);
    border: 1px solid rgb(74, 144, 226);
    height: 45px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    padding: 0px 20px;
    gap: 9px;
    text-transform: uppercase;
}

.header8 .hm_inner>div>a:not(.lng_switch) i {
    font-size: 160%;
}

.header8 .hm_inner>div>a:not(.lng_switch):hover {
    background-color: transparent;
    color: rgb(74, 144, 226);
}

.header8 .hm_inner>div>a:not(.lng_switch) span {
    position: relative;
    z-index: 2;
}

.header8 .src_area {
    position: absolute;
    top: 0px;
    background-color: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    left: 0px;
    z-index: 4;
    border-radius: 0px 0px 20px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header8 .src_area.active {
    opacity: 1;
    visibility: visible;
}

.header8 .src_area .container {
    max-width: 100%;
    padding: 0px 30px;
}

.header8 .sa_inner {
    position: relative;
}

.header8 .sa_inner input {
    width: 100%;
    height: 78px;
    color: rgb(30, 30, 30);
    font-size: 28px;
}

.header8 .sa_inner input::placeholder {
    color: rgb(199, 208, 210);
}

.header8 .sa_inner button {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 44px;
    color: rgb(255, 255, 255);
    background-color: var(--firstColor);
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    transform: translateY(-50%);
}

.header8 .header_right {
    display: flex;
    align-items: flex-end;
    height: 120px;
    padding-left: 140px;
}

.header8 .tb_contact li {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
}

.header8 .tb_contact li+li {
    margin-left: 5px;
}

.header8 .tb_contact li svg {
    height: 14px;
}

.header8 .header_green {
    background-color: rgb(74, 144, 226);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header8 .header_green p {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.header8 .header_social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header8 .header_social li span {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.header8 .header_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    color: rgb(74, 144, 226);
    font-size: 16px;
}

.slide_wrapper1 {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--firstColor);
}

.slide_wrapper1 .container {
    position: relative;
    z-index: 2;
}

.slide_wrapper1 .pattern1 {
    position: absolute;
    z-index: 0;
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    mix-blend-mode: color-burn;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 300%;
    opacity: 0.5;
}

.slide_wrapper1 .pattern1::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.hm_inner .logo {
    border-radius: 0px 0px 100% 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    padding: 8px 9px 9px;
    position: absolute;
    left: 15px;
    bottom: 7px;
    transition: 0.3s;
}

.header_inner .container {
    position: relative;
}

.header_inner::before {
    content: "";
    position: absolute;
    background-color: rgb(246, 246, 246);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    pointer-events: none;
}

.header_ops {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    z-index: 2;
}

.header_ops>a,
.header_ops button {
    background-color: var(--thirdColor);
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    gap: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    color: rgb(255, 255, 255) !important;
}

.header_ops>a.active i {
    transform: rotate(180deg);
}

.header_ops button:hover,
.header_ops>a:hover {
    opacity: 0.8;
}

.header_ops button i,
.header_ops>a i {
    font-size: 120%;
}

.header_tp {
    position: absolute;
    right: 30px;
    bottom: 77px;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 2;
}

.hm_inner .logo>p {
    color: var(--secondColor);
    margin: 0px 0px 0px 30px;
    font-size: 26px;
    position: absolute;
    top: 11px;
    left: 100%;
    white-space: nowrap;
    font-family: Birthstone, cursive;
}

.hm_inner .logo>p span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: "DM Sans", sans-serif;
}

.tp_social {
    display: flex;
    gap: 5px;
}

.tp_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgb(246, 246, 246);
    color: var(--secondColor);
    font-size: 16px;
    transition: 0.3s;
}

.tp_social li a svg {
    width: 18px;
    height: auto;
}

.tp_social li a svg * {
    transition: 0.3s;
    fill: var(--firstColor);
}

.tp_social li a:hover svg * {
    fill: rgb(255, 255, 255);
}

.tp_search {
    position: relative;
}

.tp_search input {
    border-radius: 30px;
    height: 40px;
    padding: 0px 0px 0px 45px;
    width: 300px;
    background-color: rgb(246, 246, 246);
    color: var(--secondColor);
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.tp_search input:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(238, 238, 238);
}

.tp_search i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondColor);
    font-size: 18px;
}

.tp_search input::placeholder {
    color: rgb(52, 73, 94);
}

a.lng_switch1 {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgb(246, 246, 246);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 15px;
    height: 40px;
    border-radius: 30px;
    color: var(--secondColor);
    transition: 0.3s;
}

.lng_switch1 i {
    font-size: 120%;
}

.section_padding {
    padding: 80px 0px;
}

.erz_item {
    position: relative;
    box-shadow: rgba(24, 39, 75, 0.12) 0px 8px 18px -6px;
    border-radius: 6px;
    background: var(--firstColor);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
    transition: 0.3s;
    color: var(--sixthColor);
    border: 1px solid var(--firstColor);
}

.erz_item:hover {
    background-color: rgb(255, 255, 255);
    color: var(--firstColor);
    transform: translateY(-5px) scale(1.05);
}

.erz_item div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.erz_item span {
    color: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.erz_item i:first-child {
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    margin-bottom: 15px;
}

.erz_item i:last-child {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    display: none;
}

#indexAnno1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.erz_tools_title {
    width: 700px;
    margin: 0px auto;
    display: block;
    max-width: 100%;
    text-align: center;
}

.erz_tools_title input[type="text"] {
    background-color: rgb(227, 231, 234);
    width: 100%;
    height: 60px;
    border-radius: 6px;
    color: var(--firstColor);
    text-align: center;
    font-size: 20px;
}

.erz_tools_title input[type="text"]:valid~span {
    display: none;
}

.erz_tools_title label {
    width: 100%;
    position: relative;
}

.erz_tools_title label span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(59, 80, 125);
    font-size: 20px;
    width: 100%;
    pointer-events: none;
}

.erz_tools_title div {
    width: 700px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.erz_tools_title p {
    font-size: 16px;
    color: rgb(59, 80, 125);
    font-weight: 500;
    line-height: 1.4;
    margin: 0px 0px 30px;
}

h2.sectiontitle4 {
    font-weight: 700;
    font-size: 36px;
    color: var(--thirdColor);
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
}

.erz_ann_item {
    background-color: rgb(248, 248, 248);
    min-height: 270px;
    border-radius: 6px;
    border: 1px solid rgb(234, 234, 234);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.erz_ann_icon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.erz_ann_icon>div:first-child {
    width: 36px;
    height: 36px;
    background-color: rgb(250, 185, 91);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 16px;
    position: relative;
}

.erz_ann_icon>div:first-child::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px solid rgb(250, 185, 91);
    border-radius: 50%;
}

.erz_ann_icon>div:last-child {
    flex: 1 1 0%;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-weight: 600;
}

.erz_ann_item h3 {
    font-size: 18px;
    margin: 0px;
}

.erz_ann_item h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.erz_ann_item h3 a {
    color: rgb(51, 51, 51);
    font-weight: 700;
    letter-spacing: 0.3px;
    display: inline;
    background-image: linear-gradient(to right, rgb(0, 0, 0), var(--firstColor) 100%);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 2px;
    transition: 0.3s, background-size 0.8s;
}

.erz_ann_item:hover h3 a {
    background-size: 100% 2px;
}

.erz_ann_date {
    background-color: rgba(36, 75, 100, 0.23);
    color: rgb(59, 80, 125);
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.erz_ann_item>div:last-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.erz_ann_item>div:last-child a {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: var(--firstColor);
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 50%;
}

body {}

.sectiontitle4.sd_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
}

.sectiontitle4.sd_button ul {
    display: flex;
    gap: 24px;
}

.sectiontitle4.sd_button ul li {
    list-style: none;
}

.sectiontitle4.sd_button ul li button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    color: rgb(59, 80, 125);
    font-size: 28px;
}

.erz_btn_component {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.erz_btn_component a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    max-width: 100%;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    border-radius: 4px;
    background: transparent;
    color: var(--firstColor);
    text-decoration: underline;
}

.erz_btn_component a i {
    font-size: 120%;
}

.erz_ann {
    background: var(--fifthColor);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.erz_ann .container {
    position: relative;
    z-index: 2;
}

.erz_ann::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200%;
}

.erz_ann::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-repeat: repeat;
    mix-blend-mode: multiply;
}

.bubble_pattern {
    position: relative;
    overflow: hidden;
}

.main-footer {
    background: var(--firstColor);
    padding: 60px 0px 0px;
    overflow: hidden;
}

.main-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../images/footer_pattern.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-dodge;
    opacity: 0.44;
}

.main-footer::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(var(--firstColor) 0%, rgba(51, 51, 51, 0) 100%);
    height: 50%;
}

.main-footer .container {
    position: relative;
    z-index: 2;
}

.footer-logo img {
    width: 100%;
    max-width: 175px;
}

.footer-links {
    padding-right: 20px;
    margin-right: 20px;
}

.footer-links+.footer-links {
    margin-top: 30px;
}

.main-footer .row .col-lg-3 {
    position: relative;
}

.main-footer .row .col-lg-3::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 0px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links h3 {
    pointer-events: none;
    font-size: 20px;
    color: var(--sixthColor);
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-links ul li {
    color: var(--sixthColor);
    text-transform: capitalize;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.footer-links ul li:last-child {
    margin-bottom: 0px;
}

.footer-links ul li a {
    color: inherit;
    font-size: 14px;
    display: inline;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 100%);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 2px;
    transition: 0.3s, background-size 0.8s;
    font-weight: 400;
}

.footer-links ul li a:hover {
    background-size: 100% 2px;
}

.footer-links h4 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.footer-links p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.footer-links p a {
    color: var(--sixthColor);
    transition: 0.4s ease-in-out;
}

.footer-contact-item {
    margin-bottom: 15px;
}

.footer-contact-item:last-child {
    margin-bottom: 0px;
}

.footer-links.footer-newsletter-form {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding-right: 0px;
    margin-right: 0px;
}

.footer-newsletter-form .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.footer-newsletter-form .form-group .form-control {
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: rgb(255, 255, 255);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    outline: none;
    box-shadow: none;
    padding: 14px 24px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: rgb(255, 255, 255);
}

.footer-newsletter-form .form-group .form-control:focus {
    border-color: rgb(255, 255, 255);
}

.footer-newsletter-form .form-group .newsletter-btn {
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.4s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover {
    background: rgb(255, 255, 255);
}

.footer-newsletter-form .form-group .newsletter-btn i {
    font-size: 22px;
    color: var(--firstColor);
    margin-right: 2px;
    transition: 0.4s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover i {
    color: rgb(16, 75, 90);
}

.footer-newsletter-form .policy-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.footer-newsletter-form .policy-checkbox .form-label {
    color: rgb(255, 255, 255);
    margin: 0px;
    line-height: normal;
}

.footer-newsletter-form .policy-checkbox .form-label a {
    color: rgb(255, 125, 68);
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.3s ease-in-out;
}

.footer-newsletter-form .policy-checkbox .form-label a:hover {
    color: rgb(255, 255, 255);
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 40px 0px;
}

.footer-copyright-text p {
    color: var(--sixthColor);
    margin: 0px;
    font-size: 14px;
}

.footer-social-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-social-links ul li a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.footer-social-links ul li a svg {
    width: 18px;
    height: auto;
}

.footer-social-links ul li a svg * {
    transition: 0.3s;
    fill: rgb(255, 255, 255);
}

.footer-social-links ul li a:hover svg * {
    fill: var(--firstColor);
}

.footer-social-links ul li a:hover {
    background: rgb(255, 255, 255);
}

.footer-social-links ul li a i {
    font-size: 18px;
    color: var(--sixthColor);
    transition: 0.3s ease-in-out;
}

.footer-social-links ul li a:hover i {
    color: var(--firstColor);
}

.logo_sw .swiper-slide>a {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    filter: grayscale(0);
    background: rgb(255, 255, 255);
    border: 2px solid rgba(36, 75, 100, 0.08);
}

.logo_sw .swiper-slide>a img {
    max-width: 84%;
    max-height: 84%;
    mix-blend-mode: darken;
}

@media (min-width: 1201px) {
    .header_inner.fixed_active {
        position: fixed;
        top: -75px;
    }

    .header_inner.fixed_active .hm_inner .logo {
        bottom: -9px;
        padding: 4px;
    }

    .header_inner.fixed_active .hm_inner .logo>p {
        opacity: 0;
        visibility: hidden;
    }

    .header_inner.fixed_active::before {
        background-color: rgb(255, 255, 255);
    }

    .header8.header_inner.fixed_active .logo img {
        height: 60px;
    }

    .header8.header_inner.fixed_active .header_right {
        padding-left: 90px;
    }
}

.erz_breadcrumb {
    background-color: var(--firstColor);
    min-height: 60px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 60px;
    z-index: 98;
}

.erz_breadcrumb ul {
    gap: 40px;
    display: flex;
    padding-left: 45px;
    position: relative;
}

.erz_breadcrumb ul::before {
    content: "";
    position: absolute;
    width: 2px;
    background-color: rgb(75, 101, 117);
    left: 30px;
    top: 4px;
    height: 38px;
}

.erz_breadcrumb ul li {
    position: relative;
}

.erz_breadcrumb ul li:first-child {
    margin-right: auto;
}

.erz_breadcrumb ul li:last-child::before {
    display: none;
}

.erz_breadcrumb ul li a {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.erz_breadcrumb ul li:first-child h1 {
    font-size: 110%;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: rgb(255, 255, 255);
    margin: 0px;
    top: 3px;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.erz_breadcrumb ul li+li::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 12px;
    width: 20px;
    height: 1px;
    background-color: rgb(255, 255, 255);
}

.erz_sidemenu li ul {
    padding: 10px 0px 10px 30px;
    position: relative;
    display: none;
}

.erz_sidemenu li ul li {}

.erz_sidemenu li ul a.active span::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 8px;
    height: 2px;
    width: 23px;
    background-color: rgba(36, 75, 100, 0.13);
}

.erz_sidemenu li ul a.active {
    opacity: 1;
}

.erz_sidemenu li a {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--firstColor);
    font-weight: 600;
    transition: 0.3s;
    line-height: 1.4;
    padding: 10px 15px 10px 30px;
}

.erz_sidemenu li ul a {
    opacity: 0.7;
}

.erz_sidemenu li a:hover {
    opacity: 1;
}

.erz_sidemenu li a span {
    position: relative;
}

.erz_sidemenu>li>a>span::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--firstColor);
    border-radius: 50%;
    background: rgb(247, 247, 247);
    box-shadow: rgb(247, 247, 247) 0px 6px 0px, rgb(247, 247, 247) 0px -6px 0px;
}

.erz_sidemenu>li>a>span::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: rgba(52, 73, 95, 0.54);
    border-radius: 50%;
}

.erz_sidemenu>li>a.hs_submenu>span::after {
    background-color: var(--firstColor);
}

.erz_sidemenu>li>a>span {
    position: relative;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.erz_sidemenu {
    padding: 40px 0px 40px 20px;
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.erz_sidemenu::before {
    content: "";
    position: absolute;
    left: 29px;
    width: 2px;
    background-color: rgba(36, 75, 100, 0.13);
    top: 0px;
    bottom: 56px;
}

.erz_sidemenu>li ul a span::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: var(--firstColor);
    border-radius: 3px;
}

.erz_sidemenu>li ul a {}

.erz_sidemenu .hs_submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.erz_sidemenu a.hs_submenu {
    background: linear-gradient(270deg, rgba(36, 75, 100, 0.07) 0%, rgba(51, 51, 51, 0) 100%);
}

.erz_sidemenu a.toggled {
    background: linear-gradient(270deg, rgba(52, 60, 64, 0.2) 0%, rgba(51, 51, 51, 0) 100%);
}

.erz_sidemenu .hs_submenu.toggled i {
    transform: rotate(180deg);
}

.noSidemenu.erz_breadcrumb ul {
    padding-left: 0px;
}

.noSidemenu.erz_breadcrumb ul li:first-child a {
    top: 0px;
    color: rgb(255, 255, 255);
}

.noSidemenu.erz_breadcrumb ul::before {
    display: none;
}

.erz_content_area {
    padding: 40px 0px 0px;
}

.row_spacer {
    row-gap: 30px;
}

.erz_sm_overlay {
    height: 100%;
    border: 1px solid rgb(236, 236, 236);
    background-color: rgb(246, 246, 246);
}

.pagination-box {
    margin: 60px 0px 40px;
}

.pagination-box {
    margin: 60px 0px 40px;
}

.erz_whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.erz_whatsapp img {
    height: 45px;
}

.erz_slider .swiper {
    width: 100%;
}

.erz_ann_filter {
    background-color: rgb(248, 248, 248);
    border-radius: 6px;
    border: 1px solid rgb(234, 234, 234);
    padding: 15px;
}

.filter_item2 label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--firstColor);
    width: 100%;
}

.filter_item2 .nice-select {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}

.filter_item2 input {
    height: 40px;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid rgb(232, 232, 232);
    width: 100%;
}

.filter_item2 input::placeholder {
    color: rgb(146, 146, 146);
}

.erz_ann_filter .row {
    margin: 0px -7.5px;
    row-gap: 15px;
}

.erz_ann_filter .row>div {
    padding: 0px 7.5px;
}

.filter_src_action {
    position: relative;
}

.filter_src_action button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(232, 232, 232);
    background-color: var(--firstColor);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erz_page_title {
    font-weight: 700;
    font-size: 36px;
    margin: 5px 0px 0px;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 20px;
}

.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    overflow-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    margin: 1em 0px 0.5em;
    line-height: 1.3;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0px;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: rgb(0, 123, 255);
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail li::marker {
    color: rgb(52, 73, 95);
}

.content-detail a:hover {
    color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid rgb(204, 204, 204);
    margin: 1em 0px;
    padding: 1em;
    color: rgb(102, 102, 102);
    font-style: italic;
    background-color: rgb(249, 249, 249);
}

.content-detail code {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0px;
    white-space: pre-wrap;
}

.content-detail * {
    max-width: 100% !important;
}

.content-detail table {
    width: 100% !important;
    margin-bottom: 40px;
}

.content-detail th,
.content-detail td {
    border: 1px solid rgb(221, 221, 221);
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: rgb(245, 245, 245);
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0px;
}

.content-detail dl {
    margin: 1em 0px;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: rgb(221, 221, 221) currentcolor currentcolor;
    border-image: initial;
    margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: rgb(0, 102, 204);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.content-detail figure {
    margin: 1em 0px;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
}

.content-detail mark {
    background-color: rgb(255, 255, 0);
    color: rgb(51, 51, 51);
}

.content-detail aside {
    background-color: rgb(249, 249, 249);
    padding: 1em;
    margin: 1em 0px;
    border-left: 4px solid rgb(204, 204, 204);
    font-size: 0.9em;
    color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0px;
    color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
    border-bottom: 1px dotted rgb(51, 51, 51);
    cursor: help;
}

.erz_for_share {
    display: flex;
    align-items: flex-start;
}

.erz_for_share>div:first-child {
    flex: 1 1 0%;
    padding-right: 60px;
    padding-left: 30px;
}

.erz_for_share>div:last-child {
    width: 60px;
    position: sticky;
    top: 140px;
}

.shareOnSocial {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.shareOnSocial li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(245, 245, 245);
    color: var(--firstColor);
    font-size: 18px;
    transition: 0.3s;
}

.shareOnSocial li a:hover {
    background-color: var(--firstColor);
    color: rgb(255, 255, 255);
}

.erz_index_ann {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(234, 234, 234);
    padding: 15px 65px 15px 20px;
    position: relative;
}

.erz_index_ann h3 {
    margin: 0px;
    font-size: 18px;
}

.erz_index_ann h3 a {
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    gap: 15px;
}

.erz_index_ann h3 a>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.erz_index_ann h3 a>div div {
    display: flex;
    gap: 5px;
}

.erz_index_ann h3 a>div div em:nth-child(2) {
    color: rgb(146, 146, 146);
    background: transparent;
}

.erz_index_ann h3 a span {
    color: rgb(51, 51, 51);
    font-weight: 700;
    letter-spacing: -0.3px;
    display: inline;
    background-image: linear-gradient(to right, rgb(0, 0, 0), var(--firstColor) 100%);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 2px;
    transition: 0.3s, background-size 0.8s;
    font-size: 16px;
}

.erz_index_ann:hover h3 a span {
    background-size: 100% 2px;
}

.erz_index_ann i {
    width: 46px;
    height: 46px;
    background-color: var(--thirdColor);
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    display: none;
}

.erz_index_ann i::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
}

.erz_index_ann+.erz_index_ann {
    margin-top: 1px;
}

.sectiontitle4 .erz_btn_component {
    margin-top: 0px;
}

.erz_index_ann h3 em {
    background-color: rgb(234, 234, 234);
    color: rgb(51, 51, 51);
    height: 24px;
    display: inline-flex;
    font-style: normal;
    align-items: center;
    padding: 0px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    width: max-content;
}

.erz_index_ann::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: var(--firstColor);
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 50%;
}

.timeline_wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
    padding-top: 50px;
}

.timeline_wrapper .container {
    position: relative;
    z-index: 2;
}

.timeline_wrapper h2 {
    font-size: 42px;
    color: rgb(0, 0, 0);
    margin: 0px 0px 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1;
    font-weight: 900;
}

.timeline_wrapper h2 span strong {
    display: block;
    font-weight: 400;
    font-size: 60%;
}

.timeline_wrapper h2 ul {
    display: flex;
    gap: 15px;
    position: relative;
    top: -20px;
}

.timeline_wrapper h2 ul li button {
    background-color: transparent;
    font-size: 24px;
    line-height: normal;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline_wrapper h2 ul li button.swiper-button-disabled {
    color: rgb(0, 0, 0);
}

.timeline_item .ti_year {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--thirdColor);
    font-weight: 700;
    border: 8px solid var(--fifthColor);
    background-color: rgb(255, 255, 255);
    font-size: 28px;
    word-break: break-all;
    line-height: 1.1;
    padding-top: 3px;
    position: relative;
    text-align: center;
    box-shadow: rgba(24, 39, 75, 0.12) 0px 8px 18px -6px;
    z-index: 3;
}

.timeline_item .ti_year::before {
    content: attr(data-year);
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 900;
    color: rgb(0, 0, 0);
    white-space: nowrap;
}

.timeline_item {
    padding-top: 40px;
}

.timeline_item h4 {
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin: 0px 0px 20px;
    font-size: 20px;
    position: relative;
    line-height: 1.2;
}

.timeline_item p {
    color: rgb(146, 146, 146);
    font-size: 15px;
    line-height: 1.4;
    margin: 0px;
    font-weight: 400;
}

.timeline_item>div:last-child {
    padding: 30px 0px 50px;
    position: relative;
    z-index: 1;
}

.timeline_overlay {
    position: relative;
}

.timeline_overlay::before {
    content: "";
    position: absolute;
    top: 70px;
    left: -100vw;
    right: -100vw;
    height: 12px;
    background-color: var(--fifthColor);
    z-index: -2;
}

.tml_swiper {
    padding-left: 10px;
    overflow: visible;
}

.erz_staffs {
    margin-top: 40px;
}

.erz_staff_card {
    border-radius: 6px;
    padding: 30px 15px;
    background: rgb(246, 246, 246);
    box-shadow: rgba(24, 39, 75, 0.12) 0px 8px 18px -6px;
    border: 1px solid rgb(236, 236, 236);
    transition: 0.3s;
}

.erz_staff_card:hover {
    border-color: rgb(221, 221, 221);
}

.esc_img {
    display: flex;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.erz_staff_card:hover .esc_img {
    transform: translateY(-10px);
}

.esc_img::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 173px;
    border-radius: 4px;
    border: 10px solid rgb(36, 74, 99);
    z-index: 2;
    top: -7px;
}

.esc_img img {
    width: 120px;
    height: 160px;
    border-radius: 4px;
    object-fit: cover;
    border: 5px solid rgb(234, 234, 234);
    position: relative;
    z-index: 2;
}

.esc_content {
    margin-top: 30px;
    text-align: center;
}

.esc_content h4 {
    font-weight: 600;
    color: var(--firstColor);
    margin: 0px;
    letter-spacing: -1px;
    font-size: 20px;
}

.esc_content p {
    font-weight: 400;
    color: rgb(146, 146, 146);
    margin: 0px;
    font-size: 14px;
}

.gap-30 {
    row-gap: 30px;
}

.esc_content>div {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 10px;
}

.esc_content>div a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--firstColor);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.3px;
}

.esc_content>div a i {
    background-color: var(--firstColor);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_card9 {
    border: 1px solid rgb(221, 221, 221);
    padding: 15px 15px 15px 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: rgb(249, 249, 249);
    position: relative;
    text-decoration: none !important;
}

.content_card9::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 37px;
    width: 10px;
    height: 40px;
}

.content_card9>div:first-child {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: center center / cover var(--firstColor);
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.content_card9>div:first-child i {
    font-style: normal;
    font-size: 26px;
    color: rgb(255, 255, 255);
}

.content_card9>div:nth-child(2) {
    flex: 1 1 0%;
    line-height: 1.2;
    padding: 0px 15px;
}

.content_card9 p {
    margin: 0px;
    color: rgb(51, 51, 51);
    font-size: 15px;
    background-image: linear-gradient(to right, rgb(0, 0, 0), var(--firstColor) 100%);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 3px;
    transition: 0.3s, background-size 0.8s;
    width: 100%;
    font-weight: 600;
}

.content_card9 span {
    text-transform: capitalize;
    color: var(--firstColor);
    font-weight: 700 !important;
}

.content_card9>div:last-child {
    font-size: 20px;
    color: var(--firstColor);
}

.content_card9>div:last-child i {
    font-style: normal;
}

a.tp_call {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: rgb(246, 246, 246);
    color: var(--secondColor);
    border-radius: 20px;
    padding: 0px 25px 0px 55px;
    font-weight: 900;
    font-size: 14px;
    position: relative;
}

.tp_call i {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondColor);
    font-size: 18px;
    font-weight: 600;
}

.header_ops ul {
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(-15px);
}

.header_ops ul.active {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header_ops ul li {
    border-bottom: 1px solid rgb(234, 234, 234);
}

.header_ops ul li a {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: 0.3s;
    color: var(--firstColor);
    font-size: 14px;
}

.header_ops ul li a:hover {
    background-color: rgb(245, 245, 245);
}

.bubble_pattern .row {
    row-gap: 30px;
}

.calendar_overlay1 {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(234, 234, 234);
}

.fc-day-grid-container {
    height: max-content !important;
    padding-right: 0px !important;
    overflow: hidden !important;
}

.fc-toolbar {
    margin-bottom: 15px;
}

.fc .fc-row {
    margin-right: 0px !important;
}

.fc-today-button {
    text-transform: capitalize;
}

.fc th {
    background-color: var(--firstColor);
}

.erz_calendar {
    margin-left: 15px;
}

.stats_section169 {
    background-color: var(--firstColor);
    padding: 80px 0px;
    position: relative;
}

.stats_section169 .ss185_title {
    text-align: center;
}

.stats_section169 .ss185_title h2 {
    color: var(--sixthColor);
    font-size: 36px;
    font-weight: 700;
    margin: 0px 0px 20px;
}

.stats_section169 .ss185_title p {
    color: var(--sixthColor);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 80px;
}

.stats_section169 .ss_169_counters {
    margin-top: 50px;
    text-align: center;
    row-gap: 30px;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.stats_section169 .ss_item * {
    color: var(--sixthColor);
}

.stats_section169 .ss_item strong {
    display: block;
    font-size: 36px;
    margin: 15px 0px;
}

.stats_section169 .ss_item i {
    font-size: 50px;
}

.stats_section169 .ss_169_counters>div {
    position: relative;
}

.stats_section169 .ss_169_counters>div+div::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.11);
    width: 1px;
}

.stats_section169>div {
    position: relative;
    z-index: 2;
}

.ss_item {
    line-height: normal;
}

.swiper-slide-active .timeline_item>div:last-child::before {
    content: "";
}

.swiper-slide-active .timeline_item>div:last-child::after {
    content: "";
    position: absolute;
    height: 12px;
    background-color: var(--thirdColor);
    top: -47px;
    right: -120px;
    width: 100vw;
    z-index: -4;
}

.tml_swiper .swiper-slide {
    position: relative;
    z-index: 3;
}

.tml_swiper .swiper-slide-active {
    z-index: 2;
}

.footer__whiteLinks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 15px;
}

.footer__whiteLinks li a {
    display: inline-flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.07);
    padding: 0px 15px;
    height: 30px;
    border-radius: 6px;
    color: var(--sixthColor);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
    backdrop-filter: blur(5px);
}

.footer__whiteLinks li a:hover {
    background-color: var(--sixthColor);
    color: var(--firstColor);
}

.erz_footer_logo {
    width: 70px;
    margin-bottom: 15px;
}

.footer-copyright-text {
    display: flex;
    gap: 15px;
    align-items: center;
}

.erz_akr {
    display: flex;
    align-items: center;
    gap: 15px;
}

.erz_akr img {
    height: 44px;
}

.announcements_ul {
    display: none;
}

.f164_title>div:first-child {
    position: absolute;
    left: 20px;
    top: 20px;
    color: rgb(255, 255, 255);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 16px;
}

.f164_title>div:first-child i {
    font-size: 32px;
}

.feature_section175 .f164_title img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.feature_section175 .f164_title a:hover {}

.feature_section175 {
    padding: 80px 0px;
    background-color: var(--fifthColor);
}

.feature_section175 .f164_title {
    margin: 0px 48px 0px 0px;
    position: relative;
}

.feature_section175 .f164_title h2 {}

.feature_section175 .f164_title p {
    font-size: 16px;
    color: rgb(30, 30, 30);
    width: 900px;
    max-width: 100%;
    line-height: 1.3;
}

.feature_section175 .f171_item {
    color: rgb(30, 30, 30);
    background-color: rgb(249, 249, 249);
    height: 300px;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.f171_item i {
    position: absolute;
    left: 30px;
    top: 20px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    z-index: 2;
    transition: 0.3s;
}

.f171_item::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(51, 51, 51, 0) 100%);
    width: 100%;
    z-index: 1;
    opacity: 0.7;
    transition: 0.3s;
}

.f171_item:hover::before {
    opacity: 1;
}

.feature_section175 .f171_item strong {
    display: block;
    font-size: 22px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.6px;
    z-index: 2;
    line-height: 1.2;
}

.feature_section175 .f171_item p {
    line-height: 1.4;
    font-size: 14px;
}

.feature_section175 .f171_item svg {
    height: 42px;
    display: block;
}

.feature_section175 .f171_item svg * {
    fill: rgb(33, 139, 195);
}

.feature_section175 .row {
    row-gap: 30px;
}

.yt_button_overlay {
    margin-top: 15px;
}

.yt_button_overlay a {
    background: linear-gradient(to right, rgb(229, 45, 39), rgb(179, 18, 23));
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    gap: 15px;
    letter-spacing: -0.3px;
}

.yt_button_overlay a i {
    font-size: 140%;
}

.fadeSwiper7 {
    position: relative;
}

a.footer_contact {
    color: var(--sixthColor);
    margin-top: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fc-state-default.fc-corner-left,
.fc-state-default.fc-corner-right {
    background-color: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
}

.fc-state-default {
    background: transparent;
}

.fc-icon-right-single-arrow::after {
    content: "";
}

.fc-icon-left-single-arrow::after {
    content: "";
}

.fc-icon-right-single-arrow::after,
.fc-icon-left-single-arrow::after {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    top: 0px;
    font-weight: normal;
}

.fc .fc-toolbar>*> :first-child {
    font-weight: 600;
}

.fc td,
.fc th {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.fc th {
    background-color: transparent;
    color: rgb(146, 146, 146);
}

.fc td.fc-today {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

#colorPalette {
    position: fixed;
    right: 0px;
    top: 280px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

#colorPalette button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 28px;
}

.fadeSwiper7 .swiper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    z-index: 2;
    font-size: 24px;
    background-color: transparent;
    padding: 0px 30px;
}

.fadeSwiper7 .swiper button.yt_prev {
    left: 0px;
}

.fadeSwiper7 .swiper button.yt_next {
    right: 0px;
}

.bubble_pattern.gecici .erz_item {
    background-color: var(--sixthColor);
    color: var(--firstColor);
}

.fc-ltr .fc-basic-view .fc-day-number {
    position: relative;
    opacity: 1;
}

.fc-ltr .fc-basic-view .fc-day-number::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: rgb(234, 234, 234);
    margin-top: 21px;
    opacity: 1;
}

.fc-day-number.fc-other-month {
    color: rgb(200, 200, 200) !important;
}

#erz_main_sw_pagination {
    position: absolute;
    inset: 20px 20px auto auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    background: var(--secondColor);
    z-index: 2;
    color: rgb(255, 255, 255);
}

.swiper-pagination-progress {
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    transition: background 0.1s linear;
    z-index: 1;
}

#erz_main_sw_pagination span:not(.swiper-pagination-progress) {
    position: relative;
    z-index: 4;
    color: rgb(255, 255, 255);
    font-weight: 800;
}

#erz_main_sw_pagination::before {
    content: "";
    position: absolute;
    background-color: rgb(52, 73, 94);
    inset: 4px;
    border-radius: inherit;
    z-index: 3;
}

#erz_main_sw_pagination .swiper-pagination-current::after {
    content: "/";
}

.erz_related {
    background-color: rgb(245, 245, 245);
    padding: 30px 0px;
    position: relative;
}

.erz_related::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100vw;
    right: -100vw;
    height: 100%;
    background-color: rgb(245, 245, 245);
    border-style: solid;
    border-color: rgb(236, 236, 236);
    border-image: initial;
    border-width: 1px 0px;
}

.erz_related .row {
    position: relative;
    z-index: 2;
}

.erz_related .row>div {
    padding: 0px;
}

.erz_related_item+.erz_related_item {
    margin-top: 15px;
}

.erz_related_item a {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    display: flex;
    padding: 15px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.erz_related_item a:hover {
    border-color: rgb(221, 221, 221);
    box-shadow: rgba(24, 39, 75, 0.12) 0px 8px 18px -6px;
}

.erz_related_item a>div:first-child {
    width: 300px;
}

.erz_related_item a>div:first-child img {
    width: 100%;
    border-radius: 4px;
}

.erz_related_item a>div:last-child {
    padding: 15px;
    flex: 1 1 0%;
}

.erz_related_item a>div:last-child em {
    background-color: rgba(36, 75, 100, 0.23);
    color: rgb(59, 80, 125);
    height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0px 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
}

.erz_related_item a>div:last-child span {
    font-size: 16px;
    font-weight: 600;
    color: rgb(36, 75, 100);
    margin: 10px 0px;
    display: block;
}

.erz_related_item a>div:last-child p {
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: rgb(146, 146, 146);
    line-height: 1.4;
    font-size: 14px;
    margin: 0px;
}

.erz_others_title {
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0px 0px 30px;
}

.content-detail> :last-child {
    margin-bottom: 0px;
}

.main-footer>img {
    position: absolute;
    bottom: -40%;
    right: -5%;
    width: 600px;
    opacity: 0.05;
}

.erz_mobile_menu_trigger {
    position: absolute;
    right: 0px;
    padding: 0px 15px;
    top: 14px;
    font-size: 24px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.mobileOps1 {
    display: none;
}

@media (min-width: 1201px) {
    .content_card9:hover p {
        background-size: 100% 3px;
    }

    .tp_social li a:hover,
    a.lng_switch1:hover {
        background-color: var(--firstColor);
        color: rgb(255, 255, 255);
    }

    .erz_mobile_menu_trigger {
        display: none;
    }
}

.ms_closer,
.ms_contact1,
#mobileSideMenu>button {
    display: none;
}

.erz_ann .row {
    row-gap: 40px;
}

.erz_file_section {
    border-top: 1px solid rgb(221, 221, 221);
    padding: 30px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

a.erz_file_row,
.erz_file_row {
    border-radius: 6px;
    padding: 15px 95px 15px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--firstColor);
    position: relative;
    background: rgb(245, 245, 245);
}

a.erz_file_row:hover {
    color: var(--firstColor);
}

.erz_file_row * {}

.erz_file_row>div:first-child {
    width: max-content;
}

.erz_file_row>div:first-child i {
    font-size: 32px;
    font-style: normal;
}

.erz_file_row>div:last-child {
    flex: 1 1 0%;
    padding-left: 15px;
    line-height: 1.2;
}

.erz_file_row>div:last-child p {
    margin: 0px;
    font-size: 14px;
}

.erz_file_section>h4 {
    margin: 0px;
    font-size: 18px;
    font-weight: 800;
}

.erz_file_row span {
    background-color: rgb(250, 185, 91);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 15px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 14px;
}

.erz_pubc img {
    width: 100%;
}

.erz_pubc:hover figure {
    transition: 0.3s;
}

.erz_pubc:hover figure {
    opacity: 0.8;
}

.erz_pubc {
    padding: 15px;
    border: 1px solid rgb(234, 234, 234);
}

.erz_action {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0px;
}

.erz_action li {
    width: 50%;
    transition: 0.3s;
}

.erz_action li a,
.erz_action li div {
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    gap: 5px;
}

.erz_action li a i {
    font-size: 120%;
}

.erz_action li a {
    background: rgb(236, 236, 236);
    color: rgb(52, 73, 95);
}

.erz_action li div {
    background-color: var(--firstColor);
    margin-left: -15px;
}

.erz_pubc img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    border: 1px solid rgb(234, 234, 234);
}

.erz_publications {
    row-gap: 30px;
}

.fakebook {
    height: 360px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}

.fakebook span {
    font-size: 24px;
    font-weight: 800;
    color: rgb(36, 75, 100);
    display: block;
    line-height: 1.2;
}

.fakebook i {
    position: absolute;
    left: 30px;
    top: -15px;
    font-size: 120px;
    color: rgb(36, 75, 100);
    opacity: 0.1;
}

.erz_title_bar {
    border-radius: 30px 30px 0px 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid rgb(234, 234, 234);
    margin-bottom: -1px;
    color: rgb(36, 75, 100);
}

.erz_title_bar a {
    font-size: 16px;
    color: var(--firstColor);
    text-decoration: none;
}

.erz_title_bar span {
    flex: 1 1 0%;
    margin-right: 15px;
    line-height: 1.2;
}

.pubs_sect+.pubs_sect {
    margin-top: 30px;
}

.contact_component96 .contact_right {
    padding-right: 60px;
    padding-top: 40px;
}

.contact_component96 .contactForm {
    padding: 30px;
    border-radius: 5px;
    width: 800px;
    max-width: 100%;
    margin: -80px auto 0px;
    border: 1px solid rgb(208, 208, 208);
    background: rgb(239, 245, 247);
}

.contact_component96 .contactForm h2 {
    color: rgb(24, 24, 59);
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 24px;
    text-align: center;
}

.contact_component96 .indexForm .if_texts {
    padding-right: 80px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact_component96 .contactForm .row {
    row-gap: 10px;
}

.contact_component96 .contactForm input,
.contact_component96 .contactForm textarea {
    border: 1px solid rgb(199, 208, 210);
    transition: 0.3s;
    background: rgb(255, 255, 255);
    opacity: 0.8;
    font-size: 14px;
    border-radius: 5px !important;
    height: 44px !important;
    width: 100% !important;
    padding-left: 15px !important;
}

.contact_component96 .contactForm .formbuilder-text-label,
.contact_component96 .contactForm .formbuilder-textarea-label {
    display: none;
}

.contact_component96 .g-recaptcha {
    margin-bottom: 15px;
}

.contact_component96 .contactForm input:focus,
.contact_component96 .contactForm textarea:focus {
    opacity: 1;
    border-color: rgb(24, 24, 59);
}

.contact_component96 .contactForm textarea {
    resize: none;
    padding: 15px !important;
    height: 140px !important;
}

.contact_component96 .contactForm button {
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    color: rgb(255, 255, 255);
    background-color: rgb(24, 24, 59);
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.contact_component96 .contactForm button::after {
    content: "";
    font-family: FontAwesome;
    transform: rotate(-45deg);
}

.contact_component96 .contactForm button:hover {
    background-color: var(--thirdColor);
}

.contact_component96 .indexForm .row {
    row-gap: 30px;
}

.contact_component96 .pwws_09 iframe {
    width: 100% !important;
}

.contact_component96 .c_exp {
    margin: 0px 0px 30px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(71, 99, 107);
}

.contact_component96 .contact_info_box {
    display: flex;
    margin: 40px 0px 0px;
}

.contact_component96 .contact_info_box>div {
    flex: 1 1 0%;
}

.contact_component96 .cib_1 {
    border: 2px solid rgb(199, 208, 210);
    padding: 30px;
    height: 100%;
}

.contact_component96 .cib_1,
.contact_component96 .cib_1 ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_component96 .cib_1 ul li {
    display: flex;
    color: rgb(71, 99, 107);
    font-size: 14px;
    font-weight: 700;
}

.contact_component96 .cib_1 ul li i {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

@media (min-width: 993px) {
    .contact_component96 .contact_info_box>div+div .cib_1 {
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
    }
}

.contact_component96 .contact_info_box>div:first-child .cib_1 {
    border-radius: 5px 0px 0px 5px;
}

.contact_component96 .contact_info_box>div:last-child .cib_1 {
    border-radius: 0px 5px 5px 0px;
}

.contact_component96 .contact_section>div>div {
    row-gap: 30px;
}

.contact_component96 .iframe_wrapper {
    position: relative;
}

.contact_component96 .iframe_wrapper iframe {
    width: 100%;
    height: 600px;
}

.contact_component96 .contact_section {
    position: relative;
    z-index: 2;
    padding: 80px 0px;
}

.contact_component96 .faq_full {
    margin-top: 80px;
}

.contact_component96 .c_boxes.row {
    row-gap: 30px;
}

.contact_right p {
    margin: 0px;
}

.contact_right {
    color: rgb(30, 30, 30);
}

.contactForm h3 {
    color: rgb(30, 30, 30);
}

.contact_right a {
    color: rgb(30, 30, 30);
}

.cwr_box {
    padding: 20px 90px 20px 20px;
    background-color: rgba(226, 228, 231, 0.41);
    border-radius: 6px;
    color: var(--firstColor);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    position: relative;
}

.cwr_box>i {
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 42px;
    color: var(--firstColor);
    opacity: 0.3;
}

.cwr_box>strong {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}

.cwr_box>p {
    font-size: 16px;
    margin: 0px;
    line-height: 1.4;
}

.row.cwr {
    row-gap: 20px;
    margin: 0px -7.5px;
}

.row.cwr>div {
    padding: 0px 7.5px;
}

.erz_go_back {
    display: flex;
    flex-direction: column;
    color: var(--firstColor) !important;
}

.erz_go_back a {
    display: inline-flex;
    width: max-content;
    margin-bottom: 5px;
    font-size: 15px;
    align-items: center;
    gap: 5px;
    opacity: 0.5;
    color: var(--firstColor) !important;
}

.box-completed {
    background: rgb(255, 225, 242) !important;
    color: rgb(0, 0, 0) !important;
}

.box-planned {
    background: rgb(221, 232, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.box-today {
    background: rgb(221, 255, 221) !important;
    color: rgb(0, 0, 0) !important;
}

.erz_calendar_overlay {
    padding: 30px;
    margin-bottom: 80px;
    border: 1px solid rgb(234, 234, 234);
}

.erz_event_detail_info {
    display: flex;
    align-items: center;
}

.erz_event_detail_info>i {
    width: 60px;
    height: 60px;
    color: rgb(52, 73, 94);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 6px;
    background: rgba(51, 73, 94, 0.23);
}

.erz_event_detail_info {
    margin: 15px 0px;
}

.erz_event_detail_info>div {
    flex: 1 1 0%;
    padding-left: 20px;
    border-style: solid;
    border-color: rgb(234, 234, 234);
    border-image: initial;
    border-width: 1px 1px 1px 0px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--firstColor);
    border-radius: 0px 30px 30px 0px;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 5px;
    background: rgba(52, 73, 95, 0.06);
}

.erz_event_detail_info p {
    margin: 0px;
}

.detail_evts {
    margin: 30px 0px;
}

.erz_modal_v2 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 30px;
}

.erz_modal_v2 .erz_modal_v2_container {
    background-color: rgb(255, 255, 255);
    max-width: calc(100% - 30px);
    width: 600px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 25px;
    margin: 0px auto;
}

.erz_modal_v2 .erz_modal_v2_header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.erz_modal_v2 .erz_modal_v2_title {
    margin: 0px;
    font-size: 1.25rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    letter-spacing: -0.04rem;
}

.erz_modal_v2 .erz_modal_v2_close {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 24px;
    cursor: pointer;
    color: rgb(136, 136, 136);
    line-height: 1;
}

.erz_modal_v2 .erz_modal_v2_close:hover {
    color: rgb(0, 0, 0);
}

.erz_modal_v2 .erz_modal_v2_image_wrapper {
    width: 100%;
    background-color: rgb(244, 244, 244);
}

.erz_modal_v2 .erz_modal_v2_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.erz_modal_v2 .erz_modal_v2_body {
    padding: 0px 20px 20px;
    color: rgb(85, 85, 85);
    line-height: 1.6;
}

.horizontal-card {
    background: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
    position: relative;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.horizontal-card .photo-side {
    width: 150px;
    position: relative;
    background: rgb(226, 232, 240);
}

.horizontal-card .photo-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizontal-card .status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
}

.horizontal-card .info-side {
    flex: 1 1 0%;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.horizontal-card .header h2 {
    margin: 0px;
    font-size: 22px;
    color: var(--firstColor);
    letter-spacing: -0.5px;
    font-weight: 700;
}

.horizontal-card .header p {
    margin: 5px 0px 0px;
    color: rgb(100, 116, 139);
    font-weight: 600;
    font-size: 15px;
}

.horizontal-card .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.horizontal-card .contact-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    transition: color 0.2s;
}

.horizontal-card .contact-link:hover {
    color: var(--accent);
}

.horizontal-card .icon-box {
    width: 32px;
    height: 32px;
    background: rgb(245, 245, 245);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: var(--firstColor);
    font-size: 14px;
}

.horizontal-card .divider {
    height: 1px;
    background: rgb(241, 245, 249);
    margin: 15px 0px;
}

@media (min-width: 571px) {
    .footer-links ul {
        display: block !important;
    }
}

.eto-error-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(252, 252, 252);
    position: relative;
    overflow: hidden;
}

.eto-error-section .eto-error-bg-icon {
    position: absolute;
    right: -5%;
    bottom: -5%;
    font-size: 25rem;
    color: rgba(52, 73, 94, 0.03);
    transform: rotate(-15deg);
    pointer-events: none;
}

.eto-error-section .eto-error-card {
    margin: 60px 0px;
    background: rgb(255, 255, 255);
    padding: 4rem;
    border-radius: 20px;
    box-shadow: rgba(52, 73, 94, 0.08) 0px 40px 100px;
    border-top: 6px solid rgb(52, 73, 94);
    position: relative;
    z-index: 2;
}

.eto-error-section .eto-error-badge {
    display: inline-block;
    background-color: rgba(250, 185, 91, 0.15);
    color: rgb(250, 185, 91);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eto-error-section .eto-error-code {
    font-size: 10rem;
    font-weight: 900;
    color: rgb(52, 73, 94);
    line-height: 0.8;
    margin-bottom: 1rem;
    letter-spacing: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eto-error-section .eto-error-code span {
    color: rgb(250, 185, 91);
}

.eto-error-section .eto-error-title {
    color: rgb(52, 73, 94);
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.eto-error-section .eto-error-text {
    color: rgb(127, 140, 141);
    font-size: 1.15rem;
    max-width: 550px;
    margin: 0px auto 2.5rem;
    line-height: 1.7;
}

.eto-error-section .eto-error-divider {
    width: 60px;
    height: 4px;
    background: rgb(250, 185, 91);
    margin: 0px auto 2rem;
    border-radius: 2px;
}

.eto-error-section .eto-error-btn {
    background-color: rgb(52, 73, 94);
    color: rgb(255, 255, 255);
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid rgb(52, 73, 94);
}

.eto-error-section .eto-error-btn:hover {
    background-color: transparent;
    color: rgb(52, 73, 94);
    transform: translateY(-5px);
}

.eto-error-section .eto-error-btn i {
    transition: transform 0.3s;
}

.eto-error-section .eto-error-btn:hover i {
    transform: translateX(-5px);
}

.eto-error-section .eto-error-links {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgb(238, 238, 238);
    display: flex;
    justify-content: center;
    gap: 25px;
}

.eto-error-section .eto-error-link-item {
    color: rgb(52, 73, 94);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.eto-error-section .eto-error-link-item:hover {
    color: rgb(250, 185, 91);
}

.form-listesi-wrapper {
    font-family: "DM Sans", sans-serif;
    background: var(--warm-white);
    padding: 48px 0px;
}

.fl-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
}

.fl-card {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: rgb(255, 255, 255);
    border: 1px solid var(--mist);
    border-radius: 14px;
    padding: 12px 28px;
    gap: 22px;
    position: relative;
    overflow: hidden;
    transition: 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
}

.fl-card::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 4px;
    background: var(--crimson);
    border-radius: 4px 0px 0px 4px;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.fl-card::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(120deg, transparent 40%, var(--crimson-light) 100%);
    opacity: 0;
    transition: opacity 0.32s;
    pointer-events: none;
}

.fl-card:hover,
.fl-card.active {
    border-color: var(--crimson);
    box-shadow: rgba(192, 32, 42, 0.18) 0px 8px 40px -8px;
    transform: translateY(-2px);
}

.fl-card:hover::before,
.fl-card.active::before {
    transform: scaleY(1);
}

.fl-card:hover::after,
.fl-card.active::after {
    opacity: 1;
}

.fl-card:hover .fl-icon-wrap,
.fl-card.active .fl-icon-wrap {
    background: var(--crimson);
    border-color: var(--crimson);
}

.fl-card:hover .fl-icon-wrap i,
.fl-card.active .fl-icon-wrap i {
    color: rgb(255, 255, 255);
}

.fl-card:hover .fl-arrow,
.fl-card.active .fl-arrow {
    background: var(--crimson);
    color: rgb(255, 255, 255);
    transform: translateX(4px);
}

.fl-icon-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid var(--mist);
    background: var(--ash);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 1;
}

.fl-icon-wrap i {
    font-size: 1.2rem;
    color: var(--crimson);
    transition: color 0.32s;
}

.fl-body {
    flex: 1 1 0%;
    min-width: 0px;
    position: relative;
    z-index: 1;
}

.fl-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--crimson);
    background: var(--crimson-light);
    padding: 0px 10px;
    border-radius: 20px;
    margin-bottom: 7px;
}

.fl-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
    line-height: 1.2;
    transition: color 0.2s;
}

.fl-card:hover .fl-name {
    color: var(--crimson-dark);
}

.fl-meta {
    font-size: 0.78rem;
    color: var(--text-secondary);
    margin: 5px 0px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fl-meta i {
    font-size: 0.7rem;
}

.fl-arrow {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid var(--mist);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    font-size: 0.85rem;
    background: transparent;
    transition: 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 1;
}

.fl-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-secondary);
}

.fl-empty i {
    font-size: 2.5rem;
    color: var(--mist);
    display: block;
    margin-bottom: 16px;
}

.fl-empty p {
    font-size: 0.9rem;
    margin: 0px;
}

#timeline_title h1 {
    font-size: 42px;
}

.sm_inner>button {
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    color: rgb(51, 51, 51) !important;
    border: 3px solid rgb(51, 51, 51) !important;
    font-size: 20px !important;
    transition: 0.3s !important;
}

.sm_inner>button i {
    font-style: normal !important;
}

#geograph_indicat .erz_related_item a {
    border-color: rgb(221, 221, 221);
    box-shadow: rgba(24, 39, 75, 0.12) 0px 8px 18px -6px;
}

#geograph_indicat .row {
    row-gap: 30px;
}

#geograph_indicat .erz_related_item,
#geograph_indicat .erz_related_item a {
    height: 100%;
    align-items: center;
}

#geograph_indicat .erz_related_item a>div:first-child {
    width: 180px;
}

#geograph_indicat .erz_related_item a>div:first-child img {
    height: 120px;
    object-fit: cover;
}

#geograph_indicat .erz_related_item a>div:last-child span {
    font-size: 22px;
    line-height: 1.2;
}

#geograph_indicat .erz_related_item a>div:last-child p {
    -webkit-line-clamp: 6;
    max-height: none;
}

.erz_company_directory {
    background: rgb(247, 246, 243);
    font-family: "DM Sans", sans-serif;
}

.erz_company_directory .erz-hero-section {
    background: linear-gradient(135deg, rgb(26, 42, 74) 0%, rgb(15, 61, 92) 40%, rgb(192, 57, 43) 100%);
    padding: 80px 0px 100px;
    position: relative;
    overflow: hidden;
}

.erz_company_directory .erz-hero-section::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.erz_company_directory .erz-hero-section::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 10%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.erz_company_directory .erz-hero-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.erz_company_directory .erz-hero-title {
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 1.1;
    margin-bottom: 16px;
}

.erz_company_directory .erz-hero-title span {
    color: rgb(250, 185, 91);
}

.erz_company_directory .erz-hero-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 300;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 36px;
}

.erz_company_directory .erz-search-wrap {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 60px;
    overflow: hidden;
    max-width: 620px;
}

.erz_company_directory .erz-search-wrap .erz-search-icon {
    padding: 0px 18px;
    color: rgb(153, 153, 153);
    font-size: 16px;
}

.erz_company_directory .erz-search-wrap input {
    flex: 1 1 0%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    padding: 18px 0px;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    color: rgb(26, 42, 74);
    background: transparent;
}

.erz_company_directory .erz-search-wrap input::placeholder {
    color: rgb(187, 187, 187);
}

.erz_company_directory .erz-search-wrap .erz-search-btn {
    background: rgb(192, 57, 43);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 18px 32px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.erz_company_directory .erz-search-wrap .erz-search-btn:hover {
    background: rgb(169, 50, 38);
}

.erz_company_directory .erz-search-tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.erz_company_directory .erz-tag {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s;
}

.erz_company_directory .erz-tag:hover {
    background: rgba(255, 255, 255, 0.22);
    color: rgb(255, 255, 255);
}

.erz_company_directory .erz-stats-bar {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(235, 235, 235);
    padding: 20px 0px;
}

.erz_company_directory .erz-stat-item {
    text-align: center;
    padding: 0px 24px;
    border-right: 1px solid rgb(235, 235, 235);
}

.erz_company_directory .erz-stat-item:last-child {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
}

.erz_company_directory .erz-stat-num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: rgb(26, 42, 74);
    line-height: 1;
}

.erz_company_directory .erz-stat-lbl {
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    margin-top: 4px;
    font-weight: 500;
}

.erz_company_directory .erz-section {
    padding: 80px 0px;
}

@media (max-width: 768px) {
    .erz_company_directory .erz-section {
        padding: 48px 0px;
    }
}

.erz_company_directory .erz-section-eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(192, 57, 43);
    margin-bottom: 10px;
}

.erz_company_directory .erz-section-title {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: rgb(26, 42, 74);
    line-height: 1.15;
    margin-bottom: 12px;
}

.erz_company_directory .erz-section-desc {
    color: rgb(119, 119, 119);
    font-size: 16px;
    font-weight: 300;
    max-width: 540px;
    line-height: 1.7;
}

.erz_company_directory .erz-sectors-section {
    background: rgb(255, 255, 255);
}

.erz_company_directory .erz-sector-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 16px 28px;
    border: 1.5px solid rgb(235, 235, 235);
    border-radius: 8px;
    cursor: pointer;
    transition: 0.25s;
    background: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.erz_company_directory .erz-sector-card::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: rgb(192, 57, 43);
    transform: scaleX(0);
    transition: transform 0.25s;
}

.erz_company_directory .erz-sector-card:hover {
    border-color: rgb(192, 57, 43);
    box-shadow: rgba(192, 57, 43, 0.12) 0px 12px 40px;
    transform: translateY(-4px);
}

.erz_company_directory .erz-sector-card:hover::before {
    transform: scaleX(1);
}

.erz_company_directory .erz-sector-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(240, 244, 250) 0%, rgb(232, 237, 245) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: 0.25s;
}

.erz_company_directory .erz-sector-card:hover .erz-sector-icon-wrap {
    background: linear-gradient(135deg, rgb(192, 57, 43) 0%, rgb(231, 76, 60) 100%);
}

.erz_company_directory .erz-sector-icon-wrap i {
    font-size: 32px;
    color: rgb(26, 42, 74);
    transition: color 0.25s;
    font-weight: 300;
}

.erz_company_directory .erz-sector-card:hover .erz-sector-icon-wrap i {
    color: rgb(255, 255, 255);
}

.erz_company_directory .erz-sector-name {
    font-size: 16px;
    font-weight: 600;
    color: rgb(26, 42, 74);
    line-height: 1.3;
    margin-bottom: 6px;
}

.erz_company_directory .erz-sector-count {
    font-size: 14px;
    color: rgb(170, 170, 170);
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.erz_company_directory .erz-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border: 2px solid rgb(26, 42, 74);
    border-radius: 4px;
    color: rgb(26, 42, 74);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    transition: 0.22s;
}

.erz_company_directory .erz-btn-outline:hover {
    background: rgb(26, 42, 74);
    color: rgb(255, 255, 255);
}

.erz_company_directory .erz-btn-red {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border: 2px solid rgb(192, 57, 43);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    cursor: pointer;
    background: rgb(192, 57, 43);
    transition: 0.22s;
}

.erz_company_directory .erz-btn-red:hover {
    background: rgb(169, 50, 38);
    border-color: rgb(169, 50, 38);
    color: rgb(255, 255, 255);
}

.erz_company_directory .erz-companies-section {
    background: rgb(247, 246, 243);
}

.erz_company_directory .erz-company-card {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1.5px solid rgb(235, 235, 235);
    overflow: hidden;
    transition: 0.25s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.erz_company_directory .erz-company-card:hover {
    box-shadow: rgba(26, 42, 74, 0.12) 0px 16px 48px;
    border-color: transparent;
    transform: translateY(-4px);
}

.erz_company_directory .erz-company-card-top {
    padding: 28px 24px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 0%;
}

.erz_company_directory .erz-company-logo {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    object-fit: contain;
    border: 1px solid rgb(240, 240, 240);
    flex-shrink: 0;
}

.erz_company_directory .erz-company-initials {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}

.erz_company_directory .erz-company-logo {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e6e2;
}

.erz_company_directory .erz-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.erz_company_directory .erz-company-info {
    flex: 1 1 0%;
    min-width: 0px;
}

.erz_company_directory .erz-company-name {
    font-size: 14px;
    font-weight: 600;
    color: rgb(26, 42, 74);
    line-height: 1.35;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.erz_company_directory .erz-company-sector {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgb(240, 244, 250);
    color: rgb(26, 42, 74);
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

.erz_company_directory .erz-company-card-footer {
    padding: 14px 24px;
    border-top: 1px solid rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.erz_company_directory .erz-company-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(192, 57, 43);
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: gap 0.2s;
    cursor: pointer;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: none;
    padding: 0px;
    font-family: "DM Sans", sans-serif;
}

.erz_company_directory .erz-company-detail-btn:hover {
    gap: 10px;
}

.erz_company_directory .erz-company-detail-btn i {
    font-size: 11px;
}

.erz_company_directory .erz-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: rgb(39, 174, 96);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.erz_company_directory .erz-divider-line {
    width: 48px;
    height: 3px;
    background: rgb(192, 57, 43);
    margin-top: 16px;
    margin-bottom: 0px;
}

.erz_company_directory .erz-hero-deco {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.07;
    pointer-events: none;
}

.erz_company_directory .erz-hero-deco i {
    font-size: 260px;
    color: rgb(255, 255, 255);
}

.erz_company_directory .erz-sector-grid-row {
    row-gap: 5px;
}

.erz_company_directory .erz-companies-grid-row {
    row-gap: 0px;
}

@media (min-width: 1200px) {
    #geograph_indicat .erz_related_item a:hover {
        transform: translateY(-5px);
    }

    #geograph_indicat .erz_related_item a>div:last-child {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.erz-stats-bar .row {
    row-gap: 30px;
}

.erz_company_detail {
    background: rgb(247, 246, 243);
    font-family: "DM Sans", sans-serif;
    padding-bottom: 20px;
}

.erz_company_detail .erz-detail-hero {
    background: linear-gradient(135deg, rgb(26, 42, 74) 0%, rgb(15, 61, 92) 50%, rgb(192, 57, 43) 100%);
    padding: 70px 0px 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: -48px;
}

.erz_company_detail .erz-detail-hero::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.erz_company_detail .erz-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: nowrap;
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.erz_company_detail .erz-breadcrumb::-webkit-scrollbar {
    display: none;
}

.erz_company_detail .erz-breadcrumb a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.2s;
    white-space: nowrap;
}

.erz_company_detail .erz-breadcrumb a:hover {
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-breadcrumb span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
}

.erz_company_detail .erz-breadcrumb .erz-bc-current {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.erz_company_detail .erz-hero-company-row {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.erz-all-sectors-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.erz-all-sectors-btn:hover {
    background: linear-gradient(135deg, #9a1820, #c0392b);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(192, 57, 43, 0.3);
}

.erz_company_detail .erz-directions-btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--firstColor);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
}

.erz_company_detail .erz-directions-btn:hover {
    background: var(--text-secondary);
    color: #fff;
}

.erz_company_detail .erz-hero-logo-wrap {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 32px;
    flex-shrink: 0;
    overflow: hidden;
}

.erz_company_detail .erz-hero-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.erz_company_detail .erz-hero-logo-initials {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(192, 57, 43), rgb(231, 76, 60));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 32px;
    flex-shrink: 0;
}

.erz_company_detail .erz-hero-company-info {
    flex: 1 1 0%;
    min-width: 0px;
}

.erz_company_detail .erz-hero-company-name {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 1.15;
    margin-bottom: 10px;
}

.erz_company_detail .erz-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.erz_company_detail .erz-badge-sector {
    background: rgba(255, 255, 255, 0.15);
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.erz_company_detail .erz-badge-verified {
    background: rgba(39, 174, 96, 0.2);
    color: rgb(46, 204, 113);
    border: 1px solid rgba(39, 174, 96, 0.35);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.erz_company_detail .erz-badge-year {
    background: rgba(232, 201, 110, 0.15);
    color: rgb(232, 201, 110);
    border: 1px solid rgba(232, 201, 110, 0.3);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.erz_company_detail .erz-content-area {
    position: relative;
    z-index: 2;
}

.erz_company_detail .erz-main-card {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    border: 1.5px solid rgb(235, 235, 235);
    overflow: hidden;
    margin-bottom: 24px;
}

.erz_company_detail .erz-card-header {
    padding: 24px 28px 20px;
    border-bottom: 1.5px solid rgb(243, 243, 243);
    display: flex;
    align-items: center;
    gap: 12px;
}

.erz_company_detail .erz-card-header-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgb(26, 42, 74), rgb(15, 61, 92));
    display: flex;
    align-items: center;
    justify-content: center;
}

.erz_company_detail .erz-card-header-icon i {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.erz_company_detail .erz-card-header-title {
    font-size: 18px;
    font-weight: 700;
    color: rgb(26, 42, 74);
    margin: 0px;
}

.erz_company_detail .erz-card-body {
    padding: 28px;
}

.erz_company_detail .erz-about-text {
    color: rgb(85, 85, 85);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0px;
}

.erz_company_detail .erz-divider-line {
    width: 40px;
    height: 3px;
    background: rgb(192, 57, 43);
    margin-bottom: 20px;
}

.erz_company_detail .erz-service-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0px 10px 15px;
    border-bottom: 1px solid rgb(243, 243, 243);
    position: relative;
}

.erz_company_detail .erz-service-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 27px;
    width: 6px;
    height: 6px;
    background-color: #34495e;
    border-radius: 50%;
}

.erz_company_detail .erz-service-item:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    padding-bottom: 0px;
}

.erz_company_detail .erz-service-item:first-child {
    margin-top: -18px;
}

.erz_company_detail .erz-service-name {
    font-size: 14px;
    font-weight: 600;
    color: rgb(26, 42, 74);
    margin-bottom: 4px;
}

.erz_company_detail .erz-service-desc {
    font-size: 14px;
    color: rgb(136, 136, 136);
    font-weight: 300;
    line-height: 1.5;
    margin: 0px;
}

.erz_company_detail .erz-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0px;
    border-bottom: 1px solid rgb(243, 243, 243);
}

.erz_company_detail .erz-contact-item:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    padding-bottom: 0px;
}

.erz_company_detail .erz-contact-item:first-child {
    padding-top: 0px;
}

.erz_company_detail .erz-contact-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgb(247, 246, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.erz_company_detail .erz-contact-icon-wrap i {
    font-size: 14px;
    color: rgb(192, 57, 43);
}

.erz_company_detail .erz-contact-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgb(170, 170, 170);
    margin-bottom: 0px;
}

.erz_company_detail .erz-contact-value {
    font-size: 14px;
    font-weight: 500;
    color: rgb(26, 42, 74);
    text-decoration: none;
    display: block;
}

.erz_company_detail .erz-contact-value:hover {
    color: rgb(192, 57, 43);
}

.erz_company_detail .erz-social-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.erz_company_detail .erz-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s;
    font-size: 16px;
}

.erz_company_detail .erz-social-btn.facebook {
    background: rgb(232, 240, 254);
    color: rgb(24, 119, 242);
}

.erz_company_detail .erz-social-btn.facebook:hover {
    background: rgb(24, 119, 242);
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-social-btn.instagram {
    background: rgb(252, 232, 243);
    color: rgb(225, 48, 108);
}

.erz_company_detail .erz-social-btn.instagram:hover {
    background: rgb(225, 48, 108);
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-social-btn.twitter {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-social-btn.twitter:hover {
    background: rgb(29, 161, 242);
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-social-btn.youtube {
    background: rgb(254, 236, 236);
    color: rgb(255, 0, 0);
}

.erz_company_detail .erz-social-btn.youtube:hover {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-social-btn.linkedin {
    background: rgb(232, 240, 248);
    color: rgb(0, 119, 181);
}

.erz_company_detail .erz-social-btn.linkedin:hover {
    background: rgb(0, 119, 181);
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-social-btn.whatsapp {
    background: rgb(232, 248, 238);
    color: rgb(37, 211, 102);
}

.erz_company_detail .erz-social-btn.whatsapp:hover {
    background: rgb(37, 211, 102);
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-msg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, rgb(192, 57, 43), rgb(231, 76, 60));
    box-shadow: rgba(192, 57, 43, 0.3) 0px 8px 24px;
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.22s;
    letter-spacing: 0.3px;
    margin-top: 4px;
}

.erz_company_detail .erz-msg-btn:hover {
    background: linear-gradient(135deg, rgb(26, 42, 74), rgb(15, 61, 92));
    box-shadow: none;
}

.erz_company_detail .erz-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 180px 180px;
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 576px) {
    .erz_company_detail .erz-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 140px 140px 140px;
    }

    .erz_company_detail .erz-gallery-item:first-child {
        grid-column: 1 / 3;
    }
}

.erz_company_detail .erz-gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: rgb(224, 224, 224);
}

.erz_company_detail .erz-gallery-item:first-child {
    grid-row: 1 / 3;
}

.erz_company_detail .erz-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.erz_company_detail .erz-gallery-item:hover img {
    transform: scale(1.06);
}

.erz_company_detail .erz-gallery-overlay {
    position: absolute;
    inset: 0px;
    background: rgba(26, 42, 74, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.erz_company_detail .erz-gallery-item:hover .erz-gallery-overlay {
    background: rgba(26, 42, 74, 0.45);
}

.erz_company_detail .erz-gallery-overlay i {
    color: rgb(255, 255, 255);
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s;
}

.erz_company_detail .erz-gallery-item:hover .erz-gallery-overlay i {
    opacity: 1;
}

.erz_company_detail .erz-gallery-more {
    position: absolute;
    inset: 0px;
    background: rgba(26, 42, 74, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}

.erz_company_detail .erz-gallery-more span {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.erz_company_detail .erz-gallery-more small {
    font-size: 11px;
    opacity: 0.75;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
}

.erz_company_detail .erz-map-wrap {
    border-radius: 8px;
    overflow: hidden;
    border: 1.5px solid rgb(235, 235, 235);
}

.erz_company_detail .erz-map-wrap iframe {
    display: block;
    width: 100%;
    height: 300px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.erz_company_detail .erz-video-wrap {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
}

.erz_company_detail .erz-video-wrap iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.erz_company_detail .erz-sidebar-quick {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    border: 1.5px solid rgb(235, 235, 235);
    overflow: hidden;
    margin-bottom: 24px;
}

.erz_company_detail .erz-quick-stat {
    padding: 18px 24px;
    border-bottom: 1px solid rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.erz_company_detail .erz-quick-stat:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.erz_company_detail .erz-quick-stat-label {
    font-size: 14px;
    color: rgb(156, 156, 156);
    font-weight: 500;
}

.erz_company_detail .erz-quick-stat-value {
    font-size: 13px;
    font-weight: 600;
    color: rgb(26, 42, 74);
    text-align: right;
}

.erz_company_detail .erz-modal-overlay .modal-content {
    border-radius: 12px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 24px 80px;
    font-family: "DM Sans", sans-serif;
}

.erz_company_detail .erz-modal-overlay .modal-header {
    background: linear-gradient(135deg, rgb(26, 42, 74), rgb(15, 61, 92));
    padding: 24px 28px;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 12px 12px 0px 0px;
}

.erz_company_detail .erz-modal-overlay .modal-title {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
}

.erz_company_detail .erz-modal-overlay .modal-header .btn-close {
    filter: invert(1) opacity(0.7);
}

.erz_company_detail .erz-modal-overlay .modal-body {
    padding: 28px;
}

.erz_company_detail .erz-modal-overlay .modal-footer {
    padding: 16px 28px 24px;
    border-top: 1.5px solid rgb(243, 243, 243);
}

.erz_company_detail .erz-form-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(136, 136, 136);
    margin-bottom: 6px;
}

.erz_company_detail .erz-form-control {
    border: 1.5px solid rgb(232, 232, 232);
    border-radius: 6px;
    padding: 11px 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: rgb(26, 42, 74);
    transition: border-color 0.2s, box-shadow 0.2s;
    background: rgb(250, 250, 250);
}

.erz_company_detail .erz-form-control:focus {
    border-color: rgb(192, 57, 43);
    box-shadow: rgba(192, 57, 43, 0.1) 0px 0px 0px 3px;
    outline: none;
    background: rgb(255, 255, 255);
}

.erz_company_detail .erz-form-control::placeholder {
    color: rgb(187, 187, 187);
}

.erz_company_detail .erz-modal-submit-btn {
    background: rgb(192, 57, 43);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 6px;
    padding: 12px 28px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.erz_company_detail .erz-modal-submit-btn:hover {
    background: rgb(169, 50, 38);
    box-shadow: rgba(192, 57, 43, 0.3) 0px 6px 20px;
}

.erz_company_detail .erz-modal-cancel-btn {
    background: transparent;
    color: rgb(136, 136, 136);
    border: 1.5px solid rgb(232, 232, 232);
    border-radius: 6px;
    padding: 11px 24px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.erz_company_detail .erz-modal-cancel-btn:hover {
    border-color: rgb(187, 187, 187);
    color: rgb(85, 85, 85);
}

.erz_company_detail .erz-modal-company-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(240, 244, 250);
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 20px;
}

.erz_company_detail .erz-modal-company-tag .erz-tag-logo {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(192, 57, 43), rgb(231, 76, 60));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
}

.erz_company_detail .erz-modal-company-tag span {
    font-size: 13px;
    font-weight: 600;
    color: rgb(26, 42, 74);
}

.erzmodal_company_detail .erz-notice {
    background: rgb(240, 244, 250);
    border-left: 3px solid rgb(26, 42, 74);
    border-radius: 0px 6px 6px 0px;
    padding: 10px 14px;
    font-size: 12px;
    color: rgb(85, 85, 85);
    margin-top: 16px;
}

.erz_company_detail .erz-notice i {
    color: rgb(26, 42, 74);
    margin-right: 6px;
}

.erzmodal_company_detail .erz-modal-overlay .modal-content {
    border-radius: 12px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 24px 80px;
    font-family: "DM Sans", sans-serif;
}

.erzmodal_company_detail.erz-modal-overlay .modal-header {
    background: linear-gradient(135deg, rgb(26, 42, 74), rgb(15, 61, 92));
    padding: 24px 28px;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 7px 7px 0px 0px;
}

.erzmodal_company_detail.erz-modal-overlay .modal-title {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
}

.erzmodal_company_detail.erz-modal-overlay .modal-header .btn-close {
    filter: invert(1) opacity(0.7);
}

.erzmodal_company_detail.erz-modal-overlay .modal-body {
    padding: 28px;
}

.erzmodal_company_detail .erz-modal-overlay .modal-footer {
    padding: 16px 28px 24px;
    border-top: 1.5px solid rgb(243, 243, 243);
}

.erzmodal_company_detail .erz-form-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(136, 136, 136);
    margin-bottom: 6px;
}

.erzmodal_company_detail .erz-form-control {
    border: 1.5px solid rgb(232, 232, 232);
    border-radius: 6px;
    padding: 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: rgb(26, 42, 74);
    transition: border-color 0.2s, box-shadow 0.2s;
    background: rgb(250, 250, 250);
}

.erzmodal_company_detail .erz-form-control:focus {
    border-color: rgb(192, 57, 43);
    box-shadow: rgba(192, 57, 43, 0.1) 0px 0px 0px 3px;
    outline: none;
    background: rgb(255, 255, 255);
}

.erzmodal_company_detail .erz-form-control::placeholder {
    color: rgb(187, 187, 187);
}

.erzmodal_company_detail .erz-modal-submit-btn {
    background: rgb(192, 57, 43);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 6px;
    padding: 12px 28px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.erzmodal_company_detail .erz-modal-submit-btn:hover {
    background: rgb(169, 50, 38);
    box-shadow: rgba(192, 57, 43, 0.3) 0px 6px 20px;
}

.erzmodal_company_detail .erz-modal-cancel-btn {
    background: transparent;
    color: rgb(136, 136, 136);
    border: 1.5px solid rgb(232, 232, 232);
    border-radius: 6px;
    padding: 11px 24px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.erzmodal_company_detail .erz-modal-cancel-btn:hover {
    border-color: rgb(187, 187, 187);
    color: rgb(85, 85, 85);
}

.erzmodal_company_detail .erz-modal-company-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(240, 244, 250);
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 20px;
}

.erzmodal_company_detail .erz-modal-company-tag .erz-tag-logo {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(192, 57, 43), rgb(231, 76, 60));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
}

.erzmodal_company_detail .erz-modal-company-tag span {
    font-size: 13px;
    font-weight: 600;
    color: rgb(26, 42, 74);
}

.erzmodal_company_detail .erz-modal-notice {
    background: rgb(240, 244, 250);
    border-left: 3px solid rgb(26, 42, 74);
    border-radius: 0px 6px 6px 0px;
    padding: 10px 14px;
    font-size: 12px;
    color: rgb(85, 85, 85);
    margin-top: 16px;
}

.erzmodal_company_detail .erz-modal-notice i {
    color: rgb(26, 42, 74);
    margin-right: 6px;
}

.modal-backdrop {
    display: none;
}

.erzmodal_company_detail {
    background-color: rgba(0, 0, 0, 0.7);
}

.companyg_header {
    height: 60px;
    position: relative;
}

.companyg_logo {
    position: relative;
    z-index: 3;
    display: inline-flex;
    border-radius: 0px 0px 100% 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    padding: 8px 9px 9px;
    width: 110px;
}

.companyg_logo::after {
    content: attr(data-title);
    position: absolute;
    left: 100%;
    top: 17px;
    font-size: 20px;
    white-space: nowrap;
    color: rgb(25, 44, 76);
    margin-left: 20px;
    font-family: 'DM Sans', sans-serif;
}

.companyg_header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.erz_company_header_nav {
    display: flex;
    align-items: center;
    height: 60px;
}

.company_search>button,
.company_menu_trigger {
    display: flex;
    padding: 0px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--secondColor);
    font-size: 18px;
    background: transparent;
    height: 40px;
}

.erz_company_header_nav ul {
    display: flex;
    align-items: center;
}

.erz_company_header_nav ul li a {
    display: flex;
    height: 40px;
    align-items: center;
    color: var(--secondColor);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 15px;
    border-radius: 30px;
    gap: 8px;
}

.company_search {
    position: relative;
}

.company_search>div {
    position: absolute;
    right: 0px;
    top: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    margin-top: 30px;
    border-radius: 6px;
    width: 240px;
    display: none;
}

.company_menu_trigger {
    display: none;
}

.company_search>div.active {
    display: block;
}

.company_search>div::before {
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 10px;
    border-color: transparent transparent rgb(255, 255, 255);
    transform: rotate(0deg);
    z-index: 2;
}

.company_search>div input {
    height: 40px;
    padding: 0px 15px;
    width: 100%;
    font-size: 14px;
    border-radius: 6px;
}

.company_search>div input::placeholder {
    color: rgb(146, 146, 146);
}

.erz_company_detail .form-control {
    border: 1px solid #ddd;
    padding: 10px 15px;
    height: 45px;
    width: 100%;
    font-size: 14px;
}

.erz-detail-hero .container {
    position: relative;
    padding-right: 500px;
}

.company_detail_info {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 410px;
    color: #fff;
    padding-right: 30px;
}

.company_detail_info * {
    font-size: 14px;
}

.company_detail_info p {
    margin-bottom: 5px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 992px) {
    .company_detail_info {
        position: static;
        transform: none;
        margin-top: 30px;
        max-width: 100%;
        padding: 0 30px 0 0;
        width: 500px;
    }

    .erz-detail-hero .container {
        padding-right: 15px;
    }

    .company_menu_trigger {
        display: flex;
    }

    #no_top8743 {
        margin-top: 0px;
    }

    #geograph_indicat .erz_related_item a {
        flex-wrap: wrap;
    }

    #geograph_indicat .erz_related_item a>div:first-child {
        width: 100%;
    }

    .erz_company_header_nav ul {
        position: absolute;
        left: 0;
        right: 0;
        align-items: flex-start;
        z-index: 2;
        top: 100%;
        background: #fff;
        padding: 50px 10px 10px;
        border-top: 1px solid #ddd;
        display: none;
    }

    .erz_company_header_nav ul.active {
        display: block;
    }
}

@media (max-width: 1300px) {
    .letter_row ul li {
        width: calc(6.9% - 2px);
        margin-bottom: 4px;
    }

    .letter_row ul li a {
        width: 100%;
    }

    .letter_row ul {
        justify-content: flex-start;
        gap: 0px 4px;
    }

    .header_tp {
        gap: 15px;
    }

    .tp_search input {
        width: 270px;
    }
}

@media (max-width: 1200px) {
    .erz_for_share>div:last-child {
        top: 170px;
    }

    .erz_page_title {
        font-size: 28px;
        line-height: 1.2;
    }

    .erz_breadcrumb {
        top: 79px;
    }

    .sectiontitle4.sd_button {
        font-size: 24px;
    }

    .mobileOps1 {
        display: block;
    }

    #mobileSideMenu>button {
        display: flex;
        position: absolute;
        top: 30px;
        left: 15px;
        background: rgb(255, 255, 255);
        padding: 0px 15px;
        height: 30px;
        border-radius: 30px;
        font-weight: 600;
        align-items: center;
        gap: 10px;
        font-size: 13px;
    }

    .ms_contact1 {
        display: flex;
        position: absolute;
        bottom: 30px;
        left: 30px;
        flex-direction: column;
        gap: 5px;
        right: 30px;
    }

    .ms_contact1>a {
        color: rgb(255, 255, 255);
        font-size: 16px;
        opacity: 0.6;
    }

    .ms_contact1>a:nth-of-type(2) {
        font-size: 120%;
        opacity: 1;
        font-weight: 900;
    }

    .header8 .hm_inner .ms_contact1 ul {
        display: flex;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.19);
        gap: 15px;
    }

    .ms_contact1 ul li a {
        color: rgb(255, 255, 255);
        font-size: 18px;
    }

    .ms_closer {
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.8);
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    .ms_closer.active {
        opacity: 1;
        visibility: visible;
    }

    #mobileSideMenu {
        position: fixed;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 9999;
        width: 270px;
        background: rgb(30, 30, 30);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        overflow: hidden;
    }

    #mobileSideMenu.active {
        transform: translateX(0px);
    }

    #headerWrapper {
        height: auto !important;
    }

    .tp_search {
        flex: 1 1 0%;
    }

    .hm_inner .logo>p {
        margin-left: 15px;
        top: 20px;
    }

    .erz_mobile_menu_trigger {
        height: 40px;
        top: 21px;
    }

    a.lng_switch1 {
        background-color: transparent;
        font-weight: 600;
        padding-right: 5px;
        font-size: 14px;
    }

    .tp_search input {
        width: 100%;
    }

    .header8.header_inner {
        padding-top: 0px;
        border-bottom: 1px solid rgb(229, 229, 229);
        box-shadow: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        width: 100%;
    }

    .hm_inner .logo {
        position: relative;
        left: 0px;
        bottom: auto;
        margin-bottom: -20px;
    }

    .header8 .header_right {
        padding-left: 0px;
        height: auto;
    }

    .header8.header_inner .logo img {
        height: 80px;
    }

    .header_tp {
        inset: 20px 51px auto 300px;
        gap: 0px;
    }

    .header_inner::before,
    .header_ops {
        display: none;
    }

    a.tp_call,
    .tp_social {
        display: none;
    }

    .stats_section169 .ss_item strong {
        font-size: 48px;
    }

    .stats_section169 .ss_item i {
        font-size: 45px;
    }

    .header8 .hm_inner #mobileSideMenu>ul ul a {
        justify-content: space-between;
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header8 .hm_inner #mobileSideMenu>ul ul {
        padding-right: 0px !important;
    }

    .header8 button.src_button.menu_trigger {
        margin-left: -15px;
        position: relative;
        left: 15px;
    }

    .header8 .hm_inner>div>a:not(.lng_switch) {
        height: 40px;
        padding: 0px 20px;
    }

    .header8 .src_button.src_trigger {
        padding: 0px;
        justify-content: center;
        height: 40px;
        width: 40px;
    }

    .header8 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: flex;
        align-items: center;
        padding: 0px 15px;
        color: rgb(30, 30, 30);
    }

    .header8 .h_menu>ul>li>a.has-submenu::after,
    .header8 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 80%;
        line-height: normal;
        margin-left: 7px;
    }

    .header8 .has-submenu.active::after {
        content: "" !important;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li ul li a {
        color: rgb(255, 255, 255);
        height: 36.5px;
        padding-left: 15px;
    }

    .header8 .menu_trigger {
        display: block;
        padding-left: 0px;
    }

    .header8 .hm_inner ul {
        margin-top: 0px;
        overflow-y: auto;
    }

    .header8 .hm_inner #mobileSideMenu>ul {
        position: absolute;
        top: 60px;
        bottom: 200px;
        width: 100%;
    }

    .header8 .hm_inner ul li {
        width: 100%;
    }

    .header8 .hm_inner ul li:last-child a {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li>a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header8 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

    .header13 .hm_inner #mobileSideMenu>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header13 .hm_inner #mobileSideMenu>ul ul {
        padding-right: 0px !important;
    }

    .header13 button.src_button.menu_trigger {
        margin-left: -15px;
        position: relative;
        left: 15px;
        color: rgb(255, 255, 255);
    }

    .header13 .hm_inner>div>a {
        height: 40px;
        padding: 0px 20px;
    }

    .header13 .src_button.src_trigger {
        padding: 0px;
        justify-content: center;
        height: 40px;
        width: 40px;
        color: rgb(255, 255, 255);
    }

    .header13 .src_button.src_trigger span {
        display: none;
    }

    .header13.header_inner .logo img {
        height: 55px;
    }

    .header13 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: flex;
        align-items: center;
        padding: 0px 15px;
        color: rgb(30, 30, 30);
    }

    .header13 .h_menu>ul>li>a.has-submenu::after,
    .header13 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(0, 0, 0);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .header13 .has-submenu.active::after {
        content: "" !important;
    }

    .header13 .hm_inner #mobileSideMenu>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header13 .hm_inner #mobileSideMenu>ul>li ul li a {
        color: rgb(0, 0, 0);
        height: 36.5px;
    }

    .header13 .menu_trigger {
        display: block;
        padding-left: 0px;
    }

    .header13 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(143, 255, 0);
        margin-top: 0px;
        display: none;
        overflow-y: auto;
    }

    .header13 .hm_inner #mobileSideMenu>ul {
        max-height: 350px;
    }

    .header13 .hm_inner ul li {
        width: 100%;
    }

    .header13 .hm_inner ul li:last-child a {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .header13 .hm_inner ul li a {
        color: rgb(0, 0, 0);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header13 .hm_inner ul li.active a {
        color: rgb(0, 0, 0);
    }
}

@media (max-width: 992px) {
    .erz-companies-grid-row>div {
        padding: 0px 7.5px;
    }

    .main-footer .row .col-lg-3:nth-of-type(2n+1)::after {
        display: none;
    }

    .event-details .info-column::after {
        display: none;
    }

    .member_src h3 {
        margin-top: 0px;
    }

    .contact_component96 .contactForm {
        margin-top: 0px;
    }

    .contact_component96 .faq_full {
        margin-top: 40px;
    }

    .contact_component96 .contact_section {
        padding: 40px 0px;
    }

    .contact_component96 .contact_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_component96 .contact_info_box {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .contact_component96 .contact_info_box>div {
        width: 100%;
        flex: 0 0 auto;
    }

    .contact_component96 .cib_1 {
        border-radius: 5px;
    }

    .erz_for_share>div:first-child {
        padding-right: 30px;
    }

    .main-footer .row {
        row-gap: 40px;
    }

    .timeline_wrapper h2 ul {
        display: none;
    }

    .fc-ltr .fc-basic-view .fc-day-number {
        text-align: center;
    }

    .erz_calendar {
        margin-left: 0px;
    }

    .header_ops {
        display: none;
    }

    .feature_section175 .f164_title {
        margin: 0px;
    }

    .stats_section169 .ss_169_counters>div:nth-child(3)::before {
        display: none;
    }

    .header8 .header_green {
        display: none;
    }
}

@media (max-width: 768px) {
    .erz_company_detail .erz-detail-hero {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .company_search>button,
    .company_menu_trigger {
        padding: 0 10px;
    }

    .erz_company_header_nav ul {
        padding-top: 10px;
    }

    .companyg_logo {
        padding: 3px 3px 4px;
        width: 68px;
    }

    .companyg_logo::after {
        font-size: 14px;
        width: 100px;
        white-space: normal;
        line-height: 1;
        top: 14px;
    }

    .erz_company_detail {
        padding-bottom: 40px;
    }

    .erz_company_detail .erz-main-card {
        margin-bottom: 24px;
    }

    #mt3-mobile.mt-5 {
        margin-top: 30px !important;
    }

    .erz_company_directory .erz-hero-deco {
        display: none;
    }

    .eto-error-section .eto-error-card {
        padding: 3rem 1.5rem;
    }

    .eto-error-section .eto-error-code {
        font-size: 7rem;
    }

    .eto-error-section .eto-error-title {
        font-size: 1.5rem;
    }

    .eto-error-section .eto-error-links {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    #timeline_title h1 {
        font-size: 32px;
    }

    .erz_event_detail_info p {
        font-size: 14px;
        line-height: 1.2;
    }

    .erz_event_detail_info>div {
        height: 70px;
        padding-top: 0px;
    }

    .erz_event_detail_info>i {
        height: 70px;
    }

    .erz_calendar_overlay.a8 {
        padding: 15px;
    }

    .erz_calendar_overlay {
        margin-bottom: 0px;
    }

    .letter_row ul li {
        width: calc(9% - 1px);
        margin-bottom: 4px;
    }

    .contact_component96 .iframe_wrapper iframe {
        height: 400px;
    }

    .contact_component96 .indexForm .if_texts {
        padding-right: 0px;
    }

    .contact_component96 .indexForm {
        padding: 40px 0px;
    }

    .contact_component96 .contactForm {
        padding: 30px;
    }

    .erz_title_bar span {
        font-size: 16px;
    }

    .erz_title_bar {
        padding: 0px 15px;
    }

    .erz_action {
        flex-direction: column;
        gap: 5px;
    }

    .erz_action li a,
    .erz_action li div {
        height: 30px;
    }

    .erz_action li {
        width: 100%;
    }

    .erz_action li div {
        margin-left: 0px;
    }

    .erz_publications {
        row-gap: 15px;
        margin: 0px -7.5px;
    }

    .erz_publications>div {
        padding: 0px 7.5px;
    }

    .erz_pubc img {
        height: 200px;
    }

    .fakebook span {
        font-size: 16px;
    }

    .fakebook i {
        font-size: 60px;
    }

    .fakebook {
        height: 200px;
    }

    .filter-gallery-one.row {
        margin: 0px -7.5px;
        row-gap: 15px !important;
    }

    .filter-gallery-one.row>div {
        padding: 0px 7.5px;
    }

    .erz_ann_item {
        min-height: auto;
    }

    .erz_ann_item>div:last-child {
        margin-top: 30px;
    }

    .erz_breadcrumb ul li a {
        font-size: 13px;
    }

    .erz_breadcrumb ul li+li::before {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        right: -9px;
    }

    .erz_content_area {
        padding-bottom: 0px;
    }

    .erz_breadcrumb ul {
        padding-left: 0px;
        gap: 15px;
    }

    .erz_breadcrumb ul::before {
        display: none;
    }

    .erz_for_share>div:first-child {
        padding-left: 0px;
    }

    .erz_related {
        padding: 15px;
    }

    .erz_related_item a {
        flex-direction: column;
    }

    .erz_related_item a>div:first-child {
        width: 100%;
    }

    .erz_others_title {
        font-size: 24px;
    }

    .flex-reverse {
        flex-direction: column-reverse;
        row-gap: 40px;
    }

    .erz_for_share {
        flex-direction: column;
        gap: 40px;
    }

    .shareOnSocial {
        flex-direction: row;
    }

    .erz_for_share>div:last-child {
        width: 100%;
    }

    .erz_for_share>div:first-child {
        padding-right: 0px;
    }

    .erz_breadcrumb {
        top: 59px;
    }

    .erz_breadcrumb ul li:first-child h1 {
        font-size: 14px;
    }

    .main-footer {
        padding-top: 40px;
    }

    .main-footer .row {
        row-gap: 30px;
    }

    .footer-copyright-text {
        flex-direction: column;
    }

    .footer-copyright {
        margin-top: 0px;
        justify-content: center;
        flex-direction: column;
    }

    .footer__whiteLinks {
        margin-bottom: 0px;
        gap: 10px;
    }

    .footer-links p {
        font-size: 18px;
    }

    .footer-links {
        padding-right: 0px;
        margin-right: 0px;
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
    }

    .footer-links p {
        font-size: 14px;
    }

    .footer-links ul li a {
        padding-right: 15px;
        display: block;
        font-size: 14px;
        line-height: 1.2;
    }

    .logo_sw .swiper-slide>a {
        height: 70px;
    }

    .timeline_wrapper h2 {
        font-size: 28px;
    }

    .sectiontitle4.sd_button {
        font-size: 20px;
    }

    .erz_item i:first-child {
        font-size: 40px;
    }

    .erz_item {
        height: 150px;
    }

    .bubble_pattern .row {
        row-gap: 15px;
        margin: 0px -7.5px;
    }

    .bubble_pattern .row>div {
        padding: 0px 7.5px;
    }

    h2.sectiontitle4 {
        font-size: 24px;
    }

    .v2_erz_slide img {
        height: 340px;
    }

    .v2_last {
        padding: 20px;
    }

    .v2_erz_slide {
        flex-wrap: wrap;
    }

    .v2_erz_slide>div {
        width: 100%;
    }

    .v2_erz_slide_nav {
        display: none;
    }

    .section_padding {
        padding: 40px 0px;
    }

    .tp_search i {
        font-size: 16px;
        left: 10px;
    }

    .tp_search input {
        padding-left: 35px;
        font-size: 14px;
    }

    .erz_mobile_menu_trigger {
        top: 11px;
    }

    .hm_inner .logo {
        margin-bottom: -10px;
        padding: 3px 3px 4px;
    }

    .hm_inner .logo>p {
        display: none;
    }

    .header_tp {
        left: 98px;
        top: 10px;
        right: 51px;
    }

    .feature_section175 {
        padding: 40px 0px;
    }

    .feature_section175 .f164_title h2 {
        font-size: 20px;
    }

    .feature_section175 .f164_title p {
        font-size: 16px;
    }

    .feature_section175 .row {
        row-gap: 30px;
    }

    .stats_section169 {
        padding: 40px 0px;
    }

    .stats_section169 .ss185_title p {
        font-size: 16px;
    }

    .stats_section169 .ss185_title h2 {
        font-size: 24px;
    }

    .stats_section169 .ss_item strong {
        font-size: 24px;
    }

    .stats_section169 .ss_item i {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .header8 .hm_inner #mobileSideMenu>ul>li>a {
        font-size: 14px;
    }

    .header8 .h_menu>ul>li>a.has-submenu::after,
    .header8 .has-submenu::after {
        font-size: 80%;
    }

    .header8 .src_area .container {
        padding: 0px 15px;
    }

    .header8 .hm_inner>div>a:not(.lng_switch) {
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
    }

    .header8.header_inner {
        padding-left: 0px;
        padding-right: 0px;
        height: 60px;
    }

    .header8.header_1 .container {
        padding: 0px 15px;
    }

    .header8 .hm_inner {
        gap: 10px;
    }

    .header8 .hm_inner>div>a:not(.lng_switch) {
        display: none;
    }

    .header8 .sa_inner input {
        font-size: 16px;
        height: 80px;
    }

    .header8 .sa_inner button {
        height: 30px;
        font-size: 13px;
    }

    .header8 .hm_inner>div>a:not(.lng_switch) {
        padding: 0px 10px;
        font-size: 13px;
        height: 30px;
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
    }

    .header8 .src_button {
        height: 40px;
    }

    .header8 .hm_inner ul {
        left: 0px;
        right: 0px;
        padding: 15px 0px;
    }

    .header8 .top_bar {
        display: none;
    }

    .header8.header_inner .logo img {
        height: 60px;
        max-width: 150px;
    }

    .header13 .hm_inner #mobileSideMenu>ul>li>a {
        font-size: 14px;
    }

    .header13 .h_menu>ul>li>a.has-submenu::after,
    .header13 .has-submenu::after {
        font-size: 18px;
    }

    .header13 .src_area .container {
        padding: 0px 15px;
    }

    .header13 .hm_inner>div>a {
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
    }

    .header13.header_inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header13 .header_1 .container {
        padding: 0px 15px;
    }

    .header13 .hm_inner {
        gap: 10px;
    }

    .header13 .hm_inner>div>a {
        display: none;
    }

    .header13 .sa_inner input {
        font-size: 16px;
        height: 80px;
    }

    .header13 .sa_inner button {
        height: 30px;
        font-size: 13px;
    }

    .header13 .hm_inner>div>a {
        padding: 0px 10px;
        font-size: 13px;
        height: 30px;
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
    }

    .header13 .src_button {
        height: 40px;
    }

    .header13 .hm_inner ul {
        left: 0px;
        right: 0px;
        padding: 15px 0px;
    }

    .header13 .top_bar {
        display: none;
    }

    .header13.header_inner .logo img {
        height: 50px;
        max-width: 150px;
    }

    .swiper-slide-active .timeline_item>div:last-child::after {
        right: -60px;
    }
}

@media (max-width: 650px) {
    .erz_company_directory .erz-search-wrap input {
        font-size: 14px;
    }

    .horizontal-card .photo-side img {
        width: 150px;
        max-width: 100%;
        margin: 0px auto;
        display: block;
        border-radius: 50%;
        height: 150px;
    }

    .horizontal-card {
        width: 100%;
        flex-direction: column;
    }

    .horizontal-card .photo-side {
        width: 100%;
        height: auto;
        background: transparent;
        padding-top: 20px;
    }
}

@media (max-width: 570px) {
    .erz_company_directory .erz-hero-section {
        padding: 40px 0px;
    }

    .erz_company_directory .erz-search-wrap .erz-search-btn {
        padding: 18px;
    }

    .erz_company_directory .erz-stat-num {
        font-size: 22px;
    }

    .erz_company_directory .erz-stat-item {
        padding: 0px 12px;
    }

    .footer-links ul {
        display: none;
        margin-top: 20px;
    }

    .footer-links h3 {
        pointer-events: all;
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-footer .col-lg-3:not(:last-child, :nth-last-child(2)) .footer-links h3::after {
        content: "+";
    }

    .main-footer .col-lg-3:not(:last-child, :nth-last-child(2)) .footer-links h3.active::after {
        content: "-";
    }

    .main-footer .row .col-lg-3::after {
        display: none;
    }

    .footer-contact-item {
        margin-top: 30px;
    }

    .fl-card {
        padding: 16px 18px;
        gap: 14px;
    }

    .fl-icon-wrap {
        width: 44px;
        height: 44px;
    }

    .fl-title {
        font-size: 1.5rem;
    }

    .fl-name {
        font-size: 0.92rem;
        white-space: normal;
    }

    .fl-meta {
        display: none;
    }
}

@media (max-width: 450px) {
    .v2_erz_slide img {
        height: 230px;
    }
}