@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;
}

.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: .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: #34495e;
}

.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: all .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 #eaeaea;
    }

    .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 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: .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: 6px;
    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;
}

.header_ops {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
}

.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: all .3s;
    fill: var(--firstColor);
}

.tp_social li a:hover svg * {
    fill: #fff;
}

.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: #34495e;
}

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 {
    background-color: var(--thirdColor);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .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%;
    /* background: linear-gradient(rgb(232 243 248) 0%, rgba(39, 110, 246, 0) 100%); */
}

.erz_ann::before {
    content: "";
    position: absolute;
    inset: 0px;
    /* background-image: url("../images/spikes.webp"); */
    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 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
    margin-right: 20px;
    height: 100%;
}

.footer-links h3 {
    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: 10px;
}

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

.footer-links ul li a {
    color: inherit;
    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;
}

.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: none;
    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: none;
    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: all .3s;
    fill: #fff;
}

.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-left: 30px;
    position: relative;
    display: none;
}

.erz_sidemenu li ul a.active::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 19px;
    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;
    height: 50px;
    position: relative;
    padding-left: 30px;
    color: var(--firstColor);
    font-weight: 600;
    padding-right: 15px;
    transition: 0.3s;
}

.erz_sidemenu li ul a {
    opacity: 0.7;
}

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

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

.erz_sidemenu>li>a::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--firstColor);
    border-radius: 50%;
}

.erz_sidemenu {
    padding: 40px 0px 40px 20px;
    position: sticky;
    top: 110px;
}

.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::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--firstColor);
    border-radius: 3px;
}

.erz_sidemenu>li ul a {
    height: 40px;
}

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

.erz_sidemenu a.toggled {
    background: linear-gradient(270deg, rgba(36, 75, 100, 0.07) 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 0;
}

.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(51, 51, 51);
    text-decoration: underline;
    transition: color 0.2s;
}

.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 table {
    width: 100%;
    border: none;
    margin-bottom: 40px;
}

.content-detail table td {
    border: none;
}

.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-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(221, 221, 221);
    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: none;
}

.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: #929292;
    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: #fff;
    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 0 50px 0px;
    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: rgb(0 0 0 / 7%);
    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: all .3s;
}

.f171_item i {
    position: absolute;
    left: 30px;
    top: 20px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    z-index: 2;
    transition: all .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: .7;
    transition: all .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: none;
    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: none;
}

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

.fc td.fc-today {
    border: none;
}

#colorPalette {
    position: fixed;
    right: 0;
    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: none;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

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

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

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

.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: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin-top: 21px;
    opacity: 1;
}

.fc-day-number.fc-other-month {
    color: #c8c8c8 !important;
}

#erz_main_sw_pagination {
    position: absolute;
    bottom: auto;
    top: 20px;
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--secondColor);
    z-index: 10;
    border-radius: 50%;
    background: var(--secondColor);
    z-index: 2;
    color: #fff;
}

.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: 2;
    z-index: 4;
    color: #fff;
    font-weight: 800;
}

#erz_main_sw_pagination::before {
    content: '';
    position: absolute;
    background-color: #34495e;
    inset: 4px;
    border-radius: inherit;
    z-index: 3;
}

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

.erz_related {
    background-color: #f5f5f5;
    padding: 30px 0;
    position: relative;
}

.erz_related::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    height: 100%;
    background-color: #f5f5f5;
    border: solid rgb(236, 236, 236);
    border-width: 1px 0;
}

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

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

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

.erz_related_item a {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    padding: 15px;
    transition: all .3s;
    border: 1px solid transparent;
}

.erz_related_item a:hover {
    border-color: #ddd;
    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;
}

.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: #244b64;
    margin: 10px 0px;
    display: block;
}

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

.erz_others_title {
    font-weight: 700;
    color: #000;
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0 0 30px;
}

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

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

.erz_mobile_menu_trigger {
    position: absolute;
    right: 0;
    padding: 0 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 #ddd;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

a.erz_file_row,
.erz_file_row {
    /* border: 1px solid #eaeaea; */
    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 * {
    /* color: var(--firstColor); */
}

.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;
    padding-left: 15px;
    line-height: 1.2;
}

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

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

.erz_file_row span {
    background-color: #FAB95B;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.erz_pubc img {
    width: 100%;
}

.erz_pubc:hover figure {
    transition: all .3s;
}

.erz_pubc:hover figure {
    opacity: .8;
}

.erz_pubc {
    padding: 15px;
    /* border-radius: 6px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    border: 1px solid #eaeaea;
}

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

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

.erz_action li a,
.erz_action li div {
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    color: #fff;
    /* text-transform: uppercase; */
    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: #ececec;
    color: #34495f;
}

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

.erz_pubc img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #eaeaea;
}

.erz_publications {
    row-gap: 30px;
}

.fakebook {
    height: 360px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}

.fakebook span {
    font-size: 24px;
    font-weight: 800;
    color: #244b64;
    display: block;
    line-height: 1.2;
}

.fakebook i {
    position: absolute;
    left: 30px;
    top: -15px;
    font-size: 120px;
    color: #244b64;
    opacity: .1;
}

.erz_title_bar {
    border-radius: 30px 30px 0 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #eaeaea;
    margin-bottom: -1px;
    color: #244b64;
}

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

.erz_title_bar span {
    flex: 1;
    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: 0 auto;
    border: 1px solid #D0D0D0;
    margin-top: -80px;
    background: #EFF5F7;
}

.contact_component96 .contactForm h2 {
    color: #18183B;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 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 #C7D0D2;
    border-radius: 5px !important;
    height: 44px !important;
    width: 100% !important;
    padding-left: 15px !important;
    transition: all .3s;
    background: #fff;
    opacity: .8;
    font-size: 14px;
}

.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: #18183B;
}

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

.contact_component96 .contactForm button {
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    color: #fff;
    background-color: #18183B;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    transition: all .3s;
}

.contact_component96 .contactForm button::after {
    content: "\f30b";
    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: 0 0 30px;
    font-weight: 500;
    font-size: 14px;
    color: #47636B;
}

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

.contact_component96 .contact_info_box>div {
    flex: 1;
    /* height: 100%; */
}

.contact_component96 .cib_1 {
    border: 2px solid #C7D0D2;
    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: #47636B;
    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: none;
    }
}

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

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

.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 0;
}

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

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

.contact_right p {
    margin: 0;
}

.contact_right {
    color: #1e1e1e;
}

.contactForm h3 {
    color: #1e1e1e;
}

.contact_right a {
    color: #1e1e1e;
}

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

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

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

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

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

.row.cwr>div {
    padding: 0 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;
    color: var(--firstColor) !important;
    align-items: center;
    gap: 5px;
    opacity: .5;
}

.box-completed {
    background: #ffe1f2 !important;
    color: #000 !important;
}

.box-planned {
    background: #dde8ff !important;
    color: #000 !important;
}

.box-today {
    background: #ddffdd !important;
    color: #000 !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: #34495e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 30px 0 0 30px;
    padding-left: 6px;
    background: #33495e3b;
}

.erz_event_detail_info {
    margin: 15px 0;
}

.erz_event_detail_info>div {
    flex: 1;
    padding-left: 20px;
    border: solid #eaeaea;
    border-width: 1px 1px 1px 0;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--firstColor);
    border-radius: 0 30px 30px 0;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 5px;
    background: #34495f0f;
}

.erz_event_detail_info p {
    margin: 0;
}

.detail_evts {
    margin: 30px 0;
}


/* responsive */

@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;
        column-gap: 4px;
        row-gap: 0;
    }

    .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: #fff;
        padding: 0 15px;
        height: 30px;
        border-radius: 30px;
        font-size: 14px;
        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: #fff;
        font-size: 16px;
        opacity: .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 #ffffff30;
        gap: 15px;
    }

    .ms_contact1 ul li a {
        color: #fff;
        font-size: 18px;
    }

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

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

    #mobileSideMenu {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        width: 270px;
        background: #1e1e1e;
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
        overflow: hidden;
    }

    #mobileSideMenu.active {
        transform: translateX(0);
    }

    #headerWrapper {
        height: auto !important;
    }

    .tp_search {
        flex: 1;
    }

    .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: 0;
        border-bottom: 1px solid rgb(229, 229, 229);
        box-shadow: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
    }

    body {
        padding-top: 79px;
    }

    .hm_inner .logo {
        position: relative;
        left: 0;
        bottom: auto;
        margin-bottom: -20px;
    }

    .header8 .header_right {
        padding-left: 0;
        height: auto;
    }

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

    .header_tp {
        right: 51px;
        bottom: auto;
        top: 20px;
        gap: 0;
        left: 300px;
    }

    .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 {
        padding-right: 15px !important;
        font-size: 14px !important;
        justify-content: space-between;
    }

    .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: none;
    }

    .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: none;
    }

    .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) {
    .event-details .info-column::after {
        display: none;
    }

    .member_src h3 {
        margin-top: 0;
    }

    .contact_component96 .contactForm {
        margin-top: 0;
    }

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

    .contact_component96 .contact_section {
        padding: 40px 0;
    }

    .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: none;
    }

    .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: 0;
    }

    .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_event_detail_info p {
        font-size: 14px;
        line-height: 1.2;
    }

    .erz_event_detail_info>div {
        height: 70px;
        padding-top: 0;
    }

    .erz_event_detail_info>i {
        height: 70px;
    }

    .erz_calendar_overlay.a8 {
        padding: 15px;
    }

    .erz_calendar_overlay {
        margin-bottom: 0;
    }

    .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: 0;
    }

    .contact_component96 .indexForm {
        padding: 40px 0;
    }

    .contact_component96 .contactForm {
        padding: 30px;
    }

    .erz_title_bar span {
        font-size: 16px;
    }

    .erz_title_bar {
        padding: 0 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: 0;
    }

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

    .erz_publications>div {
        padding: 0 7.5px;
    }

    .erz_pubc img {
        height: 200px;
    }

    .fakebook span {
        font-size: 16px;
    }

    .fakebook i {
        font-size: 60px;
    }

    .fakebook {
        height: 200px;
    }

    .filter-gallery-one.row {
        row-gap: 15px !important;
        margin: 0 -7.5px;
    }

    .filter-gallery-one.row>div {
        padding: 0 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: 0;
    }

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

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

    .erz_for_share>div:first-child {
        padding-left: 0;
    }

    .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: 0;
    }

    body {
        padding-top: 59px;
    }

    .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: 0;
        justify-content: center;
        flex-direction: column;
    }

    .footer__whiteLinks {
        margin-bottom: 0;
        gap: 10px;
    }

    .footer-links p {
        font-size: 18px;
    }

    .footer-links {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .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: 0 -7.5px;
    }

    .bubble_pattern .row>div {
        padding: 0 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 0;
    }

    .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: 0;
        padding-right: 0;
        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:450px) {
    .v2_erz_slide img {
        height: 230px;
    }
}