/*hero*/
.cl_hero_section {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    height: 792px;
}

.cl_hero_container {
    height: 100%
}
.cl_hero_column {
    max-width: var(--global-width-mob-1);
    height: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 12;
}
.cl_hero_heading, .cl_hero_paragraph {
    color: #fff;
    margin-top: 0;
}
.cl_hero_heading {
    max-width: 700px;
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
}
.cl_hero_paragraph {
    max-width: 700px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px;
}
.cl_hero_cta {
    width: 147px;
}
.cl_hero_cta button {
    background-color: var(--custom-color-2);
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    width: 147px;
    height: 33px;
    border: none;
    letter-spacing: 0.15em;
    cursor: pointer;
}
.shape {
    position: relative;
}
.shape_element {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(0 71%,0% 100%,34% 100%);
    position: absolute;
    /*bottom: -275px;*/
    bottom: 0;
    z-index: 10;
}
.shape_element_two {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(0 127%,0% 6000%,101% 40%);
    position: absolute;
    /*bottom: -275px;*/
    bottom: 0;
    z-index: 10;
}

/*content*/
.page_titles_section, .page_content_section_inner {
    max-width: var(--global-width-mob-1);
    margin: auto;
}
.page_content_section {
    width: 100%;
    margin-bottom: 40px;
}
.page_content_section_inner h2:first-of-type {
    margin-top: 25px;
}
.page_content_section_inner h2 {
    margin-top: 20px;
    margin-bottom: 0;
}
.page_content_section_inner h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.page_content_section_inner h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.page_content_section_inner p {
    margin-top: 10px;
    margin-bottom: 22px;
}
.page_titles_section h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    margin-top: 20px;
    margin-bottom: 10px;
}
.page_titles_section ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
    max-width: 295px;
}
.titles_list_h2 a {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    text-decoration: unset;
    margin-top: 10px;
    margin-bottom: 10px;
}
.titles_list_h3 a {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: unset;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.titles_list_h4 a {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-500);
    font-size: 10px;
    line-height: 13px;
    color: #000;
    text-decoration: unset;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page_content_section h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
}
.page_content_section h3 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 29px;
    line-height: 39px;
    color: #000;
}
.page_content_section h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.page_content_section p, .page_content_section ol li {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: justify;
}
.page_content_section ol {
    padding-left: 0;
    margin-left: 0;
}

/*ask us*/
.ask_us_section {
    text-align: center;
    background: var(--custom-color-3);
    padding: 35px 0;
}
.ask_us_section h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 45px;
    color: var(--custom-color-2);
    margin-top: 0;
    margin-bottom: 20px;
}
.ask_us_section p {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 16px;
    line-height: 20px;
    color: var(--custom-color-4);
    width: 90%;
    margin: auto auto 20px auto;
}
.ask_us_section button {
    background-color: var(--custom-color-2);
    width: 107px;
    height: 33px;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.15em;
    cursor: pointer;
    color: #fff;
}

/*blog*/
.q_and_a {
    background-image: url("/wp-content/uploads/2023/10/Mask-group-8.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    height: 1575px;
    position: relative;
    z-index: 11;
}
.blog_section_inner {
    max-width: var(--global-width-mob-1);
    margin: auto;
}
.blog_section_inner h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: var(--custom-color-2);
    margin-top: 0;
}
.list_of_blogs {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.latest_news_cont {
    border: 2px solid var(--custom-color-2);
    background: #fff;
}
.latest_news_cont a {
    text-decoration: unset;
}
.latest_news_cont .news_content_title {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-500);
    font-size: 26px;
    line-height: 37px;
    color: var(--custom-color-2);
    padding-left: 24px;
    margin-top: 11px;
    margin-bottom: 7px;
}
.latest_news_cont .news_content_subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-500);
    font-size: 16px;
    line-height: 21px;
    color: #d9d9d9;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 15px;
}
.latest_news_cont p:not(.news_content_subtitle) {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 13px;
    line-height: 16px;
    color: var(--custom-color-4);
    width: 90%;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 20px;
}
.blog_section_inner .latest_news_cont p:not(.news_content_subtitle) {
    padding-bottom: 20px;
}
.latest_news_cont p {
    padding-left: 24px;
}
.all_blogs_btn {
    text-align: center;
    margin-top: 25px;
}
.all_blogs_btn button {
    font-size: 12px;
    line-height: 15px;
    width: 131px;
    height: 33px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    color: var(--custom-color-2);
    border: 2px solid var(--custom-color-2);
    letter-spacing: 0.15em;
    cursor: pointer;
}

/*contact*/
.shape_qa {
    position: relative;
}
.shape_element_qa {
    width: 100%;
    aspect-ratio: 3;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 48%, 70% 69%, 0 8%);
    z-index: 10;
}
.contact_us_section {
    background: linear-gradient(rgba(30, 30, 30, 0.7), rgba(30, 30, 30, 0.7)), url('/wp-content/uploads/2023/10/slika-2.png');
    position: relative;
    z-index: 8;
    top: -25px;
    height: 940px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: -25px;
}
.contact_us_section_inner {
    width: var(--global-width-mob-1);
    margin: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}
.contact_us_form {
    background: #fbf9f9;
    padding: 0 33px 14px 33px;
}
.contact_us_form h2 {
    font-family: 'Playfair Display', serif;
    font-weight: var(--global-font-weight-600);
    font-size: 36px;
    line-height: 48px;
    color: var(--custom-color-2);
    margin-top: 15px;
    margin-bottom: 0;
}
.contact_us_form form {
    max-width: 485px;
}
.contact_us_form form p {
    margin-top: 10px;
    margin-bottom: 0;
}
.contact_us_form form p label {
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-400);
    font-size: 14px;
    line-height: 17px;
    color: var(--custom-color-2);
}
.contact_us_form form p .wpcf7-submit {
    width: 135px;
    height: 40px;
    background-color: var(--custom-color-2);
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: var(--global-font-weight-600);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.contact_us_form form p textarea {
    height: 96px;
}
.home_form_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_form_flex p input {
    width: 100%;
    height: 25px;
}
.social_icons {
    position: relative;
    width: 100%;
}
.social_icons_item {
    background-image: url("/wp-content/uploads/2023/10/Rectangle-68.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 39px;
}
.social_icons_item_first {
    position: absolute;
    top: 50px;
    left: 0;
}
.social_icons_item img {
    width: 40px;
}
.social_icons_item_second {
    position: absolute;
    top: 50px;
    left: 155px;
}
.social_icons_item_third {
    position: absolute;
    top: 125px;
    left: 80px;
}
.social_icons_item_fourth {
    position: absolute;
    top: 125px;
    left: 233px;
}
.social_icons_item_fifth {
    position: absolute;
    top: 200px;
    left: 0;
}

.page-id-454 .page_titles_section {
    display: none!important;
}
.page-id-454 .page_content_section {
    padding-top: 20px;
}
