﻿.home-banner .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-baner-container:before {
    opacity: 0.5; 
}

.single-packge-wrap .package-content-detail .package-include-full-row ul li {
    width: 100%;
}

.gallery-container {
    margin-bottom: 50px;
}

.icon-box-content {
    min-height: 135px;
}

.success-notify {
    background-color: #3A78C9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px;
    color: #ffffff;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 60px;
}

.success-notify .success-icon i {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #ffffff;
    line-height: 80px;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 32px;
}

.success-notify .success-content {
    margin-left: 20px;
}

.success-notify .success-content h3 {
    margin-bottom: 5px;
    color: #ffffff;
}

.success-notify .success-content p {
    margin-bottom: 0;
}

.site-footer .top-footer {
    padding-bottom: 30px;
}

.contact-from-wrap .contact-from h4 {
    color: #ffffff;
}

.home-trip-search .sub-title {
    color: #ffffff;
}

.home-gallery {
    margin-top: 110px;
    margin-bottom: 110px;    
}

.packages-navigation {
    padding-bottom: 35px;    
}

.packages-navigation .nav-item {
    margin-bottom: 3px;
}

.site-header {
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

.navigation-container ul > li > a {
    font-weight: 600;
}

.contact-map-container {
}

.contact-map-widget {
    width: 100% !important;
    height: 375px !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    overflow: hidden !important;
}

.package-map-container {
}

.package-map-widget {
    width: 100% !important;
    height: 320px !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    overflow: hidden !important;
}

.fancybox-slide--html .fancybox-content {
    padding: 0;
    width: 75%;
    background-color: transparent !important;
}

.fancybox-slide--html .cll iframe {
    background-color: transparent !important;
}

.fancybox-content {
    overflow: hidden;
}

.text-justify {
    text-align: justify !important;
}

.destination-item {
    cursor: pointer;
}

.destination-content {
    cursor: default;
}

.package-price .price-list .discount {
    font-size: 28px !important;
}