/* Minification failed. Returning unminified contents.
(3641,1): run-time error CSS1019: Unexpected token, found '}'
(4365,41): run-time error CSS1046: Expect comma, found '0'
(4365,45): run-time error CSS1046: Expect comma, found '/'
(4366,33): run-time error CSS1046: Expect comma, found '0'
(4366,37): run-time error CSS1046: Expect comma, found '/'
 */
body {
    font-family: 'Nunito', sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

/*=======================================================================
// Main Colours Hex Values
=================================================
*/

.white { color:#fff; } 
.black { color:#303030; }
.grey { color:#AFAFAF; }
.red { color:#ed1c24; } 
.primary-color { color:#0066cc; }
.action-color { color: #FF4F81; }


/*=======================================================================
// General Rules
=========================================================================*/

a:hover { text-decoration: none!important; }

.img-border { border-radius:15px; }

button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover { 
    outline:none !important; 
    box-shadow:none!important;
}

a img,   
a:active,
a:focus, 
a:hover,
a,
a:active, 
a:focus, 
a:hover,
.btn-primary:active, .btn-primary:focus, .btn-primary:active {
    outline:none !important;
    box-shadow:none!important;
}

/* Styling for the curved Home 1 and 2 */

.curve { position: absolute; bottom: -1px;width:100%; }

.curve2 { position: absolute; bottom:-2px;width:100%; }

.curve3 { position: absolute; top: -1px;width:100%; }

/* Section Spacing */

/* Since SVG of curve is 40px of height, section heights may not be equal */

section { position: relative; }

#section2 {
    background-color: #F2F3F9;
    padding-top:80px;
    padding-bottom:120px;
    z-index: 0; 
}

#section3 {
    background-color: #Fff;
    padding-top:40px;
    padding-bottom:40px;
    z-index: 0;
}

#section4 {
    background-color: #F2F3F9;
    padding-bottom: 120px;
    padding-top: 120px; 
}

#section5 { 
    background-color: #Ffffff;
    padding-bottom: 80px;
    padding-top: 80px;
}

#sectionvideo { 
    background-color: #Ffffff;
    padding-bottom: 80px;
    padding-top: 80px;
}

#pagesection {
    background-color: #F2F3F9;
    padding-top:80px;
    padding-bottom:80px;
    z-index: 0;
}

.homeflat #section2 {
    background-color: #F2F3F9;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 0; 
}

.homeflat #section3 { padding: 80px 0 80px 0!important; }

.homeflat #section4 {
    background-color: #F2F3F9;
    padding-bottom: 80px;
    padding-top: 80px; 
}

.homeflat #section5 { 
    background-color: #Ffffff;
    padding-bottom: 80px;
    padding-top: 80px;
}


#aboutsection {
    background-color: #F2F3F9;
    padding-bottom:80px;
    padding-top:120px;
    z-index: 0;
}

#section-masonry {
    background-color: #FFFFFF;
    padding-bottom: 80px;
    padding-top: 0px; 
}

.homeflat .searchform {
    bottom: 9%;
}

#sectioncarousel { padding: 73px 0 10px 0!important; }

#sectioncta { padding: 0px 0 80px 0!important; margin-top: -10px; }


.padding-top { padding-top:40px; }

/*=======================================================================
// Boostrap Overriding style
=========================================================================*/


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
.col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, 
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, 
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 18px;
    padding-left: 18px;
}



.mb-4, .my-4   {
    margin-bottom: 2.2rem!important;
}

.my-4   {
    margin-top: 2.2rem!important;
}


/*=======================================================================
// Typography Styling
=========================================================================*/

.title-center { text-align: center; }

.shadow-text { text-shadow: 1px 2px 3px rgba(0,0,0,0.45); }

.upper{ text-transform: uppercase; }

.front { z-index: 50; }


.light { font-weight:400; }
.regular { font-weight:400; } 
.semibold { font-weight: 600; }
.bold { font-weight: 700; }

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
    font-weight: 600;
}

h1, .h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 40px;
}

h2, .h3 {
    font-weight: 700;
    color: #303030;
    font-size: 30px;
}

h3, .h3 { font-size:26px; }

h4, .h4 { font-size:24px; }

h5, .h5 {
    line-height: 1.45;
    font-weight: 500;
    font-size: 22px;
}

h6, .h6 { 
    font-size: 22px; 
    font-weight: 600;
}

p.subheading { 
    line-height: 1.2;
}

.subtitle {  
    line-height: 1.2;
    font-weight: 600;
}

p {
    line-height: 1.655;
}

li p.white { font-weight: 400; }

p.text-block {
    line-height: 1.655;
}

p.wall-text {
    line-height: 1.655;
}

.tiny {  
    line-height: 1.655;
    font-weight: 400;
    font-size:15px;
    margin-bottom: 0;
}

p span { color:#6f6f6f; }   


/*=======================================================================
// Navbar Menu
=========================================================================*/

/* Navbar effects */

#top { z-index:100; }

.affix {
    padding-top: 0.65em !important;
    padding-bottom: 0.65em !important;
    -webkit-transition:padding 0.2s linear;
    -moz-transition:padding 0.2s linear;  
    -o-transition:padding 0.2s linear;         
    transition:padding 0.2s linear;  
}

.block-transform { background-color: rgba(255, 255, 255, 0.9); }

/* Dropdown Items */

@media (min-width: 992px) {
    .dropdown-menu.columns-2 {
        min-width: 500px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
    }

    .multi-column-dropdown {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

    .open>.dropdown-menu {
        margin-top: initial;
    }
}


@media (min-width:992px) {
    .dropdown:hover>.dropdown-menu {
        display: block!important;   
    }

    .dropdown:hover>.dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration:.3s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }
}

.dropdown-item {
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: transparent;
        color: #00baf3;
    }

.fa-phone { font-size: 18px;
    opacity: 0.6;
 }

.fa-envelope { opacity: 0.6; }

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 -5px 10px -5px  rgba(50,50,50,0.45);
    z-index: 30;
}

.dropdown-toggle:after {
    border: none;

}

.dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 24px;
    box-sizing: border-box;
    border-color: transparent transparent transparent transparent;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.2);
    border: 0.5em solid #ffffff;
    z-index: 0;
}

.dropdown:hover>.dropdown-menu.fade {            
    display:block;
    opacity: 1;
}
 
 /* Sidebar with contact information  (Only for large and extra-large devices) */ 

.sidebartop {z-index: 50;}

.mini-submenu {
    display:inline-block;  
    background-color: transparent;  
    padding: 9px;
}

.mini-submenu:hover {
    cursor: pointer;
}

.mini-submenu .icon-bar2 {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 20px;
    margin-top: 3px;
    text-align: right;
}

.mini-submenu .icon-bar2:nth-child(2) {
    width: 16.2px;
    transform: translatex(4px);
}

    .mini-submenu .icon-bar2 {
        background-color: #00baf3;
    }

#slide-submenu {
    background: rgba(0, 186, 243, 0.45);
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
    z-index: 40;
    position: absolute;
    left: 0px;
    top: 0px;
}

.list-group {
    display: none;
    width: 350px;
    height: 100%;
    display: none;
    overflow: hidden;
    background: #012b72;
    border-color: transparent;
    border: none;
    position: fixed;
    right: 0px;
    top: 0px;
}

ul { list-style-type: none; }


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #012b72;
    border-color: transparent;
    opacity: 0.95;
}

.list-group-item {
    background: #012b72;
    opacity: 0.95;
    border-color: transparent;
    color: #fff;
}

.list-group-item .fa-envelope, .list-group-item .fa-users {margin-right:3px;}

nav h5 i { font-size: 18px;opacity: 0.8; }

.sidebar a:hover { color:#fff; }

.sidebar  {
    line-height: 1.655;
    font-weight: 600;
    font-size: 13.5px;
    color: #fff;
}

.fa-facebook-f { background-color:#3A589E; } 
.fa-twitter { background-color:#00aced; }
.fa-youtube { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }

.tour-wrapper .fa-facebook-f, .tour-wrapper .fa-twitter, .tour-wrapper .fa-youtube {
    background: none;
    color: #303030;
}

nav .fa-facebook-f, nav .fa-twitter, nav .fa-youtube {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: auto 3px;
    width: 35px;
    font-size: 16.2px;
    text-align: center;
    font-weight: normal;
}

  /* Navbar toggler for tablets and small devices */
  
@media (max-width:992px) {

    #navbarSupportedContent {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 250px;
        height: 100%;
        background: #012b72;
        border-radius: 0px;
    }

    .dropdown-menu {
        border-radius: 0px;
        background-color: transparent;
    } 
}

.blur-body >:not(#wrapper-navbar) {
    filter: blur(3px);
}
  
.dropdown-menu-right .dropdown-item { text-align: left;}

.navbar-light .navbar-nav .nav-link {
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #00baf3;
    }

.navbar { z-index: 25; }

.navbar-toggler {
    background-color: #00baf3;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    opacity: 0.8;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
  
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 16.2px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}
.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler { transition: all .4s ease-out; }

.navbar-toggler[aria-expanded="true"] { transform: translateX(-245px);}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #00baf3;
    opacity: 0.8;
    float: right;
    margin-top: 3px;
}   

.dropdown-toggle[aria-expanded="true"]:after {
    transform: translate(10px,3px)rotate(90deg);}
  
.dropdown-toggle:after {
    transition: 0.3s;
}

.navbar-toggle {
    outline: none!important;
}



@media (max-width:1000px){
    ul.navbar-nav { 
        text-align: left;
    }
}

@media (max-width:900px){
    .lastitem {margin-right: 10%;}
}

/* hero section home */
.chapter {
    position: relative;
    height: 93vh;
    z-index: 1;
}

#chapter1{
    background-repeat: no-repeat;
    background-size:cover;

    background-position: center center;
    position: relative;
    overflow:hidden;
    background-image: url(/Content/Travel/assets/images/adventure-beach.jpg); 

}



#chapter1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 350px;
    bottom: 0;
    background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0));
    opacity: .6;
}
    
@media (max-width:405px) {
    .form-bottom {position: absolute;
        bottom: 45%; 
        left: 0; 
        right: 0; 
        margin-left: auto; 
        margin-right: auto;
    }
        
}   

@media (min-width:405px){
    .form-bottom {
        position: absolute;
        bottom: 25%; 
        left: 0; 
        right: 0; 
        margin-left: auto; 
        margin-right: auto; 
    }
}


/* Search Form */

.form-inline {text-align: center;}

.searchform {
    position: absolute;
    bottom: 15%; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}
       
.svg-offset { margin-top: -80px; z-index:0; }

.svg-offset2 { margin-top: -80px; z-index:0; }

#section2 .btn-primary, .btn-primary {
    border-radius: 0;
    background-color: #012b72;
    color: #fff;
    border: none;
    font-size: 16.2px;
    font-weight: 700;
    text-transform: uppercase;
}

    #section2 .btn-primary:hover, .btn-primary:active, .btn-primary:hover {
        background-color: #00baf3;
    }

.form-control { border-radius: 0; }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: 0 3px 3px rgba(50,50,50,0.20);
    outline:none !important;    border: none!important;
}


@media (min-width:790px) {
    .form-inline  .form-control-inline2 {
        width: 22%;
    }
    .form-inline .form-control-inline3 {
        width: 22%;
    }
    .form-inline  .iconform {
        opacity: 0.5;
        line-height: 1;
        color: #828282;
        position: relative;
        top: -4px;
        right: 45px;
    }
}

@media (max-width:789px) {
    .form-inline .form-control-inline2 {
        display:block;
    width:100% 
    }

    .form-inline  .form-control-inline3 {
        display:block;
        width:100% 
    }

    .form-inline  .iconform {
        opacity: 0.5;
        line-height: 1;
        color: #828282;
        position: relative;
        top: -35px;
        left: 34%;
    }

}

.form-inline .form-control-inline2 {
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 15px;
    font-size:15px;
    font-weight: 300;
    color:#828282;
    outline:none !important;   
    border: none!important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.form-control { 
    font-size:15px;
    font-weight: 300;
    color:#828282;
    outline:none !important;    
    border: none!important;
}

.form-control-inline2 option { padding:5px;}

/* Buttons */ 

.btn-outline-light { 
    font-size:16.2px;
    font-weight: 700;
}

.btn-outline-light:hover { background-color: #fff; }

.btn-primary.btn-sm {
    border-radius: 15px;
    background-color: #ed1c24;
    color: #fff;
    border: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.btn-outline-primary.btn-sm {
    border-radius: 15px;
    background-color: transparent;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

    .btn-outline-primary.btn-sm:hover {
        color: #fff;
        background-color: #ed1c24;
    }


.btn-outline-default.btn-sm {
    border-radius: 15px;
    background-color: transparent;
    color: #464646;
    border: 1px solid #d7d7d7;
    font-size: 11px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: .5px;
}

    .btn-outline-default.btn-sm:hover {
        color: #fff;
        background-color: #ed1c24;
    }

.btn-outline-danger {
    border: 1px solid #ed1c24;
    color: #ed1c24;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 700;
}

    .btn-outline-danger:hover {
        background-color: #ed1c24;
        color: #fff;
        border-radius: 15px;
    }

.btn-outline-danger:active, .btn-outline-danger:focus {
    outline: none!important;
    box-shadow:none!important;
}

/* index-2.html styles: This styles are for home2 only */

.toggleCaption, .toggleButton {
    animation-delay: .7s;
}

.formhome2 {
    background-color: #F2F3F9; 
    border-radius: 15px;
    box-shadow: 0 5px 38px rgba(0, 0, 0, 0.14);
}

.videohome2 {
    background-color: #F2F3F9;
    background-image: url(/Content/Travel/assets/images/beaching.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.videohome2.container {max-width: 100%;}

.block-transform {
    background-color: rgba(255, 255, 255, 0.9); 
    border-radius: 15px;
}

/* Why Travel with Us Section */

.worldclass { width:90px; }
.lovetravel { width:120px; }
.parisicon { width:60px; }

.carousel { position: relative;}

.svgplane { position: absolute; bottom: -1px;width:100%; }

/* Masonry Destinations */

.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}	

.gal img { width:100%; }

.gal .masonry-full { margin: 0px 0px 0px 0px;}

@media (max-width: 768px) {
    .gal {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
	}
	
}
    
.masonry-item:before {
    content: '';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.2);
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.masonry-item { 
    position: relative; 
}

.masonry-info {
    position:absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
}

.masonry-item:after {
    content: '';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.4);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.masonry-item:hover:after {
    opacity: 1;
}

@media (min-width:900px){

    .masonry-item a {display:none;}

    .masonry-item:hover a { 
        display: inline-block; 
        animation: showNav 250ms ease-in-out both;
    }
}

.btn-outline-light { border-radius: 15px; }

/* End section home2.html */

/*=======================================================================
// Destination Gallery
=========================================================================*/

.svg-front { position: relative;z-index:10; }
.svg-back { position: absolute;bottom:70%;right:38%;z-index:0; }

.separator {
    width: 150px;
    height: 3px;
    display: inline-block;
    background-color: #012b72;
    content: "";
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 2px;
    text-align: left;
}

.card-image-holder {
    border-radius: 15px;
    background-clip: padding-box;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
    height:290px;
    position: relative;
}
.card-image-holder img{
    border-radius: 15px;
    object-fit: cover;
    font-family: 'object-fit: cover;';  
}

.card-image-holder:hover {
    -webkit-transform: scale(1.016);
    -moz-transform: scale(1.016);
    transform: scale(1.016);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95);
    transition: transform .5s cubic-bezier(.6,.23,.32,.95);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
   
.complete-image:hover {
    -webkit-transform: scale(1.016);
    -moz-transform: scale(1.016);
    transform: scale(1.016);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95);
    transition: transform .5s cubic-bezier(.6,.23,.32,.95);
}

h6.black { font-weight: 700; }

h6.primary-color { font-weight: 700; }


/*=======================================================================
// Tour Cards Styling
=========================================================================*/


.tourcard { width:160px; }

.card {
    display: block;
    line-height: 1.42857143;
    background-color: #Fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
    border: none;
    border-radius: 15px;
}


.container-fluid .card h6 {font-size:22px;  font-weight: 700; }


.card:hover {
    -webkit-transform: scale(1.016);
    -moz-transform: scale(1.016);
    transform: scale(1.016);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.6,.23,.32,.95);
    transition: transform .5s cubic-bezier(.6,.23,.32,.95);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.img-card { 
    width: 100%;
    height:200px;
    display:block;
    overflow: hidden;
}

.img-card img {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 200px;
    object-fit:cover; 
    font-family: 'object-fit: cover;';     
} 

.card-content { padding:15px; }

.tours-homepage .card-content h6.black { margin-top:15px; }


.card-content .tiny.white {   
    font-size:14px;
}


.card-title {  margin-top:0px; }

.card-title a {
    font-weight: 700;
    color: #303030!important;
    text-decoration: none !important;
}

h6 a { color: #303030!important; }

.card-read-more {
    border-top: 1px solid #D4D4D4;
}
.card-read-more a {
    text-decoration: none !important;
    padding:10px;
}

.review-card .tiny {font-size:13px;}

.card-content p { margin-bottom:5px; }

.special-offer {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 45%;
    left: 39px;
}

.arrow_box {
    position: relative;
    background: #eec502;
    height: 55px;
    width: 65px;
    animation: float 3s ease-in-out infinite;
    border-radius: 10px;
}

.arrow_box .subtitle {
    position:absolute; 
    transform: translate(-50%, -50%);
    top:48%;
    left:50%;
}

    .arrow_box:after {
        top: 99%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #eec502;
        border-width: 10px;
        margin-left: -10px;
    }

/*=======================================================================
// Testimonial Carousel
=========================================================================*/

.quotesicon {width:150px;}

.carousel-home2 .carousel-item img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    font-family: 'object-fit: cover;';     

}

.svgcenter {
    margin-left:auto; 
    margin-right:auto; 
    display:block; 
}




/*=======================================================================
// Call To Action Boxes Styling
=========================================================================*/

.lightbox { display: none; }

.bs-calltoaction {
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    border-radius: 15px;
}

.bs-calltoaction > .row {
    display:table;
    width: calc(100% + 30px);
}
    
.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
    float:none;
    display:table-cell;
    vertical-align:middle;
}

.cta-contents {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-title {
    margin: 0 auto 15px;
    padding: 0;
}

.cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 750px) {
    .bs-calltoaction > .row {
        display:block;
        width: auto;
    }

    .bs-calltoaction > .row > [class^="col-"],
    .bs-calltoaction > .row > [class*=" col-"] {
        float:none;
        display:block;
        vertical-align:middle;
        position: relative;
    }

    .cta-contents {
        text-align: center;
    }
}

.bs-calltoaction.bs-calltoaction-default {
    background-color: rgba(155,81,224,0.9);
    border-color: rgba(155,81,224,0.9);
}

#section3 .white-cta {
    background-color: #F2F3F9;
    border-color: #F2F3F9;
}


#section3 .red-cta, #section5 .red-cta {
    background-color: #FF4F81;
    border-color: #FF4F81;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn {
    border-color:#fff;
}

.cta-button  .btn-primary:hover { background-color: #fff;color:#FF4F81; }

.cta-button-2  .btn-primary { color: #fff;background-color:#9B51E0; }

.cta-button-2  .btn-primary:hover { background-color: #fff;color:#9B51E0; }

/*=======================================================================
// Video Pop Up
=========================================================================*/

.video-call {
    position: relative;
    border-radius: 15px;
}


.play-center {
    margin: 0 auto;
    position: absolute; 
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.fa-play-circle {    
    color: #fff;
    opacity: .9;
}

a .fa-play-circle {transition: all .5s cubic-bezier(.6,.23,.32,.95); }

a:hover .fa-play-circle{
    transform: scale(1.1);
} 

.video-responsive iframe {
    height:300px;
    width:100%;
}


/*=======================================================================
// Footer
=========================================================================*/
.search-button .form-control {
    border: 1px solid #d0d0d0!important;
}

.search-button .fa-search { color:#d0d0d0 ; }
.search-button:hover .fa-search { color:#fff; }


.searc-button .btn {
    background-color: #d0d0d0;
    border-radius: 15px;
}

.btn-outline-secondary{  
    border: 1px solid #d0d0d0;
    border-radius: 15px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}
  
#footer {
    padding: 60px 0;
}

#footer .section-title {
    text-align: center;
    margin-bottom: 50px;
}
#footer {
    background: #012b72;
}

    #footer .h5 {
        color: #ffffff;
        margin-bottom: 0;
    }

    #footer .h6 {
        text-transform: uppercase;
        color: #00baf3;
    }

    #footer a {
        color: #bfcadc;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

/* Social Links */ 
#footer ul.social li {
	padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

ul.social li a i { font-size: 21px; }

#footer ul.social li a i {
    border-radius: 30px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 3px;
    width: 45px;
    font-size: 21px;
    text-align: center;
}

#footer .fas {
    opacity: .8;
    color: #00baf3;
}

#footer .fa-instagram { font-size: 25px!important; }

#footer h5 i { font-size: 18px; }

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #bfcadc;
}

#footer ul.social li a:hover {
	color:#eeeeee;
}

#footer ul.quick-links li {
	padding: 9px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.quick-links li:hover a{
	color: #fff;
}

#footer ul.quick-links li a i {
	margin-right: 5px;
}

.list-unstyled.quick-links .h5 {
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
}
/* Go Up button */

.go-up h4 { line-height: .9; }

@media (min-width: 1300px) {
    #footer .rectangle-right {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        background: #00baf3;
        z-index: 5;
        overflow: hidden;
    }
    .go-up {
        content: '';
        position: absolute;
        right: 10%;
        top: 40%;
        z-index: 5;
        overflow: hidden;
        color: #fff !important;
    }

    .block-transform {transform: translateX(-140px);}

}

 
@media (max-width: 1299px){
    #footer .rectangle-right {
        content: '';
        position: absolute;
        right: 0;
        top: -115px;
        height: 115px;
        width: 100%;
        background: #00baf3;
        z-index: 5;
        overflow: hidden;
    }

    #footer { margin-top:80px; }

    .go-up {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        overflow: hidden;
        color: #fff !important; 
    }

    .map-fullwidth { transform: translateY(-30px); }

    #footer .rectangle-right.white {background-color: #ffffff;}

}


.go-up h4 { line-height: .9;}

.go-up .h6, .go-up .fas {
    color: #fff !important;
    opacity: 1;
}

.fa-arrow-up { font-size: 42px; transition: all .5s cubic-bezier(.6,.23,.32,.95); }

a:hover .fa-arrow-up { transform: scale(1.13);}

.letters-up {transition: all .5s cubic-bezier(.6,.23,.32,.95); }

a:hover  .letters-up { transform: scale(1.13);}
 

@media (max-width:767px){
	#footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

#footer .footer-bottom {
    margin-top: 0;
    margin-bottom: -30px;
}

#footer li a{  
    line-height: 1.3;
    color: #303030;
}

.separatorfullwidth {
    width: 100%;
    height: 0px;
    display: inline-block;
    border: 1px dashed #1b4180;
    content: "";
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    text-align: left;
}
/* end of footer and main page */


/* Pages styles */

/* Tour search */ 

.page-title {
    position: relative;
    height: 450px;
    z-index: 1;
    background-image: url(/Content/Travel/assets/images/search.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    position: relative;
    overflow:hidden;
}

.center-text {
    transform: translate(-50%, -50%);
    top:57%;
    left:50%;
    position: absolute;
    width: 85%;
}

.form-container {
    background-color: #ffbc00;
    border-radius: 15px;
}

    .form-container h4, .form-container .h4 {
        border-bottom: 1px solid #f1f1f1;
    }

@media (min-width: 1200px){
    .container-fluid {
        max-width: 1300px;
    }
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff!important;
    border: none;
    border-radius: 0;
    opacity:0.5;
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}


/* Jquery UI Elements */

#amount { 
    border:none; 
    color:#9B51E0; 
    font-weight:bold;
    background-color:#F2F3F9;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, html #ui-datepicker-div .ui-button.ui-state-disabled:hover, html #ui-datepicker-div .ui-button.ui-state-disabled:active {
    border: 1px solid #fff;
    background: #fff; 
    font-weight: normal;
    color: #303030;
    outline:none;
    border-radius: 5px;
    font-weight: 300;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff;
    background: #9B51E0; 
    font-weight: normal;
    color: #fff;
    outline:none;
    border-radius: 5px;
    font-weight: 300;
}


.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: 600;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    font-weight: 600;
}

.ui-state-active, .ui-widget-content .ui-state-active, {
    border: 1px solid #6e0793;
    background: #9B51E0; 
    outline:none;    border: 1px solid #fff;
}

.ui-widget-header {
    border: 1px solid #fff;
    background: #F2F3F9;
}

.ui-widget.ui-widget-content {
    border: 1px solid #fff;
}

/*=======================================================================
// Tour Card Item for Inner Pages
=========================================================================*/
.review-card { 
    font-weight: 300;
    margin:0 auto;
    margin-bottom: -54px;
    text-align:left;
    position: absolute;
    padding: 0px 0px 15px 13px;
    line-height: 17px;
    font-weight: 400;
    font-size:13px;
    top:175px;
    z-index: 10;
}

.price-card { 
    margin:0 auto;
    margin-bottom: -54px;
    text-align:right;
    position: absolute;
    padding: 0px 13px 15px 0px;
    line-height: 17px;
    top:169px;
    right:0;
    z-index: 10;
}


.tour-list-sidebar  .bottom-tour-background {
    content: '';
    position: absolute;
    width: 100%;
    top:140px;
    height:60px;
    opacity: .9;
    background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0));
    z-index: 0;
    border-radius: 0;
}

.fa-star { color:#FCD462;margin-right:-3px; }

.fa-star-half { color:#FCD462;margin-left:4px; }

.tour-list .fa-clock { font-size:11px; }

.tour-list-sidebar-2-col .img-card { 
    width: 100%;
    height:250px;
    display:block;
    overflow: hidden;
}

.tour-list-sidebar-2-col .img-card img {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 250px;
    object-fit:cover; 
    font-family: 'object-fit: cover;';     
} 

.tour-list-sidebar-2-col .bottom-tour-background {
    content: '';
    position: absolute;
    width: 100%;
    top:180px;
    height:70px;
    opacity: .9;
    background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0));
    z-index: 0;
    border-radius: 0;
}

.tour-list-sidebar-2-col .review-card { 
    font-weight: 300;
    margin:0 auto;
    margin-bottom: -54px;
    text-align:left;
    position: absolute;
    padding: 0px 0px 15px 18px;
    line-height: 17px;
    font-weight: 400;
    font-size:13px;
    top:225px;
    z-index: 10;
}

.card-days {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:55px;
    height:65px;
    opacity: .9;
    background: #9B51E0;
    border-radius: 15px 0 15px 0px;
    z-index: 335;
    overflow: hidden;
}

.card-image-holder small { 
    font-weight: 400;
    margin:0 auto;
    margin-bottom: -54px;
    text-align:left;
    position: absolute;
    padding: 22px 0 0px 20px;
    line-height: 22px;
    font-size: 16.2px;
    color:#Fff;
    opacity: 0.8;
}

.tour-list-sidebar .card-image-holder small strong { margin-left:-7px; }

.tour-list-sidebar .card-image-holder small { 
    font-weight: 300;
    margin:0 auto;
    margin-bottom: -54px;
    text-align:left;
    position: absolute;
    padding: 17px 0 0px 13px;
    line-height: 17px;
    opacity: 0.8;
    font-weight: 400;
    font-size:13px;
}

.tour-list-sidebar .card-image-holder .card-content {
    position: absolute;
    bottom:0;
    padding: 0px 15px 5px 25px;
}

.card-full .bottom-tour-background {
    content: '';
    position: absolute;
    width: 100%;
    top:200px;
    height:90px;
    opacity: .9;
    background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0));
    z-index: 0;
    border-radius: 0px 0px 15px 15px;
}

.card-full .card-content h6 { 
    font-weight: 700; 
    font-size:20px; 
}

.review-card-image { 
    font-size:11px;
    z-index: 10;
    margin-top:0px;
}

.card .col-7 { padding-right:0px!important; }
.card .col-5 { padding-left:0px!important; }

.card .col-8 { padding-right:0px!important; }
.card .col-4 { padding-left:0px!important; }

.card-image-holder .col-7 { padding-right:0px!important; }
.card-image-holder .col-5 { padding-left:0px!important; }

.card-image-holder .col-7 {
    padding-left: 10px!important;
}

.card-image-holder  .col-8 { padding-right:0px!important; }
.card-image-holder  .col-4 { padding-left:0px!important; }

.more-info {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    width:100%;   
    max-width: 400px;
    border-radius: 15px;
}

.more-info.tags {
        margin-left:auto; 
        margin-right:auto; 
        display:block; 
}

.mail-info, .tel-info { font-size:16.2px; }

.info-title:after {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #d0d0d0;
    content: "";
    margin: 5px auto 0;
}

.pagination {
    clear:both;
    padding:0px 0px;
    position:relative;
    font-size:11px;
    line-height:13px;
}
    
.pagination div, .pagination a {
    margin: 2px 5px 2px 0;
    padding:9px 12px 2px 12px;
    text-decoration:none;
    width:auto;
    color:#FF4F81;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #FF4F81;
    height:41px;
    text-align: center;
    vertical-align: middle;
}

.pagination a:hover {
    color:#FF4F81;
    background: #FF4F81;
    color:#fff;
}

.arrow-offset {transform: translateY(-2px);}

.pagination .current {
    padding:9px 12px 2px 12px;
    background: #FF4F81;
    color:#fff;
    height:41px;
}

/*=======================================================================
// Tour Single Page styles
=========================================================================*/

.tour-title img {
    max-height:600px;
    z-index: 1;
    background-repeat: no-repeat;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 
    object-position: bottom;
}

.center-image img {     
    object-position: center!important;
}

.curvechevron {
    position: absolute; 
    bottom: 0;    
    transform: translatex(-50%);
    left:50%;
    width:30%;
    z-index: 50;
}

.chevroncurve {
    position: absolute; 
    margin: 0 auto;
    bottom:-5px;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 52;

}

.hoverchevron {   
    font-size:26px;    
    transition: all 0.3s cubic-bezier(.6,.23,.32,.95);
}

a:hover .hoverchevron { transform: scale(1.2); }

.single-tour .price-big { font-size:22px; }
    .single-tour .price-big strike {
        font-size: 20px;
        color: #777;
    }
.separator-tour {
    width: 100%;
    height: 0.8px;
    display: inline-block;
    background-color: #E5E5E5;
    content: "";
    margin: 10px auto 0;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
}

.age-icon { width:70px; }

.duration-icon, .location-icon { width:60px; }

.calendar-icon { width:50px; }

.single-tour-container li {
    width: 95%;
    padding: 20px 0 20px 0;
    border-top: 1px solid #E5E5E5;
    float: left;
}

.single-tour-container li:last-child {
    width: 95%;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #E5E5E5;
    float: left;
    margin-bottom: 60px;

}

.single-tour-container li:first-child {
    border-top: none;
}

 ul.single-tour-container {
    list-style: none;
    list-style-type: none;
}

.single-tour-container li .tour-item-title {
    width: 30%;
    float: left;
    font-weight: 600;
}

.single-tour-container li .tour-item-description {
    width: 70%;
    float: right;
    font-size:16.2px;
    line-height: 1.9;
    font-weight: 400;
    color: #303030;
}

.list-font {
    font-size: 18px;
    color: #3e3d3d;
    font-weight: 600;
}

.tour-schedule .list-font {
    font-size: 18px;
    color: #3e3d3d;
    font-weight: 600;
}

.tour-schedule img { border-radius: 15px;}

.fa-check-circle {
    color:#6FCF97;
    font-size:15px;
    margin-right:11px;
}

.fa-times-circle {
    font-size:15px;
    margin-right:11px;
    color: #FF4F81;
}

/*=======================================================================
// Pop up styling
=========================================================================*/

/* This block of CSS adds opacity transition to background */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
  
.mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}

.mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8;}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

* {
	transition: filter .25s ease;
}
.mfp-wrap ~ * {
	filter: blur(4px);
}

.mfp-bg {
    background: #FFFFFF;
    opacity: 0.4;
}

.dontblur { 
    background: transparent; 
    filter:blur(0px);
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FF4F81;
    opacity: 1;
}

.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
    color: #FF4F81;
    opacity: 0.6;
}

div.avia-popup button.mfp-arrow:before {
    color: #FF4F81;
}
div.avia-popup button.mfp-arrow:hover:before {
    color: #FF4F81;
}

.mfp-arrow-left {
    color: #FF4F81!important;
    opacity: 0.6;
}

.mfp-arrow-right {
    color: #FF4F81!important;
    opacity: 0.6;
}

.white-popup a i {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin: auto 3px;
    width: 60px;
    font-size: 28px;
    text-align: center;
}

.white-popup .fa-envelope { background-color: #c61e56; }

.fa-google-plus-g, .fa-google { background-color: #d34836; }

.fa-pinterest-p { background-color: #BE0C20; }

label {
    font-weight: 400;
    color: #303030;
    font-size: 12.5px;
    margin-bottom: -4px;
}

/*=======================================================================
// Inner Pages Styling
=========================================================================*/

.about-us {
    background-image: url(/Content/Travel/assets/images/about-us.jpg);
    height: 500px; 
}

h5 .big { font-size:40px; }

.heart-offset { transform: translatey(-5px); }

/* Our Team */ 
.team-holder {
    border-radius: 60px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 
}

.cta-team {background-color: #F2F3F9;}

#section4.team{
    padding-bottom: 80px;
}

.circle {
    border-radius: 50%;
    height: 230px; 
    width: 230px;
}

/* Google Maps */ 

#map {
    width: 100%;
    left: 0;
    height: 500px;
}

#map-small {
    width: 100%;
    left: 0;
    height: 260px;
}

.super-big { 
    font-size: 200px;
    line-height: 0.8; 
}

/* 404 Page */

.not-fixed { 
    height:600px; 
    background-attachment: scroll;
}

.shortcodes { 
    height:400px; 
    background-attachment: scroll;
}

/*=======================================================================
// Image Grid Pop Up
=========================================================================*/

.cardHolder {
    display: flex;
    flex-flow: row wrap;
}
  
.card-grid {
    flex: 1;
    margin: .5em;
    height: 200px;
    min-width: 200px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all .25s ease;
    animation: populate .5s ease-out normal backwards;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 
}

.card-grid:hover {
    transform: scale(1.04);
    z-index: 1;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.card-grid-popup{
    flex: 1;
    height: 200px;
    min-width: 200px;
    margin: .5em 1em .5em 0em;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all .25s ease;
    animation: populate .5s ease-out normal backwards;
 
}

a .card-grid-popup2:hover {
    transform: scale(1.04);
    z-index: 1;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.card-grid-popup2 {

    width: 100%;
    height:100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all .25s ease;
    animation: populate .5s ease-out normal backwards;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
}

/*=======================================================================
// Blog Pages
=========================================================================*/

.ratings .input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F2F3F9;
    border-radius: 0;
}

.single-travel img { 
    border-radius:5px;
    height:180px;
    width:205px;
    object-fit: cover;
}

.single-tour .single-travel img {
    border-radius: 10px;
    height: 210px;
    width: 260px;
    object-fit: cover;
    position: relative;
    font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 
}

.single-tour .dates { border-radius: 10px 0px 10px 0px; }	

.media-body .title-blog:hover { color: #00baf3; }

.title-blog { transition: all 0.2s ease-in; }

.dates {
    background-color: rgba(1, 43, 114, 0.8);
    color: #fff;
    padding: 18px 24px;
    position: absolute;
    border-radius: 5px 0px 5px 0px;
}	

.dates span {
    font-size:24px;
    font-weight: 600;
}

.dates p {
    font-size:14px;
    margin-bottom:0;
}

.tour-title {
    position: relative;
    overflow: hidden;
}

.content-author {
    position: absolute;
    bottom:4%;
    left:22%;
    z-index: 50;
}

img.blog-image {
    width:55px;
    height:55px;
    object-fit: cover;
    border-radius:5px;
    font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 
}



  
  /* List of comments */

.comments-container {
	margin: 0;
	width: 100%;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}


.reply-list:before, .reply-list:after { display: none; }

.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}

/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 10%;
    height: 70px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

.comments-list .comment-avatar img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 

}

.reply-list .comment-avatar {
    width: 8.7%;
    height: 55px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

ul { -webkit-padding-start: 0px;padding:0px; }

ul {-moz-padding-start: 0px;padding:0px;}

ul.single-tour-container { -webkit-padding-start: 20px; padding:20px;}

ul.single-tour-container {-moz-padding-start: 20px;padding:20px;}


.comments-list .comment-box {
	width: 88%;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    border-radius: 10px;
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #F2F3F9;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 89%;
}

.comment-box .comment-head {
	background: #F2F3F9;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}


.comment-box .comment-name {
    color: #303030;
    font-size: 16.2px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
    transform: translatey(3px);
}

.comment-box .comment-name a { color: #303030; }

.comment-box .comment-head span {
	color: #999;
	font-size: 13px;
	position: relative;
    margin-left:10px;
}

.comment-box .comment-head span.time-blog {
    float: left;
    top: 4px;

}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	color: #595959;
    border-radius: 0 0 10px 10px;
    font-weight: 500;
    line-height: 1.655;
}

.comment-box .comment-name.by-author:after {
	content: 'author';
	background: #9B51E0;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
    border-radius: 10px;
    transform: translateY(-3px);
    display: inline-block;
}


.form-comment .form-control { background-color:#F2F3F9; }

.hidebr {
    display: none!important;
}


/* Elements */

iframe{
    border:none!important;
    border-width: 0px!important;
}

.accordion-toggle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";    
    float: left;
    transform: rotate(-90deg);
    margin-right:10px;
    font-weight: 900;
}

.accordion-toggle[aria-expanded="true"]:before {
    transform: rotate(0deg);
}
  
.accordion-toggle:before {
    transition: 0.3s;
}

.image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
  

/** =====================
 * Responsive CSS
========================*/

 @media (min-width: 1200px) {

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0!important;
    }

    .container {
        max-width: 1200px;
    }

    .tour-list-sidebar .col-lg-3.order-lg-first  {padding-left: 0px;padding-right: 32px;}

 }

 @media (max-width: 1200px) {

    #footer { margin-top:120px; }

    .contact #footer { margin-top:85px; }

 }
 

 /* Large devices (desktops, 992px and up)*/

@media (min-width:992px) {

    
    .bs-calltoaction {
    padding: 15px 75px 15px 20px;
    }
    


    .mb-lg-3 {
        margin-bottom: .5rem!important;
    }

    .complete-image.mb-lg-0, .my-lg-0, .tours-homepage .mb-lg-0 {
        margin-bottom: 0!important;
    }

    .meta-bottom p:nth-child(2){ margin-right: 15px;}

    #chapter1 {
        background-attachment: fixed;
    }

    .dropdown-toggle:after { transform: translatey(2px); } 
}


/* b) Medium devices and down ( Tablets, 992px and down)*/

@media (max-width: 992px) { 


    .home2 #footer { margin-top:90px; }

    .hoverchevron {   
        font-size:21px;  
    }

    .fa-arrow-up { font-size: 30px; margin-left: 4px;}

    h1 { font-size:60px; }

    .tour-title.blog-title img{
        position: relative;
        height: 600px;
    }

    .tour-title {
        position: relative;
        height: 400px;
    }

    .content-author {
        position: absolute;
        bottom: 5%;
        left:13%;
    }

    .dropdown-menu:after { display:none; }

    .dropdown-menu { box-shadow: none; }

    .nav-item:before { display:none; }

    .center-text.blog {
        transform: translate(-50%, -50%);
        top:40%;
        left:50%;
        position: absolute;
        width: 85%;
    }

    .super-big { font-size:140px; }
    .curvechevron{
        width:45%;
    }

    .center-column-sm {
        margin-left:auto; 
        margin-right:auto; 
        display:block; 
    }


}


/* c) Small devices (Landscape Phones, 768px and down) */

@media (max-width: 768px) { 


    .home1 #footer { margin-top:120px; }


     #footer { margin-top:120px; }


    #section2 {
        background-color: #F2F3F9;
        padding-top:60px;
        padding-bottom:60px;
        z-index: 0; 
    }
    
    #section3 {
        background-color: #Fff;
        padding-top:60px;
        padding-bottom:60px;
        z-index: 0;
    }
    
    #section4 {
        background-color: #F2F3F9;
        padding-bottom: 60px;
        padding-top: 60px; 
    }
    
    #section5 { 
        background-color: #Ffffff;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    
    #pagesection {
        background-color: #F2F3F9;
        padding-top:60px;
        padding-bottom:60px;
        z-index: 0;
    }

        
    #section-masonry {
        background-color: #FFFFFF;
        padding-bottom: 60px;
        padding-top: 0px; 
    }

    .contact #pagesection {padding-bottom: 90px;}
    
    .homeflat #section2 {
        background-color: #F2F3F9;
        padding-top: 60px;
        padding-bottom: 60px;
        z-index: 0; 
    }
    
    .homeflat #section3 { padding: 60px 0 60px 0!important; }
    
    .homeflat #section4 {
        background-color: #F2F3F9;
        padding-bottom: 60px;
        padding-top: 60px; 
    }
    
    .homeflat #section5 { 
        background-color: #Ffffff;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    
    
    #sectionvideo { 
        background-color: #Ffffff;
        padding-bottom: 60px;
        padding-top: 60px;
    }

    
    #aboutsection {
        padding-top:60px;
        padding-bottom:60px;
    }

    .homeflat .searchform {
        bottom: 9%;
    }
    
    #sectioncarousel { padding: 60px 0 10px 0!important; }

    #sectioncta { padding: 0px 0 60px 0!important; margin-top: -10px; }


    .review-card-image span {
        display: block;
    }

    .card-image-holder .fa-star-half { margin-right:-6px!important; }


    .card-full .bottom-tour-background {    
        top: 260px;
    }

    h1 { font-size:30px;}

    h2 { font-size:24px;}

    h3 { font-size:20px; }

    h4 { font-size:18px}

    h5, .h5 { font-size:16px}

    h6, .h6 { font-size:16px;}

    .fa-7x { font-size:50px;}

    .page-title { height: 350px; } 

    .complete-image { max-width:500px; }

    .tour-schedule p {
        line-height: 1.655;
    }


    .not-fixed { height:400px; }

    .carousel img {
        height: 450px;
        object-fit: cover;  
        font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 
    }

    .curvechevron{
        width:65%;
    }

    .masonry-item a {display:inline-block;}

	.comments-container { width: 100%; }

	.comments-list .comment-box { width: 100%; }

	.reply-list .comment-box { width: 100%;}

    .reply-list { padding-left: 15px; }

    .content-author {
        position: absolute;
        bottom: 15%;
        left: 23%;
        z-index: 50;
       
    }

    #section4.team{
        padding-bottom: 60px;
    }

   
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container-fluid, .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .comments-list .comment-box:before, .comments-list .comment-box:after {
        display: none;
    }
   
}

/*d) Extra Small devices (Portrait phones, 576px and down)*/

@media (max-width: 576px) { 
    .mb-5, .my-5 {
        margin-bottom: 2rem!important;
    }

        
    .mb-4, .my-4   {
        margin-bottom: 1.8rem!important;
    }

    .my-4   {
        margin-top: 1.8rem!important;
    }

    
    .video-responsive iframe {
        height:200px;
        width:100%;
    }
    

    .list-font {    margin-bottom: 10px;
    }

    #map {
        width: 100%;
        left: 0;
        height: 370px;
    }

    .single-tour .single-travel img {
        border-radius: 10px;
        height: 200px;
        width: 100%;
        object-fit: cover;
        position: relative;
        font-family: 'object-fit: cover;'; /* <---- Fallback for IE and Edge*/ 
    }

    .single-travel img {
        border-radius: 5px;
        height: 200px;
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    .curve2 { 
        position: absolute; 
        bottom: -0.5px;
        width:100%; 
    }


    .chapter {
        height: 88vh;
    }

    .single-tour-container li .tour-item-title {
        width: 90%;
        float: left;
        font-weight: 600;
    }
    
    .single-tour-container li .tour-item-description {
        width: 99%;
        float: left;
        line-height: 1.655;    
    }

    .media { display: inline-grid; }

    .formhome2.container {
    width:90%;
    }

    .hidebr {
        display: block!important;
    }

    .comment-box .comment-head span.time-review {    
        display: block;
        transform: translate(-115px, 3px);
    }
    .chevroncurve {
        bottom:-10px;
    }

    .curvechevron{
        width:95%;
    }
}

.to-top {
    position: fixed;
    bottom: 145px;
    right: 16px;
    width: 55px;
    height: 55px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    background: #4db7fe;
    z-index: 116;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    -webkit-transform: translate3d(0,0,0);
	text-align: center;
}

.to-top i {
	color: #fff;
}

    .to-top:hover, .color-bg-link:hover {
        background: #2C3B5A;
        color: #fff;
    }
	
.call-phone.phone-static {
    opacity: .6;
}

.call-phone.phone-show {
    visibility: visible;
}

.call-phone {
    background-color: transparent;
    cursor: pointer;
    transition: visibility .5s ease 0s;
    z-index: 200000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

    .call-phone.phone-green .call-phone-img-circle {
        background-color: #2bd002;
    }

    .call-phone.phone-static .call-phone-img-circle {
        animation: 0s ease-in-out 0s normal none infinite running phone-circle-img-anim !important;
    }

.call-phone-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running phone-circle-img-anim;
    background-color: #2bd002;
    background-image: url(/Content/Frontend/images/phone_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70%;
    width: 70%;
    display: block;
}

.call-phone.phone-green .call-phone-circle {
    border-color: #2bd002;
    opacity: .5;
}

.call-phone.phone-static .call-phone-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running phone-circle-anim !important;
}

.call-phone-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running phone-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30,30,30,.4);
    border-radius: 100%;
    height: 100%;
    width: 100%;
    opacity: .1;
    position: absolute;
    transition: all .5s ease 0s;
}

.call-phone.phone-green .call-phone-circle-fill {
    background-color: #2bd002;
}

.call-phone.phone-static .call-phone-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running phone-circle-fill-anim !important;
    opacity: 0 !important;
}

.call-phone-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running phone-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    opacity: .1;
    transition: all .5s ease 0s;
    position: absolute;
}

@keyframes phone-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0deg) scale(.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    100% {
        opacity: .6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes phone-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0deg) scale(.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    100% {
        opacity: .1;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes phone-circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
}

@keyframes phone-circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    50% {
        opacity: .2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
}

@keyframes phone-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes phone-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.contact-icon-link {
    font-size: 1rem;
    background-color: transparent;
    width: 100%;
    padding: 5px;
    text-decoration: none;
}

.contact-icon-wrapper {
    background-color: #0482FF;
    color: white;
    padding: 10px;
    border-radius: 50%;
	height: 55px;
	width: 55px;
}

.bottom-left-fixed {
    position: fixed;
    bottom: 0;
    width: 75px;
    height: 75px;
    left: 0;
    z-index: 99999;
}

.bottom-left-fixed > a {
    height: 100%;
    display: block;
}

.bottom-right-fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
}

.d-flex {
	display: flex !important;
}

.flex-column {
	flex-direction: column;
}
	
.arcontactus-widget.right.arcontactus-message{right:20px}
.arcontactus-widget.right.arcontactus-message{bottom:15px}
.arcontactus-widget .arcontactus-message-button
.pulsation{-webkit-animation-duration:2s;animation-duration:2s}
.arcontactus-widget.md .arcontactus-message-button,.arcontactus-widget.md.arcontactus-message{width:60px;height:60px}
.arcontactus-widget{opacity:0;transition:.2s opacity}
.arcontactus-widget *{box-sizing:border-box}
.arcontactus-widget.left.arcontactus-message{left:20px;right:auto}
.arcontactus-widget.left .arcontactus-message-button{right:auto;left:0}
.arcontactus-widget.left .arcontactus-prompt{left:80px;right:auto;transform-origin:0 50%}
.arcontactus-widget.left .arcontactus-prompt:before{border-right:8px solid #FFF;border-top:8px solid transparent;border-left:8px solid transparent;border-bottom:8px solid transparent;right:auto;left:-15px}
.arcontactus-widget.left .messangers-block{right:auto;left:0;width: auto;-webkit-transform-origin:10% 105%;-ms-transform-origin:10% 105%;transform-origin:10% 105%}
.arcontactus-widget.left .callback-countdown-block{left:0;right:auto}
.arcontactus-widget.left .callback-countdown-block::before,.arcontactus-widget.left .messangers-block::before{left:25px;right:auto}
.arcontactus-widget.md .callback-countdown-block,.arcontactus-widget.md .messangers-block{bottom:70px}
.arcontactus-widget.md .arcontactus-prompt{bottom:5px}
.arcontactus-widget.md.left .callback-countdown-block:before,.arcontactus-widget.md.left .messangers-block:before{left:21px}
.arcontactus-widget.md.left .arcontactus-prompt{left:70px}
.arcontactus-widget.md.right .callback-countdown-block:before,.arcontactus-widget.md.right .messangers-block:before{right:21px}
.arcontactus-widget.md.right .arcontactus-prompt{right:70px}
.arcontactus-widget.md .arcontactus-message-button .pulsation{width:74px;height:74px}
.arcontactus-widget.md .arcontactus-message-button .callback-state,.arcontactus-widget.md .arcontactus-message-button .icons{width:40px;height:40px;margin-top:-20px;margin-left:-20px}
.arcontactus-widget.sm .arcontactus-message-button,.arcontactus-widget.sm.arcontactus-message{width:50px;height:50px}
.arcontactus-widget.sm .callback-countdown-block,.arcontactus-widget.sm .messangers-block{bottom:60px}
.arcontactus-widget.sm .arcontactus-prompt{bottom:0}
.arcontactus-widget.sm.left .callback-countdown-block:before,.arcontactus-widget.sm.left .messangers-block:before{left:16px}
.arcontactus-widget.sm.left .arcontactus-prompt{left:60px}
.arcontactus-widget.sm.right .callback-countdown-block:before,.arcontactus-widget.sm.right .messangers-block:before{right:16px}
.arcontactus-widget.sm.right .arcontactus-prompt{right:60px}
.arcontactus-widget.sm .arcontactus-message-button .pulsation{width:64px;height:64px}
.arcontactus-widget.sm .arcontactus-message-button .icons{width:40px;height:40px;margin-top:-20px;margin-left:-20px}
.arcontactus-widget.sm .arcontactus-message-button .static{margin-top:-16px}
.arcontactus-widget.sm .arcontactus-message-button .callback-state{width:40px;height:40px;margin-top:-20px;margin-left:-20px}
.arcontactus-widget.active{opacity:1}
.arcontactus-widget .icons.hide,.arcontactus-widget .static.hide{opacity:0;transform:scale(0)}
.arcontactus-widget.arcontactus-message{z-index:10000;right:20px;bottom:20px;position:fixed!important;height:70px;width:70px}
.arcontactus-widget .arcontactus-message-button{width:70px;position:absolute;height:70px;right:0;background-color:red;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}
.arcontactus-widget .arcontactus-message-button p{font-family:Ubuntu,Arial,sans-serif;color:#fff;font-weight:700;font-size:10px;line-height:11px;margin:0}
.arcontactus-widget .arcontactus-message-button .pulsation{width:84px;height:84px;background-color:red;border-radius:50px;position:absolute;left:-7px;top:-7px;z-index:-1;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-animation:arcontactus-pulse 2s infinite;animation:arcontactus-pulse 2s infinite}
.arcontactus-widget .arcontactus-message-button .icons{background-color:#fff;width:44px;height:44px;border-radius:50px;position:absolute;overflow:hidden;top:50%;left:50%;margin-top:-22px;margin-left:-22px}
.arcontactus-widget .arcontactus-message-button .static{position:absolute;top:50%;left:50%;margin-top:-19px;margin-left:-26px;width:52px;height:52px;text-align:center}
.arcontactus-widget .arcontactus-message-button .static img{display:inline}
.arcontactus-widget .arcontactus-message-button .static svg{width:24px;height:24px;color:#FFF}
.arcontactus-widget .arcontactus-message-button.no-text .static{margin-top:-12px}
.arcontactus-widget .pulsation:nth-of-type(2n){-webkit-animation-delay:.5s;animation-delay:.5s}
.arcontactus-widget .pulsation.stop{-webkit-animation:none;animation:none}
.arcontactus-widget .icons-line{top:10px;left:12px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-transition:cubic-bezier(.13,1.49,.14,-.4);-o-transition:cubic-bezier(.13,1.49,.14,-.4);-webkit-animation-delay:0s;animation-delay:0s;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);height:24px;transition:.2s all}
.arcontactus-widget .icons,.arcontactus-widget .static{transition:.2s all}
.arcontactus-widget .icons-line.stop{-webkit-animation-play-state:paused;animation-play-state:paused}
.arcontactus-widget .icons-line span{display:inline-block;width:24px;height:24px;color:red}
.arcontactus-widget .icons-line span i,.arcontactus-widget .icons-line span svg{width:24px;height:24px}
.arcontactus-widget .icons-line span i{display:block;font-size:24px;line-height:24px}
.arcontactus-widget .icons-line img,.arcontactus-widget .icons-line span{margin-right:40px}
.arcontactus-widget .icons.hide .icons-line{transform:scale(0)}
.arcontactus-widget .icons .icon:first-of-type{margin-left:0}
.arcontactus-widget .arcontactus-close{color:#FFF}
.arcontactus-widget .arcontactus-close svg{-webkit-transform:rotate(180deg) scale(0);-ms-transform:rotate(180deg) scale(0);transform:rotate(180deg) scale(0);-webkit-transition:ease-in .12s all;-o-transition:ease-in .12s all;transition:ease-in .12s all;display:block}
.arcontactus-widget .arcontactus-close.show-messageners-block svg{-webkit-transform:rotate(0) scale(1);-ms-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}
.arcontactus-widget .arcontactus-prompt,.arcontactus-widget .messangers-block{background:center no-repeat #FFF;box-shadow:0 0 10px rgba(0,0,0,.6);width:235px;position:absolute;bottom:80px;right:0;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-align:start;-ms-flex-align:start;align-items:flex-start;padding:14px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:7px;-webkit-transform-origin:80% 105%;-ms-transform-origin:80% 105%;transform-origin:80% 105%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:ease-out .12s all;-o-transition:ease-out .12s all;transition:ease-out .12s all;z-index:10000}
.arcontactus-widget .arcontactus-prompt:before,.arcontactus-widget .messangers-block:before{position:absolute;bottom:-7px;right:25px;left:auto;display:inline-block!important;border-right:8px solid transparent;border-top:8px solid #FFF;border-left:8px solid transparent;content:''}
.arcontactus-widget .arcontactus-prompt.show-messageners-block,.arcontactus-widget .messangers-block.show-messageners-block{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.arcontactus-widget .arcontactus-prompt{color:#787878;font-family:Arial,sans-serif;font-size:16px;line-height:18px;width:auto;bottom:10px;right:80px;white-space:nowrap;padding:18px 20px 14px}
.arcontactus-widget .arcontactus-prompt:before{border-right:8px solid transparent;border-top:8px solid transparent;border-left:8px solid #FFF;border-bottom:8px solid transparent;bottom:16px;right:-15px}
.arcontactus-widget .arcontactus-prompt.active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close{position:absolute;right:6px;top:6px;cursor:pointer;z-index:100;height:14px;width:14px;padding:2px}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg{height:10px;width:10px;display:block}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing{border-radius:10px;display:inline-block;left:3px;padding:0;position:relative;top:4px;width:50px}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div{position:relative;float:left;border-radius:50%;width:10px;height:10px;background:#ccc;margin:0 2px;-webkit-animation:arcontactus-updown 2s infinite;animation:arcontactus-updown 2s infinite}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(2){animation-delay:.1s}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(3){animation-delay:.2s}
.arcontactus-widget .messangers-block.sm .messanger{padding-left:50px;min-height:44px}
.arcontactus-widget .messangers-block.sm .messanger span{height:32px;width:32px;margin-top:-16px}
.arcontactus-widget .messangers-block.sm .messanger span svg{height:20px;width:20px;margin-top:-10px;margin-left:-10px}
.arcontactus-widget .messanger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;cursor:pointer;width:100%;padding:8px 20px 8px 60px;position:relative;min-height:54px;text-decoration:none}
.arcontactus-widget .messanger:hover{background-color:#EEE}
.arcontactus-widget .messanger:before{background-repeat:no-repeat;background-position:center}
.arcontactus-widget .messanger.facebook span{background:#0084ff}
.arcontactus-widget .messanger.viber span{background:#7c529d}
.arcontactus-widget .messanger.telegram span{background:#2ca5e0}
.arcontactus-widget .messanger.skype span{background:#31c4ed}
.arcontactus-widget .messanger.email span{background:#ff8400}
.arcontactus-widget .messanger.contact span{background:#7eb105}
.arcontactus-widget .messanger.call-back span{background:#54cd81}
.arcontactus-widget .messanger span{position:absolute;left:10px;top:50%;margin-top:-20px;display:block;width:40px;height:40px;border-radius:50%;background-color:#0084ff;margin-right:10px;color:#FFF;text-align:center;vertical-align:middle}
.arcontactus-widget .messanger span i,.arcontactus-widget .messanger span svg{width:24px;height:24px;vertical-align:middle;text-align:center;display:block;position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px}
.arcontactus-widget .messanger span i{font-size:24px;line-height:24px}
.arcontactus-widget .messanger p{margin:0;font-family:Arial,sans-serif;font-size:14px;color:rgba(0,0,0,.87)}
@-webkit-keyframes arcontactus-pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}50%{opacity:.5}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}
@media (max-width:468px){.arcontactus-widget.opened.arcontactus-message,.arcontactus-widget.opened.left.arcontactus-message{width:auto;right:20px;left:20px}}
@keyframes arcontactus-updown{0%,100%,43%{transform:translate(0,0)}25%,35%{transform:translate(0,-10px)}}
@-webkit-keyframes arcontactus-updown{0%,100%,43%{transform:translate(0 0)}25%,35%{transform:translate(-10px 0)}}
@keyframes arcontactus-pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}50%{opacity:.5}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}
@-webkit-keyframes arcontactus-show-stat{0%,100%,20%,85%{-webkit-transform:scale(1);transform:scale(1)}21%,84%{-webkit-transform:scale(0);transform:scale(0)}}
@keyframes arcontactus-show-stat{0%,100%,20%,85%{-webkit-transform:scale(1);transform:scale(1)}21%,84%{-webkit-transform:scale(0);transform:scale(0)}}
@-webkit-keyframes arcontactus-show-icons{0%,100%,20%,85%{-webkit-transform:scale(0);transform:scale(0)}21%,84%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes arcontactus-show-icons{0%,100%,20%,85%{-webkit-transform:scale(0);transform:scale(0)}21%,84%{-webkit-transform:scale(1);transform:scale(1)}}
.list-group-item .h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    display: block;
    margin-top: 0;
    margin-bottom: .5rem;
}

.logo-title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.navbar-light .navbar-brand .site-logo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.navbar-light .navbar-brand .logo-title span {
    color: #4db7fe;
}

.navbar, .bg-light {
    background-color: #012b72 !important;
}

.navbar-nav .dropdown-menu {
    padding: 0 20px;
}
.dropdown-item {
    padding: 10px 0;
    font-weight: 600;
    border-top: 1px solid #1b4180;
}

.dropdown-item:first-child {
    border-top: none;
}

@media (min-width:992px) {
    .dropdown-item {
        color: #007bff;
    }

        .dropdown-item:focus, .dropdown-item:hover {
            color: #4db7fe;
        }

    .dropdown-item {
        border-top: 1px solid #e9ecef;
    }
}


.carousel-caption {
    margin-bottom: 15%;
}

    .carousel-caption h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .carousel-caption h4 {
        font-size: 25px;
    }

@media (max-width:680px) {
    .nav-item:first-child {
        margin-top: 20px;
    }

    .carousel-caption {
        margin-bottom: 8%;
    }

        .carousel-caption h1 {
            font-size: 32px;
            margin-bottom: 15px;
        }

        .carousel-caption h4 {
            font-size: 18px;
        }
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #00baf3;
}

.security a {
    display: inline-block;
}

.security a:first-child {
    margin-right: 3%;
}

.ci-count {
    margin-left: 10px;
    color: #00baf3;
}

ul.list-group-item .h5 {
    font-style: normal;
}

.front .section-title {
    font-style: normal;
}

.single-tour h1 {
    font-size: 30px;
    margin-bottom: 0;
}

.single-tour h2 {
    font-size: 26px;
}


.single-tour h3 {
    font-size: 24px;
}

.widget_categories ul {
   padding: 0 20px;
}


.widget_categories li {
    position: relative;
}

.widget_categories li a {
    display: block;
    margin-bottom: 3px;
    color: #2d2d2d;
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
}

.widget_categories li .ci-count {
    position: absolute;
    right: 0;
    top: 10px;
    color: #000;
    font-weight: bold;
}

.price {
    font-size: 17px;
    font-weight: 600;
}

strike.grey {
    font-size: 15px;
}

ul.single-tour-container {
    margin: 0;
    padding: 0;
}

.single-tour-container li {
    width: 100%;
    padding: 10px 0 10px 0;
}

    .single-tour-container li:last-child {
        width: 100%;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #e5e5e5;
        float: left;
        margin-bottom: 20px;
    }

.include li, .uninclude li, .policy li {
    width: 100%;
    padding: 0 !important;
    border: none;
    float: left;
}

    .include li:last-child, .uninclude li:last-child, .policy li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .include li:before {
        content: "\f058";
        color: #6FCF97;
        font-size: 15px;
        font-weight: 900;
        margin-right: 11px;
        font-family: Font Awesome\ 5 Free;
    }


    .uninclude li:before {
        content: "\f057";
        color: #FF4F81;
        font-size: 15px;
        font-weight: 900;
        margin-right: 11px;
        font-family: Font Awesome\ 5 Free;
    }

    .policy li:before {
        content: "\f058";
        color: #666;
        font-size: 15px;
        font-weight: 900;
        margin-right: 11px;
        font-family: Font Awesome\ 5 Free;
    }

.post-nav blockquote {
    margin: 0;
    padding: 0 20px;
    border-left: 10px solid #012b72;
}

.post-link {
    position: relative;
    font-size: 15px;
    display: block;
    text-align: left;
    font-weight: 600;
    color: #0066cc;
    margin-bottom: 10px;
}

.tour-schedule ul, .tour-schedule ol {
    list-style: disc;
    padding-left: 20px;
}

    .tour-schedule ul li, .tour-schedule ol li, .tour-schedule p {
        line-height: 24px;
    }

/*table of contents*/
#table-of-contents {
    background-color: #eee;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    z-index: 9999;
    width: 100%;
    color: #454545;
    margin: 15px 0;
    padding: 0;
    clear: both;
}

    #table-of-contents ul {
        padding: 15px 0;
        margin: 5px 20px;
    }

    #table-of-contents li {
        white-space: normal;
        word-wrap: break-word;
        padding: 3px 0;
        list-style-type: none;
    }

        #table-of-contents li a {
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            position: relative;
            padding-left: 12px;
        }

            #table-of-contents li a:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -3px;
                width: 6px;
                height: 6px;
                border-radius: 100%;
                background: #007bff;
            }

}

#table-of-contents li a:hover {
    text-decoration: none;
}

#table-of-contents li.tag-h3 {
    padding-left: 15px;
}

#table-of-contents li.tag-h4 {
    padding-left: 30px;
}

#toc {
    color: #454545;
}

    #toc:active {
        outline: none;
    }

#table-of-contents #toc-title {
    background: #d7d7d7;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    font-weight: bold;
    text-transform: uppercase;
    list-style-type: none;
}


#close-toc, #toc {
    color: #de4437;
    cursor: pointer;
    margin: 0;
    text-transform: capitalize;
}

.error-msg {
    border-color: #d60c0c !important;
    background: #ffecec !important;
}

.text-orange {
    color: #ff8917;
    font-weight: 800;
    padding-right: 5px
}

    .text-orange:before {
        display: inline-block;
        font-size: inherit;
        content: "\f02c";
        padding-right: 5px;
        font-size: 15px;
        font-family: Font Awesome\ 5 Free;
    }

.text-blue, .text-blue > a {
    color: #0066cc;
    font-weight: 800;
}

.tour-schedule iframe, .single-tour iframe {
    width: 100%;
    height: 450px;
}

/* Star ratings
=================================== */

.star-rating {
    letter-spacing: 1px;
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #ebebeb;
    display: inline-block;
}

    .star-rating::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.star-rating-inner {
    overflow: hidden;
    color: #e00d4e;
    display: block;
}

    .star-rating-inner::after {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: relative;
        overflow: hidden;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.star-rating-5 .star-rating-inner {
    width: 100%;
}

.star-rating-4 .star-rating-inner {
    width: 80%;
}

.star-rating-3 .star-rating-inner {
    width: 60%;
}

.star-rating-2 .star-rating-inner {
    width: 40%;
}

.star-rating-1 .star-rating-inner {
    width: 20%;
}

/* Ratings bar
=================================== */

.ratings-bar {
    width: 100%;
    height: 5px;
    background-color: #ebebeb;
    position: relative;
}

.ratings-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #e00d4e;
}

/* Star rating score
=================================== */

.star-count {
    width: 0;
}

.ratings-board-score {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 86px;
    height: 110px;
    background-color: #e00d4e;
    color: #fff;
    line-height: normal;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    padding: 5px 10px;
    margin-left: 15px;
}

    .ratings-board-score .star-rating {
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px;
    }

    .ratings-board-score .star-rating-inner {
        color: #fff;
    }

.ratings-score {
    font-size: 36px;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.ratings-score-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

/* Ratings board
=================================== */

.ratings-board {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    margin: 20px 0 55px;
}

.ratings-board-rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: -5px 0;
}

.ratings-board-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ratings-board-row:first-child {
        padding-top: 0;
    }

    .ratings-board-row:last-child {
        padding-bottom: 0;
    }

    .ratings-board-row .star-rating {
        margin-right: 5px;
    }

    .ratings-board-row .ratings-bar {
        margin-left: 45px;
    }

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.card-content p i {
    margin-right: 5px;
}
@media (min-width: 769px) {
    .tours-homepage .col-6 .d-md-block, .list-tours .col-6 .d-md-block {
        display: inline-block !important;
    }
}

@media (min-width: 576px) {
    .tours-homepage .col-6 .d-sm-block, .list-tours .col-6 .d-sm-block {
        display: inline-block !important;
    }
}
.subtitle {
    margin-left: 10px;
}
.arrow_box .subtitle {
    margin-left: 0;
}
@media (max-width:680px) {
    .tour-schedule iframe, .single-tour iframe {
        width: 100%;
        height: auto;
    }

    .link-all {
        padding: 4px 30px !important;
        float: left;
        font-size: 13px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .tours-homepage .col-6, .list-tours .col-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tours-homepage .price, .list-tours .price {
        font-size: 14px;
        display: block;
        width: 100%;
        margin-top: 10px;
        float: left !important;
        text-align: left !important;
    }

        .tours-homepage .price strike.grey, .list-tours .price strike.grey {
            font-size: 13px;
        }

    .tours-homepage .nowrap, .list-tours .nowrap {
        margin-top: 15px;
        display: block;
        width: 100%;
        font-size: 15px;
    }

    .subtitle {
        display: block;
        margin-left: 0;
    }

    .card-grid-popup {
        height: 100px;
        min-width: 100px;
    }
}


.accordion_2 .card {
    border: 0;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.05)
}

    .accordion_2 .card .card-header {
        background-color: #fff;
        border-bottom: 1px solid #ededed;
        padding: 10px 20px;
    }

        .accordion_2 .card .card-header:first-child {
            border-radius: 0;
        }

.accordion_2 .card-body {
    padding-bottom: 20px;
}

.accordion_2 .card-header .h5 {
    font-size: 16px;
}

    .accordion_2 .card-header .h5 a {
        border: 0;
        display: block;
        color: #fff;
    }

        .accordion_2 .card-header .h5 a i.indicator {
            float: right;
            color: #fff;
            margin-top: 3px;
        }

#policies.accordion_2 .card-body ul li {
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    margin: 8px 0;
}

    #policies.accordion_2 .card-body ul li:before {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        content: "\f14a";
        color: #004dda;
        position: absolute;
        left: 0;
        top: 0;
        font-family: "Font Awesome 5 Free";
    }

.block-company {
    background: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    color: #aaa;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}


    .block-company .block-title {
        border-bottom: 1px solid #e5e5e5;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: normal;
        margin: 0;
        padding: 15px;
        text-transform: uppercase;
        color: #fff;
        background: #ff6600;
        border-radius: 3px 3px 0 0;
    }

    .block-company .block-content {
        border-top: medium none;
        overflow: hidden;
        padding: 15px;
        color: #333;
    }

    .block-company .caret {
        margin-left: 2px
    }

.block-company-wrapper {
    display: inline-block !important
}

.block-company label {
    font-weight: normal;
    padding: 5px 5px 2px 0
}


.linfo-pack-days ul {
    padding: 0px;
    padding-top: 5px;
}

    .info-pack-days ul li {
        position: relative;
        overflow: hidden;
        padding-left: 70px;
    }

        .info-pack-days ul li i {
            width: 35px;
            height: 35px;
            background: #012b72;
            border-radius: 50%;
            text-align: center;
            padding: 9px 8px;
            margin-left: -68px;
            position: absolute;
            z-index: 99;
            color: #fff;
            font-size: 18px;
        }

        .info-pack-days ul li .h4 {
            margin-top: 7px;
            font-size: 17px;
            font-weight: 900;
            color: #012b72;
        }

        .info-pack-days ul li .h6 {
            font-size: 15px;
            font-weight: 600;
            color: #666;
        }

        .info-pack-days ul li p {
            padding-top: 0px;
            font-size: 14px;
        }

.info-pack-plac::after {
    content: '';
    background: #cecece;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 19px;
}

.card.compare {
    border-radius: 0;
}

.destinations {
    padding: 20px 0;
}
.search-button form {
    display: flex;
    width: 100%;
}
.search-button .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.search-button .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.single-tour .single-travel img.seach-img {
    height: 130px;
    width: 200px;
}

.nav-breadcrumb {
    background-color: #e9ecef;
}

.bread-mt {
    margin-top: 73px;
}

.youtube-frame {
    background-color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .youtube-frame img {
        width: 100%;
        left: 0;
        opacity: 0.7;
        height: 100%;
    }

    .youtube-frame .play-button {
        width: 70px;
        height: 45px;
        background-color: #333;
        box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
        z-index: 1;
        opacity: 0.8;
        border-radius: 8px;
    }

        .youtube-frame .play-button:before {
            content: "";
            border-style: solid;
            border-width: 11px 0 11px 21px;
            border-color: transparent transparent transparent #fff;
        }

    .youtube-frame img,
    .youtube-frame .play-button {
        cursor: pointer;
    }

        .youtube-frame img,
        .youtube-frame iframe,
        .youtube-frame .play-button,
        .youtube-frame .play-button:before {
            position: absolute;
        }

            .youtube-frame .play-button,
            .youtube-frame .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0);
            }

    .youtube-frame iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

.youtube-frame {
    width: 100%;
    height: 100%;
}

.js-youtube.youtube-frame:hover {
    background-color: #fff;
}

    .js-youtube.youtube-frame:hover .play-button {
        background-color: red;
        opacity: 1;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
    }

.resp-video {
    height: 467px;
}

.table {
	width: 100% !important;
}

.table > thead > tr > td > strong, .table > thead > tr > th {
    color: white;
}

table.table.table-striped > thead {
    background-color: #012b72;
}

#blog-single-content img {
    width: 100%;
    height: auto;
}

ul.bullet {
    margin-bottom: 1rem;
}

.bullet li {
    padding: 0 !important;
}

    .bullet li:before {
        content: "\f00c";
        color: #5cb85c;
        font-size: 15px;
        font-weight: 900;
        margin-right: 11px;
        font-family: Font Awesome\ 5 Free;
    }

.box-chat-fixed {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 300;
    cursor: pointer;
}

.icon-box-chat {
    background-color: rgb(33, 150, 243);
    border-radius: 50%;
    padding: 6px;
    width: 50px;
    height: 50px;
}

.content-box-chat {
    position: absolute;
    white-space: nowrap;
    right: 90px;
    top: -55px;
    background-color: #18458b;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 6px;
}

    .content-box-chat:before {
        display: inline-block;
        font-family: Font Awesome\ 5 Free;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-right: 8px;
        font-size: 16px;
    }

    .content-box-chat:after {
        content: "" !important;
        width: 0 !important;
        height: 0 !important;
        right: -7px !important;
        top: 12px !important;
        position: absolute !important;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #18458b;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-body {
    padding: 15px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.figure-img {
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
    padding: 0;
}

    .figure-img .figure-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 28px;
        text-align: center;
        display: block;
        color: #fff;
        font-style: italic;
        margin-bottom: 0;
        padding: 12px;
        text-align: center;
        background-color: rgba(0,0,0,.3);
    }

#blog-single-content img {
    width: 100%;
    height: auto;
}
