a,
a img,
.link_effect {
    transition: all 500ms;
}

.hover-red:hover {
    color: #d1282d !important;
}

/* Heq tekstin origjinal komplet nga layout */
#gt_float_wrapper .gt_options a.nturl {
    display: flex;
    align-items: center;
    gap: 6px;
}

#gt_float_wrapper .gt-current-lang {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: nowrap !important;
}

/* Fsheh text-node (Arabic, English...) */
#gt_float_wrapper .gt_options a.nturl::text {
    display: none;
}

/* Alternativë e sigurt: e bëjmë tekstin zero-width */
#gt_float_wrapper .gt_options a.nturl {
    font-size: 0;
}

/* Shfaq vetëm inicialet */
#gt_float_wrapper .gt_options a.nturl::after {
    content: attr(data-lang);
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

/* Flamuri */
#gt_float_wrapper .gt_options a.nturl img {
    width: 32px;
    height: auto;
    flex-shrink: 0;
}

.navbar-brand {
    margin-right: 0;
    perspective: 900px;
}

.navbar-brand img {
    max-width: 100px;
    height: auto;
    margin: 4px 0px 0px 5px;
    display:inline-block;
    transform-style: preserve-3d;
    backface-visibility: hidden;
   /*  animation: logoFlipCard 1.6s ease-in-out infinite; */
}

@keyframes logoFlipCard{
  0%   { transform: rotateY(0deg); }
  50%  { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

.select-selector:focus {
    box-shadow: none !important;
    border-color: unset !important;
}

#news-category:focus {
    box-shadow: none !important;
    border-color: unset !important;
}

@media screen and (min-width: 1200px) {
    .navbar-brand img {
        max-width: 125px;
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-left: 30px;
    }
}

.page_wrapper {
    min-height: unset;
    /*  height: 100%; */
}

.page_wrapper .row {
    min-height: unset;
    /*   height: 100%; */
}

@media screen and (min-width: 1200px) {
    .page_wrapper {
        /* min-height: calc(100vh - 35px);*/
        /*   min-height: 100vh;
        height: 100%; */
    }

    .page_wrapper .row {
        /* min-height: calc(100vh - 35px);*/
        /*  min-height: 100vh; */
        /* height: 100%; */
    }
}

.blocks_content_text a {
    color: #d3272e;
}



.page_wrapper .row.no_height {
    min-height: unset;
    height: auto;
}

.nav_menu_bar {
    /*padding-top:calc(50vh - 195px);*/
    padding-top: calc(50vh - 165px);
}

.menu_wrapper {
    background-color: #f1f1f1;
    width: 186px;
}

.body_wrapper.disabled {
    overflow: hidden;
    pointer-events: none;
    filter: grayscale(100%) brightness(50%);
    background-color: rgba(0, 0, 0, 0.5);
}

.sub_menu_link {
    cursor: pointer;
}

.nav_social_wrapper a:hover {
    opacity: 0.7;
}

.nav_social_wrapper {
    padding-bottom: 64px;
}

.nav_social_wrapper img {
    vertical-align: bottom;
}



.homepage_layout_wrapper {
    position: relative;
    height: unset;
}


@media screen and (min-width: 1200px) {
    .homepage_layout_wrapper {
        position: relative;
        /*height:calc(100vh - 35px);*/
        height: 100vh;
    }
}




.homepage_layout_bg_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hl_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 500ms ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hl_bg.active {
    opacity: 1;
}

.homepage_layout_cont {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: unset;
    transition: background-image 500ms ease-in-out;
    height: calc(100vh - 30px);

}


@media screen and (min-width: 1200px) {
    .homepage_layout_cont {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /*min-height: calc(100vh - 35px);*/
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
        transition: background-image 500ms ease-in-out;
    }
}


.homepage_layout_cont .homepage_layout_column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 0;
    padding-top: 30px;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 992px) {
    .homepage_layout_cont .homepage_layout_column {
        padding-top: 0px;
    }
}



@media screen and (min-width: 992px) {
    .homepage_layout_cont .homepage_layout_column {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 0;
        padding-top: 0;
    }
}

.homepage_layout_label {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 150px;
    padding-bottom: 130px;
    transition: all 500ms;
    text-align: left;
}


@media screen and (min-width: 1200px) {
    .homepage_layout_label {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
        padding-bottom: 60px;
        padding-top: 36px;
        transition: all 500ms;
        text-align: left;
    }
}
.desktop > div:first-child {
border-left: none !important;
}
.logo-box-home{
  padding-top:10px !important;
}

.homepage_layout_column:hover .homepage_layout_label {

        padding-bottom: 130px;
}

@media screen and (min-width: 1200px) {
    .homepage_layout_column:hover .homepage_layout_label {
        padding-bottom: 150px;

       
        /*background-color: rgba(209, 40, 45, 0.55);*/
    }
}



.sub_menu_wrapper {
    background-color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    max-width: 0;
    transition: all 500ms ease-in-out;
}

.sub_menu_wrapper.active {
    max-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease-in-out;
}

.sm_label {
    display: inline-block;
}

.submenu_item {
    white-space: nowrap;
    padding-top: 8px;
    padding-bottom: 8px;
}

.submenu_item a:hover img {
    opacity: 0.7;
}


.submenu_item.add_bt_border {
    border-bottom: 1px solid #F1F1F1;
}


.submenu_item.add_bt_border:last-child {
    border-bottom: 0;
}

.homepage_layout_message_wrapper_mobile {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    z-index: 1;
    line-height: 1.3;
    width: auto;
}

.homepage_layout_message_wrapper_mobile span {
    font-size: 34px !important;
}

@media screen and (min-width: 1200px) {
    .homepage_layout_message_wrapper {
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 100%;
    }
}

.blocks_content_row_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}


@media screen and (min-width: 1200px) {
    .blocks_content_row_wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.blocks_content_title.double_pad {
    padding-top: 32px;
    padding-bottom: 18px;
}

.blocks_content_title.single_pad {
    padding-bottom: 20px;
}


@media screen and (min-width: 1200px) {
    .blocks_content_title.single_pad {
        padding-bottom: 60px;
    }
}

.blocks_content_bigtitle {
    padding-top: 30px;
    padding-bottom: 0px;
}


@media screen and (min-width: 1200px) {
    .blocks_content_bigtitle {
        padding-top: 30px;
        padding-bottom: 120px;
    }
}

#carouselManagement .carousel-item {
    min-height: unset;
}


@media screen and (min-width: 1200px) {
    #carouselManagement .carousel-item {
        /*min-height: calc(100vh - 35px);*/
        min-height: 100vh;
    }
}

.slider_prev,
.slider_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 74px;
    cursor: pointer;
    transition: all 500ms;
}


.slider_prev:hover,
.slider_next:hover {
    opacity: 0.6;
}

.slider_prev_new,
.slider_next_new {
    position: unset;
    /*top:50%;*/
    top: unset;
    transform: none;
    width: 22px;
    height: auto;
    cursor: pointer;
    transition: all 500ms;
}



@media screen and (min-width: 1200px) {

    .slider_prev_new,
    .slider_next_new {
        position: absolute;
        /*top:50%;*/
        top: 50vh;
        transform: translateY(-50%);
        width: 42px;
        height: 74px;
        cursor: pointer;
        transition: all 500ms;
    }
}


.slider_navigation {
    background-color: #fafafa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}


@media screen and (min-width: 1200px) {
    .slider_navigation {
        background-color: unset;
        position: unset;
        bottom: 0;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


.slider_prev_new:hover,
.slider_next_new:hover {
    opacity: 0.6;
}



.slider_prev {
    left: 30px;
}

.slider_next {
    right: 30px;
}



.slider_prev_new {
    left: 30px;
}

.slider_next_new {
    right: 30px;
}


.managementSlider {
    width: 100%;
    overflow: hidden;
    display: grid;
    padding-bottom: 80px;
}


@media screen and (min-width: 1200px) {
    .managementSlider {
        width: 100%;
        overflow: hidden;
        display: grid;
        padding-bottom: 0;
    }
}

.managementSlider_wrapper {
    position: relative;
    margin-top: 0px;
}


@media screen and (min-width: 1200px) {
    .managementSlider_wrapper {
        position: relative;
        margin-top: 0px;
        /*margin-top: -40px;*/
    }
}


.management_image_wrapper {
    background-position: top right;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: contain;
    min-height: 350px;
    margin-top: 20px;
}


@media screen and (min-width: 1200px) {
    .management_image_wrapper {
        background-position: top right;
        background-repeat: no-repeat;
        /*background-size: cover;*/
        background-size: contain;
        min-height: 350px;
        margin-top: 0px;
    }
}

/*
.profile_name {
    padding-top:120px;
}
*/

.profile_role {
    /* padding-top:8px; */
}

.profile_about_me_title {
    padding-top: 16px;
    padding-bottom: 16px;
}

.profile_expertise_title {
    padding-top: 26px;
    padding-bottom: 20px;
}

.profile_highlights_title {
    padding-top: 26px;
    padding-bottom: 16px;
}

.profile_education_title {
    padding-top: 26px;
    padding-bottom: 16px;
}

.profile_get_in_touch {
    padding-top: 40px;
}

.category_btn {
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    cursor: pointer;
}

.category_btn.active {
    border: 1px solid #d3272e;
    color: #FFFFFF;
    background-color: #d3272e;

}

.news_category_btn {
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    cursor: pointer;
}

.news_category_btn.active {
    border: 1px solid #d3272e;
    color: #FFFFFF;
    background-color: #d3272e;

}

.categories_wrapper {
    padding-top: 0px;
    padding-bottom: 30px;
    z-index: 99;
    position: relative;
}


@media screen and (min-width: 1200px) {
    .categories_wrapper {
        /*padding-top:50px;
    padding-bottom:1px;*/

        padding-top: 0px;
        padding-bottom: 50px;
        z-index: 99;
        position: relative;
    }
}


.slider-item {
    display: none;
}

.slider-item.slide_this {
    display: block;
}

.management_links_title {
    padding-bottom: 10px;
}


.management_links a:hover {
    opacity: 0.7;
}

.management_links img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

.book_meeting {
    background-color: #d3272e;
    display: inline-block;
    padding: 18px;
}

.book_meeting:hover {
    opacity: 0.7;
}


.map_container {
    min-height: unset;
    height: 100%;
}


@media screen and (min-width: 1200px) {
    .map_container {
        /*min-height: calc(100vh - 35px);*/
        min-height: 100vh;
        height: 100%;
    }
}


.map_container iframe {
    width: 100%;
    height: 100%;
}

.contant_country {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.contant_separator {
    width: 40px;
    height: 4px;
    background-color: #e8e8e8;
    margin-top: 30px;
    margin-bottom: 30px;
}

article {
    padding-top: 30px;
}



@media screen and (min-width: 1200px) {
    article {
        padding-top: 0px;
    }
}


.news_categories_wrapper {
    padding-top: 30px;
}


.entry-meta {
    margin-top: 20px;
}

h1.entry-title {
    margin-bottom: 0;
}

.entry-content {
    margin-top: 50px;
}

.post-thumbnail {
    margin-bottom: 70px;
}

.entry-content p {}

.news_container {
    position: relative;
}

.related_news {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
    border-top: 1px solid #e8e8e8;
}


@media screen and (min-width: 1200px) {
    .related_news {
        margin-top: 80px;
        padding-top: 85px;
        padding-bottom: 60px;
        border-top: 1px solid #e8e8e8;
    }
}

.rel_new_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.related_news_wrapper {
    padding-top: 34px;
}

.related_news_item_wrapper {
    border: 1px solid #e8e8e8;
}

.related_news_item_cont {
    padding: 38px;
}

.related_news_item_date {
    padding-top: 16px;
    margin-bottom: 0px;
}

.related_news_item_content {
    padding-top: 24px;
    padding-bottom: 40px;
}


#menu-main-menu .nav-link {
    text-transform: uppercase;
}

#menu-main-menu .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.contant_cont {
    padding-top: 30px;
    padding-bottom: 30px;
}


@media screen and (min-width: 1200px) {
    .contant_cont {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    user-select: none;
}




.skiptranslate.goog-te-gadget>* {
    display: none !important;
}

.skiptranslate.goog-te-gadget>div {
    display: inline !important;
}

.goog-te-gadget .goog-te-combo,
.goog-te-gadget .goog-te-combo:active,
.goog-te-gadget .goog-te-combo:focus {
    border-radius: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #000000;

}


.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary,
.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:focus,
.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:active,
.wap-front .wbtn-primary.wbtn-booking:not(:disabled):not(.disabled).active,
.wap-front .wbtn.wbtn-primary.wbtn-booking,
.wap-front .wbtn-primary.wbtn-booking:not(:disabled):not(.disabled):active {
    background-color: #d3272e;
    display: inline-block;
    padding: 18px;
    color: #ffffff;
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 600;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none !important;
}

.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:hover {
    opacity: 0.7;
}

/*
.lang_selector {
    position: absolute;
    top: 28px;
    right:0;
    z-index: 9999;
}



@media screen and (min-width: 1200px) {
.lang_selector {
    position: absolute;
    top: 0;
    right:0;
    z-index: 9999;
}
}*/

.goog-te-gadget {
    font-size: 0px !important;
}

.sub_menu_insider {
    height: calc(100vh - 91px) !important;
}


@media screen and (min-width: 1200px) {
    .sub_menu_insider {
        height: calc(100vh - 91px) !important;
    }
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #d3272e !important;
}


.screen_fifth {
    width: 20vw;
    text-align: center;
}

.new_header nav {
    background: none;
}

.new_header {
    position: relative;
    /*position: absolute;
    top: 0;
    left:0;*/
    width: 100%;
    background-color: transparent;
    z-index: 99998;
}

.new_header.fixed_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99990;
}

.gt_switcher .gt_option {
    position: absolute !important
}

.dropdown-menu[data-bs-popper] {
    padding: 30px;
    border-radius: 0;

    left: 0;
    width: 100%;
}

.dropdown-menu li {
    display: block;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {

    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}

.social_media_profile a {
    transition: all 0.3s ease-in-out;
}

.dropdown-toggle:after {
    display: none;
}

#google_translate_element {
    position: absolute;
    top: 40px;
    width: 50%;
}

@media screen and (min-width: 1200px) {
    #google_translate_element {
        width: auto !important;
    }
}

#google_translate_element .gt_switcher .gt_option {
    position: absolute;
}

#google_translate_element .gt_switcher .gt_option a {
    font-size: 14px;
}


.mobile_head .gtranslate_wrapper {
    display: inline-block;
    /*   padding-top: 17px; */
}

@media screen and (max-width: 767px) {
    .mobile_head .gtranslate_wrapper {
        padding-top: 0px;
    }
}

.mobile_head {
    padding-top: 8px;
    padding-bottom: 8px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}


.homepage_layout_label img {
    
}

.modal {
    z-index: 999999;
}

.carousel-indicators {
    margin-bottom: 30px;
}

.category_select {
    background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    border: 1px solid #ccc;
    color: #666;
    padding: 3px 5px;
    border-radius: 0;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    padding-right: 30px;
    position: relative;
    width: 100%;
    display: none;
}




@media screen and (min-width: 1200px) {
    .category_select {
        background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
        border: 1px solid #ccc;
        color: #666;
        padding: 5px 5px;
        border-radius: 0;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        padding-right: 30px;
        position: relative;
        width: auto;
    }
}


.category_select_c {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    padding: 3px 5px;
    border-radius: 0;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    padding-right: 30px;
    position: relative;
    width: auto;
}




@media screen and (min-width: 1200px) {
    .category_select_c {
        background: #fff;
        border: 1px solid #ccc;
        color: #666;
        padding: 5px 5px;
        border-radius: 0;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        padding-right: 30px;
        position: relative;
        width: auto;
    }
}

.select_post_wrapper {
    position: relative;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
}




@media screen and (min-width: 1200px) {
    .select_post_wrapper {
        position: relative;
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.select_post_arrow {
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    background-position: 50%;
    background-size: 11px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat: no-repeat;
    transition: all .2s;
    transition: all .2s;
    pointer-events: none;
    display: none;
}

.select_post_arrow_c {
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 107px;
    width: 15px;
    background-position: 50%;
    background-size: 11px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat: no-repeat;
    transition: all .2s;
    transition: all .2s;
    pointer-events: none;

}

@media screen and (min-width: 1200px) {
    .select_post_arrow_c {
        height: 24px;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 15px;
        background-position: 50%;
        background-size: 11px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
        background-repeat: no-repeat;
        transition: all .2s;
        transition: all .2s;
        pointer-events: none;

    }
}

.category_select:focus {
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;

}

.man_top {
    margin-top: 30px;
}


@media screen and (min-width: 1200px) {
    .man_top {
        margin-top: 0px;
    }
}

.leftmobile {
    position: absolute;
    top: 40px;
    left: 10px;
}

.rightmobile {
    position: absolute;
    top: 40px;
    right: 10px;
}

article .entry-header {
    padding: 0px 26px;
}

@media screen and (min-width: 1200px) {
    article .entry-header {
        padding: auto;
    }
}

.management {
    background-color: #d1282d;
    padding: 20px;
    color: white;
    min-height: 140px;
}

.management h3,
.management p {
    color: white;
}

.management-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.custom-select {
    width: auto;
    position: relative;
    margin: 20px 0;
    border: 1px solid #d12f3a;
    border-radius: 18px;
    padding: 5px 12px;
    color: #d12f3a;
    position: absolute;
    background: white;
    width: 300px;
    margin-left: 37px;
    margin-top: -7px;
}

/* customer select */
@media screen and (min-width: 765px) {
    .custom-select {
        margin-left: 45px;
    }
}


.custom-select select {
    display: none;
}

.selected-item {
    background: #d12f3a;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}

.selected-item-arrow.collapsed img {
    transform: rotate(0deg);
    position: absolute;
    right: 15px;
    top: 10px;
    transition: 0.5s;
    width: 17px;
}

.selected-item-arrow img {
    transform: rotate(180deg);

    position: absolute;
    right: 15px;
    top: 10px;
    transition: 0.5s;
    width: 17px;
}

.item {
    background: #be0071;
    padding: 5px 20px;
    color: #fff;
    border-top: 1px solid #99005c;
    cursor: pointer;
}

.item:hover {
    background: #99005c;
}

.all-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
}

.all-items-hide {
    display: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff !important;
    color: #d3272e !important;
}

@media screen and (max-width: 765px) {
    #carouselExample {
        height: calc(100dvh + 0px) !important;
    }

    #carouselExample .homepage_layout_column {
        height: calc(100dvh + 0px);
    }

    #carouselExample .carousel-inner {
        height: 100%;
    }
}

/*
.VIpgJd-ZVi9od-aZ2wEe-OiiCO{display: none !important;}
div div svg{display: none !important;}
*/


.entry-content iframe {
    width: 100%;
    max-width: 504px;
}