/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* .icon-circle-auto svg .f {
	fill: #636362 !important;
    stroke-width: 0.5px !important;
} */

/* .elementor-kit-9 {
	--e-global-typography-bf00f6a-font-size: 28px !important
} */

#home-hide {
	display: none;
}

.tv-backtotop {
	display: none;
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down, .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: 0.8em !important;
}

.fab-section .elementor-container .elementor-column, .search-htm .elementor-container .elementor-column {
	min-height: 0px;
}

.main-nav-section .elementor-container .elementor-column .elementor-widget-wrap {
	padding: 0px 10px;
}

.history-content-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 110px;
}

.history-image {
    padding: 30px;
    background: #F6F7F8;
}

.history-content-des {
    margin-top: 28px;
}

div.letter-section div.letter-title {
    border-bottom: 1px solid #646464;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    width: 100%;
}

div.letter-section div.letter-title span {
    color: #de263b;
}

.az-letters > ul.az-links > li a, .a-z-listing-widget .az-letters > ul.az-links > li a, .a-z-listing-widget.widget .az-letters > ul.az-links > li a {
    color: #de263b !important;
}

#az-slider .letter-section ul.max-2-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 30px;
}


.black-arrow {
    float: right;
}

.letter-section ul li {
    max-width: 280px;
    padding: 6px 0px;
}

.letter-section ul {
    list-style: none;
}

.kontakt-avater .tv-box-items .tv-box-image {
    justify-content: center;
    display: flex;
}

ul#sm-16480967268999524-2 {
    min-width: 5em !important
}

.red-bg-icon-list-80 .elementor-icon-list-item .elementor-icon-list-icon {
    background: #DE263B;
    width: 80px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}

.red-bg-icon-list-80 .elementor-icon-list-item .elementor-icon-list-icon:hover {
    background: #BB0217;
}

.red-bg-icon-list-80 .elementor-icon-list-item .elementor-icon-list-text {
    max-width: 75%;
}


.tv-link-arrow:hover {
    background-color: #BB0217 !important;
}


.lang-switcher nav ul li a {
    padding: 2px 0px 2px 8px !important;
    border: 1px solid #ced5da;
}

.lang-switcher .elementor-nav-menu .sub-arrow {
    background-color: #dde3e6;
    padding-right: 8px;
    font-size: 16px !important;
}

.lang-switcher .elementor-nav-menu .wpml-ls-native {
    padding-right: 8px;
}

.lang-switcher .elementor-nav-menu .elementor-item {
    font-size: 13px !important;
    font-weight: bold !important;
}

.lang-switcher ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 1px solid #ccc !important;
}

.lang-switcher .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .lang-switcher .elementor-nav-menu--dropdown .elementor-item.highlighted, .lang-switcher .elementor-nav-menu--dropdown .elementor-item:focus, .lang-switcher .elementor-nav-menu--dropdown .elementor-item:hover, .lang-switcher .elementor-sub-item.elementor-item-active, .lang-switcher .elementor-sub-item.highlighted, .lang-switcher .elementor-sub-item:focus, .lang-switcher .elementor-sub-item:hover {
    background-color: #FFF;
    color: #222;
}

.lang-switcher nav ul li ul li a {
    padding: 8px 8px !important;
    border: 1px solid #ccc;
}


/* .lang-switcher nav ul li a .wpml-ls-native {
	padding: 2px 8px;
    border: 1px solid #ccc;
} */


#popup-search-panel {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, .97);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 2;
    padding: 32px 0px;
    transition: all 2s linear;
    display: none;

}

.tv-search-panel-container {
    flex-direction: column;
}

.popup-search-title {
    font-size: 28px;
    letter-spacing: .04em;
    height: 45px;
}

.tv-search-form {
    width: 50%;
}

.tv-search-field .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: transparent;
}

.tv-search-field .elementor-search-form__input {
    display: block;
    padding: 6px 8px !important;
    border: 1px solid #cdd3d6 !important;
    border-radius: 0;
    background-color: #fff;
}

.tv-search-field .elementor-search-form__container {
    min-height: 40px;
    display: flex;
}

.tv-search-field .elementor-search-form__container .elementor-search-form__submit {
    margin-left: 12px;
    padding: 5px 18px;
    background-color: #DE263B;
    border: 0px;
    border-radius: 0px;
}

.tv-search-field .elementor-search-form__container .elementor-search-form__submit:hover {
    background-color: #BB0217
}

#click-s-icon .elementor-icon, #click-s-icon-mobile .elementor-icon {
    font-size: 24px !important;
    cursor: pointer;
}

#click-s-icon {
    cursor: pointer;
    margin-top: 22px;
}

#click-s-icon-mobile {
    cursor: pointer;
    margin-top: 10px;
}

.tv-search-result-box article {
    border-bottom: 1px solid #ccc;
    padding: 30px 0px !important;
}

.tv-search-result-box .elementor-pagination {
    margin-top: 50px;
}

.search-highlight {
    background-color: #dde3e6;
    padding: 2px;
}

input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

button.elementor-search-form__submit:focus {
    outline: none;
}


.icon-circle-auto .elementor-icon-box-content .elementor-icon-box-description {
    margin: 12px 0px;
}

.img-100 img {
    width: 100%;
}

.text-inside-link p a {
    color: #de263b;
    text-decoration: underline;
}

#breadcrumbs span a, span.tv-sep {
    color: #9CA2A5;
}

#breadcrumbs span > span > span > span.tv-sep:last-child {
    color: #646464;
}

span#bhome:after {
    content: '';
    background-image: url('/wp-content/uploads/2022/03/home-icon.svg');
    height: 16px;
    width: 16px;
    background-size: 16px;
    display: inline-flex;
    position: relative;
    top: 2px;
}

.right-arrow-link p a:after {
    content: '';
    background-image: url('/wp-content/uploads/2022/03/right-arrow-black.svg');
    height: 24px;
    width: 24px;
    background-size: 24px;
    display: inline-flex;
    position: relative;
    top: 6px;
    left: 7px;
}

.link-redbox-arrow .elementor-heading-title a:after {
    content: '';
    background-image: url('/wp-content/uploads/2022/03/redbox-arrow.svg');
    height: 40px;
    width: 40px;
    background-size: 40px;
    position: absolute;
    right: 0px;
}

.tv-sep {
    font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
}

/* Start News Tab Css */
.news-svg-arrow {
    position: relative;
    top: 7px;
}

.news-go-link {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #DE263B;
}

.tab-content-news-date-location {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000000;
}

.tab-content-news-short-des {
    font-size: 18px;
    line-height: 30px;
}

.news-tab-widget .elementor-accordion .elementor-accordion-item {
    border-width: 0px;
}

.news-tab-widget .elementor-accordion .elementor-tab-content {
    border-width: 0px;
    padding: 15px 0px 16px 0px !important;
    border-bottom: 1px solid #CED5DA;
}

.news-tab-widget .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    border-bottom: 1px solid #CED5DA;
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 0px !important;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;

}

.elementor-accordion .elementor-tab-title span a {
    color: #000000 !important;
}

.elementor-accordion .elementor-active .elementor-tab-title span a {
    color: #000000 !important;
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
    color: #000000 !important;
}

.news-tab-widget .elementor-accordion-item .elementor-accordion-title {
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.news-tab-widget .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1.5em;
    height: 1.5em;
}

.tv_scroll_widget {
    height: 400px;
    overflow-y: scroll;
    direction: rtl;
    padding-left: 45px;
    padding-right: 25px;
    padding-top: 20px;
}

.tv_scroll_widget div {
    direction: ltr;
}

.tv_scroll_widget::-webkit-scrollbar {
    width: 35px;
}

/* Track */
.tv_scroll_widget::-webkit-scrollbar-track {
    background: #646464;
}

/* Handle */
.tv_scroll_widget::-webkit-scrollbar-thumb {
    background: #DE263B;
}

/* Handle on hover */
.tv_scroll_widget::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.news-tab-widget .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right;
    padding-left: 10px;
    padding-top: 3px;
}

.news-tab-widget .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
}

.news-tab-widget .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: none;
}


.news-tab-widget .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-opened, .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block;
}

/* End of News Tab Css */


.cs-main-nav nav ul li:first-child a, .cs-main-nav nav ul li:first-child a:hover {
    padding-left: 0px;
}

.cs-main-nav nav ul li ul li:first-child a, .cs-main-nav nav ul li ul li:first-child a:hover {
    padding: 13px 20px;
}

.cs-main-nav nav ul li:first-child ul li a, .cs-main-nav nav ul li:first-child ul li a:hover {
    padding: 13px 20px;
}

.cs-main-nav nav .elementor-nav-menu--dropdown {
    background-color: var(--e-global-color-08beca6);
    box-shadow: 1px 10px 28px 2px rgb(151 151 151 / 10%);
}

span.clr-red {
    color: #DE263B;
}


.tv-w-100 {
    width: 100%;
}


/* Start Shovon regular Css */
.right-mark-list ul {
    list-style: none;
    padding-left: 15px;
	text-indent: -20px;
    margin-left: 20px;
}

.right-mark-list ul li {
    padding-bottom: 9px;
}

.right-mark-list ul li:before {
    content: '';
    height: 14px;
    width: 19px;
    left: -15px;
    top: 2px;
    display: inline-block;
    background: url(/wp-content/uploads/2022/03/red_right_mark.svg) no-repeat center center;
    background-size: contain;
    position: relative;
}

.bg-image-width-controll {
    background-size: 50% 100% !important;
}

.red-bg-icon-list .elementor-icon-list-item .elementor-icon-list-icon {
    background: #DE263B;
    width: 42px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-right: 0px !important;
}
.red-bg-icon-list .elementor-icon-list-item .elementor-icon-list-text{
	width: calc(100% - 42px);
}
.red-bg-icon-list .elementor-icon-list-items .elementor-icon-list-item:last-child {
    padding-bottom: calc(25px / 2);
}

.red-bg-icon-list .elementor-icon-list-items .elementor-icon-list-item:last-child:after {
    display: block;
    content: "";
    width: 85%;
    border-color: #CED5DA;
    border-top-style: solid;
    border-top-width: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.red-bg-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    word-break: break-word;
	padding-left: 40px;
}

.red-bg-icon-list2 .elementor-icon-list-item .elementor-icon-list-icon {
    background: #DE263B;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}

.red-bg-icon-list2 .elementor-icon-list-item a:hover .elementor-icon-list-icon {
    background: #BB0217;
}

.elementor-widget-text-editor p {
    margin-bottom: 25px;
}

.link-dgn-t-editor p a {
    color: #DE263B;
    text-decoration: underline;
}

.link-dgn-t-editor li a {
    color: #DE263B;
    text-decoration: underline;
}

.author-box-custom p {
    margin-bottom: 45px;
}

.author-box-custom p:last-child {
    margin-bottom: 25px;
}
.make-it-slider{
	overflow-x:hidden;
	
}
.make-it-slider .tv-image-box-items-container-row3col-slider {
    display: flex;
    grid-template-columns: none;
    gap: unset;
    width: 100%;
}

.make-it-slider .tv-image-box-items-container-row4col-slider {
    display: flex;
    grid-template-columns: none;
    gap: unset;
    width: 100%;
}

.make-it-slider .swiper-button-next, .make-it-slider .swiper-button-prev {
    background-image: none;
    position: relative;
    float: left;
    width: 35%;
    top: 67px;
}

.make-it-slider .swiper-button-next:focus-within, .make-it-slider .swiper-button-prev:focus-within {
    outline: none;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.make-it-slider .swiper-container .tv-box-items.swiper-slide {
    height: auto;
}

.make-it-slider .swiper-container .tv-box-items .tv-box-title-icon .tv-box-title {
    word-break: break-word;
    width: 83%;
}

.make-it-slider .swiper-button-next.swiper-button-disabled, .make-it-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.make-it-slider .swiper-button-next:after {
    content: url(/wp-content/uploads/2022/03/slider-right-arrow-icon.svg);
    display: inline-block;
    width: auto;
    height: 24px;
    top: 0px;
    position: relative;
	padding-left:12px;
	line-height:0px;
}
.make-it-slider .swiper-button-prev:after{
	display:none;
}
.make-it-slider .swiper-button-prev:before {
    content: url(/wp-content/uploads/2022/03/slider-left-arrow-icon.svg);
    display: inline-block;
    width: auto;
    height: 24px;
    top: 0px;
    position: relative;
	padding-right:12px;
}

.make-it-slider .swiper-button-next { 
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9CA2A5;
    width: auto;
	right: 34%;
    float: right;
}

.make-it-slider .swiper-button-prev {
    left: 33%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9CA2A5;
    width: auto;
    float: left;
}

.make-it-slider.slider-np-move .swiper-button-next {
    right: -28.5%;
    text-align: right;
}

.make-it-slider.slider-np-move .swiper-button-prev {
    text-align: left;
    left: 2.5%;
}

.make-it-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #9CA2A5;
	margin: 0px 4px;
}

.make-it-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #DE263B;
}

.make-it-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -52px;
    width: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.custom-nav-styl .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #9CA2A5;
}

.custom-nav-styl .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #DE263B;
}

.custom-nav-styl .elementor-swiper-button-next i, .custom-nav-styl .elementor-swiper-button-prev i {
    display: none;
}

.custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-prev {
    left: 30%;
    top: auto !important;
    z-index: 110;
	bottom: -8px;
	
}

.custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-next {
    right: 33%;
    top: auto !important;
    z-index: 110;
	bottom: -8px;
	
}
.custom-nav-styl .swiper-slide .swiper-slide-image{
	width:98%;
}
.custom-nav-styl .elementor-swiper-button-prev:before {
    content: url(/wp-content/uploads/2022/03/slider-left-arrow-icon.svg);
    display: inline-block;
    width: auto;
    height: 24px;
    top: 0px;
    left: 0px;
    position: relative;
	padding-right: 12px;
}

.custom-nav-styl .elementor-swiper-button-next:after {
    content: url(/wp-content/uploads/2022/03/slider-right-arrow-icon.svg);
    display: inline-block;
    width: auto;
    height: 24px;
    top: 0px;
    right: 0px;
    position: relative;
	padding-left: 12px;
}
.custom-nav-styl .elementor-swiper-button{
	position: relative;
    top: 0;
    width: auto;
    height: auto;
    margin: 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9CA2A5 !important;
}
.order-list-t-edtor ol li::marker {
    padding: 30px;
    background: red;
    border-radius: 50%;
    display: block;
}

.text-editor-bottom-space.elementor-widget-text-editor p {
    margin-bottom: 22px;
}

.text-editor-bottom-space.link-dgn-t-editor p:first-child {
    margin-bottom: 0px;
}

.text-editor-bottom-space.elementor-widget-text-editor ul {
    padding-left: 22px;
    margin-bottom: 22px;
}

.image-box-profile .tv-box-items .tv-box-image {
    padding: 0px 40px;
}

.red-bg-icon-list2 .elementor-icon-list-item .elementor-icon-list-text {
    width: 87%;
}

.iconlist-withbg .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin: -1px 0px;
}

/* text editor text and headlines styles */
.te-fake-h1 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
}

.te-fake-h2 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

.te-fake-h3 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.te-fake-h4 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.te-copy-c1 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.te-copy-c1-bold {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.te-copy-c2 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.te-copy-c2-bold {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.te-copy-c3 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.te-copy-c3-bold {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.te-overline {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #770D19;
}

.te-primary-l1 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}

.te-primary-link-2 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.te-text-link-1 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #DE263B;
}

.te-text-link-2 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    color: #DE263B;
}

.te-text-link-3 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.right-arrow-link p a:hover {
    color: #770D19 !important;
}

.lang-switcher .elementor-nav-menu__container .elementor-nav-menu .menu-item-type-wpml_ls_menu_item .sub-menu.elementor-nav-menu--dropdown {
    min-width: 65px !important;
}

.icon-circle-auto .elementor-icon-box-content .elementor-icon-box-title a:hover {
    color: #DE263B;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-desktop-title {
    background: #EBEEF0;
    padding: 8px 34.5px;
    margin-right: 20px !important;
    display: inline-block !important;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background: #646464;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper:after {
    content: '';
    border: 5px solid #E6EAEC;
    position: relative;
    display: block;
    margin-top: -28px;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    position: absolute;
    width: auto !important;
    bottom: -32px !important;
    z-index: 1;
    display: block;
    left: 0;
    right: 0 !important;
    border: 5px solid #DE263B !important;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 0px;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-content .tabslidebtns {
    position: absolute;
    top: 0;
    right: 0px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #fff;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-content .tabslidebtns .btnPrevious, .custom_tab_m39.elementor-widget-tabs .elementor-tab-content .tabslidebtns .btnNext {
    background: #DE263B;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 8px;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-content .tabslidebtns .btnPrevious.dis, .custom_tab_m39.elementor-widget-tabs .elementor-tab-content .tabslidebtns .btnNext.dis {
    pointer-events: none !important;
    background: #EBEEF0;
}

.custom_tab_m39.elementor-widget-tabs .elementor-tab-content .tabslidebtns .dis svg path {
    fill: #9CA2A5;
}

.custom_tab_m39 .wraperas .elementor-tabs-wrapper {
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}

.custom_tab_m39 .wraperas .justalltitle {
    overflow: hidden;
    width: calc(100% - 110px);
    height: 90px;
}

.text-module-17-text {
    max-width: 650px;
    margin-left: auto;
}
.elementor-column.empty-col {
    min-height: 0px;
}
/* End Shovon regular css */

/* Redbar removing css */

.redbar-mainhead .home-banner-text .elementor-widget-container {
	border: none !important;
}

.redbar-mainhead .home-banner-text .elementor-widget-wrap.elementor-element-populated {
	border: none !important;
}


.redbar-subhead .elementor-widget-divider {
	 --divider-color: #F6F7F8 !important;
}

.redbar-subhead .elementor-widget-heading > .elementor-widget-container {
	margin: 15px 115px 100px 0px !important;
}

.redbar-performance .elementor-container .redbar > .elementor-widget-wrap.elementor-element-populated {
	border-color: #F6F7F8 !important;
    padding-left: 58px !important;
}


.redbar-performance .elementor-container .redbar-img > .elementor-widget-wrap.elementor-element-populated {
	border-color: #F6F7F8 !important;
}

.redbar-speech .elementor-widget-image .elementor-widget-container {
	border-style: none !important;
	padding: 0px !important;
}

.redbar-speech .elementor-widget-image .elementor-widget-container img {
	border-radius: unset !important;
	width: 100% !important;
}

.redbar-speech .elementor-widget-text-editor .elementor-widget-container {
	margin: 0px !important;
	padding-top: 20px;
	padding-left: 35px;
}

.kontakt-redbar .elementor-container .elementor-widget-wrap.elementor-element-populated {
	border-style: none !important;
}


@media screen and (max-width: 1315px) and (min-width: 1025px) {
	.redbar-subhead .elementor-widget-heading > .elementor-widget-container {
	margin: 15px 100px 100px 15px !important;
	}
}

@media screen and (max-width: 950px) {
	.redbar-subhead .elementor-widget-heading > .elementor-widget-container {
	margin: 15px 70px 40px 0px !important;
	}
}

@media screen and (max-width: 1390px) {
	.elementor-widget-tv-fab #pop-action-box {
		display:none;
	}
}

@media screen and (max-width: 1300px) {
    .spacing-1300 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #popup-search-panel {
        padding: 32px 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .make-it-slider.slider-np-move .swiper-container-horizontal > .swiper-pagination-bullets {
        display: none;
    }
}

@media screen and (max-width: 1150px) and (min-width: 1090px) {
	.cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a, .cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
	.cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a:focus, .cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a:hover {
    	padding: 26px 14px !important;
	}
}

@media screen and (max-width: 1089px) and (min-width: 1025px) {
	.cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a, .cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
	.cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a:focus, .cs-main-nav .elementor-nav-menu--main .elementor-nav-menu a:hover {
    	padding: 26px 11px !important;
	}
}

@media screen and (max-width: 1150px) and (min-width: 1025px) {
    .cs-main-nav .elementor-nav-menu .elementor-item {
        font-size: 18px !important;
    }

    .cs-main-nav nav ul li:first-child a, .cs-main-nav nav ul li:first-child a:hover {
        padding-left: 10px;
    }
    
}

@media screen and (max-width: 1024px) {
    .tv_scroll_widget {
        height: 350px;
    }

    .cs-nav-mobile {
        margin-bottom: 0px !important
    }


    /* 	Start shovon */
    .bg-image-width-controll {
        background-image: none !important;
    }

    .make-it-slider .swiper-button-next {
       right: 30.3%;
    }

    .make-it-slider .swiper-button-prev {
        left: 26%;
    }

    .custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-prev {
        left: 27%;
    }

    .custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-next {
        right: 31%;
    }

    /* 	End shovon */
    .text-module-17-text {
        max-width: 100%;
    }

    .text-module-17-bg-img {
        height: 650px;
    }


}

@media screen and (max-width: 950px) {
    .icon-circle-auto-small {
        max-width: 33% !important;
        width: 33% !important;
        margin-bottom: 20px !important;
    }

    /* 	Start shovon */


    .custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-prev {
        left: 23%;
    }

    .custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-next {
        right: 27%;
    }

    /* 	End shovon */
}

@media screen and (max-width: 880px) {
    .cs-main-nav nav ul li:first-child a, .cs-main-nav nav ul li:first-child a:hover {
        padding-left: 20px;
    }

    .cs-main-nav ul.elementor-nav-menu {
        padding: 40px 0px;
    }

    .history-content-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 70px;
    }
}


@media screen and (max-width: 820px) {
    .home-banner-text {
        max-width: 70% !important;
        width: 70% !important;
    }
}


@media screen and (max-width: 768px) {

    .flg-box {
        width: 46% !important;
        margin: 10px !important;
    }

    .flg-box .elementor-widget-icon-box .elementor-icon-box-wrapper {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .home-banner-text {
        max-width: 80% !important;
        width: 80% !important;
    }

    .icon-circle-auto, .icon-circle-auto-small {
        max-width: 50% !important;
        width: 50% !important;
        margin-bottom: 20px !important;
    }

    .tv-search-form {
        width: 100%;
    }

    .kontakt-avater .tv-box-items .tv-box-image .tv-w-100 {
        width: 70%;
    }

    .history-content-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 70px;
    }

    /* Start Shovon */
	.make-it-slider .swiper-button-next {
		right: 5%;
	}

    .make-it-slider .swiper-button-prev {
        left: 5%;
    }

    .make-it-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        display: none;
    }

    .custom-nav-styl .swiper-pagination.swiper-pagination-bullets {
        display: none;
    }

    .custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-prev {
        left: 40px;
    }

    .custom-nav-styl.elementor-pagination-position-outside .elementor-swiper-button-next {
        right: 40px;
    }

    .custom_tab_m39 .elementor-tabs .elementor-tabs-wrapper {
        display: block !important;
    }

    .custom_tab_m39 .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
        display: none !important;
    }
/* 	For breadcrumb */
	#breadcrumbs span .tv-sep{
		display:none;
	}
	#breadcrumbs span a{
		display:none;
	}
	#breadcrumbs span.spnlast a{
		display:inline-block;
		color:#646464;
	}
	#breadcrumbs span.spnlast a span{
		display: inline-block;
	}
	#breadcrumbs span.spnlast a:before {
		content: url(/wp-content/uploads/2022/05/breadcrum-back-arrow-3.svg);
		display: inline-block;
		padding-right: 2px;
		position: relative;
		top: 2px;
	}
	#breadcrumbs .spnlast span{
		display:none;
	}
	#breadcrumbs .first-bc{
		display:none;
	}

    /* 	End Shovon */
    .text-module-17 {
        padding: 0 !important;
    }
    .text-module-17-bg-img .elementor-widget-wrap {
        background-size: contain !important;
    }
    .text-module-17-bg-img {
        height: 386px;
    }
	
	.red-bg-icon-list-80 .elementor-icon-list-item .elementor-icon-list-icon {
		width: 40px;
		height: 40px;
	}
	
	.kontakt-callaction-gl .elementor-icon-box-content .elementor-icon-box-title {
		margin-top: 7px;
	}

}

@media screen and (max-width: 550px) {
    .flg-box {
        width: 98% !important;
        margin: 10px !important;
    }

    .icon-circle-auto, .icon-circle-auto-small {
        max-width: 50% !important;
        width: 50% !important;
    }

}

@media screen and (max-width: 450px) {

    .flg-box {
        width: 98% !important;
        margin: 10px !important;
    }

    .icon-circle-auto, .icon-circle-auto-small {
        max-width: 100% !important;
        width: 100% !important;
    }
	
	h1, .con-fake-h1 .elementor-heading-title, h1.elementor-heading-title, .fake-h1, .te-fake-h1, .con-fake-h1 {
		font-size: 32px !important;
		line-height: 42px !important;
		word-break: break-word;
	}
	
	h2, .con-fake-h2 .elementor-heading-title, h2.elementor-heading-title, .fake-h2, .te-fake-h2, .con-fake-h2, .con-fake-h2 p, .con-fake-h2 div {
		font-size: 28px !important;
		line-height: 36px !important;
		word-break: break-word;
	} 
	
	

}

@media screen and (max-width: 430px) {
    .mtxt-14 .elementor-heading-title {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .icon-img-arrow img {
        width: 60px !important;
    }

    .link-redbox-arrow .elementor-heading-title a:after {
        top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .mtxt-14 .elementor-heading-title {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .th-col-1 {
        width: 45% !important;
    }

    .th-col-2 {
        width: 55% !important;
    }
}
@media screen and (max-width: 390px) {
	.home-banner-text {
		width: 84% !important;
		max-width: 84% !important;
	}
	.home-banner-text .elementor-widget-container {
		padding: 33px 40px 24px 40px !important;
	}
}


/* Print Style Sheet */
@media print {
    * {
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    body {
        background: white;
        font-size: 10pt;
        margin: 0;
    }

    #content {
        margin-left: 0;
        float: none;
        width: auto;
    }

    .demo .red {
        color: black;
        font-weight: bold;
    }

    #content a {
        font-weight: bold;
        color: #000066;
        text-decoration: underline;
    }

    #content {
        margin-left: 0;
        float: none;
        width: auto;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    h3 {
        margin-left: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    blockquote, table, pre {
        page-break-inside: avoid;
    }

    ul, ol, dl {
        page-break-before: avoid;
    }

    img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    img.right {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }

    img.left {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
    }

    .right {
        float: right;
    }

    .left {
        float: left;
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    a[href]:after {
        content: none !important;
    }
}