h1, h2, h3, h4, h5, h6, p, ul, li, a{
	font-family: 'Helvetica Neue' !important;
}
#top-menu li a {
    font-weight: 300 !important;
}

a{
    text-decoration: none;
}
.ae-message-box{
    padding: 10px 35px;
}
.ae-message-box.ae-err{
    background-color: red;
    color: #fff;
}
.ae-message-box.ae-success{
    background-color: green;
    color: #fff;
}
.ae-row{
    display: table;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    /*color: #fff;*/
    padding: 50px 0;
}
.ae-left-section{
    float: left;
    width: 50%;
    padding: 25px 100px 35px 200px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    color: #fff;
}
.ae-right-section{
    float: left;
    width: 50%;
    padding: 25px 25px 35px 25px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
.ae-breadcrumb{
	font-weight: 500;
    font-size: 1rem !important;
}
.ae-breadcrumb-link{
    color: rgb(133, 182, 255);
	font-weight: 500;
    font-size: 1rem;
}
.ae-breadcrumb-link:hover{
    color: rgb(0, 102, 255);
}
.ae-left-section h1{
    color: #fff;
    line-height: 1em;
    margin: 30px 0;
	font-weight: 300;
    font-size: 2.8rem;
}
.ae-left-section p{
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 500;
}
.ae-content-area{
    display: block;
    min-height: 300px;
}
.ae-divider{
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    background-color: rgb(238, 238, 238);
    margin: 10px 0;
}
.ae--btn{
    display: inline-block;
    padding: 15px 40px;
    font-size: 1rem;
}
.ae--btn.blue{
    background-color: rgb(0, 102, 255);
    color: #fff;
	font-weight: 500;
}

.ae-close-btn-area{
    float: left;
    width: 100%;
    text-align: right;
}
.ae-close-btn{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 25px;
    border: none;
    cursor: pointer;
    transition: backgroundColor 150ms ease 0s;
}
.ae-close-btn:hover{
    background-color: rgba(0, 0, 0, 0.65);
}
.ae-timeline-area{
    float: left;
    width: 100%;
    padding-right: 175px;
    /*background-color: blue;*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    margin-top: 50px;
}
.ae-timeline-area.ae-modal-timeline-area{
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.ae-timeline-area.ae-modal-timeline-area .et_pb_row{
    width: 100% !important;
}
.ae-timeline-area .ae-inner-area{
    height: 400px;
    overflow-y: scroll;
}
.ae-timeline-area header{
    background-color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    font-size: 1.375rem;
    padding: 2rem;
	color: #000;
}
.ae-timeline-area .et_pb_accordion_item{
    margin-bottom: 0 !important;
}
.ae-timeline-area .et_pb_accordion_item{
    background-color: rgba(235, 229, 229, 0.85) !important;
}
.ae-timeline-area .et_pb_accordion_item:nth-child(2n+1){
    background-color: rgba(238, 238, 238, 0.85) !important;
}
.ae-timeline-area .et_pb_accordion_item.et_pb_toggle_close:hover{
    background-color: #444343 !important;
}
.ae-timeline-area .et_pb_accordion_item.et_pb_toggle_close:hover > .et_pb_toggle_title{
    color: #fff !important;
}
.ae-timeline-area .et_pb_toggle_title{
    color: #000 !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.31rem !important;
}
.ae-timeline-area .et_pb_toggle_open .et_pb_toggle_content{
    display: flex !important;
}
.ae-timeline-area .et_pb_toggle_title{
	font-size: 1.125rem !important;
    font-weight: 400 !important;
    line-height: 1.31rem !important;
}
.ae-timeline-area .et_pb_toggle_content img{
    width: 200px;
    height: 100%;
    float: left;
}
.ae-timeline-area .et_pb_toggle_content p{
    float: left;
    padding: 0 0px 0 25px;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2rem;
	color: #000;
}

/* modal styles starts here */
.hystmodal{
    z-index: 99999;
}
.hystmodal__window--long {
    width: 1200px;
}
.ae-modal-content-area{
    margin-top: -18px;
}
.ae-modal-header{
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}
.ae-modal-header p{
    font-size: 1rem;
	font-weight: 400;
}
.ae-modal-banner img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.ae-modal-contact-info-section h2{
	font-size: 1.375rem;
    font-weight: 300;
    margin-top: 1.875rem;
}

.ae-scrollable-section{
    height: 370px;
    overflow-y: scroll;
}
.ae-modal-general-info-section{
    height: 340px;
    overflow-y: scroll;
    background-color: #171717;
    color: #fff;
    padding: 50px 20px 0 20px;
}
.ae-modal-general-info-section h5{
    color: #fff;
    text-transform: capitalize;
    font-size: 1.375rem;
    font-weight: 300;
}
.ae-modal-general-info-section p{
    font-size: 1rem;
    margin-bottom: 20px;
	font-weight: 500;
}
.ae-modal-general-info-section::-webkit-scrollbar, .ae-scrollable-section::-webkit-scrollbar {
    width: 0.5rem;
}
.ae-modal-general-info-section::-webkit-scrollbar-thumb, .ae-scrollable-section::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0;
}

.ae-modal-general-input-group{
    display: flex;
    margin-bottom: 70px;
}
.ae-modal-general-input-group select, .ae-modal-general-input-group input{
    padding: 10px 10px;
    width: 15rem;
    margin-right: 20px;
    font-size: 16px;
    text-align: left;
}
.ae-modal-general-info-section ul{
    list-style-type: none;
    padding: 0;
}
.ae-modal-general-info-section ul li{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 1rem;
    border-top: 0.5px solid rgb(68, 68, 68);
    border-bottom: 0.5px solid rgb(68, 68, 68);
    padding: 0.75rem 0.75rem 0.75rem 0px;
}
.ae-modal-general-info-section ul li span{
    font-size: 1rem;
}

.ae-modal-contact-info-section{
    padding: 0 50px 50px 20px;
}
.ae-input-group{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 3rem;
    margin-bottom: 10px;
}
.ae-input-group > div{
    flex: 1 1 0%;
}
.ae-fields-group label{
    line-height: 35px;
    color: #000;
    font-size: 1rem;
	font-weight: 300;
}
.ae-fields-group label, .ae-fields-group input{
    width: 100%;
}
.ae-fields-group input{
    border: 1px solid rgb(209, 215, 221);
    padding: 10px !important;
    font-size: 1.1rem;
	font-weight: 300;
}
.ae-modal-contact-btn-section{
    text-align: right;
}
.ae-modal-contact-btn-section a, .ae-modal-contact-btn-section button{
    width: 12rem;
    text-align: center;
    font-size: 17px;
}
.ae-disabled-btn{
    pointer-events: none;
}
/* modal styles ends here */

.ae-reservations-page-banner{
    padding: 50px 35px;
    color: #fff;
}
.ae-reservations-page-banner h1{
    font-size: 2.5rem;
    color: #fff;
	font-weight: 300;
}
.ae-reservations-page-banner p{
    font-size: 1.2rem;
	font-weight: 400;
}
.ae-modal-general-input-group.not-modal{
    margin: 40px 0;
}

.ae-row.excursions-template{
    padding: 15px 0 0 0;
}
.excursions-template .ae-reservations-page-banner{
    padding: 10px 35px;
}
.excursions-template .ae-reservations-page-banner h1{
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 15px;
	font-weight: 300;
}
.excursions-template .ae-reservations-page-banner p{
    line-height: 1.8rem;
    margin-bottom: 35px;
	font-weight: 400;
}
.ae-excursions-list-view{
    padding: 0 35px;
}
.ae-list-header{
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0 20px;
}
.ae-list-header h5{
    font-size: 1.375rem;
    font-weight: 400;
	color: #000;
}
.ae-list-container{
    height: 500px;
    overflow-y: scroll;
}
.ae-list-item{
    display: flex;
}
.ae-list-img-box{
    width: 200px;
    float: left;
}
.ae-list-img-box img{
    width: 100%;
    height: 100%;
}
.ae-list-content{
    float: left;
    padding: 10px 20px;
    color: #000;
}
.ae-list-content h4{
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3rem;
}
.ae-list-content p{
    font-size: 1rem;
	font-weight: 300;
}
.ae-list-item{
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px;
}
.ae-list-item:nth-child(2n+1){
    background-color: rgba(238, 238, 238, 0.85);
}
.ae-list-item:hover{
    background-color: rgba(39, 39, 39, 0.85);
    color: #fff;
}
.ae-list-item:hover > .ae-list-content h4, .ae-list-item:hover > .ae-list-content p{
    color: #fff;
}

.ae-modal-general-info-section::-webkit-scrollbar, .ae-scrollable-section::-webkit-scrollbar, .ae-list-container::-webkit-scrollbar, .ae-inner-area::-webkit-scrollbar, .ae-about-content::-webkit-scrollbar, .ae-modal-team-desc::-webkit-scrollbar {
    width: 0.5rem;
}
.ae-modal-general-info-section::-webkit-scrollbar-thumb, .ae-scrollable-section::-webkit-scrollbar-thumb, .ae-list-container::-webkit-scrollbar-thumb, .ae-inner-area::-webkit-scrollbar-thumb, .ae-about-content::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 0;
}
.ae-modal-team-desc::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0;
}

.ae-list-header.ae-lcd-services-header{
    display: flex;
}
.ae-list-header.ae-lcd-services-header h5{
    width: 250px;
}
.ae-list-header.ae-lcd-services-header .ae-indicators{
    width: 100%;
    padding-top: 15px;
    -webkit-box-align: center;
    text-align: right;
}
.ae-list-header.ae-lcd-services-header .ae-indicators span{
    cursor: pointer;
    font-size: 1rem;
    background-color: #babfc4;
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-align: center;
    margin: 0 5px;
    transition: background-color 150ms ease-in-out 0s;
}
.ae-list-header.ae-lcd-services-header .ae-indicators span.ae-active{
    background-color: rgb(0, 102, 255);
    border-radius: 50%;
    padding: 4px 8px;
    color: #fff;
    width: 25px;
    text-align: center;
    height: 25px;
}
.ae-lcd-info-view{
    background-color: #fff;
    color: #000;
    display: flex;
    padding: 20px;
}
.ae-lcd-info-view img{
    width: 200px;
}
.ae-lcd-info-view h5{
    padding-left: 15px;
    text-transform: none;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 400;
}
.ae-lcd-description-view{
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    min-height: 250px;
    margin-bottom: 75px;
}
.ae-lcd-description-view p{
    line-height: 1.25rem;
    font-size: 16px;
    color: #000;
	font-weight: 400;
}
.ae-lcd-description-view .et_pb_section{
    background: transparent;
}
.ae-lcd-description-view a{
	font-size: 1rem !important;
	font-weight: 500 !important;
}
.ae-lcd-description-view a:hover{
    background-color: #0066ff;
}

#delivery-by-drone-modal .dipl_modal_header{
    background-color: #000 !important;
}

.ae-row.ae-about{
    padding: 50px 35px;
	min-height: 400px;
}
.ae-left-section.ae-about{
    padding: 25px 0 0 25px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}
.ae-right-section.ae-about{
    background-color: rgba(255, 255, 255, 0.85);
    padding: 25px 0 0 25px
}
.ae-about-header h1{
    margin-top: 0;
    color: #000;
    font-size: 2rem;
    font-weight: 300;
}
.ae-about-header.ae-right h1{
    font-size: 1.375rem;
    margin-top: 0.6rem;
    padding-left: 1.5rem;
	font-weight: 400;
}
.ae-about-content{
    height: 275px;
    padding-right: 25px;
    padding-bottom: 25px;
    overflow-y: scroll;
}
.ae-about-content p{
    font-size: 1.125rem;
    line-height: 1.5rem;
	font-weight: 400;
}
.ae-team-container{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    height: 100%;
    padding-top: 0;
}
.ae-team-item{
    width: 25%;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1 1 25%;
	color: #000;
}
.ae-team-item:hover::after{
    opacity: 1;
}
.ae-team-item::after{
    transition: opacity 100ms ease 0s;
    content: "View more";
    height: 11.25rem;
    width: 10.3125rem;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    font-weight: 400;
}
.ae-team-item img{
    height: 11.25rem;
    width: 10.3125rem;
    object-fit: cover;
}
.ae-team-item strong{
	font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.125rem;
    margin-top: 0.875rem;
    width: 100%;
}
.ae-team-item span{
	font-size: 16px;
	margin-top: 0.25rem;
    font-weight: 300;
}

.ae-modal-container{
    display: flex;
}
.ae-modal-left{
    width: 50%;
    height: 500px;
    background-color: #171717;
    text-align: center;
}
.ae-modal-right{
    width: 50%;
    height: 500px;
    background-color: #171717;
    padding-left: 25px;
    color: #fff;
}
.ae-modal-left img{
    width: 70%;
    height: 100%;
    object-fit: contain;
}
.ae-member-name{
    margin-top: 4.05rem;
    font-weight: 300;
    font-size: 2.25rem;
	color: #fff;
	line-height: 1.5rem;
}
.ae-member-position{
    margin-top: 1rem;
    font-weight: 300;
    font-size: 1.375rem;
	color: #fff;
	line-height: 1.5rem;
}
.ae-modal-right hr{
    margin: 3.875rem 2.5rem 3.875rem 0px;
    opacity: 0.4;
}
.ae-modal-team-desc{
    height: 200px;
    overflow-y: scroll;
    padding-right: 25px;
}
.ae-modal-team-desc p{
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 2rem;
}


/* Responsive styles starts here */

@media screen and (min-width: 1440px) {
    .ae-scrollable-section{
        display: flex;
        flex: 1 1 0%;
    }
    .ae-modal-general-info-section{
        width: 50%;
        height: 100%;
    }
    .ae-modal-contact-info-section{
        padding: 0 30px;
    }

    .ae-row.excursions-template {
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        column-gap: 0.75rem;
        padding: 7.25rem 10rem 4rem 13rem;
    }
    .excursions-template .ae-reservations-page-banner{
        width: 55%;
        padding: 0 140px 0 0;
    }
    .ae-excursions-list-view{
        width: 45%;
    }
    .ae-list-img-box {
        width: 40%;
    }
    .ae-list-content {
        width: 60%;
    }
    .hystmodal__window--long{
        height: 600px;
    }
    .ae-scrollable-section{
        height: 475px;
    }
    .ae-timeline-area.ae-modal-timeline-area .ae-inner-area{
        height: 300px;
    }
    .ae-excursions-list-view{
        padding: 0 0;
    }
    .ae-reservations-page-banner{
        padding: 50px 200px;
        min-height: 600px;
    }
    .ae-row.ae-about {
        padding: 50px 200px;
    }
    .ae-team-item img{
        width: 10rem;
    }
	.ae-modal-left{
		height: 585px;
	}
	.ae-modal-right{
		height: 585px;
	}
	.ae-modal-team-desc{
		height: 275px;
	}
}

@media screen and (max-width: 764px) {
    .ae-list-item{
        display: grid;
    }
    .ae-list-img-box{
        padding-left: 20px;
        padding-top: 10px;
    }
    .ae-left-section{
        padding: 25px 80px 35px 80px;
        width: 100%;
    }
    .ae-right-section{
        width: 100%;
        padding: 25px 80px 35px 80px
    }
    .ae-content-area{
        min-height: 0;
    }
    .ae-timeline-area{
        padding-right: 0;
    }
    .ae-close-btn-area{
        display: none;
    }
    .hystmodal__window--long{
        width: 90%;
    }
    .ae-reservations-page-banner h1{
        line-height: 1.2em;
    }
    .ae-modal-general-input-group select, .ae-modal-general-input-group input{
        width: 10rem;
    }

}

@media screen and (max-width: 575px) {
    .ae-modal-general-input-group{
        display: block;
    }
    .ae-modal-general-input-group select, .ae-modal-general-input-group input{
        width: 100%;
        margin: 10px 0;
    }
    .ae-modal-container {
        display: block;
    }
    .ae-modal-left {
        width: 100%;
    }
    .ae-modal-right {
        width: 100%;
    }
    .ae-member-name {
        margin-top: 0;
    }
    .ae-modal-right hr {
        margin: 0;
    }
    .ae-modal-team-desc {
        height: 100%;
        overflow-y: scroll;
    }
}

/* Responsive styles ends here */



/* Other pages' styles */

@media screen and (min-width: 1440px) {
  	#customfooter_2 {
		width: 16%!important;
		margin-left: 350px !important;
		margin-right: 1.5%;
	}
}
.et_pb_section_0_tb_footer.et_pb_section{
	margin-top: 0 !important;
}
@media screen and (max-width: 575px) {
	.tparrows{
		display: none !important;
	}
	.tp-bullets{
		display: none !important;
	}
}