.elementor-kit-834{--e-global-color-primary:#003399;--e-global-color-secondary:#54595F;--e-global-color-text:#1D1D1D;--e-global-color-accent:#1148AB;--e-global-color-b3c084b:#4054B2;--e-global-color-4dc8cf08:#23A455;--e-global-color-6bb48086:#1D1D1D;--e-global-color-42874a6e:#FFF;--e-global-color-1ffdf6a:#3461AA;--e-global-typography-primary-font-family:"Gilroy";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Gilroy";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Fira Sans";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-family:"Fira Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1em;--e-global-typography-8872040-font-family:"Gilroy";--e-global-typography-8872040-font-size:70px;--e-global-typography-8872040-font-weight:700;}.elementor-kit-834 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-834{--e-global-typography-8872040-font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
p {
    margin-block-end: 8px;
}
.elementor-widget-image a {
    width: 100%;
}
.elementor-widget-image a img {
    min-width: 100%;
}
body
  {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
.img-rotation img {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
 
@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}

.maps .e-hotspot__tooltip h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 13px 0;
}
.maps .e-hotspot__tooltip a {
    font-family: "Gilroy", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(90deg, #EF5B2F 0%, #E23400 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.maps .e-hotspot__tooltip a:hover {
        background-image: linear-gradient(90deg, #E23400 0%, #EF5B2F 100%);
}
.maps .e-hotspot__tooltip {
    white-space: normal!important;
    width: max-content;
}
body .acordion .e-n-accordion-item {
    flex-direction: column-reverse!important;
}
.e-n-accordion-item-title {
    justify-content: center!important;
    margin-top: 60px;
}
.wpm-switcher-dropdown .wpm-language-dropdown {
    position: relative;

}
.wpm-switcher-dropdown a img, .wpm-switcher-dropdown span img, .wpm-switcher-list li a img, .wpm-switcher-list li>span img {
    display: inline-block;
    margin-right: 11px;
    border-right: 1px solid #000;
    padding-right: 20px;
    width: auto;
    height: 25px;
}
.wpm-switcher-dropdown a {
    display: flex;
    margin-top: 20px;
}
.wpm-switcher-dropdown span {
    display: flex;
    font-size: 18px;
}
.wpm-switcher-dropdown span:hover {
    color: #1148AB;
}
.wpm-switcher-dropdown a:hover {
    color: #1148AB;
}
.elementor-pagination {
    background-color: #1148AB;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
body .elementor-pagination .prev {
    margin-right: 50px!important;
}
body .elementor-pagination .next {
    margin-left: 50px!important;
}
.dots {
    color: #fff;
}
.elementor-pagination .current {
    background-color: #FF6B19;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    border: 4px solid #2020205e;
}
.elementor-pagination .page-numbers:hover {
    color: #FF6B19!important;
}
.text-acordion .e-n-accordion-item-title {
    justify-content: left !important;
    margin-top: 0;
    margin-left: -14px;
    position: absolute;
    bottom: -15px;
    z-index: 9;

}
.max-width-660 {
    max-width: 660px
}
.wpm-switcher-dropdown a img, .wpm-switcher-dropdown span img, .wpm-switcher-list li a img, .wpm-switcher-list li>span img {
    object-fit: none;
}
.cost-slider .swiper-slide:nth-child(odd) .elementor-carousel-image {
    top: -20px;
    position: relative;
    border-radius: 10px;
}
.cost-slider .swiper-slide:nth-child(even) .elementor-carousel-image {
    bottom: -20px;
    position: relative;
    border-radius: 10px;
}
.ev-cal-menu ul li a {
    border: 1px solid #FF6B19;
    padding: 7px 7px!important;
    border-radius: 6px;
}
header .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: normal!important;
    border-left: 0;
}
header .elementor-nav-menu--layout-horizontal .elementor-nav-menu a:hover {
    border-left: 0;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
    padding: 5px 15px!important;
}
body a {
    color: #0063F4;
} 
.post-13637 .elementor-page-title {
    display: none!important;
}

.post-13637 {
    border-top: 1px solid #1148AB!important;
    border-left: 1px solid #1148AB!important;
    border-right: 1px solid #1148AB!important;
    border-radius: 15px;
    border-bottom: 2px solid #1148AB!important;
}
.post-13637 .block-bib {
    background-color: #F4F7FF!important;
    justify-content: center!important;
}
.hfe-input-focus .hfe-search-icon-toggle i {
    color: #fff!important;
}
.search-results .post-vivod article {
    border-bottom: 1px solid #FF6B19;
    padding-bottom: 10px;
}
.hfe-input-focus .hfe-search-form__input {
    padding-left: 20px!important;
}
.hfe-search-icon-toggle i {
    width: 20px !important
}

.hfe-search-icon-toggle i:hover {
    color: #ffffff!important;
    border-color: #FF6B19!important;
    background-color: #FF6B19!important;
    border-radius: 50%!important;
    text-align: center!important;
}


@media (max-width: 767px) {
    .maps .e-hotspot__tooltip h3 {
        font-size: 22px;
    }
    .max-width-400 {
        max-width: 400px;
    }
    .wpm-switcher-dropdown a img, .wpm-switcher-dropdown span img, .wpm-switcher-list li a img, .wpm-switcher-list li>span img {
        margin-right: 7px;
        padding-right: 10px;
        height: 20px;
    }
     .wpm-switcher-dropdown span {
        font-size: 16px;
    }
    .wpm-switcher-dropdown a {
        margin-top: 10px;
    }
    body .elementor-pagination .prev {
        margin-right: 15px!important;
        font-size: 12px;
    }
    body .elementor-pagination .next {
        margin-left: 15px!important;
        font-size: 12px;
    }
    .elementor-pagination {
        padding: 10px 10px;
    }
    .elementor-pagination .current {
        width: 30px;
        height: 30px;
    }
    .maps .e-hotspot__tooltip a {
        font-size: 16px;
        padding: 8px;
    }
    .maps .e-hotspot__tooltip h3 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .maps .castom-obl-mob .e-hotspot--tooltip-position {
        right: calc(100% + -40px)!important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://decide.revolsource.com/wp-content/uploads/2025/01/gilroy-ultralight.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://decide.revolsource.com/wp-content/uploads/2025/01/gilroy-light.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://decide.revolsource.com/wp-content/uploads/2025/01/gilroy-medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://decide.revolsource.com/wp-content/uploads/2025/01/gilroy-semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://decide.revolsource.com/wp-content/uploads/2025/01/gilroy-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */