/*
Visual Composer Elements CSS
*/
/* ---------------------------------
    Section Heading
   --------------------------------- */

a:hover, a:focus {
    outline: none !important;
    text-decoration: none !important;
}

.vc-section-heading{
    text-align: left;
}
.vc-section-heading h1{
    margin-top: 15px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    color: #13a1c5;
}
.vc-section-heading h1 .first-word{
    font-weight: 400;
    color: #444;
}
.vc-section-heading.light h1 .first-word{ color: #fff; }
.vc-section-heading.dark h1 .first-word{ color: #444; }
.vc-section-heading.large h1{ font-size: 45px;}
.vc-section-heading.medium h1{ font-size: 35px;}
.vc-section-heading.small h1{ font-size: 30px;}
.vc-section-heading.left{ text-align: left;}
.vc-section-heading.right{ text-align: right;}
.vc-section-heading.center{ text-align: center;}
@media(max-width: 767px){
    .vc-section-heading.large h1{ font-size: 28px; line-height: 1.3;}
    .vc-section-heading.medium h1{ font-size: 24px; line-height: 1.3;}
    .vc-section-heading.small h1{ font-size: 20px; line-height: 1.3;}
}
/* ---------------------------------
    Theme Button
   --------------------------------- */
.vc-theme-button{
    text-align: left;
}
.vc-theme-button a{
    display: inline-block;
    background-color: #33a1bc;
    padding: 10px 22px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 50px;
    letter-spacing: 0.02em;
}
.vc-theme-button a:hover, .vc-theme-button a:focus{
    background-color: #218da8;
    color: #fff;
}
/* ---------------------------------
    News Slider
   --------------------------------- */
.news-slider{
    margin-bottom: 15px;
}
.news-slider .news-box{
    display: block;
}
.news-box a.news-more-link {
    position: absolute;
}
.news-slider .news-box .news-image{
    width: 100%;
    display: block;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.news-slider .news-box .news-image > a{
    display: block;
    height: 100%;
}
.news-slider .news-box .news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-slider .news-box .news-image:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.news-slider .news-box .news-image .date-box{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #33a1bc;
    color: #fff;
    text-align: center;
    width: 55px;
    padding: 8px 3px;
    text-transform: uppercase;
}
.news-slider .news-box .news-image .date-box span{
    display: block;
    font-size: 18px;
}
.news-slider .news-box .news-image .date-box span:first-child{
    font-weight: 800;
}
.news-slider .news-box .news-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
.news-slider .news-box .news-content .news-date{
    font-size: 14px;
    margin-bottom: 10px;
}
.news-slider .news-box .news-content .news-title{
    color: #2e2e2e;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
}
.news-slider .news-box .news-content .news-title:hover{
    color: #33a1bc;
}
.news-slider .news-box .news-content .news-desc{
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}
.news-slider .news-box .news-content .news-more-link:after{
    content: '\f101';
    font-family: 'Fontawesome';
    margin-left: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-slider .news-box .news-content .news-more-link:hover:after{
    margin-left: 12px;
}
@media(min-width: 768px){
    .news-slider .news-box .news-image{
        height: 260px;
    }
}
/* ---------------------------------
    Testimonial Slider
   --------------------------------- */
.testimonial-slider .testi-box{
    position: relative;
    margin-bottom: 20px;
}
.testimonial-slider .testi-box .testi-content{
    padding: 15px 25px;
    margin: 10px auto;
    background-color: rgba(255,255,255, 0.8);
    display: block;
    min-height: 440px;
}


.testimonial-slider .testi-box .testi-content p{
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 25px 35px 25px;
    min-height: 230px;
    filter: brightness(0.5);
    word-break: auto-phrase;

}

.testi-para{
    background-size: cover;
    background-position: center;
    height: 260px;

    display: flex;
    align-items: center;       /* Centers vertically */
    justify-content: center;    /* Centers horizontally */
    height: 100%; 
}

.testimonial-slider .testi-box .testi-content i {
    font-weight: 900;
    font-size: 26px;
    margin-left: 10px;
    color: #444444;
    position: absolute;
}

.testimonial-slider .testi-box .testi-content i.fa-solid.fa-quote-left {
    left: 25px;
    top: 50px;
}

.testimonial-slider .testi-box .testi-content i.fa-solid.fa-quote-right {
    right: 25px;
    bottom: 150px;
}

.testimonial-slider .testi-box .testi-author{
    margin: -140px 80px 40px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
}

.testimonial-slider .testi-box .testi-author .testi-auth-image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%); 
    margin: 0; 
}

.testimonial-slider .testi-box .testi-author .testi-auth-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.testimonial-slider .testi-box .testi-author .testi-auth-data{
    float: left;
    font-weight: 300;
    color: #5e5f5f;
}
.testimonial-slider .testi-box .testi-author .testi-auth-name{
    font-size: 18px;
    font-weight: 500;
    color: #5e5f5f;
}
.testimonial-slider .testi-box .testi-author .testi-auth-country{
    color: #5e5f5f;
    font-weight: 400;
}

.testimonial-slider .testi-box .testi-author:after{
    display: table;
    content: '';
    clear: both;
}
.testimonial-slider .owl-nav > div{
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 38px;
    top: 30%;
}
.testimonial-slider .owl-dots{
    margin: 35px 0 0 0;
    text-align: center;
}
.testimonial-slider .owl-dots .owl-dot span{
    border-color: #fff;
}
.testimonial-slider .owl-dots .owl-dot.active span, 
.testimonial-slider .owl-dots .owl-dot:hover span{
    background:#fff;
    border-color: #fff;
}
@media(max-width: 767px){
    .testimonial-slider .testi-box{
        background-color: #fff;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .testimonial-slider .testi-box .testi-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-slider .testi-box .testi-content p{
        font-size: 13px;
        padding: 40px 55px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

    .testi-auth-rating {
        margin-top: 18px;
    }
    .testimonial-slider .testi-box .testi-author{
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
    }
    .testimonial-slider .testi-box .testi-author .testi-auth-image{
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }
    .testimonial-slider .testi-box .testi-author .testi-auth-name{
        font-size: 16px;
    }
    .testimonial-slider .testi-box .testi-author .testi-auth-position{
        font-size: 13px;
    }
    .testimonial-slider .owl-dots{
        margin: 0;
    }

    .testi-para{
        background-size: cover;
        background-position: center;
        height: 280px;
    }

}
@media(min-width: 768px){
    .testimonial-slider .testi-box .testi-content{
        padding: 35px 40px 60px;
    }
}
/* ---------------------------------
    Icon Box
   --------------------------------- */
.vc-icon-box{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.vc-icon-box .icon-sec{
    float: left;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    line-height: 37px;
    font-size: 20px;
    text-align: center;
    background-color: #13a1c5;
    color: #fff;
}
.vc-icon-box .data-sec{
    float: left;
    padding-left: 10px;
}
@media(max-width: 768px){
    .vc-icon-box .data-sec{
        font-size: 14px;
    }
}
/* ---------------------------------
    Service Slider
   --------------------------------- */

.service-slider .owl-carousel .owl-stage-outer {
    margin-top: 20px;
    margin-bottom: 35px;
}

.service-box{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    cursor: default;
    border: 6px solid #e8e8e8;
    height: 290px;
    margin: 0 auto;
}
.service-box .service-image{
    width: 100%;
    height: 290px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.service-box .service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.service-box .service-image:hover img{
    transform: scale(1.1);
}
.service-box .service-title {
    color: #fff;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: rgba(19, 161, 197, 0.4) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: absolute;
    bottom: 12px;
    width: 100%;
    padding: 10px 15px;
    min-height: 55px;
    align-content: center;
    display: block;
    overflow: hidden;
}
.service-box .service-image:hover .service-title{
    background-color: rgba(19, 161, 197, 0.2) !important;
    backdrop-filter: blur(5px);
}
.service-slider .owl-dots{
    text-align: center;
}
@media(max-width: 768px){
    .service-box{
        width: 270px;
    }
}
/* ---------------------------------
    Projects Gallery
   --------------------------------- */
.gallery-filter{
    margin-bottom: 40px;
    text-align: center;
}
.gallery-filter ul{
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}
.gallery-filter ul li{
    display: inline-block;
    cursor: pointer;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery-filter ul li:hover,
.gallery-filter ul li.current{
    color: #33a1bc;
}
.gallery-filter ul li:after{
    content: '/';
    color: #444 !important;
    padding-left: 20px;
    display: none;
}
.gallery-filter ul li:last-child:after{
    content: '';
}
.gallery-container .project-box{
    margin-bottom: 30px;
}
.project-box{
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
}
.project-box .featured-image{
    width: 100%;
    height: 180px;
    position: relative;
}
.project-box .featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
}
.project-box .overlay .overlay-content{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}
.project-box .overlay .overlay-content span.pro-title{
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
}
.project-box .overlay .overlay-content span.pro-service{
    display: block;
    font-size: 14px;
}
@media(min-width: 768px){
    .project-box .featured-image{
        height: 220px;
    }
}
@media(min-width: 992px){
    .project-box .overlay{
        opacity: 0;
    }
    .project-box .featured-image:hover .overlay{
        opacity: 1;
    }
}
/* ---------------------------------
    Single Project Page
   --------------------------------- */
.single-project-wrapper .project-box{
    width: 100%;
    height: 180px;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.single-project-wrapper .project-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.single-project-wrapper .project-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    border-radius: 0;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
}
.single-project-wrapper .project-box .overlay span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.single-project-wrapper .project-services{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}
.single-project-wrapper .project-services ul{
    list-style-type: none;
    display: inline-block;
    padding-left: 5px;
}
.single-project-wrapper .project-services ul li{
    display: inline-block;
    margin-right: 4px
}
.single-project-wrapper .project-services ul li:after{
    content: ', ';  
}
.single-project-wrapper .project-services ul li:last-child:after{
    content: '';  
}
@media(min-width: 768px){
    .single-project-wrapper .project-box{
        height: 220px;
    }
}
@media(min-width: 992px){
    .single-project-wrapper .project-box .overlay{
        opacity: 0;
    }
    .single-project-wrapper .project-box:hover .overlay{
        opacity: 1;
    }
}
/* ---------------------------------
    Service Box
   --------------------------------- */
.vc-service-box{
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.vc-service-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.vc-service-box .service-box-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
}
.vc-service-box .service-box-content .service-box-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}
.vc-service-box .service-box-content .service-box-link{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.vc-service-box:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.vc-service-box .service-box-overlay{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
@media(min-width: 992px){
    .vc-service-box{
        height: 350px;
        margin-bottom: 0;
    }
    .vc-service-box .service-box-content .service-box-title{ font-size: 32px; }
    .vc-service-box .service-box-content .service-box-link{ font-size: 17px;}
}
/* ---------------------------------
    Contact Section
   --------------------------------- */
.contact-section{
    font-weight: 200;
}
.contact-section:after{
    content: " ";
    display: table;
    clear: both;
}
.contact-section .sec-left,
.contact-section .sec-right{
    float: left;
    position: relative;
    width: 100%;
}
.contact-section .sec-right{
    background-color: rgba(0,0,0,0.8);
    padding: 20px 15px;
}
.contact-section .icon-set{
    background-color: rgba(0,0,0,0.8);
    margin-bottom: 1px;
    text-align: center;
    padding: 0 25px;
    height: calc((100% - 2px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-section .icon-set a{
    text-decoration: none;
}
.contact-section .icon-set .fa{
    font-size: 35px;
    color: #13a1c5;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contact-section .icon-set .fa:hover{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.contact-section .icon-set p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0 !important;
}
.contact-section .icon-set p a{
    color: #fff;
}
.contact-section .icon-set p a:hover{
    color: #13a1c5;
}
.contact-section .wpcf7 input[type="text"],
.contact-section .wpcf7 input[type="email"],
.contact-section .wpcf7 textarea,
.contact-section .wpcf7 select{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 44px;
    padding: 0 15px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-section .wpcf7 textarea{
    height: 90px;
    max-height: 90px;
    padding: 10px 15px;
}
.contact-section .wpcf7 select option{
    color: #444;
}
.contact-section .wpcf7 .your-destination:after{
    position: absolute;
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #fff;
    right: 15px;
    top: 3px;
}
.contact-section .wpcf7 input[type="submit"]{
    padding: 10px 35px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 50px;
    letter-spacing: 0.02em;
}
.contact-section .wpcf7 span.wpcf7-not-valid-tip{
    color: #b14e4e;
    font-weight: 500;
    margin-top: 5px;
}
.contact-section div.wpcf7-response-output{
    font-size: 13px;
    border-width: 1px;
    margin-bottom: 0;
    color: #fff;
    padding: 7px 10px 3px;
}
/* Theming */
.contact-section.light .sec-right,
.contact-section.light .icon-set{
    background-color: rgb(249, 249, 249);
}
.contact-section.light .icon-set p,
.contact-section.light .icon-set p a{
    color: #777777;
}
.contact-section.light .wpcf7 input[type="text"],
.contact-section.light .wpcf7 input[type="email"],
.contact-section.light .wpcf7 textarea,
.contact-section.light .wpcf7 select{
    border: 1px solid #ddd;
    color: #777;
}
.contact-section.light .wpcf7 .your-destination:after{
    color: #777;
}
.contact-section.dark ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-section.dark ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact-section.light div.wpcf7-response-output{
    color: #777;
}
@media (min-width : 768px) and (max-width : 991px){
    .contact-section .icon-set{
        float: left;
        width: 33.33333%;
    }
    .contact-section .icon-set p{
        font-size: 14px;
    }
}
@media(min-width: 992px){
    .contact-section.marginal{
        margin-left: 100px;
        margin-right: 100px;
        display: flex;
        height: 100%;
    }
    .contact-section .sec-left{
        width: 30%;
        padding-right: 1px;
    }
    .contact-section .sec-right{
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-section .sec-right .wpcf7{
        width: 80%;
        margin: 20px 0 10px 0;
    }
}
/* ---------------------------------
    Destination Grid
   --------------------------------- */
.destination-grid{
    margin: 20px 0;
}

.destination-grid.pg-home{
 margin: 20px 0 0 0;
}

.desti-grid-item{
    position: relative;
    height: 280px;
    overflow: hidden;
    margin-bottom: 30px !important;
}

.desti-grid-item > img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.destination-grid .row .col-lg-4.col-md-4.col-sm-6.col-xs-12:first-child .desti-grid-item .desti-grid-details,
.destination-grid .row .col-lg-4.col-md-4.col-sm-6.col-xs-12:first-child .desti-grid-item .section-overlay {
    opacity: 1;
}

.desti-grid-item .desti-grid-details{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.desti-grid-item .desti-grid-details .desti-grid-city{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.desti-grid-item .desti-grid-details .desti-grid-country{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.3px;
}

.desti-grid-item .desti-grid-details .desti-grid-country i.fa.fa-location-dot {
    margin-right: 5px;
}

.desti-grid-item .desti-grid-details > p{
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}
.desti-grid-item .desti-grid-details .desti-grid-link{
    color: #fff;
    display: inline-block;
    padding: 6px 20px 4px;
    border: 2px solid #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
    font-size: 14px;
}
.desti-grid-item .desti-grid-details .desti-grid-link:hover{
    border-color: rgba(165, 236, 255, 0.8);
    background: rgba(165, 236, 255, 0.5);
}
.desti-grid-item .section-overlay{
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
/* .desti-grid-item .desti-grid-details a:hover{
    color: #13a1c5;
} */
.destination-grid.none-home .desti-grid-item .section-overlay{
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.destination-grid .col-md-4 .desti-grid-item.active .desti-grid-details,
.destination-grid .col-md-4 .desti-grid-item.active .section-overlay,
.destination-grid.none-home .desti-grid-item .desti-grid-details,
.destination-grid.none-home .desti-grid-item .section-overlay{
    opacity: 1;
}
.destination-grid.none-home .desti-grid-item.active .section-overlay{
    background-color: rgba(0,0,0,0.6);
}
@media(max-width: 991px){
    .desti-grid-item .desti-grid-details,
    .desti-grid-item .section-overlay{
        opacity: 1;
    }
}
@media(min-width: 992px){
    .destination-grid .col-md-4:first-child .desti-grid-item{
        height: 590px;
    }
    .destination-grid.none-home .col-md-4:first-child .desti-grid-item{
        height: 280px;
    }
    .destination-grid.none-home .desti-grid-item .desti-grid-details > p{
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .destination-grid.none-home .desti-grid-item.active .desti-grid-details > p{
        height: 95px;
    }
}
/* ---------------------------------
    Package Grid
   --------------------------------- */
.package-grid .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.package-grid{
    margin: 20px 0;
}
.pack-grid-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px !important;
    background-color: #f5f4f2;
    min-height: 445px;
}

/* .row .col-lg-4:nth-last-child(-n+3) .pack-grid-item,
.row .col-md-4:nth-last-child(-n+3) .pack-grid-item,
.row .col-sm-6:nth-last-child(-n+2) .pack-grid-item {
    margin-bottom: 0 !important;
} */

.pack-grid-item .pack-featured-image{
    width: 100%;
    height: 225px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}
.pack-grid-item .pack-featured-image img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: all 0.2s ease;
}
.pack-grid-item .pack-discount-flag{
    position: absolute;
    width: 70px;
    height: 50px;
    background-color: #e1294f;
    color: #fff;
    text-align: center;
    z-index: 2;
    font-size: 17px;
    padding: 12px 5px;
    font-size: 14px;
    top: 0;
    left: 10px;
}
.pack-grid-item .pack-discount-flag span{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.7;
}
.pack-grid-item .pack-discount-flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 0;
    height: 0;
    border-bottom: 25px solid transparent;
    border-left: 35px solid #e1294f;
    border-right: 35px solid #e1294f;
}
.pack-grid-item .pack-grid-details{
    background-color: #f5f4f2;
    padding: 15px;
}
.pack-grid-item .pack-grid-details .package-title{
    color: #444;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 17px;
}

.pack-grid-item .pack-grid-details .package-detail-list{
    padding: 0;
    margin: 0 0 15px;
    list-style-type: none;
}
.pack-grid-item .pack-grid-details .package-detail-list li{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 20px;
    text-indent: -10px;
}
.pack-grid-item .pack-grid-details .package-detail-list li .fa{
    width: 5px;
}

.pack-grid-item .pack-grid-details .package-price{
    display: inline-block;
    color: #1564a6;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}
.pack-grid-item .pack-grid-details .package-price del {
    font-size: 16px;
    font-weight: 600;
    color: #949494;
    padding-left:5px;
}
.pack-grid-item .pack-grid-details .package-detail-list .per-person{
    margin-left: 8px;
    font-size: 14px;
    font-weight: 200;
}

.pack-grid-item .pack-grid-details .package-normal-price{
    display: inline-block;
    text-decoration: line-through;
    padding-left: 15px;
    font-weight: 500;
}
.pack-grid-item .pack-featured-image .section-overlay{
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    height: 40px;
    top: auto;
    transition: all 0.2s ease;
}

.pack-grid-item .pack-featured-image .section-overlay i, .pack-grid-item .pack-featured-image .section-overlay a{
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 4px;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: lowercase;
    transition: all 0.2s ease;
}
.pack-grid-item .pack-featured-image .section-overlay a::first-letter {
    text-transform: uppercase;
}

.pack-grid-item .pack-featured-image .section-overlay i{
    font-weight: 600;
    padding: 0 0 0 10px;
}

.pack-grid-item:hover .pack-featured-image img{
    transform: scale(1.2);
}
.comma-seprated-list:after{
    content: ' | ';
}
.comma-seprated-list:last-child:after{
    content: '';
}
.pack-grid-item .pack-featured-image .section-overlay i, .pack-grid-item .pack-featured-image .section-overlay a:first-child{
    /* padding: 6px 8px 4px !important; */
    margin-left: 5px;
}

.pack-grid-item .package-detail-list li.duration{
    color: #444;
    font-weight: 500;
}
.pack-grid-item .package-detail-list li.duration i{
    color: #444;
    font-size: 14px;
}

.pack-grid-item .package-view-btn{
    border-top: 2px solid #e2e1e0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #1564a6;
    padding: 12px 0;
    font-weight: 500;
    transition: all 0.2s ease;
    left: 0;
}
.pack-grid-item .package-view-btn:hover{
    background-color: #dadada;
}

.pack-grid-item .package-view-btn a i{
    font-weight: 900;
}

@media(min-width: 768px){
    .pack-grid-item .pack-grid-details{
        height: 165px;
        max-height: 165px;
    }
}
@media(max-width: 991px){
    /* .pack-grid-item .pack-featured-image{
        height: 190px;
    } */
    .pack-grid-item .pack-featured-image .section-overlay{
        opacity: 1;
    }
}

/* ---------------------------------
    Box Slider
   --------------------------------- */
.box-item{
    margin-bottom: 20px;
}
.box-item .box-link{
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
}
.box-item .box-link > img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.box-item .box-details{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    padding: 15px 25px;
    text-align: center;
}
.box-item .box-title{
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}
.box-item .box-button{
    display: inline-block;
    padding: 5px 20px;
    border-radius: 40px;
    background-color: #13a1c5;
    text-align: center;
}
.box-item .box-button-transparent{
    background-color: transparent;
    margin-top: 15px;
    border: 2px solid #fff;
    padding: 4px 20px;
}
.box-slider .owl-nav > div{
    background-color: transparent;
    color: #fff;
    top: 40%;
}
.box-item .box-details,
.box-slider .owl-nav{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.box-slider:hover .box-item .box-details,
.box-item-grid .box-item:hover .box-details{
    background-color: rgba(0,0,0,0.7);
}

.box-item .expire-flag{
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 5px;
    padding: 3px 8px;
    background-color: #e64949;
    color: #fff;
    border-radius: 3px;
}

.offers-slider,
.box-item-grid{
    font-family: SriLankan;
}
.offers-slider .box-details,
.box-item-grid .box-details{
    background-color: rgba(255,255,255,0.6);
    border: 1px solid rgba(0,0,0,0.1);
}
.offers-slider .box-item:hover .box-details,
.box-slider.offers-slider:hover .box-item .box-details,
.box-item-grid .box-item:hover .box-details{
    background-color: rgba(255,255,255,0.8);
}
.offers-slider .box-item .box-details .box-title,
.box-item-grid .box-item .box-details .box-title{
    font-size: 40px;
    color: #444;
    line-height: 45px;
}
.offers-slider .box-item .box-details .box-button,
.box-item-grid .box-item .box-details .box-button{
    font-size: 50px;
    color: #e80022;
    background-color: transparent;
    padding: 0;
    line-height: 40px;
}
.offers-slider .box-item .box-details .box-button span,
.box-item-grid .box-item .box-details .box-button span{
    font-size: 35px;
}
.offers-slider .box-item .box-details .box-button .txt-mini,
.box-item-grid .box-item .box-details .box-button .txt-mini{
    font-size: 20px;
    color: #444;
    line-height: 22px;
}
.box-slider.offers-slider .owl-nav > div,
.box-item-grid .owl-nav > div{
    color: #444;
}

@media(min-width: 992px){
    .box-slider .owl-nav{
        opacity: 0
    }
    .box-slider:hover .owl-nav{
        opacity: 1
    }
}

@media(max-width: 991px){
    .box-item .box-link{
        height: 190px;
    }
    .offers-slider .box-item .box-details .box-title,
    .box-item-grid .box-item .box-details .box-title{
        font-size: 30px;
    }
    .offers-slider .box-item .box-details .box-button,
    .box-item-grid .box-item .box-details .box-button{
        font-size: 35px;
    }
    .offers-slider .box-item .box-details .box-button span,
    .box-item-grid .box-item .box-details .box-button span{
        font-size: 25px;
    }
    .offers-slider .box-item .box-details .box-button .txt-mini,
    .box-item-grid .box-item .box-details .box-button .txt-mini{
        font-size: 14px;
    }
}

.glyphicon-search:before {
    font-size: 18px;
}
.glyphicon-search {
    top: 2px !important;
}

.nav-search-icon{
    margin-right: 0 !important;
}


.nav-search-field form .input-group{
    height: 20px;
}
.nav-search-field form .input-group input.form-control{
    height: 100%;
}


.modal-gall-testi {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal-content-gall-testi {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close-gall-testi {
    color: #13a1c5;
    float: right;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 25%;
    transform: translate(-100%, -80px);
    transition: all 0.2s ease-in;
}

.close-gall-testi:hover,
.close-gall-testi:focus {
    color: rgb(196, 196, 196);
    text-decoration: none;
    cursor: pointer;
}

.gallery-images-gall-testi {
    display: grid; /* Use grid layout */
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 10px; /* Space between images */
}

.gallery-images-gall-testi img {
    width: 100%; /* Responsive images */
    height: 230px; /* Maintain aspect ratio */
    border-radius: 5px; /* Optional: Add border radius for rounded corners */
}

/* Ensure modal content adjusts to screen size */
.modal-content-gall-testi {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Width of the modal */
    max-width: 800px; /* Optional: Set a max width */
    min-height: 250px;
}

/* Media query for responsiveness on smaller screens */
@media (max-width: 768px) {
    .gallery-images-gall-testi {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
    }
}

@media (max-width: 480px) {
    .gallery-images-gall-testi {
        grid-template-columns: 1fr; /* 1 column on extra small screens */
    }
}



.testi-test-image{
    height: 220px;
    width: 200px;
}

.testi-test-image img{
    width: 100%;
    object-fit: fill;
}

.owl-carousel .owl-item .testi-test-image img {
    display: block;
    width: 100%;
}

.testi-space{
    margin-top: 20px;
    width: 100%;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .testi-space{
        margin-top: 30px;
        width: 100%;
        margin-bottom: 23px !important;
    }
}

.pack-featured-image .section-overlay a .comma-separated-list{
    white-space: nowrap; /* Prevent wrapping of individual list items */
    margin-right: 5px;   /* Space between items */
     display: inline-block;
     max-width: 100%; 
}

.destination-list-container {
    display: inline-block;  /* Keep items in one line */
    max-width: 100%;       /* Ensure it takes up the full available space */
    white-space: nowrap;    /* Prevent wrapping of text */
    overflow: hidden;       /* Hide any content that overflows */
    text-overflow: ellipsis; /* Show ellipsis when text overflows */
    position: relative;     /* Position the "more" link */
    padding-right: 5px;
    color: white;
}

.more-text {
    font-weight: bold;
    color: #007bff;
    cursor: pointer;
    display: none;             /* Hide 'more' text initially */
}

/* Show the 'more' text when the container overflows */
.destination-list-container.truncated .more-text {
    display: inline;           /* Show 'more' link */
}
.package-price-starting-from-single,
.package-price-starting-from{
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: 500; 
    color: #b14e4e; 
}

.package-price-starting-from-single{
    font-size: 16px;
    font-weight: 500; 
    color: #999;
}

.package-price-condition-apply{
    font-size: 11px;
    color: #a8a7a7;
}











