/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../css/aos.css");
@import url("../fonts/font-awesome/css/all.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
@import url("../css/magnific-popup.css");
/*---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*-------------------- 
font-family: "Acme", sans-serif;
font-family: 'Poppins', sans-serif;
----------------------*/
:root {
    --headingfont: "Poppins", sans-serif;
    --bodyfont: "Acme", sans-serif;
    --primary: #ED2D2A;
    --secondary: #12A8DE;
    --orange:#F99E2B;
    --lightprimary: #fef2f2;
    --lightsecondary: #d2edf8;
    --lightgray: #EFEFEF;
    --textcolor: #3A3A3A;
    --headingcolor: #020000;
    --black: #020000;
    --graycolor: #A5A5A5;
    --white: #ffffff;
    --primaryrgb: 237,45,42;
    --secondaryrgb: 18,168,222;
    --whitergb: 255,255,255;
    --blackrgb: 2,0,0;
    --transiction: all 0.25s ease-out;
}
html {
    overflow-x: hidden;
    margin-right: 0 !important;
}
.grid_1200 {
    overflow: hidden;
}
body {
    margin: 0px;
    padding: 0px;
    -ms-overflow-style: scrollbar;
    background-color: var(--white);
    font-family: var(--bodyfont);
    color: var(--textcolor);
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    overflow: hidden;
}
body::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color:#f5f5f5
}
body::-webkit-scrollbar{
    width: 10px
}
body::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:var(--primary)
}
p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}
@media (max-width: 1600px) {
    body, p {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    body, p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    body, p {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    body, p {
        font-size: 16px;
    }
}
img {
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: var(--primary);
    color: var(--white);
}
::-webkit-selection {
    background: var(--primary);
    color: var(--white);
}
/* --------- Typography ---------- */
b, strong {
    font-weight: 700;
}
a {
    text-decoration: none;
    color: var(--primary);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    color: var(--secondary);
    outline: 0;
}
h1:not(.site-title):before, h2:before {
    display: none;
}
h1 {
    font-size: 84px;
    line-height: 1.12;
    text-transform: capitalize;
}
@media (max-width: 1600px) {
    h1 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 420px) {
    h1 {
        font-size: 26px;
    }
}
h2, .h2 {
    font-size: 64px;
    line-height: 1.18;
    text-transform: capitalize;
}
@media (max-width: 1600px) {
    h2, .h2 {
        font-size: 56px;
    }
}
@media (max-width: 1199px) {
    h2, .h2 {
        font-size: 46px;
    }
}
@media (max-width: 991px) {
    h2, .h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    h2, .h2 {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    h2, .h2 {
        font-size: 28px;
    }
}
@media (max-width: 430px) {
    h2, .h2 {
        font-size: 26px;
    }
}
h3 {
    font-size: 30px;
    line-height: 1.3;
    text-transform: inherit;
}
@media (max-width: 1600px) {
    h3 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    h3 {
        font-size: 18px;
    }
}
h4 {
    font-size: 24px;
    line-height: 1.1;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    h4 {
        font-size: 21px;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    h4 {
        font-size: 19px;
    }
}
h5 {
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    h5 {
        font-size: 15px;
    }
}
h1, h2, .h2, h3, h4 {
    margin: 0 0 20px;
    font-family: var(--headingfont);
    color: var(--black);
    font-weight: 700;
    letter-spacing: 0;
}
p, ol, ul, blockquote {
    margin: 0 0 20px;
    padding: 0;
}
.white h1, .white h2, .white .h2, .white h3, .white h4, .white p, .white li, .white span, .white a {
    color: var(--white);
}
.white p a:hover {
    text-decoration: underline;
}
ol li, ul li {
    list-style-type: none;
}
/* Forms */
.form-group {
    margin-bottom: 25px;
}
.form-group p,
.form-group:last-child {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    h1, h2, h3, h4, p, ol, ul, blockquote {
        margin: 0 0 15px;
    }
}
@media (max-width: 575px) {
    h1, h2, h3, p, ol, ul, blockquote {
        margin: 0 0 10px;
    }
}
body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
    width: 100%;
    max-width: 100%;
    display: block;
    height: inherit;
    z-index: 1;
    margin: 0;
    padding: 18px 20px;
    background-color: var(--white);
    box-shadow: none;
    border: 2px solid #e7e7e7;
    border-radius: 18px;
    color: var(--black);
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    direction: ltr;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    accent-color: var(--primary);
}
body .gform_wrapper.gravity-theme input[type="color"]:focus, body .gform_wrapper.gravity-theme input[type="datetime-local"]:focus, body .gform_wrapper.gravity-theme input[type="date"]:focus, body .gform_wrapper.gravity-theme input[type="datetime"]:focus, body .gform_wrapper.gravity-theme input[type="email"]:focus, body .gform_wrapper.gravity-theme input[type="month"]:focus, body .gform_wrapper.gravity-theme input[type="number"]:focus, body .gform_wrapper.gravity-theme input[type="password"]:focus, body .gform_wrapper.gravity-theme input[type="search"]:focus, body .gform_wrapper.gravity-theme input[type="tel"]:focus, body .gform_wrapper.gravity-theme input[type="text"]:focus, body .gform_wrapper.gravity-theme input[type="time"]:focus, body .gform_wrapper.gravity-theme input[type="url"]:focus, body .gform_wrapper.gravity-theme input[type="week"]:focus, body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme textarea:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: var(--primary);
}
input::placeholder, textarea::placeholder, select::placeholder {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    color: #b6b6b6;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    color: #b6b6b6;
    opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    color: #b6b6b6;
    opacity: 1;
}
select {
    background-image: url(../images/select_arrow.svg);
    background-size: 16px;
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #b6b6b6;
    padding-right: 35px !important;
    cursor: pointer;
}
select option {
    color: var(--black);
}
@media (max-width: 1600px) {
    body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
        padding: 15px 18px;
        font-size: 20px;
    }
    input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
        font-size: 20px;
    }
    input::placeholder, textarea::placeholder, select::placeholder {
        font-size: 20px;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
        font-size: 20px;
    }
    select {
        padding-right: 30px !important;
    }
    .form-group {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
        font-size: 18px;
        padding: 10px 16px;
    }
    input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
        font-size: 18px;
    }
    input::placeholder, textarea::placeholder, select::placeholder {
        font-size: 18px;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    select {
        padding-right: 25px !important;
        background-size: 14px;
    }
    .form-group {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
        font-size: 16px;
        padding: 8px 12px;
        border-radius: 14px;
    }
    input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
        font-size: 16px;
    }
    input::placeholder, textarea::placeholder, select::placeholder {
        font-size: 16px;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
        font-size: 16px;
    }
    .form-group {
        margin-bottom: 12px;
    }
}
/*Buttons*/
.btn_holder {
    margin-top: 40px;
    text-align: center;
}
.btn_holder.left {
    text-align: left;
}
input[type="submit"], button[type="submit"], .site_btn {
    position: relative;
    cursor: pointer;
    padding: 15px 30px;
    min-width: 190px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--white);
    background-color: var(--primary);
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 14px;
    opacity: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.site_btn.border_btn:hover,.site_btn.border_btn:focus,
input[type="submit"]:hover, button[type="submit"]:hover, .site_btn:hover, .site_btn:focus, .site_btn.blue:hover, .site_btn.blue:focus, .site_btn.black {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}
.site_btn.black:hover, .site_btn.black:focus {
    background-color: var(--primary);
    color: var(--white);
}
.site_btn.lg {
    padding: 20px 35px;
}
.site_btn.border_btn {
    background-color: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}
.site_btn.sm {
    padding: 10px 20px;
    min-width: inherit;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 12px;
}
.site_btn+.site_btn {
    margin-left: 15px;
}
.site_btn i {
    margin-left: 5px;
    font-size: 80%;
}
@media (max-width: 1800px) {
    input[type="submit"], button[type="submit"], .site_btn {
        padding: 14px 20px;
        min-width: inherit;
        font-size: 21px;
        line-height: 26px;
    }
}
@media (max-width: 1600px) {
    input[type="submit"], button[type="submit"], .site_btn {
        padding: 12px 16px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 10px;
    }
    .site_btn.lg {
        padding: 20px 35px;
        font-size: 22px;
        line-height: 26px;
        border-radius: 14px;
    }
    .btn_holder {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .btn_holder {
        margin-top: 30px;
    }
    .site_btn.sm {
        padding: 9px 18px;
        font-size: 16px;
        line-height: 25px;
        border-radius: 10px;
    }
    .site_btn.lg {
        padding: 15px 30px;
        font-size: 22px;
        line-height: 26px;
        border-radius: 14px;
    }
}
@media (max-width: 991px) {
    .btn_holder {
        margin-top: 25px;
    }
    input[type="submit"], button[type="submit"], .site_btn {
        padding: 10px 14px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 8px;
    }
}
@media (max-width: 767px) {
    .btn_holder {
        margin-top: 20px;
    }
    .site_btn+.site_btn {
        margin-left: 10px;
    }
    .site_btn.sm {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
    }
    .site_btn.lg {
        padding: 15px;
    }
}
@media (max-width: 575px) {
    input[type="submit"], button[type="submit"], .site_btn {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px;
    }
    header .site_btn {
        padding: 7px 10px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 6px;
    }
    .site_btn.lg {
        font-size: 20px;
        border-radius: 10px;
    }
}
@media (max-width: 400px) {
    .site_btn.lg {
        font-size: 16px;
        padding: 8px 20px;
    }
}


@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1530px;
    }
}
/* ---- Header ----- */
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: block;
    background-color: transparent;
    background: linear-gradient(0deg,rgba(8, 53, 70, 0) 0%, rgba(8, 53, 70, 0.6) 100%);
    text-align: right;
    padding: 55px 40px;
}
.header.sticky {
    position: fixed;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 40px;
    background-color: rgba(0,0,0,0.65);
    backdrop-filter: blur(14px);
}
.header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header .logo {
    display: flex;
    flex: auto;
}
.header .logo a {
    display: block;
    position: relative;
    z-index: 1;
}
.header .logo img {
    width: 88px;
    height: auto;
}
.locations,
.header .logo, .header .logo img, .header {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header_right {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.locations {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: -59px;
    right: 15px;
}
.locations > * {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 20px;
    line-height: 1;
    font-family: var(--headingfont);
    font-weight: 600;
    padding: 8px 10px;
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--white);
    border-radius: 0 0 6px 6px;
}
.locations > a {
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.08);
}
.locations > a:hover {
    color: var(--white);
    background-color: var(--primary);
}
@media (max-width: 1800px) {
    .header {
        padding: 40px 20px;
    }
    .header.sticky {
        padding: 15px 20px;
    }
    .header_right {
        gap: 20px;
    }
    .locations {
        top: -41px;
    }
    .header.sticky .locations {
        top: -55px;
    }
}
@media (max-width: 1600px) {
    .header {
        padding: 40px 0px;
    }
    .header.sticky {
        padding: 15px 0;
    }
    .header.logo img {
        width: 88px;
    }
    .locations > * {
        font-size: 16px;
        padding: 7px 7px;
        border-radius: 0 0 6px 6px;
    }
}
@media (max-width: 1360px) {
    .header_right {
        gap: 15px;
    }
    .header .logo img {
        width: 60px;
    }
}
@media (max-width: 1199px) {
    .header, .header.sticky {
        padding: 12px 0;
    }
    .locations {
        position: static;
        top: -41px;
    }
    .locations > * {
        border-radius: 6px;
    }
}
@media (max-width: 991px) {
    .header .container-fluid {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .locations > * {
        border-radius: 6px;
        font-size: 14px;
        padding: 6px;
    }
}
@media (max-width: 575px) {
    .header .container-fluid {
        justify-content: center;
        flex-wrap: wrap;
    }
    .header .logo img {
        width: 50px;
    }
    .header_right {
        gap: 10px;
    }
    .locations {
        gap: 4px;
    }
    .locations > * {
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    .header_right {
        gap: 5px;
    }
    .header .logo img {
        width: 40px;
    }
    .locations {
        gap: 4px;
    }
    .locations > * {
        border-radius: 4px;
        font-size: 9px;
        padding: 4px 3px;
    }
}

/* Billboard */
.billboard {
    position: relative;
    background-color: var(--black);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.billboard:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.10);
    z-index: 1;
}
.hide_overlay:before {
    display: none;
}
.billboard .full_video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.billboard .item {
    position: relative;
    padding: 200px 0 80px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.billboard .item .container {
    position: relative;
    z-index: 3;
}
.billboard .item .caption {
    color: var(--white);
    width: 100%;
    text-align: center;
}
.billboard .caption h1 {
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.billboard .caption h1 img {
    width: 100%;
    max-width: 650px;
    margin-bottom: -20px;
}
.billboard .caption .subtitle {
    font-family: var(--headingfont);
    font-size: 27px;
    line-height: 1.4;
    color: var(--white);
    display: inline-block;
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    padding: 12px 0;
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.billboard .caption .btn_holder {
    margin-top: 20px;
}

/* Coupons Code */
.coupons_code {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.coupons_code>div{
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.coupons_code>div:before {
    content: "";
    width: 24px;
    height: 100%;
    position: absolute;
    left: -23px;
    top: 0;
    clip-path: polygon(100% -5%, 0% 100%, 100% 100%);
    background-color: var(--secondary);
}
.coupons_code>div.code_info2:before {
    width: 34px;
    left: -33px;
    background-color: var(--orange);
}
.coupons_code span {
    font-family: var(--headingfont);
    display: block;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin: 2px 0;
}
.coupons_code .code_info1 {
    background-color: var(--secondary);
    padding: 8px 5px 8px 0px;
}
.coupons_code .code_info1 span:nth-child(1) {
    font-size: 52px;
    font-weight: 700;
}
.coupons_code .code_info1 span:nth-child(2) {
    font-size: 13px;
}
.coupons_code .code_info2 {
    background-color: var(--orange);
    padding: 8px 5px 8px 5px;
}
.coupons_code .code_info2 span:nth-child(1) {
    font-size: 27px;
}
.coupons_code .code_info2 span:nth-child(2) {
    font-size: 45px;
    font-weight: 700;
}
.coupons_code .code_info2 span:nth-child(3) {
    font-size: 23px;
    letter-spacing: 5.5px;
    text-align: center;
    margin-left: 4px;
}
@media (max-width: 1600px) {
    .billboard .caption .subtitle {
        font-size: 48px;
    }
    .billboard .caption h1 img {
        max-width: 530px;
        margin-bottom: -10px;
    }
    .billboard .caption .subtitle {
        font-size: 22px;
        padding: 12px 0;
    }
    .billboard .caption .btn_holder {
        margin-top: 15px;
    }
}
@media (max-width: 1400px) {
    .billboard .item {
        padding: 110px 0 40px;
    }
    .coupons_code .code_info1 span:nth-child(1) {
        font-size: 43px;
    }
    .coupons_code .code_info1 span:nth-child(2) {
        font-size: 11px;
    }
    .coupons_code .code_info2 span:nth-child(1) {
        font-size: 23px;
    }
    .coupons_code .code_info2 span:nth-child(2) {
        font-size: 38px;
    }
    .coupons_code .code_info2 span:nth-child(3) {
        font-size: 20px;
        letter-spacing: 4px;
    }
}
@media (max-width: 1199px) {
    .billboard .item {
        padding: 80px 0 40px;
    }
    .coupons_code {
        bottom: 40px;
    }
    .coupons_code .code_info1 span:nth-child(1) {
        font-size: 28px;
    }
    .coupons_code .code_info1 span:nth-child(2) {
        font-size: 13px;
        width: 110px;
    }
    .coupons_code .code_info2 span:nth-child(1) {
        font-size: 16px;
    }
    .coupons_code .code_info2 span:nth-child(2) {
        font-size: 27px;
    }
    .coupons_code .code_info2 span:nth-child(3) {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .coupons_code>div.code_info2:before {
        width: 30px;
        left: -29px;
    }
}
@media (max-width: 991px) {
    .billboard .caption h1 {
        margin-bottom: 5px;
    }
    .billboard .caption h1 img {
        max-width: 430px;
        margin-bottom: -10px;
    }
    .billboard .caption .subtitle {
        font-size: 18px;
        padding: 10px 0;
    }
    .coupons_code .code_info1 {
        padding: 5px 3px 5px 0px;
    }
    .coupons_code .code_info2 {
        padding: 5px 3px;
    }
    .coupons_code span {
        margin: 1px 0;
    }
    .coupons_code .code_info1 span:nth-child(1) {
        font-size: 23px;
    }
    .coupons_code .code_info1 span:nth-child(2) {
        font-size: 12px;
        width: 96px;
    }
    .coupons_code .code_info2 span:nth-child(1) {
        font-size: 14px;
    }
    .coupons_code .code_info2 span:nth-child(2) {
        font-size: 23px;
    }
    .coupons_code .code_info2 span:nth-child(3) {
        font-size: 13px;
    }
    .coupons_code>div.code_info2:before {
        width: 24px;
        left: -23px;
    }
}
@media (max-width: 575px) {
    .billboard .item {
        padding: 40px 0 20px;
    }
    .billboard .item .caption {
        width: 80%;
        margin: 0 auto;
    }
    .billboard .caption .subtitle {
        font-size: 18px;
        line-height: 1.3;
        padding: 7px 0;
        margin: 0 4%;
    }
    .coupons_code .code_info1 span:nth-child(1) {
        font-size: 20px;
    }
    .coupons_code .code_info1 span:nth-child(2) {
        font-size: 10px;
        width: 84px;
    }
    .coupons_code .code_info2 span:nth-child(1) {
        font-size: 12px;
    }
    .coupons_code .code_info2 span:nth-child(2) {
        font-size: 20px;
    }
    .coupons_code .code_info2 span:nth-child(3) {
        font-size: 11px;
        letter-spacing: 2px;
    }
    .coupons_code>div.code_info2:before {
        width: 24px;
        left: -23px;
    }
}
/* --- Sections --- */
.sections {
    padding: 100px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sections_title {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.sections_title img {
    height: 60px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}
.sections_title.sm h2 {
    font-size: 42px;
}
.sections_title .h2, .sections_title h2 {
    position: relative;
    margin-bottom: 15px;
}
.sections_title p:last-child {
    margin-bottom: 0;
}
.sections_title.left {
    text-align: left;
}
.lightgray {
    background-color: var(--lightgray);
}
.fit_img.fullheight {
    height: 100%;
}
.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.tb_space>div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.bg_logo_shape {
    position: absolute;
    top: 50%;
    left: -51%;
    transform: translateY(-50%);
    opacity: 0.08;
    z-index: 1;
    max-height: 80%;
    width: 100%;
    z-index: -1;
}
.bg_logo_shape.right {
    left: inherit;
    right: -35%;
}
/* Section Edge */
@media (max-width: 1600px) {
    .sections {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .sections {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .sections {
        padding: 60px 0;
    }
    .sections_title {
        margin-bottom: 40px;
    }
    .sections_title br {
        display: none;
    }
}
@media (max-width: 767px) {
    .sections {
        padding: 50px 0;
    }
    .sections_title {
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .sections {
        padding: 40px 0;
    }
    .tb_space>div {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}


/* Footer */
.footer {
    background-color: var(--black);
    position: relative;
    z-index: 3;
    padding: 100px 0 0;
    background-size: cover;
    background-position: center 70%;
}
.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 0, 0, 0.75);
    z-index: 1;
    backdrop-filter: blur(4px);
}
.footer > * {
    position: relative;
    z-index: 1;
}
.footer ul {
    margin-bottom: 0;
}
.footer ul li a {
    color: var(--white);
    text-decoration: none;
}
.footer p a:hover, .footer ul li a:hover {
    color: var(--primary);
}
.footer_logo {
    max-width: 272px;
    margin-bottom: 30px;
    display: inline-block;
}
.footer h3 {
    color: var(--primary);
    margin-bottom: 25px;
}
.footer p:last-child {
    margin-bottom: 0;
}
.contact_info ul li {
	margin-bottom: 15px;
}
.contact_info ul:last-child,
.contact_info ul li:last-child {
	margin-bottom: 0;
}
.contact_info ul li,
.contact_info ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.contact_info ul li i {
    flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
	color: var(--primary);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.contact_info ul li a{
    color: var(--textcolor);
}
.contact_info ul li a:hover {
    color: var(--primary);
}
.footer .contact_info ul li i {
	background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0.2);
	color: var(--primary);
}
.footer .contact_info ul li a{
    color: var(--white);
}
.footer .contact_info ul li a:hover {
    color: var(--primary);
}
.contact_info ul li a:hover i {
	color: var(--white);
	background-color: var(--primary);
    border: 2px solid rgba(255, 255, 255, 0);
}
.footer .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
}
.footer .footer_menu ul li {
    flex: 0 0 50%;
    max-width: calc(50% - 8px);
}
.footer .footer_menu ul li a {
    position: relative;
    display: inline-block;
}
.social_media ul {
    gap: 6px;
    display: flex;
    flex-wrap: wrap;
}
.social_media ul li {
    display: inline-block;
}
.social_media ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--primary);
}
.social_media ul li a:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.social_media.red ul li a {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.social_media.red ul li a:hover {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}
.footer .copyright {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
}
.footer .copyright .container {
    display: flex;
    justify-content: space-between;
}
.footer .copyright p {
    margin-bottom: 0;
}
.footer .copyright p a {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
}
.footer .copyright p a:first-of-type {
    margin-left: 12px;
}
.footer .copyright p a:hover {
    color: var(--primary);
}
.go-up {
    background-color: var(--primary);
    color: var(--white);
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: fixed;
    font-size: 16px;
    line-height: 30px;
    right: 15px;
    bottom: -40px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-bottom: none;
    text-align: center;
    z-index: 100;
    border-radius: 8px 8px 0 0;
    transition: all 0.25s ease-in-out;
}
.go-up:hover {
    background-color: var(--primary);
    color: var(--white);
}
@media (min-width: 1400px) {
    .footer_menu {
        padding-left: 150px;
    }
}
@media (max-width: 1600px) {
    .footer_logo {
        max-width: 260px;
    }
    .footer .footer_menu ul li a {
        font-size: 18px;
    }
    .footer p {
        font-size: 20px;
    }
    .social_media ul li a {
        font-size: 24px;
        width: 50px;
        height: 50px;
    }
    .contact_info ul li i {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1199px) {
    .footer {
        padding-top: 60px;
    }
    .footer h3 {
        margin-bottom: 15px;
    }
    .footer .copyright {
        margin-top: 40px;
        padding: 25px 0;
    }
    .footer_logo {
        max-width: 240px;
    }
    .footer .copyright p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .footer {
        text-align: center;
    }
    .footer .contact_info ul li, .footer .contact_info ul li a {
        justify-content: center;
    }
    .footer h3 {
        margin-bottom: 10px;
    }
    .footer .copyright {
        margin-top: 30px;
        padding: 20px 0;
    }
    .footer .quick_links ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .footer_logo {
        max-width: 220px;
        margin-bottom: 15px;
    }
    .footer .copyright .container {
        display: block;
    }
    .footer .copyright p {
        font-size: 14px;
    }
    .contact_info ul li i {
        width: 44px;
        height: 44px;
    }
    .footer .social_media ul {
        justify-content: center;
    }
    .social_media ul li a {
        font-size: 22px;
        width: 44px;
        height: 44px;
    }
    .footer .row>*:not(:last-child){
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .footer h3 {
        margin-bottom: 10px;
    }
    .footer .copyright {
        padding: 15px 0;
    }
    .footer .quick_links ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .social_media ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 21px;
        line-height: 1;
        width: 36px;
        height: 36px;
    }
    .followus {
        padding-top: 25px;
    }
    .go-up {
        width: 30px;
        height: 25px;
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 575px) {
    .footer {
        padding-top: 50px;
    }
    .contact_info {
        padding-bottom: 20px;
    }
    .social_media ul li a {
        font-size: 18px;
        width: 32px;
        height: 32px;
    }
    .footer_logo {
        max-width: 200px;
    }
    .footer .copyright p {
        font-size: 13px;
    }
    .contact_info ul li {
        margin-bottom: 10px;
    }
}
/*  */

/* Package Box */
.package_box {
    background-color: var(--white);
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
    transition: var(--transiction);
}
.package_box:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 134, 183, 0.4);
    transform: translateY(4px);
}
.package_box .fit_img {
    height: 380px;
    border-radius: 16px;
    background: var(--black);
    margin-bottom: 20px;
    position: relative;
}
.package_box .fit_img img {
    opacity: 0.9;
}
.package_box:hover .fit_img img {
    opacity: 0.7;
}
.price_box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    background: var(--primary);
    color: var(--white);
    font-family: var(--headingfont);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.price_box span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    background-color: var(--white);
    color: var(--primary);
    padding: 4px 6px;
    border-radius: 5px;
}
.adults_tag {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--orange);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.package_box h3 {
    margin-bottom: 15px;
}
.package_box h3 a {
    color: var(--black);
}
.package_box h3 a:hover {
    color: var(--primary);
}
.package_box p {
    font-size: 20px;
    line-height: 1.5;
}
.package_box ul li {
    font-size: 21px;
    margin-bottom: 10px;
}
.package_box ul li i {
    width: 26px;
    text-align: center;
    margin-right: 5px;
    color: var(--primary);
}
.package_box ul li span {
    min-width: 100px;
    display: inline-block;
}
.package_box .btn_holder {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: auto;
}
.package_box .btn_holder .site_btn {
    flex: 1;
    margin: 0;
}

/* Package Box Small */
.private_charters .package_box {
    padding: 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    border: 2px solid var(--lightsecondary);
}
.private_charters .package_box hr {
    border-color: var(--lightsecondary);
    border-width: 1px;
    opacity: 1;
    margin: 12px 0;
}
.private_charters .package_box .fit_img {
    flex: 0 0 260px;
    height: auto;
    min-height: 280px;
    display: block;
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}
.private_charters .package_box .fit_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.01);
}
.private_charters .package_box h3 {
    line-height: 1.25;
    margin-bottom: 0;
    font-weight: 600;
}
.private_charters .package_box .package_content {
    flex: 1;
    padding: 20px 25px 25px;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
}
.private_charters .package_box p,
.private_charters .package_box ul li {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-family: var(--headingfont);
    position: relative;
}
.private_charters .package_box ul {
    margin-bottom: 0;
}
.private_charters .package_box ul.package_features + hr {
    margin-top: 5px;
}
.private_charters .package_box ul.package_features {
    display: flex;
    flex-wrap: wrap;
}
.private_charters .package_box ul.package_features li {
    padding-left: 22px;
    flex: 0 0 50%;
}
.private_charters .package_box ul.package_features li img,
.private_charters .package_box ul.package_features li i {
    width: auto;
    margin-right: 3px;
    position: absolute;
    left: 0;
    top: 3px;
}
.private_charters .package_box ul.package_features li img {
    height: 18px;
    top: 2px;
}
.private_charters .package_box .btn_holder .site_btn {
    flex: none;
}
/*  */
.private_charters .package_box ul.package_notes li {
    padding-left: 15px;
}
.private_charters .package_box ul.package_notes li:last-child {
    margin-bottom: 0;
}
.private_charters .package_box ul.package_notes li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}

/*  */
.promo_bar {
    padding: 15px 20px;
    gap: 25px;
    background-color: var(--primary);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.promo_track {
    display: inline-flex;
    animation: scroll-left 20s linear infinite;
}
.promo_text {
    color: var(--white);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.promo_text::after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 40px;
    object-fit: contain;
    background-image: url(../images/logo-shape.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    margin: 0 20px;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Discover Aruba */
.discover_aruba {
    padding-bottom: 30%;
    background-position: bottom;
    padding-left: 80px;
    padding-right: 80px;
}
.discover_aruba .container-fluid {
    max-width: 1800px;
}
.discover_aruba > * {
    position: relative;
    z-index: 1;
}
.sections_title.lg h2 {
    font-size: 84px;
}
.discover_aruba:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg,rgba(0, 104, 141, 1) 20%, rgba(0, 0, 0, 0) 80%);
}
#discover_aruba {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
#discover_aruba .item {
    width: 100%;
}
.menu_item {
	border-radius: 20px;
	padding: 50px 30px 30px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 40px 0 rgba(0, 134, 183, 0.30)
}
.menu_item .fit_img {
	padding: 30px;
    width: 160px;
	height: 160px;
	background-color: var(--white);
    border-radius: 100%;
    margin: 0 auto;
    border: 4px solid #C8E1EB;
}
.menu_item h3 {
	margin-bottom: 15px;
    font-weight: 600;
}
.menu_item .fit_img img {
	object-fit: contain;
}
.menu_item .menu_text *:last-child {
	margin-bottom: 0;
}
.menu_item p {
    font-size: 18px;
}
.menu_item ul {
    margin-bottom: 0;
    border-top: 1px solid var(--graycolor);
    padding-top: 12px;
    margin-top: auto;
}
.menu_item ul li {
    font-size: 19px;
    text-align: left;
    color: var(--primary);
    position: relative;
    padding-left: 10px;
}
.menu_item ul li::before {
    content: "•";
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
#discover_aruba.owl-carousel .owl-stage,
#discover_aruba.owl-carousel.owl-drag .owl-item {
    display: flex;
    flex-wrap: wrap;
}
#discover_aruba .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 0 15px;
    pointer-events: none;
}
#discover_aruba .owl-nav button.owl-prev,
#discover_aruba .owl-nav button.owl-next {
    position: static;
}
.border_bottom {
    border-bottom: 10px solid var(--primary);
}
.border_top {
    border-top: 10px solid var(--primary);
}

/* gallery */
.gallery {
    background-position: top center;
}
.gallery .videopopup,
.gallery .imgpopup {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    display: block;
	padding-bottom: 65%;
	border-radius: 20px;
	background-color: var(--primary);
    border: 4px solid var(--white);
}
.gallery .videopopup video,
.gallery .imgpopup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.005);
    -webkit-transition: .15s cubic-bezier(.1, .1, 1, 1);
    -moz-transition: .15s cubic-bezier(.1, .1, 1, 1);
    transition: .15s cubic-bezier(.1, .1, 1, 1);
}
.gallery .videopopup:hover video,
.gallery .imgpopup:hover img {
	opacity: .5;
}
.video-inline-popup video {
  width: 100%;
  max-height: 95vh;
}
.gallery .imgpopup,
.videopopup:not(:has(video[poster])) {
  background-image: url('../images/placeholder-red.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery .videopopup .play_icon {
    position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
    background-color: #ed2d2a91;
    width: 55px;
    height: 55px;
    border-radius: 14px;
	color: var(--white);
	-webkit-transition: .15s cubic-bezier(.1, .1, 1, 1);
	-moz-transition: .15s cubic-bezier(.1, .1, 1, 1);
	transition: .15s cubic-bezier(.1, .1, 1, 1);
    font-size: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gallery .imgpopup:before {
    content: '\f03e';
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background-color: #ed2d2a91;
    color: var(--white);
    width: 55px;
    height: 55px;
    border-radius: 14px;
    -webkit-transition: .15s cubic-bezier(.1, .1, 1, 1);
    -moz-transition: .15s cubic-bezier(.1, .1, 1, 1);
    transition: .15s cubic-bezier(.1, .1, 1, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gallery .col-lg .imgpopup:before {
	font-size: 40px
}
.gallery-hidden {
    display: none;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.25s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.2s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
body.mfp-zoom-out-cur {
    padding-right: 10px;
}

/* Map Video */
.map_video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 81, 112, 0.6);
    z-index: 1;
}
.video_box {
    width: 100%;
    height: 100%;
    max-width: 1230px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.video_box iframe,.video_box video,.video_box video source {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    border-radius: 30px;
    border: 6px solid var(--white);
}

/* Blog */
.blog_box {
    border-radius: 24px;
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
    background: var(--white);
    overflow: hidden;
    transition: var(--transiction);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog_box:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 134, 183, 0.4);
    transform: translateY(4px);
}
.blog_box .fit_img {
    display: block;
    height: 340px;
    background-color: var(--black);
}
.blog_box:hover .fit_img img{
    opacity: 0.8;
}
.blog_box .blog_content{
    padding: 25px 30px 30px 30px;
}
.blog_box .blog_content h3 {
    font-size: 28px;
    margin-bottom: 12px;
}
.blog_box .blog_content h3 a {
    color: var(--black);
}
.blog_box .blog_content h3 a:hover {
    color: var(--primary);
}
.blog_box .blog_content p {
    margin-bottom: 0;
}
.post_info{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    display: none;
}
.post_info i {
    color: var(--primary);
}
.post_info a {
    color: var(--textcolor);
}
.post_info a:hover {
    color: var(--primary);
}
.blog_box .btn_holder{
    padding: 0 30px 30px 30px;
    margin-top: auto;
}
.blog_box .site_btn {
    display: -webkit-inline-box;
}

/*  */
.sail_with_us {
    padding-bottom: 35%;
}
.blue_gd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 136, 185, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 0;
}
.sail_with_us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 136, 185, 1) 20%, rgba(0, 136, 185, 0) 50%);
    z-index: 0;
}


/* sponsor image */
.logo_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
}
.sponsor_img {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
}
.sponsor_img:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 134, 183, 0.4);
    transform: translateY(4px);
}
.sponsor_img img {
    margin: auto;
    height: 150px;
    max-width: 100%;
    width: auto!important;
    object-fit: contain
}
.sponsor_img:hover {
    border-color: var(--secondary)
}
.logo-slider-section .sections_title.left img {
	width:auto;
}
@media (max-width: 1600px) {
    .package_box {
        padding: 20px;
    }
    .sections_title img {
        height: 50px;
        margin-bottom: 15px;
    }
    .package_box .fit_img {
        height: 300px;
    }
    .price_box {
        font-size: 24px;
    }
    .price_box span {
        font-size: 16px;
    }
    .discover_aruba {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sections_title.lg h2 {
        font-size: 50px;
    }
    #discover_aruba {
        padding: 20px;
        border-radius: 14px;
    }
    .menu_item {
        border-radius: 14px;
        padding: 25px 15px 15px;
        gap: 10px;
    }
    .menu_item p {
        font-size: 16px;
    }
    .menu_item .fit_img {
        padding: 20px;
        width: 120px;
        height: 120px;
        border: 3px solid #C8E1EB;
    }
    .menu_item h3 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 22px;
    }
    .menu_item ul li {
        font-size: 15px;
        line-height: 1.2;
    }
    .blog_box .fit_img {
        height: 250px;
    }
    .blog_box .blog_content {
        padding: 15px 20px 20px 20px;
    }
    .blog_box .btn_holder {
        padding: 0 20px 20px 20px;
    }
    .post_info {
        gap: 10px;
        font-size: 15px;
        margin-bottom: 12px;
    }
    .blog_box .blog_content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .blog_box .blog_content p {
        font-size: 20px;
    }
    .private_charters .package_box hr {
        margin: 10px 0;
    }
    .private_charters .package_box .package_content {
        padding: 15px 18px 18px;
    }
    .private_charters .package_box p, .private_charters .package_box ul li {
        font-size: 14px;
    }
}
@media (max-width: 1400px){
    .private_charters .package_box .fit_img {
        flex: 0 0 200px;
    }
}
@media (max-width: 1199px) {
    .sections_title.lg h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .package_box p {
        font-size: 18px;
    }
    .package_box ul li {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sections_title.sm h2 {
        font-size: 36px;
    }
    .blog_box .fit_img {
        height: 220px;
    }
    .blog_box .blog_content {
        padding: 15px;
    }
    .blog_box .btn_holder {
        padding: 0 15px 15px;
    }
    .post_info {
        gap: 5px;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .blog_box .blog_content h3 {
        font-size: 18px;
    }
    .blog_box .blog_content p {
        font-size: 16px;
    }
    .site_btn.sm {
        padding: 6px 15px;
        font-size: 15px;
        line-height: 22px;
    }
    .blog_box {
        border-radius: 16px;
    }
    .logo_box {
        gap: 20px;
    }
    .sponsor_img {
        padding: 20px;
        border-radius: 14px;
    }
    .sponsor_img img {
        height: 100px;
    }
    .footer .footer_menu ul {
        gap: 5px;
    }
    .footer .footer_menu ul li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .private_charters .package_box .fit_img {
        flex: 0 0 280px;
    }
}
@media (max-width: 991px) {
    .discover_aruba {
        padding-bottom: 45%;
    }
    .package_box {
        height: auto;
        margin-bottom: 30px;
        border-radius: 16px;
    }
    .row > div:last-child >.package_box {
        margin-bottom: 0;
    }
    .sections_title.sm h2 {
        font-size: 32px;
    }
    .sections_title img {
        height: 40px;
    }
    .blog_box {
        height: auto;
        margin-bottom: 20px;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .border_bottom {
        border-bottom: 8px solid var(--primary);
    }
    .border_top {
        border-top: 8px solid var(--primary);
    }
    .gallery .videopopup video,
    .gallery .imgpopup img {
        height: 100%;
    }
}
@media (max-width: 767px) {
    .menu_item h3 {
        font-size: 20px;
    }
    .sections_title.sm h2 {
        font-size: 28px;
    }
    .sponsor_img {
        flex: 0 0 50%;
    }
	.logo-slider-section .sections_title.left {
		text-align: center;
	}
    .adults_tag {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 14px;
    }
    .private_charters .package_box .fit_img {
        flex: 0 0 180px;
    }
    .private_charters .package_box p, .private_charters .package_box ul li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .private_charters .package_box hr {
        margin: 8px 0;
    }
    .private_charters .package_box ul.package_features + hr {
        margin-top: 3px;
    }
}
@media (max-width: 575px) {
    .sections_title.lg h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .discover_aruba {
        padding-left: 0px;
        padding-right: 0px;
    }
    #discover_aruba {
        padding: 15px;
    }
    .menu_item .fit_img {
        padding: 15px;
        width: 100px;
        height: 100px;
        border: 2px solid #C8E1EB;
    }
    .menu_item h3 {
        font-size: 18px;
    }
    .menu_item p {
        font-size: 14px;
    }
    .package_box p,
    .package_box ul li  {
        font-size: 16px;
    }
    .package_box ul li i {
        width: 20px;
        margin-right: 3px;
    }
    .package_box ul li span {
        min-width: 80px;
    }
    .package_box .btn_holder {
        gap: 10px;
    }
    .adults_tag {
        padding: 3px 6px;
        border-radius: 6px;
        font-size: 12px;
    }
    .sections_title.sm h2 {
        font-size: 24px;
    }
    .sections_title img {
        height: 30px;
        margin-bottom: 10px;
    }
    .video_box iframe, .video_box video, .video_box video source {
        border-radius: 20px;
        border: 4px solid var(--white);
    }
    .sponsor_img {
        padding: 10px;
        border-radius: 10px;
    }
    .logo_box {
        gap: 10px;
    }
    .border_bottom {
        border-bottom: 6px solid var(--primary);
    }
    .border_top {
        border-top: 6px solid var(--primary);
    }
    body.mfp-zoom-out-cur {
        padding-right: 0;
    }
    .contact_info ul li i {
        width: 40px;
        height: 40px;
    }
    .social_media ul li a {
        font-size: 21px;
        width: 40px;
        height: 40px;
    }
    .private_charters .package_box {
        border-radius: 14px;
        display: block;
        margin: 0;
    }
    .private_charters .package_box .fit_img img {
        position: static;
        transform: none;
        height: 280px;
    }
}
@media (max-width: 400px) {
    .package_box .fit_img {
        height: 200px;
    }
    .package_box {
        padding: 15px;
    }
    .price_box {
        font-size: 20px;
        padding: 4px;
        border-radius: 6px;
    }
    .price_box span {
        font-size: 13px;
        border-radius: 5px;
    }
    .sections_title.sm h2 {
        font-size: 20px;
    }
    .package_box .site_btn.lg {
        padding: 8px;
    }
}
@media (max-width: 380px) {
    .private_charters .package_box .fit_img img {
        height: 240px;
    }
    .private_charters .package_box ul.package_features {
        display: block;
    }
}

/* Internal Cover */
.internal_cover.billboard .item {
    padding: 180px 0 60px 0;
    height: 550px;
}
.internal_cover.billboard:before {
    background-color: rgba(15, 15, 15, 0.25);
}
.internal_cover .banner_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 100%;
}

.archive .billboard.internal_cover h1,
.search .billboard.internal_cover h1 {
    font-size: 30px;
}
.archive .billboard.internal_cover h1 span,
.search .billboard.internal_cover h1 span {
    display: block;
    font-size: 300%;
    padding: 10px;
}
.search .blog_box .fit_img {
    height: auto;
    max-height: 340px;
}
/* History */
.about_section {
    text-align: center;
}
.about_img {
    height: 370px;
    border-radius: 20px;
    border: 4px solid var(--lightsecondary);
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
}
.history-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 1 image = full height */
.history-images.count-1 .full_img {
    min-height: 520px;
}

@media (max-width: 1600px) {
    .internal_cover.billboard .item {
        padding: 160px 0 60px 0;
        height: 400px;
    }
}
@media (max-width: 1199px) {
    .internal_cover.billboard .item {
        padding: 140px 0 60px 0;
        height: 350px;
    }
    .about_img {
        height: 340px;
    }
    .archive .billboard.internal_cover h1,
    .search .billboard.internal_cover h1 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .internal_cover.billboard .item {
        padding: 100px 0 40px 0;
        height: 300px;
    }
    .about_img {
        height: 340px;
    }
    .gallery .videopopup,
    .gallery .imgpopup {
        padding-bottom: 100%;
        border-radius: 18px;
    }
    .archive .billboard.internal_cover h1,
    .search .billboard.internal_cover h1 {
        font-size: 20px;
    }
    .archive .billboard.internal_cover h1 span, 
    .search .billboard.internal_cover h1 span {
        font-size: 250%;
    }
}
@media (max-width: 767px) {
    .internal_cover.billboard .item {
        padding: 100px 0 40px 0;
        height: 250px;
    }
    .about_img {
        height: 250px;
    }
    .gallery .videopopup .play_icon,
    .gallery .imgpopup:before {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .internal_cover.billboard .item {
        padding: 90px 0 40px 0;
        height: 200px;
    }
    .about_img {
        height: 200px;
        border-radius: 14px;
    }
    .gallery .videopopup .play_icon,
    .gallery .imgpopup:before {
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        font-size: 24px;
    }
    .archive .billboard.internal_cover h1,
    .search .billboard.internal_cover h1 {
        font-size: 16px;
    }
    .archive .billboard.internal_cover h1 span, 
    .search .billboard.internal_cover h1 span {
        font-size: 200%;
        padding: 7px;
    }
}


/**/
.pagination{
    padding-top: 45px;
    margin-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    justify-content: center;
}
.pagination .nav-links {
    margin-left: 0px;
}
.pagination .nav-links .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--black);
    text-align: center;
    margin: 3px;
    padding: 4px;
    border: solid 1px rgba(26,13,77,0.2);
    background-color: var(--white);
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    border: solid 1px var(--primary);
    color: var(--white);
    background-color:var(--primary);
}
@media(max-width: 1199px) {
    .pagination {
        padding-top: 35px;
        margin-top: 40px;
    }
    .pagination .nav-links .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width: 575px) {
    .pagination {
        padding-top: 20px;
        margin-top: 15px;
    }
    .pagination .nav-links .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 8px;
    }
}

/* Blog Detail */
.single-post .header {
    background: linear-gradient(0deg,rgba(8, 53, 70, 0) 0%, rgba(8, 53, 70, 0.5) 50%, rgba(8, 53, 70, 1) 100%);
}
.single-post .header.sticky {
    background-color: rgba(0,0,0,0.65);
}
.header_gap {
    margin-top: 130px;
}
.blog_thumbnail {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    max-height: 650px;
    border: 4px solid var(--lightsecondary);
}
.blog_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_detail .default_typo .post_info {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
}
.blog_detail .default_typo h1,
.blog_detail .default_typo h2,
.blog_detail .default_typo h3,
.blog_detail .default_typo h4 {
    margin-bottom: 10px;
}
.blog_detail .default_typo h2 {
    font-size: 42px;
    margin-bottom: 15px;
}
.blog_detail hr {
    margin: 20px 0;
}
.blog_detail .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}
.blog_detail .gallery figure.gallery-item {
    margin: 0;
    flex: 33.333%;
    padding: 5px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.blog_detail .gallery .gallery-item .gallery-caption {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
    padding: 15px 12px;
    background: linear-gradient(180deg, rgba(13,13,13,0) 0%, rgba(13,13,13,0.65) 50%, rgba(13,13,13,0.9) 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 0 0 16px 16px;
}
.blog_detail .gallery figure.gallery-item a {
    padding-bottom: 100%;
    display: block;
    background-color: var(--primary);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.blog_detail .gallery figure.gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.000);
    transform: scale(1.004);
}
.blog_detail .gallery figure.gallery-item a:hover img {
    opacity: 0.3;
    transform: scale(1.04);
}
.blog_detail .gallery figure.gallery-item a:before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images/full-screen.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.4);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.000);
    -moz-transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.000);
    transition: all 0.15s cubic-bezier(0.100, 0.100, 1, 1.000);
}
.blog_detail .gallery figure.gallery-item a:hover:before {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}

/* Sidebar */
.sidebar {
    padding-left: 15px;
}
.sidebar .sidebar_box {
    margin-bottom: 30px;
    border-radius: 20px;
    border: 4px solid var(--lightsecondary);
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
    background: var(--white);
    overflow: hidden;
}
.sidebar .sidebar_box:last-child {
    margin-bottom: 0;
}
.sidebar .sidebar_box h2 {
    padding: 20px 30px 0;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 0;
    border-radius: 14px 14px 0 0;
}
.sidebar .sidebar_box form {
    position: relative;
}
.sidebar .sidebar_box form label {
    width: 100%;
}
.sidebar .sidebar_box input[type="search"] {
    padding-right: 65px;
    background-color: var(--white);
    border: none;
}
.sidebar .sidebar_box input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    background-color: var(--primary);
    background-image: url(../images/search-icon.svg) !important;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    min-width: auto;
    background-image: none;
    box-shadow: none;
    color: var(--white) !important;
    padding: 5px;
    width: 60px;
    height: 100%;
    min-width: inherit;
    text-align: center;
    display: inline-block;
    border: none;
    opacity: 1;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    text-indent: 10000px;
}
.sidebar .sidebar_box input[type="submit"]:hover {
    transform: none;
    background-color: var(--black);
}
.sidebar .widget_spronk_recent_posts ul li{
    padding-bottom: 13px;
    padding-top: 13px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sidebar .widget_spronk_recent_posts ul li:last-child{
    border-bottom: none;
}
.sidebar .widget_spronk_recent_posts ul li .fit_img {
    flex: 0 0 100px;
    max-width: 100px;
    height: 90px;
    border-radius: 14px;
    overflow: hidden;
    vertical-align: middle;
    background-color: var(--black);
}
.sidebar .widget_spronk_recent_posts ul li:hover .fit_img img {
    opacity: 0.6;
    transform: scale(1.06);
}
.sidebar .widget_spronk_recent_posts ul li .recent_post_info {
    flex: 1;
    padding-left: 12px;
}
.sidebar .widget_spronk_recent_posts ul li .recent_post_info h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}
.sidebar .widget_spronk_recent_posts ul li .recent_post_info h3 a{
    color: var(--black);
    display: inline-block;
}
.sidebar .widget_spronk_recent_posts ul li .recent_post_info h3 a:hover {
    color: var(--primary);
    display: inline-block;
}
.sidebar .post_info {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    gap: 8px;
    display: none;
}
.sidebar .sidebar_box ul {
    padding: 0 30px 15px;
    border-radius: 0 0 14px 14px;
}
.sidebar .sidebar_box ul:last-child {
    margin-bottom: 0;
}
.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li {
    list-style: none;
    padding: 12px 0;
    font-weight: 500;
    border-bottom: 1px solid #d8d8d8;
}
.sidebar .widget_archive ul li:last-child,
.sidebar .widget_categories ul li:last-child{
    border-bottom: none;
}
.sidebar .widget_archive ul li a,
.sidebar .widget_categories ul li a {
    color: var(--textcolor);
}
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_categories ul li a:hover {
    color: var(--primary);
}
@media(max-width: 1800px){
    .header_gap {
        margin-top: 100px;
    }
}
@media(max-width: 1600px){
    .blog_thumbnail {
        height: 450px;
    }
    .sidebar {
        padding-left: 15px;
    }
    .sidebar .widget_spronk_recent_posts ul li .fit_img {
        flex: 0 0 90px;
        max-width: 90px;
        height: 90px;
    }
    .sidebar .widget_spronk_recent_posts ul li .recent_post_info {
        padding-left: 10px;
    }
    .blog_detail .default_typo h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .sidebar .sidebar_box h2 {
        padding: 12px 20px 0;
        font-size: 30px;
    }
    .sidebar .widget_spronk_recent_posts ul li .recent_post_info h3 {
        font-size: 16px;
    }
    .sidebar .sidebar_box ul {
        padding: 0 20px 10px;
    }
    .sidebar .widget_archive ul li, .sidebar .widget_categories ul li {
        padding: 8px 0;
    }
}
@media(max-width: 1400px){
    .header_gap {
        margin-top: 80px;
    }
}
@media(max-width: 1199px){
    .sidebar {
        margin-top: 30px;
    }
    .sidebar .widget_spronk_recent_posts ul li .recent_post_info h3 {
        font-size: 18px;
    }
    .header_gap {
        margin-top: 40px;
    }
}
@media(max-width:991px){
    .blog_thumbnail {
        border-radius: 14px;
        height: 400px;
    }
    .blog_detail .default_typo h2 {
        font-size: 34px;
    }
    .blog_detail .default_typo h3 {
        font-size: 28px;
    }
    .sidebar {
        padding-top: 40px;
        margin-top: 15px;
    }
    .sidebar .sidebar_box h2 {
        padding: 12px 18px 0;
        font-size: 26px;
    }
    .sidebar .sidebar_box ul {
        padding: 0 18px 10px;
    }
    .sidebar .sidebar_box input[type="submit"] {
        width: 50px;
        background-size: 26px;
    }
}
@media(max-width: 767px){
    .blog_detail hr {
        margin: 10px 0;
    }
    .blog_detail .default_typo h2 {
        font-size: 30px;
    }
    .blog_detail .default_typo h3 {
        font-size: 26px;
    }
    .sidebar {
        padding-top: 30px;
    }
    .sidebar .sidebar_box input[type="submit"] {
        width: 50px;
        background-size: 24px;
    }
    .sidebar .widget_spronk_recent_posts ul li {
        padding-bottom: 10px;
        padding-top: 10px;
    }
	.sidebar .widget_archive ul li,
    .sidebar .widget_categories ul li {
        padding: 8px 0;
        padding-top: 10px;
        line-height: 1.4;
    }
}
@media(max-width: 575px){
    .blog_thumbnail {
        border-radius: 10px;
        height: auto;
    }
    .blog_detail .default_typo h2 {
        font-size: 24px;
    }
    .blog_detail .default_typo h3 {
        font-size: 20px;
    }
    .sidebar .sidebar_box {
        margin-bottom: 20px;
        border-radius: 16px;
    }
    .sidebar .sidebar_box h2 {
        font-size: 22px;
    }
    .blog_detail .gallery figure.gallery-item {
        flex: 50%;
        border-radius: 12px;
    }
    .sidebar .widget_spronk_recent_posts ul li .recent_post_info h3 {
        font-size: 15px;
    }
    .sidebar .widget_spronk_recent_posts ul li .fit_img {
        flex: 0 0 70px;
        max-width: 70px;
        height: 70px;
        border-radius: 10px;
    }
}

.default_typo hr {
    margin: 30px 0;
    clear: both;
}
.default_typo ol li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 1.6;
    counter-increment: item;
}
.default_typo ol li:before {
   	content: counter(item)'.';
    position: absolute;
    left: 0;
    top: 0;    
   	text-align: center;
}
.default_typo ul {
    display: flow-root;
}
.default_typo ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    display: flow-root;
}
.default_typo ul li:last-child {
    margin-bottom: 0;
}
.default_typo ul li:before {
    content: '\f105';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 85%;
}
.default_typo ol li ol,
.default_typo ul li ul {
    margin-top: 7px;
}
.default_typo .container *:last-child {
    margin-bottom: 0;
}
.alignleft {
    max-width: 450px;
    object-fit: cover;
    margin: 0 30px 30px 0;
    float: left;
    overflow: hidden;
    border-radius: 20px;
}
.alignright {
    max-width: 450px;
    object-fit: cover;
    margin: 0 0 30px 30px;
    float: right;
    overflow: hidden;
    border-radius: 20px;
}
.aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
/*  */
.blog_detail .default_typo iframe {
    width: 100%;
    height: 490px;
    border-radius: 20px;
}
/*  */
.default_typo.lg ol li,
.default_typo.lg ul li,
.default_typo.lg p {
    font-size: 22px;
}
@media(max-width:1600px) {
    .default_typo hr {
        margin: 25px 0;
    }
    .alignleft,
    .alignright {
        max-width: 350px;
        border-radius: 16px;
    }
    .default_typo.lg p {
        font-size: 20px;
    }
}
@media(max-width:1199px) {
    .default_typo ul li {
        margin-bottom: 5px;
        padding-left: 18px;
    }
    .default_typo.lg ol li,
    .default_typo.lg ul li,
    .default_typo.lg p {
        font-size: 18px;
    }
}
@media(max-width:991px) {
    .default_typo hr {
        margin: 20px 0;
    }
    .default_typo ol li, 
    .default_typo ul li {
        margin-bottom: 10px;
    }
    .aligncenter,
    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 0 0 20px 0;
        float: none;
        border-radius: 12px;
    }
}
@media(max-width:767px) {
    .default_typo ul li {
        padding-left: 18px;
    }
}
@media(max-width:575px) {
    .default_typo ol li, .default_typo ul li {
        margin-bottom: 7px;
    }
    .default_typo ul li {
        padding-left: 16px;
    }
    .default_typo.lg ol li,
    .default_typo.lg ul li,
    .default_typo.lg p {
        font-size: 16px;
    }
    .default_typo hr {
        margin: 10px 0;
    }
}

/* Contact Page */
.ct_box {
    background-color: var(--lightgray);
    padding: 20px 25px;
    margin-bottom: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
    background: var(--white);
}
.ct_box:last-child{
    margin-bottom: 0;
}
.ct_box h3 {
    margin-bottom: 10px;
}
.ct_box > *:last-child {
    margin-bottom: 0;
}
.ct_box.social_media ul{
    margin-bottom: 0;
}
.map {
    margin-top: 70px;
    border-radius: 20px;
    border: 4px solid var(--lightsecondary);
    overflow: hidden;
}
.map iframe {
    display: block;
    width: 100%;
    height: 650px;
}
/* Checkbox */
.checkbox {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}
.checkbox .wpcf7-list-item-label,
.checkbox label {
    margin-bottom: 0 !important;
}
.checkbox:first-child {
    border-top: none;
    padding-top: 0;
}
.checkbox > i {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 34px;
    opacity: 0.3;
    transform: translateY(-50%);
}
.checkbox:last-child {
    margin-bottom: 0;
}
.checkbox input[type="checkbox"] + .wpcf7-list-item-label,
.checkbox input[type="checkbox"] + label {
	display: inline-block;
	line-height: 20px;
    position: relative;
	padding-left: 32px;
    user-select: none;
    min-width: 20px;
    min-height: 20px;
	cursor: pointer;
    font-weight: 400;
    margin-bottom: 5px;
}
.checkbox input[type="checkbox"] + .wpcf7-list-item-label::after,
.checkbox input[type="checkbox"] + label i {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 14px;
    line-height: 1;
}
.checkbox input[type="checkbox"] + .wpcf7-list-item-label::after,
.checkbox input[type="checkbox"] + label i {
    color: transparent;
}
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.checkbox input[type="checkbox"]:checked + label i {
    color: var(--white);
}
.checkbox input[type=checkbox] {
    /* display: none !important; */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.checkbox input[type="checkbox"] + .wpcf7-list-item-label::before, .checkbox input[type="checkbox"] + label::before {
    content: "";
    border: 2px solid #dbdbdb;
    border-radius: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: transparent;
    transition: .1s;
    font-size: 12px;
    padding-left: 1px;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -2px;
    background-color: #ececec;
}
.checkbox input[type="checkbox"].border-danger + .wpcf7-list-item-label::before,
.checkbox input[type="checkbox"].border-danger + label::before {
	border-color: var(--primary);
}
.checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.checkbox input[type=checkbox]:checked + label:before {
    background-color: var(--primary);
    border-color: var(--primary);
}
.checkbox .wpcf7-list-item {
    margin: 0;
    position: relative;
}
.ct_form {
    padding: 30px;
    border: 4px solid var(--lightsecondary);
    border-radius: 24px;
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
    background: var(--white);
}
.ct_form h2 {
    font-size: 42px;
}
.ct_form h2 span {
    margin-bottom: 10px;
    display: block;
    font-size: 50%;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
}
.wpcf7-not-valid-tip {
    font-size: 0.8em;
}
.wpcf7-form-control-wrap textarea {
    resize: vertical;
    min-height: 160px;
}
@media(max-width:1600px){
    .ct_form h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .ct_form h3 {
        margin-bottom: 10px;
    }
}
@media(max-width:1199px){
    .ct_form h2 {
        font-size: 32px;
    }
    .contact_page .social_media ul li a {
        font-size: 20px;
    }
    .map {
        margin-top: 50px;
    }
    .ct_sidebar {
        margin-top: 40px;
    }
}
@media(max-width:991px){
    .ct_form h2 {
        font-size: 28px;
    }
    .map iframe {
        height: 450px;
    }
    .ct_form h2 span {
        font-size: 70%;
        margin-bottom: 5px;
    }
}
@media(max-width:767px){
    .ct_form {
        padding: 20px;
        border-radius: 20px;
    }
    .ct_box {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .ct_form h2 {
        font-size: 26px;
    }
    .map {
        margin-top: 20px;
    }
}
@media(max-width:575px){
    .ct_form {
        padding: 15px;
        border-radius: 16px;
    }
    .ct_form h2 {
        font-size: 22px;
    }
    .ct_sidebar {
        margin-top: 20px;
    }
    .ct_box {
        border-radius: 16px;
    }
    .map {
        margin-top: 20px;
        border-radius: 16px;
    }
    .checkbox input[type="checkbox"] + .wpcf7-list-item-label::before, .checkbox input[type="checkbox"] + label::before {
        width: 20px;
        height: 20px;
        font-size: 12px;
        top: 0;
    }
    .checkbox input[type="checkbox"] + .wpcf7-list-item-label, .checkbox input[type="checkbox"] + label {
        padding-left: 26px;
    }
    .checkbox input[type="checkbox"] + .wpcf7-list-item-label::after, .checkbox input[type="checkbox"] + label i {
        top: 3px;
        left: 4px;
        font-size: 13px;
    }
}

/* FAQ Section Styles */
.accordion .accordion-item {
    border: none;
    border-radius: 16px !important;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 134, 183, 0.15);
    overflow: hidden;
    background-color: var(--white);
    border: 2px solid var(--lightsecondary);
}
.accordion .accordion-item .accordion-button {
    font-size: 22px;
    background-color: var(--white);
    color: var(--black);
    box-shadow: none;
    font-family: var(--headingfont);
    font-weight: 600;
    padding: 18px 60px 18px 22px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--lightsecondary);
    color: var(--black);
}
.accordion .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.25s;
    width: 30px;
    background-size: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    /* filter: brightness(0) invert(1); */
}
.accordion .accordion-item .accordion-body {
    padding: 18px 22px;
}
.accordion .accordion-item .accordion-body p {
    font-size: 22px;
}
.accordion .accordion-item .accordion-body > *:last-child {
    margin-bottom: 0;
}
@media(max-width:991px){
    .accordion .accordion-item .accordion-button {
        font-size: 20px;
        padding: 12px 50px 12px 18px;
    }
    .accordion .accordion-item .accordion-body {
        padding: 12px 18px;
    }
    .accordion .accordion-item .accordion-body p {
        font-size: 20px;
    }
    .accordion .accordion-item .accordion-button::after {
        right: 12px;
    }
}
@media(max-width:767px){
    .accordion .accordion-item {
        border-radius: 12px !important;
        margin-bottom: 15px;
    }
    .accordion .accordion-item .accordion-button {
        font-size: 18px;
        padding: 10px 40px 10px 15px;
    }
    .accordion .accordion-item .accordion-body {
        padding: 10px 15px;
    }
    .accordion .accordion-item .accordion-body p {
        font-size: 18px;
    }
    .accordion .accordion-item .accordion-button::after {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
}
@media(max-width:575px){
    .accordion .accordion-item {
        border-radius: 10px !important;
        margin-bottom: 10px;
    }
    .accordion .accordion-item .accordion-button,
    .accordion .accordion-item .accordion-body p {
        font-size: 16px;
    }
    .accordion .accordion-item .accordion-button::after {
        right: 5px;
    }
}

body.logged-in.admin-bar header {
    top: 32px;
}
/*  */
.whatsapp_button:visited,.whatsapp_button:active,.whatsapp_button {
    position: fixed;
    bottom: 0;
    left: 30px;
    z-index: 99;
    padding: 8px;
    border-radius: 10px 10px 0 0;
    border: 3px solid #1be247;
    border-bottom: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--black)
}
.whatsapp_button:hover {
    color: var(--secondary)
}
.whatsapp_button img {
    width: 36px;
    height: 36px;
    margin-right: 6px
}
.ti-widget {
    background-color: #fff;
    border: 4px solid #e1f0f3;
    padding: 35px 20px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px 0 rgba(0, 134, 183, 0.15);
}
@media (max-width: 1600px) {
	.ti-widget {
		padding: 25px 10px 18px;
	}
}
@media (max-width: 1024px) {
	.ti-widget {
		padding: 30px 30px 20px;
	}
	section .ti-widget[data-layout-id='14'][data-set-id='ligth-border'][data-pid='fdd35256302d83553846da913ca'] .ti-widget-header {
    	border-bottom-width: 10px;
	}
}
@media (max-width: 991px) {
    .whatsapp_button:visited,.whatsapp_button:active,.whatsapp_button {
        font-size:16px
    }
    .whatsapp_button img {
        width: 26px;
        height: 26px
    }
}
@media (max-width: 575px) {
    .whatsapp_button:visited,.whatsapp_button:active,.whatsapp_button {
        left: 10px;
        padding: 5px;
        font-size: 15px
    }
    .whatsapp_button img {
        width: 20px;
        height: 20px
    }
	.ti-widget {
		padding: 20px 20px 10px;
	}
}

.grecaptcha-badge {
    display: none;
}
