/*default css*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.display-hide-lg {
    display: none !important;
}

.display-show-lg {
    display: block !important;
}

/*loader css*/
#page_loader {
    width: 100% !important;
    height: 100%;
    position: fixed;
    z-index: 9999 !important;
    background-color: #b21f2d;

}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}

.title-font {
    font-family: 'Lobster Two', cursive !important;
}

.title-color {
    color: #ffffff !important;
}

.nopad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.small-font {
    font-size: 12px !important;
}

.navbar_title_font {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}

.title-shadow {
    text-shadow: 2px 2px 2px rgba(66, 66, 66, 1);
}

.btn-search {
    background-color: rgba(1, 46, 111, 0.78);
    color: #ffffff;
    width: 100% !important;
    cursor: pointer !important;
    border-radius: 0% !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.btn-search-border {
    background-color: #64c2e9;
    color: #ffffff;
    width: 100% !important;
    cursor: pointer !important;
    border-radius: 0% !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.small-btn {
    padding: 5px 8px 5px 8px;
    background-color: rgba(1, 46, 111, 0.78);
    color: #ffffff;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 20px;

}

.btn-search-border:hover {
    background-color: rgba(255, 255, 255, 0.78);
    color: rgba(1, 46, 111, 0.9);
    width: 100% !important;
    cursor: pointer !important;
    border-radius: 0% !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.btn-rounded {
    background-color: rgba(1, 46, 111, 0.78);
    color: #ffffff;
    cursor: pointer !important;
    border-radius: 0% !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.btn-rounded:hover {
    background-color: rgba(1, 46, 111, 0.78);
    color: #ffffff;
    cursor: pointer !important;
    border-radius: 0% !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.btn-box {
    background-color: rgba(1, 46, 111, 0.78);
    color: #ffffff;
    cursor: pointer !important;
    border-radius: 0% !important;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.19);
    padding: 3px 10px 3px 10px !important;
    font-size: 13px;

}

.btn-box:hover {
    background-color: rgba(111, 65, 5, 0.78);
    color: #ffffff;
    cursor: pointer !important;
    border-radius: 0% !important;

}

.btn-rounded2 {
    background-color: rgba(178, 115, 14, 0.78);
    color: #ffffff;
    cursor: pointer !important;
    border-radius: 0% !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 0;
}

.btn-rounded2:hover {
    background-color: rgba(178, 115, 14, 0.78);
    color: #ffffff;
    cursor: pointer !important;
    border-radius: 0% !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.form-style-theme {
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    height: 40px !important;
    font-size: 15px;

}

.form-style-theme1 {
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    height: 50px !important;
    font-size: 15px;

}

textarea.form-style-theme1 {
    height: 100px !important;
}

.form-style-theme:focus, .form-style-theme1:focus {
    border: 0.5px solid rgba(1, 46, 111, 0.78) !important;
    box-shadow: none !important;
}

.img-animate-theme {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale-destination 10s infinite;
    animation: bg-scale-destination 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-size: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

.effect2 {
    position: relative;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.checkbox-style {
    height: 40px;
    border: 0.5px solid #cccccc;
    width: 40px !important;
    padding: 6px;
    cursor: pointer;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;

}

.checkbox-style img {
    display: none;
}

.checkbox-style.selected img {
    display: block;
}

.checkbox-style-parent p {
    margin: 0;
}

.radio-style {
    height: 40px;
    border: 0.5px solid #cccccc;
    width: 40px !important;
    padding: 6px;
    cursor: pointer;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;

}

.radio-style img {
    display: none;
}

.radio-style.selected img {
    display: block;
}

.radio-style-parent p {
    margin: 0;
}

/*common keyframe */

@-webkit-keyframes bg-scale {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);

    }
    100% {
        -webkit-transform: scale(1.07, 1.07);
        transform: scale(1.07, 1.07);

    }

}

@keyframes bg-scale {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.07, 1.07);
        transform: scale(1.07, 1.07);
    }

}

@-webkit-keyframes bg-scale-destination {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);

    }
    100% {
        -webkit-transform: scale(1.06, 1.06);
        transform: scale(1.06, 1.06);

    }

}

@keyframes bg-scale-destination {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.06, 1.06);
        transform: scale(1.06, 1.06);
    }

}

/*default css*/
/*********************************************************/
/*********************************************************/
/*index header css*/
.header {
    position: relative;
    background-size: cover;
    overflow: hidden;
    height: 100vh;

}

.header-backgorund {
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.overall-transparent-header {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 1000;

}

.header-background-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.header-background-img.slick-slide {
    height: 100vh !important;

}

.header-menu {
    position: absolute;
    border-top: 5px solid #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001 !important;

}

.left-logo-header {
    background-color: #ffffff;
    padding: 10px;
    padding-left: 20px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.left-logo-header img {
    width: 80%;
}

.header-nav-bar {
    padding-top: 24px;
    padding-bottom: 10px;
    z-index: 1002 !important;
}

ul.navbar-nav li a {
    color: #ffffff !important;
    font-size: 12px !important;
}

/*ul.navbar-nav li {*/
/*margin-right: 10px;*/
/*padding: 2px 5px 2px 5px;*/
/*}*/

ul.navbar-nav li a {
    padding: 5px 15px 5px 15px !important;
    font-size: 14px !important;
}

ul.navbar-nav li a:hover {

    background-color: rgba(255, 255, 255, 0.82);
    position: relative;
    padding: 5px 10px 5px 10px;
    z-index: 1001;
    color: #012E6F !important;
}

ul.navbar-nav li a.nav-link.active {

    background-color: rgba(255, 255, 255, 0.82);
    position: relative;
    padding: 5px 10px 5px 10px;
    z-index: 1001;
    color: #012E6F !important;
}

ul.navbar-nav .dropdown .dropdown-menu a {
    color: #000000 !important;
}

.header-menu-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 2px;
    z-index: 1000;
}

.header-menu-bottom2 {
    position: absolute;
    bottom: 45%;
    right: -50%;
    transition: 1s;
    width: 25%;

    background-color: #ffffff;
    z-index: 1001;
    padding: 10px;
    box-shadow: 0 0 20px 5px rgba(11, 46, 19, 0.31);
}

.pad-content {
    padding-top: 20px;
    text-align: left;
    padding-bottom: 15px;
}

.pad-content h6{
    font-size: 14px !important;
}

.header-menu-bottom2 a {
    color: #000000;
    text-decoration: none;
}

.header-menu-bottom h1 {
    font-size: 50px;
}

.header-menu-bottom span {
    font-size: 14px;
}

.scroll-arrow {
    padding: 10px;
    z-index: 1000;
}

.scroll-arrow a {
    font-size: 13px;
    color: #ffffff;
    padding: 2px;
    font-weight: bold;

}

.header-dropdown-menu {
    background-color: #05a9dc;
    border: none;
    color: #ffffff !important;
    padding: 10px 8px 10px 8px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;


}

.header-dropdown-menu .dropdown-submenu ul.dropdown-menu {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    max-height: 400px;
    overflow-y: scroll;
    z-index: 2001 !important;

}

.header-dropdown-menu .dropdown-submenu ul.dropdown-menu li a {
    color: #0b2e13 !important;
}

.header-dropdown-menu .dropdown-submenu ul.dropdown-menu li a:hover {
    color: #FFFFFF !important;
    background-color: transparent;
    text-decoration: none;

}

.header-dropdown-menu .dropdown-submenu ul.dropdown-menu li:hover {
    background-color: rgba(31, 77, 111, 0.59);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

ul.navbar-nav .dropdown .dropdown-menu a {
    color: #ffffff !important;
}

ul.navbar-nav .dropdown .dropdown-menu a:hover {
    background-color: #f6f6f6;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #4d4d4d !important;
}

/*index header end css*/

/*inner header styart here*/
.inner-header {
    background-color: #012E6F;
    -webkit-box-shadow: 2px 20px 5px -16px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 20px 5px -16px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 20px 5px -16px rgba(0, 0, 0, 0.13);
    position: fixed;
    top: 0;
    z-index: 1001;
}

.left-logo-header1 {
    background-color: #ffffff;
    padding: 10px;
    padding-left: 20px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    /*background-color: #0b2e13;*/
}

.left-logo-header1 img {
    width: 80%;
    position: relative;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.header-nav-bar1 {
    padding-top: 24px;
    padding-bottom: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.left-logo-header1 img.shrink {
    width: 60%;
    left: 1em;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.header-nav-bar1.shrink {
    padding-top: 13px;
    padding-bottom: 8px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.header-nav-bar1 ul.navbar-nav li a.shrink {

    font-size: 12px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.header-nav-bar1 ul.navbar-nav {
    position: relative;
    left: -0em;
    top: 0.1em;

}

.header-nav-bar1 ul.navbar-nav li a {
    color: #ffffff !important;
    font-size: 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

/*.header-nav-bar1 ul.navbar-nav li {*/
/*margin-right: 10px;*/
/*}*/

.header-menu1 {
    position: relative;
    border-top: 5px solid #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);

}

/******************************************************/
/******************************************************/

/*top destination css start here*/

.destination-container {
    overflow: hidden;
    position: relative;
}

.destination-transparent {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;

}

.destination-holder {
    width: 108%;
    position: relative;
}

.destination-inner-trasparent {
    position: absolute;
    background-color: rgba(11, 46, 19, 0.13);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.destination-inner-trasparent:hover {
    position: absolute;
    background-color: rgba(1, 46, 111, 0.53);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;

}

.destination {

    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    color: white;
    height: 100vh;
    position: relative;
    padding-right: 40%;
    clip-path: polygon(18% 0%, 100% 0%, 82% 100%, 0% 0%);
    -webkit-clip-path: polygon(18% 0%, 100% 0%, 82% 100%, 0% 100%);
    text-align: right;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 1;
    outline: 1px solid red;

    left: -35%;
    width: 145%;
}

.destination-city1 {

    background-position: right;

}

.destination-city1 p, .destination-city1 h3, .destination-city2 p, .destination-city2 h3,
.destination-city3 p, .destination-city3 h3, .destination-city4 p, .destination-city4 h3 {
    z-index: 1001 !important;
    padding-bottom: 30px;
}

.destination-city2 {

    background-position: center;
    -webkit-transition: 1s;
    transition: width 1s;
}

.destination-city3 {

    background-position: center;
}

.destination-city4 {

    background-position: center;
}

.destination-city1:hover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale-destination 10s infinite;
    animation: bg-scale-destination 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-size: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

.destination-city2:hover {
    background-position: right;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale-destination 10s infinite;
    animation: bg-scale-destination 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-size: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

.destination-city3:hover {
    background-position: left;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale-destination 10s infinite;
    animation: bg-scale-destination 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-size: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

.destination-city4:hover {
    background-position: left;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale-destination 10s infinite;
    animation: bg-scale-destination 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-size: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

/*top destination end here*/

/*******************************************************/
/*******************************************************/

/*special packages start here*/
.special-packages {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recent-packages {
    position: relative;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 40px;
}


.special-package-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale 10s infinite;
    animation: bg-scale 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;

}

.slider {
    width: 100%;

}

.slick-slide {
    margin: 0px 0px;
    outline: none !important;
}

.packages img {
    width: 100%;
    height: 100vh;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;

}

.package-content {
    padding-top: 20px;
}

.package-tranparent {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/*recent packages align start*/
.recent-packages-align{
    width:19% !important;
}
.recent-packages-align .package-main-content img {
    width: 100%;
    height: 150px;
    max-height: 200px;
}


/*recent packages align end*/


.package-main {
    display: inline-block;
    border: 0;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 3.5em;
}

.package-main-content {
    background-color: #ffffff;
    padding: 5px 5px;

    transform: translateY(-2em);
    position: relative;

}

.package-main-content a {
    text-decoration: none;
    color: #4d4d4d;
}

.package-main-content img {
    width: 100%;
    height: 200px;

    max-height: 200px;
}

.package-main-transparent {
    position: absolute;
    background-color: rgba(11, 46, 19, 0.27);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.package-main-transparent-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.package-main-transparent-bottom h5 {
    text-align: right;
    background-color: rgba(255, 255, 255, 0.82);
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 5px 20px 5px 20px;
    position: relative;
    top: -1em;;
}

.package-main-transparent-bottom label {
    width: 100% !important;
    text-align: right;
    opacity: 0;

}

.package-main:hover .package-main-transparent-bottom label, .package-main:hover .package-main-transparent span {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
}

.package-main-transparent-bottom label i {
    font-size: 10px;
    color: #ffffff;
    padding: 0 2px 0 2px;
}

.package-main-transparent span {
    padding: 2px 5px;
    background-color: #122BA8;
    font-size: 10px;
    color: #ffffff;
    opacity: 0;
}

.package-content-lists {
    padding-top: 12px;
    padding-bottom: 8px;

}

.package-content-lists h4 {
    font-size: 20px;
}

.package-content-lists p {
    font-size: 13px;
    text-align: justify;
}

.package-content-lists label {
    display: inline-block;
    margin-top: -25px !important;
}

.package-content-lists label i, .package-content-lists label a {
    color: #012E6F;
}

.slick-track {

}

/*social network*/
/* Resets default styling */

.social-media-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Displays the list-items in a row */

.social-media-icons li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-media-icons li a i {
    font-size: 13px;
    color: #4d4d4d;
}

/*top destination css end here*/

/********************************/
/********************************/

/*tours css start here*/

.tours {

    background-image: url('/images/tours.jpg');
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.tours-transparant {
    position: absolute;
    top: 0;
    bottom: 0;

    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
}

.tours-transparant-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    left: -100%;
    transition: 1s;
    max-height: 100vh;
    display: block;
    overflow-y: scroll;
    border-right: 2px solid #a7a7a7;
    background-image: url("/images/Golf-Shirt-Grey-Seamless-Pattern-For-Website-Background.jpg");
    box-shadow: 10px 0 20px 5px rgba(15, 15, 15, 0.39);
}

.package-list-map {
    position: relative;
    background-color: rgba(1, 46, 111, 0.68);
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0 0 3px 3px rgba(15, 15, 15, 0.18);
}

.package-list-map-view {

}

.package-list-map-view ul {

}

.package-list-map-view ul li {
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    list-style-type: none;
    padding: 10px;
    box-shadow: 0 0 1px 1px rgba(15, 15, 15, 0.18);

}

.package-list-map-view ul li a {
    color: #0b2e13 !important;
    text-decoration: none;

}

.close-btn-map {
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

.close-btn-map span {
    color: rgba(1, 46, 111, 0.68);
}

.tours-title {
    padding: 20px;
}

#chartdiv {
    width: 100%;
    height: 400px;
}

.tours-maps {
    padding: 5px;
}

.tours-maps img {
    width: 58%;
}

/*tours css end here*/

/*******************************************/
/*******************************************/

/*insight-about start here*/
.insight-about {
    position: relative;
    height: 50vh;
    background-image: url('/images/insight.jpg');
    background-position: left;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insight-transparant {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.34);
}

.insight-title p {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;

}

.insight-about-list {
    padding: 10px;
}

.insight-about-list h1 {
    font-size: 65px;
    color: #ffffff;
}

.insight-about-list p {
    color: #ffffff;
}

.insight-abouts-content {
    position: relative;
    padding-top: 0px;
}

/*insight-about end here*/

.inner-footer {
    position: relative;

}

/*testimonials and footer start here*/
.testimonials {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonials-bg {
    background-image: url('/images/footer.jpg');
    background-attachment: fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale-destination 10s infinite;
    animation: bg-scale-destination 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-size: cover;
    -webkit-transition: 1s;
    transition: 1s;
}

.testimonials-trasnparent {
    position: absolute;
    height: 50vh;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
}

.footer-trasnparent {
    position: absolute;
    height: 50vh;
    bottom: 0;
    background-color: rgba(1, 23, 46, 0.7);
    padding-top: 10px;
}

.footer-trasnparent2 {
    position: relative;

    bottom: 0;
    background-color: rgb(56, 56, 56);

}

.testimonials-title {
    padding: 20px;
}

.testimonials-title h2 {
    color: #012E6F;
}

.testimonials-content {
    padding: 5px;
    padding-top: 20px;
}

.testimonials-content img {

    width: 100%;
    height: auto;
    border-radius: 5px;

    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.31);

}

.testimonials-content p {
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
}

.testimonials-content label {
    width: 100%;
    text-align: left;
    color: #0b2e13;
    font-weight: bold;
    padding-right: 30px;
}

/*testimonials and footer end here*/

/*************************************************/
/*************************************************/

/******************************************************!*/

footer {

    color: #ffffff;
}

.footer-left-logo {
    padding: 20px;
}

.footer-left-logo p {
    color: #ffffff;
    font-size: 12px;
    text-align: justify;
    padding-top: 20px;
}

.footer-left-logo a {
    color: #ffffff;
    font-size: 13px;
}

.footer-left-logo ul.specialist {
    padding-top: 20px;
}

.footer-left-logo ul.specialist li {
    list-style-type: none;
    padding: 5px 0 5px 0;
    border-bottom: 0.5px solid #d4d4d4;
}

.footer-left-logo ul.specialist li i {
    float: right;
    color: #ffffff;
    font-size: 10px;
    padding: 10px 0 5px 0;

}

.footer-left-logo ul.specialist li a {
    text-decoration: none;

}

ul.specialist-social {
    margin: 0;
    padding: 0;
}

ul.specialist-social li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

ul.specialist-social li i {
    font-size: 25px;
}

.footer-left-logo ul.support-help {
    padding-top: 20px;
}

.footer-left-logo ul.support-help li {
    list-style-type: none;
    margin-top: 5px;

}

.footer-left-logo address {
    padding-top: 20px;
}

.footer-left-logo address span {
    color: #ffffff;
    font-size: 13px;
}

/*footer end here*/

/***********************************************/
/***********************************************/

/*arrow*/
.bottom-arrow {
    color: #ffffff;
    font-size: 30px !important;
    border: 1px solid #ffffff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 25px;
    right: 20px;
    display: none;
    outline: none !important;
    z-index: 2000;
    background-repeat: no-repeat;
}

/***********************************************/
/***********************************************/
/***********************************************/

/*inner pages css start here*/
.package {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-bottom: 10px solid #ab2067;
    height: 400px;
    margin-top: 6.5em;
}

.package-search-filter {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-bottom: 10px solid #ab2067;

    margin-top: 6.5em;
}

.package-banner {
    width: 100%;
    height: 400px;
    position: relative;

}

.package-banner .img {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 400px;
    right: 0;
    background-position: center;
    background-size: cover;
}

.package-slider .slick-dots {
    bottom: 25px !important;
}

.package-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.package-title-transparent {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.09);

}

.package-title-transparent:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.14);

}

.package-title h1 {
    font-size: 45px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    left: 0;
    right: 0;
    z-index: 30;
}

.rough-bottom-edge {
    background: url('/images/edge-white-rough-bottom-small.png') center bottom;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.rough-bottom-edge-top {
    background: url('/images/edge-white-rough-top-small.png') center bottom;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.package-heading-banner-parent {
    position: relative;
    margin-top: -3.4em;
}

.package-heading-banner {
    background-color: #ab2067;
    padding: 20px;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    position: relative;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    /*filter: 0 8px 6px -6px black;*/

}

/*package banner end here*/

/******************************/
/******************************/
/******************************/

/*package filter start here*/

.package-filter {
    padding: 10px;
    background-color: #f8f8f8;
    position: relative;
    margin-top: -10px;
}

.package-filter-form .btn-align {
    position: relative;
    top: 0.5em;
}

.package-filter-form label {
    font-size: 13px;
    color: #636363 !important;
    font-weight: 600;
}

/*package filter start here*/
/******************************/
/******************************/
/******************************/

/*package content start here*/
.inner-package-content {
    padding: 20px;
    position: relative;
    /*padding-bottom: 20em;*/
    overflow: hidden !important;

}

/*.package-content-bottom-img {*/
/*position: absolute;*/
/*right: 0;*/
/*left: 0;*/
/*bottom: 1px;*/
/*background-image: url('/images/pixels.png');*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*height: 50em;*/

/*-webkit-animation: bg-scale-destination 10s infinite;*/
/*animation: bg-scale-destination 10s infinite;*/
/*animation-direction: alternate;*/
/*-webkit-animation-direction: alternate;*/
/*-webkit-animation-timing-function: ease-out;*/
/*animation-timing-function: ease-out;*/

/*-webkit-transition: 1s;*/
/*transition: 1s;*/

/*}*/

.package-title-header {
    padding: 5px;

}

.package-title-header h4 i.fa {
    font-size: 14px;
}

.package-title-header h4 span {
    font-size: 14px;
}

.right-border {
    border-right: 5px solid #012E6F;
}

.left-border {
    border-left: 5px solid #012E6F;
}

.package-title-header h3 {
    color: #012E6F !important;
}

.package-day-content {
    padding: 5px;

}

.package-day-content h5 {
    font-size: 20px !important;
}

.package-day-content h5 span i {
    font-size: 10px !important;
}

.package-day-content h5 span {
    font-size: 25px !important;
}

.package-food-icon ul {
    float: right !important;

}

.package-food-icon ul li {
    float: left;
    margin-right: 10px;

    list-style-type: none;
    position: relative;
    top: 0.5em;
}

.package-food-icon ul li img {
    height: auto;
}

.package-food-icon ul li p {
    font-size: 12px;
    position: relative;
    top: 0.8em;
}

.package-img {
    height: 200px;
}

.package-content-div img {
    width: 100%;
    border-radius: 5px;
    position: relative;
    height: 200px;

}

.package-para p {
    font-size: 14px;
    text-align: justify;
}

.package-content-div {
    background-color: #ffffff;
    padding: 10px;
    border: 0.5px solid #cccccc;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 20px;

}

.package-content-div:hover {

    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.08);
}

/*package right content*/
.package-item {
    background-color: #ffffff;
    padding: 1px;
    position: relative;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 0.5px solid #cccccc;

}

.border-design-right {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.border-design-left {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
}

.package-item-title {
    position: relative;
    padding: 5px;
    background-color: #AB7011;

}

.package-code-title h3 {
    font-size: 25px !important;
}

.package-item-title h3 {
    font-size: 25px;
}

.fa-color {
    color: #AB7011 !important;
}

.package-item-title-transparent {
    position: absolute;
    background-color: rgba(1, 46, 111, 0.04);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}

.package-includes {
    padding-top: 35px;
}

.package-item h2 {
    font-size: 36px;
    padding-top: 10px;
}

.package-icon {
    padding-top: 10px;
}

.package-title-align {
    padding-top: 10px;
}

.package-item ul {
    padding-left: 2em;

}

.package-tour-excludes ul {
    padding-left: 2em !important;
}

.package-tour-includes ul {
    padding-left: 2em !important;
}

.package-item ul li {
    list-style-type: none;
    font-size: 14px !important;
    margin-top: 6px;

}

.package-item ul li {

}

.package-special-content {
    position: relative;
    background-image: url('/images/ex/tour.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}

.package-special-content-transparent {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.package-map-view {
    width: 100%;
    height: 300px;
    border: 0 !important;
}

.package-highlights-slick .slick-next.slick-arrow {
    z-index: 1000 !important;
}

.package-highlights-slick .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;

    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.example {
    min-height: 0;
    min-width: 0;
}

.package-map {
    position: relative;

}

#map_canvas {
    height: 400px;
}

.scroll-menu {
    position: fixed;
    top: 6em;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.86);
    padding: 8px;
    display: none !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.26);
    -moz-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.24);
    box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.25);

}

.scroll-menu.shrink {
    display: block !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

.scroll-menu-background {

}

/*inner pages css start here*/
.pac {
    position: relative;
    overflow: hidden;

    padding: 10px;
    margin-top: 5em;
}

.pac-banner img {
    width: 100%;
    position: relative;

}

.pac-title-transparent {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.13);

}

.pac-title-transparent:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.31);

}

.pac-title h1 {
    font-size: 45px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    left: 0;
    right: 0;
    z-index: 30;
}

.rough-bottom-edge {
    background: url('/images/edge-white-rough-bottom-small.png') center bottom;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.rough-bottom-edge-top {
    background: url('/images/edge-white-rough-top-small.png') center bottom;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*package banner end here*/

/******************************/
/******************************/
/******************************/

/*package filter start here*/

.pac-filter {
    padding: 10px;
    background-color: #f8f8f8;
    position: relative;
    margin-top: -10px;
}

.pac-filter-form .btn-align {
    position: relative;
    top: 0.5em;
}

.pac-filter-form label {
    font-size: 13px;
    color: #636363 !important;
    font-weight: 600;
}

/*package filter start here*/
/******************************/
/******************************/
/******************************/

/*package content start here*/
.inner-pac-content {
    padding: 20px;
    position: relative;

}

.pac-content-bottom {
    position: relative;
    padding: 10px;
    overflow: hidden;
    padding-bottom: 40px;

}

.pac-content-bottom-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url('/images/pixels.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: bg-scale-destination 10s infinite;
    animation: bg-scale-destination 10s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transition: 1s;
    transition: 1s;

}

.pac-title-header {
    padding: 5px;
    border-left: 5px solid #012E6F;
}

.pac-title-header h3 {
    color: #012E6F !important;
}

.pac-day-content {
    padding: 10px;
}

.pac-day-content h5 span {
    font-size: 32px !important;
}

.pac-img {
    height: 180px;
}

.pac-content-div img {
    width: 100%;
    border-radius: 5px;
    position: relative;
    height: 180px;

}

.pac-para p {
    font-size: 14px;
    text-align: justify;
}

.pac-content-div {
    background-color: #ffffff;
    padding: 10px;
    border: 0.5px solid #cccccc;

}

.pac-content-div:hover {

    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.08);
}

/*package right content*/
.pac-item {
    background-image: url('/images/Golf-Shirt-Grey-Seamless-Pattern-For-Website-Background.jpg');
    padding: 5px;
    position: relative;
    border-radius: 10px;
    /*-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.07);*/
    /*-moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.09);*/
    /*box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.08);*/

}

.pac-item h2 {
    font-size: 36px;
    padding-top: 10px;
}

.pac-icon {
    padding-top: 10px;
}

.pac-title-align {
    padding-top: 10px;
}

.pac-item ul li {
    list-style-type: none;
    font-size: 14px !important;
    margin-top: 4.5px;
}

/*customized-package  style start here*/
.customized-package {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin-top: 1em;

}

.customized-background-fixed {
    position: fixed;
    transition: 1s;
    bottom: 0;
    right: 0;
    z-index: -1001 !important;
    left: -25em;
    overflow: hidden;

}

.customized-background-fixed img {
    width: 50%;
    transition: 1s;
    opacity: 0.1;
    background-position: left;

}

.control-width {
    width: 10%;
    transition: 1s;
}

.control-width-align {
    width: 20%;
    transition: 1s;
}

.customized-package-form {
    padding: 10px;
}

.customized-package-form-heading {
    background-color: rgba(1, 46, 111, 0.82);
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    padding: 2px;
}

.customized-package-form-heading h6 {
    color: #ffffff;
    position: relative;
    top: 0.1em;

}

.customized-package-parent {
    position: relative;
    background-image: url('/images/ex/europe.jpg');
    height: 300px;
    margin-top: 7.9em;
    background-size: cover;
    background-position: center;
}

.customized-package-banner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.22);
    padding-top: 130px;
    padding-bottom: 50px;
}

.customized-package-footer {
    position: relative;
    height: 145px;
}

.customized-package-footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/images/ex/tourist.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
}

/*customized-package  end here*/

/*group-tours page style start here*/
.group-tours {

    border-bottom: 0px solid #ab2067;
}

.group-tours-transparent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.group-tours-transparent h1 {
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px;

}

.group-heading-banner {
    background-color: #e0dedf;
    padding: 10px;

    position: relative;

    /*filter: 0 8px 6px -6px black;*/

}

.group-align {
    position: relative;
    top: 0.3em;
}

.package-tour-days ul li p {
    font-weight: bold;
    color: #b21f2d;
}

h5.size-text span {
    font-size: 25px !important;
}

/*group tours page style end here*/

/*contact us page style start here*/
.conatct-us-parent {
    position: relative;
    margin-top: 4em;
}

.contact-us {
    padding-top: 15px;
    padding-bottom: 10px;
}

.contact-us-banner {
    background-image: url("/images/contact-us.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 160px 0px 120px 0px;
}

.contact-us-banner p {
    color: #ffffff;
    font-size: 17px !important;
}

.contact-us-content {
    padding: 20px 0 20px 0;

}

.contact-us-details p {
    font-size: 14px;
    padding: 7px 0 0px 0;
    text-align: justify;
}

ul.contact-information {
    margin-top: 2.5em;
    padding: 0;
    width: 100% !important;

}

ul.contact-information li {
    margin-top: 20px;
    list-style-type: none;
    text-align: justify;
    font-size: 14px !important;

}

ul.contact-information li span {
    padding: 3px;
    margin-right: 5px;
    color: #835F30;
    font-size: 18px;

}

.contact-form-parent {
    padding-top: 10px;
}

/*contact us ened here*/

/************************************/
/************************************/
/************************************/

/*quick enquiry*/
.floatingWrapper {
    position: relative;
    float: right;
    z-index: 999;
}

.floatingWrapper.shrink {

}

.enrollIc {
    background: url('/images/floating-btn.png') 0px 10px no-repeat;
    width: 140px;
    height: 150px;
    display: block;
    position: fixed;
    top: 42%;
    right: 218px;
    cursor: pointer;
    z-index: 1;
    transition: 1s;

}

.enroll-form {
    position: fixed;
    top: 25%;
    width: 100%;
    max-width: 285px;
    min-height: 200px;
    height: auto;
    background: url('/images/quick_enquiry.png') no-repeat;
    padding: 20px;
    z-index: 9999999;
    right: 0;
    transition: 1s;
    border-radius: 10px;
    background-size: cover;
}

.enrollIc-align {
    right: -40px !important;
    transition: 1s;
}

.enroll-form-align {
    right: -285px !important;
    transition: 1s;
}

.head-title h5 {
    color: #ffffff;
}

.form-pad {
    padding-bottom: 5px;
}

/*quick enquiry end here*/

/*about us start here*/
.about-us-parent {
    position: relative;
    margin-top: 8em;
}

.about-us {
    padding-top: 15px;
}

.about-us-banner {
    background-image: url("/images/about-us.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0px 120px 0px;

}

.about-us-img {
    padding: 10px;
}

.about-us-img img {
    width: 80% !important;
    border-radius: 100px;
}

.about-us-main {
    padding: 10px;
}

.manager-details {
    padding-top: 30px;
}

.about-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-info p {
    text-align: justify;
    line-height: 25px;
}

.about-info ul {
    margin: 0;
    padding: 0;
}

.about-info ul li {
    list-style-type: none;
    margin-top: 5px;

}

.about-theme-img img {
    width: 100%;

}

.about-theme-img {
    padding-top: 150px;
}

/*about us end here*/

/*package modal styl;le start here*/
.package-modal .modal-dialog {
    background-color: #48A6DC !important;
    border-radius: 50px;
}

.package-modal .modal-content {
    background-color: #48A6DC !important;
    border: 2px solid #012c5f;
}

/*theme package tab
*/
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {

    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin-left: 8% !important;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 0px;
    background-color: rgba(230, 230, 230, 0.82);
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    padding: 2px 50px 2px 50px;
    position: relative;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    font-size: 20px !important;
    color: #737373;
    text-decoration: none;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {

}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: rgba(1, 46, 111, 0.82);
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    background-color: rgba(1, 46, 111, 0.82);
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    padding: 2px 50px 2px 50px;
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #ffffff;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: 0px;
    background-color: #fff;
    border: 0;
    border-top: 2px solid rgba(1, 46, 111, 0.82);
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.package-main-theme {
    display: inline-block;
    border: 0;
    width: 100%;
    height: 150px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    top: 3em;
    background-color: #552b28;

}

.package-main-theme:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

/*package theme*/

.image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.image-grid__item {
    display: -webkit-box;
    box-shadow: 0 0 5px 2px rgba(153, 0, 85, 0.2);
    border: 2px solid #ffffff;

    position: relative;
    height: 220px;
    width: 100% !important;

    margin-bottom: 14px;
    -webkit-transition: text-shadow 0.1s ease-in, -webkit-transform 0.14s ease-in;
    transition: text-shadow 0.1s ease-in, -webkit-transform 0.14s ease-in;
    transition: transform 0.14s ease-in, text-shadow 0.1s ease-in;
    transition: transform 0.14s ease-in, text-shadow 0.1s ease-in, -webkit-transform 0.14s ease-in;
}

.image-grid__item:before {
    content: "";
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0.06), 0 8px 20px -2px rgba(0, 0, 0, 0.1), 0 6px 10px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0.06), 0 8px 20px -2px rgba(0, 0, 0, 0.1), 0 6px 10px -6px rgba(0, 0, 0, 0.2);
    -webkit-transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
    opacity: 0;
}

.image-grid__item:hover:before {
    visibility: visible;
    opacity: 1;
}

.image-grid__item a {
    color: #ffffff;
    text-decoration: none;
}

.grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #eeeeee;
    overflow: hidden;
}

.grid-item:hover .grid-item__image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.grid-item:hover .grid-item__hover {
    visibility: visible;
    opacity: 1;
}

.grid-item__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.grid-item__hover {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(rgba(47, 48, 50, 0.59), rgba(47, 48, 50, 0.75));
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
}

.grid-item__name {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(66, 66, 66, 1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: visibility 0.14s ease-out, opacity 0.14s ease-out, -webkit-transform 0.24s ease;
    transition: visibility 0.14s ease-out, opacity 0.14s ease-out, -webkit-transform 0.24s ease;
    transition: visibility 0.14s ease-out, opacity 0.14s ease-out, transform 0.24s ease;
    transition: visibility 0.14s ease-out, opacity 0.14s ease-out, transform 0.24s ease, -webkit-transform 0.24s ease;
    opacity: 1;
}

.grid-item__name p {
    font-size: 20px !important;
}

/*gallery style start here*/
.gallery {
    position: relative;
    margin-top: 4em;
}

.gallery-banner {

    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 80px 0px 0px 0px;

}

.gallery-banner h1 {
    color: rgba(1, 46, 111, 0.82);
    text-shadow: none;
}

.gallery-lists {

    padding-top: 30px;
    padding-bottom: 80px;
}

.item1 {
    grid-area: header;
}

.item2 {
    grid-area: menu;
}

.item3 {
    grid-area: main;
}

.item4 {
    grid-area: right;
}

.item5 {
    grid-area: footer;
}

.grid-container {
    width: 100%;
    height: 1000px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 10px;
    box-sizing: border-box;
}

.gallery-item {

    border: 1px solid rgba(1, 46, 111, 0.82);
    background-size: cover;
    background-position: center;

}

.grid-container.abs .gallery-item {

    opacity: 1;
    /*box-shadow: -11px 11px 5px -7px rgba(0, 0, 0, 0.18);*/
}

@media (min-width: 768px) {
    .abs .gallery-item0 {
        grid-row: 1/3;
        grid-column: 1/3;
    }

    .abs .gallery-item5 {
        grid-row: 1/4;
        grid-column: 4/6;
    }

    .abs .gallery-item6 {
        grid-row: 4/6;
        grid-column: 2/4;
    }

}

/*dropdown*/
.drop-down-shadow {
    width: 95%;
    background-color: #ffffff;
    padding: 10px;
    max-height: 200px;
    z-index: 100 !important;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(31, 31, 31, 0.25);
    margin-top: 5px;
    overflow-y: scroll;
    display: none;
}

.drop-down-shadow ul {

    margin: 0;
    padding: 0;
}

.drop-down-shadow ul li {
    background-color: #f5f5f5;
    list-style-type: none;

}

.drop-down-shadow ul li p {
    padding: 5px;
    font-size: 14px;
}

.found_style {
    font-weight: bold;
    font-size: 15px;
    color: rgba(1, 46, 111, 0.82);
}

.child_found_style {
    font-size: 15px;
    color: rgba(1, 46, 111, 0.82);
}

.drop-down-shadow ul li a {
    color: #4d4d4d;
    text-decoration: none;
}

.drop-down-shadow ul li:hover {
    background-color: #e3e3e3;
}

.child_sub_content {
    font-size: 13px;
}

.package-tour-includes ul li {
    width: 100%;

}

.testimonials-list .slick-dots {
    bottom: 0px !important;
}

.testimonials-list .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;

    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

#chartdiv {
    width: 100%;
    height: 450px;
}

#info {
    opacity: 0.9;
    background: #ccc;
    padding: 10px;
}