.elementor-kit-3765{--e-global-color-primary:#056517;--e-global-color-secondary:#B20318;--e-global-color-text:#2A2A2A;--e-global-color-accent:#056517;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:0.8px;--e-global-typography-secondary-font-family:"sheila";--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-letter-spacing:0.2px;--e-global-typography-text-font-family:"aileron";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:500;--e-global-typography-text-letter-spacing:0.2px;--e-global-typography-text-word-spacing:0px;--e-global-typography-accent-font-family:"aileron";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:0.3px;}.elementor-kit-3765 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3765 h1{font-family:"aileron", Sans-serif;font-size:32px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul.layout-itinerary{
    padding-left: 0px;
}
ul.layout-itinerary li{
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}
ul.layout-itinerary li:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: -10px;
    top: 3px;
    border: 4px solid #f8f8f8;
    background: #000;
    transition: 0.2s ease-in-out;
}
ul.layout-itinerary li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% + 20px);
    left: -1px;
    top: 3px;
    border: 1px solid #ccc;
}
ul.layout-itinerary li:last-of-type:before{
    display: none;
}
ul.layout-itinerary li:hover:after{
    background: #056517;
    border: 2px solid #f8f8f8;
}
ul.layout-itinerary li time{
    font-weight: 600 !important;
}

.content-section{
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.layout-text h3{
    font-size: 22px;
    color: #056517;
}/* End custom CSS */