/*!
Theme Name: Epass24
Version: 1.0.0
Text Domain: epass24
*/

:root {
    --e-global-color-primary: #006147;
    --e-global-color-secondary: #323f3e;
    --e-global-color-text: #222222;
}

html, body {
    min-height: 100%;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Rubik', sans-serif;
    color: var(--e-global-color-text);
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 1400px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }   
}

strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4, h5 {
    line-height: 30px !important;
}

.btn {
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
	-webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    text-shadow: none;
    outline: 0;
}

.btn-primary {
    padding: 0 30px;
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    outline: 0;
	opacity: 0.9;
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.btn-outline-primary {
    padding: 0 30px;
    background-color: transparent !important;
    border-color: var(--e-global-color-primary) !important;
    border-width: 1px;
    color: var(--e-global-color-primary) !important;
    font-weight: 700;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: transparent !important;
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary) !important;
    outline: 0;
	opacity: 0.9;
    box-shadow: none;
}

.btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: var(--e-global-color-primary);
}

section {
    padding: 50px 0;
}

section.has-padding.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}

.elementor-section.elementor-section-boxed.entry-content > .elementor-container {
    padding: 60px 0px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -90px;
}

.elementor-section.elementor-section-boxed.inner-content > .elementor-container {
    padding: 40px 0px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -10px;
}

.elementor-section.elementor-section-boxed.entry-content > .elementor-container>.elementor-column>.elementor-element-populated,
.elementor-section.elementor-section-boxed.inner-content > .elementor-container>.elementor-column>.elementor-element-populated {
    padding: 0 30px;
}

.entry-content a:not(.btn),
.inner-content a:not(.btn) {
    text-decoration: underline !important;
}

.entry-content .rounded img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.entry-content .rounded {
    position: relative;
}

.entry-content .rounded:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
}

.entry-content p,
.inner-content p,
body .elementor-widget:not(:last-child) {
    margin-bottom: 25px;
}

.entry-content .elementor-text-editor p:last-child,
.inner-content .elementor-text-editor p:last-child  {
    margin-bottom: 0px;
}

.entry-content h2,
.inner-content h2 {
    font-size: 36px;
    line-height: 42px !important;
}

.entry-content h5 {
   max-width: 450px;
   margin: 0 auto;
}

.entry-content em,
.inner-content em {
    opacity: 0.8;
}

.entry-content ul,
.inner-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-content ul li,
.inner-content ul li {
    margin-bottom: 10px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.entry-content ul li:last-child,
.inner-content ul li:last-child {
    margin-bottom: 0px;
}

.entry-content ul li .fas,
.inner-content ul li .fas {
    margin-right: 10px;
    font-size: 16px;
    color: var(--e-global-color-primary);
}

.entry-content figure,
.inner-content figure {
    margin: 40px auto;
    max-width: 460px;
    font-size: 20px;
}

.entry-content blockquote,
.inner-content blockquote {
    font-size: 30px;
    line-height: 42px;
}

@media (max-width: 991px) {
    .entry-content figure,
    .inner-content figure {
        max-width: 100%;
    }
    .entry-content blockquote,
    .inner-content blockquote {
        font-size: 24px;
    }
    .entry-content .elementor-text-editor p:last-child,
    .inner-content .elementor-text-editor p:last-child  {
        margin-bottom: 25px;
    }
    .elementor-section.elementor-section-boxed.inner-content > .elementor-container {
        padding: 10px 0px 30px;
    }
}

@media (max-width: 575px) {
    section:last-child {
        padding-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    body .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1320px;
    }
    h1, h2, h3 {
        font-size: 40px;
        line-height: 48px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
    body .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1440px;
    }
    h1, h2, h3 {
        font-size: 40px;
        line-height: 48px !important;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
    body .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1600px;
    }
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    line-height: 36px;
}

/* Header */

#header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease-out;
}

#header.sticky {
    box-shadow: 0 1px 3px rgba(110,110,110,0.3);
}

#header .topbar {
    padding: 5px 0;
    background-color: #f2f2f2;
}

#header .topbar img {
    width: 22px;
    height: 22px;
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
}

#header .topbar a {
    color: var(--e-global-color-text);
    font-size: 12px;
    text-transform: capitalize;
    transition: opacity 0.3s ease-out;
}

#header .topbar a:hover,
#header .topbar a:focus {
    opacity: 0.8;
    text-decoration: none;
}

#header .topbar a.account-link,
#header .topbar a.pay-link {
    text-transform: uppercase;
}

#header .menu-wrapper {
    padding: 10px 0;
}

#header .navbar {
    padding: 0;
}

#header .navbar .nav-link {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    color: var(--e-global-color-text);
    transition: opacity 0.3s ease-out;
}

#header .navbar .nav-link:hover,
#header .navbar .nav-link:focus {
    opacity: 0.7;
}

@media (min-width: 1200px) {
    #header .navbar .nav-item:last-child .nav-link {
        padding-right: 0;
    }
}

@media (min-width: 1400px) {
    #header .topbar {
        padding: 8px 0;
    }
    #header .topbar a {
        font-size: 14px;
    }
    #header .menu-wrapper {
        padding: 15px 0;
    }
    #header .navbar .nav-link {
        font-size: 14px;
    }
}

@media (max-width:1199px) {
    #header .navbar .nav-link {
        margin-bottom: 1rem;
    }
    #header .topbar img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 374px) {
    #header .topbar a {
        font-size: 9px;
    }
}

#header .navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

#header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='#222' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#header .logo {
    width: 180px;
    height: auto;
    display: block;
    position: relative;
}

#header .logo img {
    margin-left: 30px;
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out;
}

@media (max-width:991px) {
    #header .logo img {
        margin-left: 0;
    }
    #header .navbar-collapse ul {
        margin-top: 20px;
        background-color: #fff;
    } 
    #header .navbar .nav-link {
        color: var(--e-global-color-text);
    }
}

/* Toggler */

#header .toggler {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 30px;
    height: 18px;
    background: none;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#header .toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--e-global-color-text);
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#header .toggler span:nth-child(1) {
    top: 0px;
}
#header .toggler span:nth-child(2),#header .toggler span:nth-child(3) {
    top: 8px;
}
#header .toggler span:nth-child(4) {
    top: 16px;
    width: 75%;
    right: 0;
    left: auto;
}
#header .toggler:hover span:nth-child(4) {
    width: 100%;
}
#header .toggler:not(.collapsed) span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}
#header .toggler:not(.collapsed) span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#header .toggler:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#header .toggler:not(.collapsed) span:nth-child(4) {
    top: 10px;
    width: 0%;
    right: 50%;
}

/* Content */

.entry-title {
    padding-top: 90px;
}

body .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

main {
    margin-top: 90px;
}

#hero .elementor-container {
    min-height: 400px;
    align-items: center;
    -ms-flex-align: center;
}

body #hero .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

body:not(.home) #hero .elementor-container {
    min-height: initial;
    margin-top: 90px;
    padding: 60px 0;
}

#hero h1, #hero p {
    color: #fff;
}

#hero h1 {
    line-height: 44px;
}

#hero p {
    margin-bottom: 0;
    max-width: 560px;
}

#hero .hero-wrapper {
    margin: -100px 15px 0;
    padding: 20px;
    max-width: 800px;
    border-radius: 5px;
    background: rgba(0,0,0,0.2);
}

body:not(.home) #hero .hero-wrapper {
    width: auto;
}

@media (max-width: 1199px) {
    #hero .hero-wrapper {
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    #hero .hero-wrapper {
        margin: 0 auto;
        max-width: 90%;
    }
}

.inner .elementor-widget-wrap {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.inner .bottom {
    position: absolute;
    bottom: 30px;
    width: auto !important;
}

.inner .bottom p {
    margin-bottom: 0;
}

#banner h2, #banner p {
    color: #fff;
}

.border-top-left-radius .elementor-widget-wrap {
    border-top-left-radius: 5px !important;
}

.border-top-right-radius .elementor-widget-wrap {
    border-top-right-radius: 5px !important;
}

.border-bottom-left-radius .elementor-widget-wrap {
    border-bottom-left-radius: 5px !important;
}

.border-bottom-right-radius .elementor-widget-wrap {
    border-bottom-right-radius: 5px !important;
}

.min-height {
    min-height: 300px !important;
}

.part {
    font-size: 28px;
    line-height: 34px;
}

@media (max-width: 991px) {
    .entry-content {
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .inner-content {
        border-radius: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .inner .elementor-widget-wrap {
        border-radius: 0 !important;
    }
    .order {
        order: -1;
        -ms-flex-order: -1;
    }
    .border-top-left-radius .elementor-widget-wrap {
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    
    .border-top-right-radius .elementor-widget-wrap {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
    
    .border-bottom-left-radius .elementor-widget-wrap {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
    
    .border-bottom-right-radius .elementor-widget-wrap {
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .part { 
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px !important;
    }
    .elementor-counter {
        margin-bottom: 40px;
    }
    body:not(.home) #hero .elementor-container {
        min-height: initial;
        margin-top: 0px;
        padding: 60px 0;
    }
}

#banner .elementor-container {
    padding: 50px 0;
}

.counter-title {
    font-size: 24px;
}

@media (min-width: 1400px) {
    #hero .hero-wrapper {
        max-width: 900px;
    }
    #hero p {
        font-size: 18px;
        line-height: 24px;
        max-width: 740px;
    }
    .min-height {
        min-height: 400px !important;
    }
    #banner .elementor-container {
        padding: 50px 0;
    }
    .elementor-counter-number-wrapper {
        font-size: 70px !important;
    }
    .elementor-counter-title {
        font-size: 20px !important;
    }
    .counter-title {
        font-size: 28px;
    }
}

@media (min-width: 1600px) {
    #hero .hero-wrapper {
        max-width: 1000px;
    }
    #hero p {
        font-size: 22px;
        line-height: 32px;
        max-width: 900px;
    }
    #hero .elementor-container {
        min-height: 560px;
    }
    .min-height {
        min-height: 450px !important;
    }
    .elementor-counter-number-wrapper {
        font-size: 80px !important;
    }
    .elementor-counter-title {
        font-size: 24px !important;
    }
    .counter-title {
        font-size: 32px;
    }
}


/* Footer */

#footer {
    padding: 40px 0 20px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
}

#footer .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    line-height: 20px !important;
    margin-bottom: 20px;
}

#footer .logo img {
    max-width: 100%;
    width: 180px;
    height: 40px;
    object-fit: cover;
}

#footer a,
#footer a:hover,
#footer a:focus {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}

#footer a:hover,
#footer a:focus {
    opacity: 0.8;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul.social,
#footer ul.seals {
    display: flex;
    display: -ms-flexbox;
    margin: 0 -10px;
}

#footer ul.social li,
#footer ul.seals li {
    padding: 0 10px;
}

#footer ul.social li a {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: var(--e-global-color-secondary);
    background-color: #fff;
    border-radius: 50%;
}

#footer ul li a {
    text-transform: uppercase;
}

#footer ul.seals li a {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
}

#footer ul.seals li img {
    width: 70px;
    height: auto;
}

#footer .nav-link {
    padding: 0;
}

#footer .nav-item {
    margin-bottom: 5px;
}

#footer .nav-item:last-child {
    margin-bottom: 0;
}

#footer .copyright {
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0 5px;
}

@media (max-width: 991px) {
    #footer ul.social,
    #footer ul.seals {
        justify-content: flex-start;
        -ms-flex-pack: start;
    }
}

.wpml-ls-legacy-dropdown-click {
    width: auto;
    margin-left: 10px;
}

.wpml-ls-legacy-dropdown-click a {
    background: none;
    border: none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    padding: 8px 10px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border: 1px solid var(--e-global-color-text);
    background: #fff;
    border-radius: 5px;
    width: 115px;
    top: 38px;
    left: 27px;
    right: auto;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    border-radius: 50%;
}

.wpml-ls-legacy-dropdown-click a:hover, 
.wpml-ls-legacy-dropdown-click a:focus, 
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    background: none;
}

@media (max-width: 991px) {
    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        width: 110px;
        top: 35px;
        left: auto;
        right: 0;
    }
    .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
        position: relative;
        top: 0px;
    }
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(//d2qqhg1gmuhqmd.cloudfront.net/release/2.0.18/app/img/icons/lang_icon@2x.png);
    vertical-align: middle;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:before {
        width: 18px;
        height: 18px;
    }
}

/* Operators */

.operators .operator {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px 0px;
}

.operators .operator img {
    width: 60%;
}

@media (max-width:767px ) {
    .operators .operator img {
        width: 100%;
        max-width: 200px;
    }
}

.road ul {
    width: auto;
    float: left;
    margin-right: 50px;
}

.road img {
    width: 50%;
    float: left;
    object-fit: cover;
    height: 250px;
}

@media (max-width:991px ) {
    .road ul {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .road img {
        display: none;
    }
}

.overlink,
.overlinkfull {
    height: 100%;
}

.overlink a,
.overlinkfull a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.overlink a:hover,
.overlink a:focus {
    transform: scale(1.05);
    opacity: 0.8;
}

.overlinkfull a:hover,
.overlinkfull a:focus {
    background-color: rgba(255,255,255,0.2);
}

@media(max-width:991px) {
    .overlink a {
        padding: 30px;
        position: static;
    }
} 

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    border-radius: 5px;
    font-weight: 700;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    border-radius: 5px;
    font-weight: 700;
}