.font-main {
    /*    font-family: 'Josefin Sans', sans-serif;*/
    font-family: 'Noto Sans', sans-serif;
}

.font-num {
    font-family: 'Pacifico', sans-serif;
}



@font-face {
    font-family: 'museo';
    font-weight: bold;
    src: url('../fonts/museo_sans_ssv/MuseoSans-100.html') format("opentype");
}


@font-face {
    font-family: 'condensed';
    font-weight: bold;
    src: url('../fonts/din-pro-cond-cufonfonts/DINPro-CondBold.otf') format("opentype");
}

@font-face {
    font-family: 'crimson-font';
    font-weight: bold;
    src: url('../fonts/crimson-font/CrimsonText-Roman.ttf') format("truetype");
}


.font-text {
    font-family: 'museo', sans-serif;
}


.font-caption {
    font-family: 'condensed', sans-serif;
}

.font-paragraph {
    font-family: 'crimson-font', sans-serif;
}

.font-chill {
    /*   font-family: 'Handlee', cursive;*/
    font-family: 'Macondo Swash Caps', cursive;

}

.text-large {
    font-size: 19pt !important
}

.text-shadow{
    text-shadow: 1px 
}

.caption {

    font-size: 50px;

}

.section-light {
    background-color: #f9f6f5 !important
}

.polaroid {
    border: 5pt solid #fff;
}


p {
    /*    font-family: 'Nunito Sans', sans-serif;*/
    font-family: Georgia, serif;
}

ucase {
    text-transform: uppercase;
}

h4.title {
    font-size: 12pt;
    letter-spacing: 3pt;
    color: #ae6f7b;
}


.buttond {
    background-color: #f15c29;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.buttond:hover {
    background-color: #f15c2982;
}

.buttond2 {
    background-color: #f15c2982;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.buttond2:hover {
    background-color: #f15c29;
}

.tour-wrap .img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.project {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 50px;
}

.project .img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

}

.project .img div.vr {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: right;
    text-orientation: sideways;
    margin: 0rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    z-index: 1;
    color: #fff;
}

.project .img div.vr span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    background: #232931;
    padding: 20px 5px;
}

@media (max-width: 1199.98px) {
    .project .img div.vr {
        opacity: 0;
        display: none;
    }
}

.project img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project .text {
    padding: 20px;
    ;
    position: relative;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project h4.price {
    /*    position: absolute;*/
    top: 40px;
    left: 0;
    /*    padding: .4em .7em;*/
    /*    background: #ed5e16;*/
    font-weight: 900;
    font-size: 17px;
    color: #a94f4f;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 0px 20px 43px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 20px 43px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 20px 43px -8px rgba(0, 0, 0, 0.11);
*/
    z-index: 100;
}

.project .text h4.price span.old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.3);
}

.project .text span {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.2);
}

.project img h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    position: absolute;
    z-index: 100;

}

.project .text h3 a {
    color: #000000;
}

.project .text .star span {
    color: #e2c0bb;
}

.project .text .star .rate a {
    color: rgba(0, 0, 0, 0.3);
}

.project .icon {
    position: absolute;
    top: .5em;
    right: .5em;
    width: 50px;
    height: 50px;
    bordeR: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 2;
}

.project .icon span {
    color: #fff;
    font-size: 20px;
}

/*
.project:hover .text .price,
.project:focus .text .price {
    background: #e2c0bb;
}
*/

.project:hover .icon,
.project:focus .icon {
    opacity: 1;
}

.project:hover img,
.project:focus img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.star span {
    color: #e2c0bb;
}

.star .rate a {
    color: rgba(0, 0, 0, 0.3);
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.grey-cl {
    color: #999;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 117px);
    min-height: 490px;
    position: relative;
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .2;
}

.owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 117px);
    min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text p strong {
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text p strong a {
    color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff;
}

.mapBox {
    height: 420px;
    margin-bottom: 80px;
}

.br-0 {
    border-radius: 0px !important;

}

.pr {
    font-size: 15px;
    color: #343634;
    text-align: justify;
    line-height: 25pt;
}

.img-effect {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.cl {
    color: #e2c0bb;
}

.sub-title {
    font-size: 15pt;
    font-weight: 300;
    color: #7b7474
}

.caption-overlay h5 {
    font-size: 12pt;
    letter-spacing: 2pt;
    color: #ffffff;
    font-weight: 300;
    /*    padding: 10px 0;*/
    /*    text-shadow: 0 0 20pt rgba(0, 0, 0, 0.9);*/
}


.caption-overlay .price {
    color: #f5e36f;
    font-size: 16pt;
    display: block;
    /*    text-shadow: 0 0 10pt rgba(0, 0, 0, 0.9);*/
}


.caption-overlay h4 {
    font-size: 40pt;
    line-height: 30pt;
    font-weight: 900;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);

}

.caption-overlay .button {
    background: none;
    border: 0;
    padding: 8pt 15pt;
    color: #fff;
    font-size: 13pt;
    position: relative;
    z-index: 2;
    cursor: pointer;

    font-weight: 600;
    outline: none !important;
    /*    display: inline-block !important;*/


}

.caption-overlay .button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #333 !important;
}

.caption-overlay .button:before {
    /*    border-bottom: 2px solid #f5da2d;*/
    position: absolute;
    border-radius: 2pt;
    bottom: 0;
    height: 4px;
    background: #fff;
    left: 0;
    right: 0;
    content: '';
    transition-duration: 0.1s;
    z-index: 1;

}

.caption-overlay .button span {
    position: relative;
    z-index: 2;
}


.caption-overlay .button:hover:before {
    height: 100%;


}

.caption-overlay .button:active:before {
    background-color: #f59b2d;


}


.swiper-slide .caption-overlay .block {
    /*    border-right: 2px solid rgba(255, 255, 255, 0.4);*/
    /*    padding: 30pt 0;*/
    margin: 20pt 0;
}

.swiper-slide .caption-overlay {
    position: absolute;
    right: 0px;
    /*    top: 0px;*/
    bottom: 0px;
    /*    width: 600px;*/
    left: 0;
    max-width: 100%;
    text-shadow: 0 0 40pt rgba(0, 0, 0, 0.4);

    /*    background-image: url(../../images/slide/bg.png);*/
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    /*
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20% 100%;
*/
}

.text-0 {
    color: #ee570b !important;
}

.text-1 {
    color: #a41326 !important;
}

.ucase {
    text-transform: uppercase !important;
}

.bg-0 {
    background-color: #ece3e4
}

.bg-1 {
    background-color: #f53022 !important;
    color: #fff;
}

.bg-2 {
    background: #eee7e6;

}

.bg-green {
    background-color: #459064;
}

.bg-orange {
    background-color: #e29136;
}

.text-thin {
    font-weight: 300 !important;
}

/*.drop{
    background-color: #3498db;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.drop:hover, .drop:focus; {
    background-color: #2980b9;
}
.drop{
    position: relative;
    display: inline-block
}*/

.drop {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.drop a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.drop a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .drop container when the user clicks on class item) */

.show {
    display: block;
}

p {
    font-size: 14pt;
    font-weight: 400;
}

.link-list a {
    text-decoration: none;
}

.contact a {
    text-decoration: none;
}

.bg-grad-green {
    background-size: cover;
    background-image: url(../images/green-bg.html);
}

.bg-grad {
    background-size: cover;
    background-image: url(../images/bg.html);
}



.btn-primary {
    background: #e89568 !important;
    border-color: #e89568 !important
}

.btn-primary:hover,
.btn-primary:active {
    background: #dc5d18 !important
}

.btn-rounded {
    border-radius: 100px;
}

.dropdown-content.mega {
    background: #fff;
    min-width: 380px;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 18px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 6px 0;
    font-size: 12pt;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #8d8481
}

.dropdown-content a:hover {
    text-decoration: underline;
    background: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.btn-outline {
    background: none;
    border: 3px solid #1acb69;
    color: #1acb69;
}

.border-left {
    border-left: 2px solid #dee2e6 !important;
}

.border-right {
    border-left: 2px solid #dee2e6 !important;
}

.btn-outline:hover {
    cursor: pointer;
    background: #1acb69;
    color: #fff;
}

.uppercase {
    text-transform: uppercase !important;
}

.body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    font-variant-east-asian: normal;
    background: #f9f5f5;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 250px;
    bottom: 0;
    overflow: auto;
    background: #e9e9e9;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    font-variant-east-asian: normal;


}

.side-menu2 {
    position: fixed;
    top: 0;
    left: -300px;
    width: 250px;
    bottom: 0;
    overflow: auto;
    background: #e9e9e9;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    font-variant-east-asian: normal;


}

.search-bar input::placeholder {
    color: #fff;
    opacity: 0.4;
}

.search-bar {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1px;
    margin: 10px;
    border-radius: 0pt;
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    border: 1px solid green;*/
}

.uppercase {
    text-transform: uppercase;
}

.search-bar input {
    color: #fff;
    outline: none;
    border: none;
    background: none;
    font-size: 15pt;
    padding: 4px 20px;
    display: inline-block;
    width: 300px;
}

.search-bar button {
    /*    margin-top: 8px;*/
    padding: 6px;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    color: #fff;

}

body.pushin .body {
    left: 250px !important;
    position: fixed;
}

body.pushin2 .body {
    left: 250px !important;
    position: fixed;
}

.body {
    overflow-x: hidden !important
}

body.pushin .side-menu {
    left: 0px !important;
}

body.pushin2 .side-menu2 {
    left: 0px !important;
}

.strip .item {
    padding: 10px;
    color: #fff;
    display: inline-block;
    margin-left: -5px;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 3px;


}

[href] {
    color: #bf5360
}

[href]:hover {
    color: #a72433
}

.top {
    padding-top: 50px;
}

.title37 {
    margin: 0 auto;
    width: 90%;
    color: #999;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-top: 20px;
    text-align: center;
}

.news-grid {
    margin-top: 4em;
}

.news-grid a {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 .2em 0;
    text-decoration: none;
}

.news-grid span {
    color: #A7A7A7;
    font-size: 1em;
    line-height: 1.7em;
    margin: 0.3em 0 0.7em 0;
    display: block;
}

a.admin {
    margin: 0 3px;
    font-size: 1em;
    color: #97BFE3;
    font-weight: 300;
}

a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
    display: block;
}

img.zoom-img:hover {
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-bg {
    background-size: cover;
    position: relative;
}

.img-bg .caption {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
}

.safari-title {
    font-size: 49px;
    font-weight: normal;
    letter-spacing: .5px;
    line-height: 1.08333333333;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.bg-grey {
    background-color: #f9f9f9;
    padding: 20px;
}

.button {
    width: 5%;
    margin-top: 5px;
}

.news-info p {
    margin-top: 0.8em;
    color: #929da5;
    font-size: 0.96em;
    line-height: 1.8em;
}

site-section {
    padding: 5em 0;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.text-black {
    color: #000 !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.unit-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.unit-4 .unit-4-icon span {
    line-height: 0;
    font-size: 3rem;
}

.unit-4 h3 {
    font-size: 20px;
}

.headfont {
    font-family: 'Josefin Sans', sans-serif;
}

.d-block {
    display: block !important;
}

.unit-1-heading {
    font-size: 2.5rem;
    position: relative;
    /*    font-family: 'Josefin Sans', sans-serif;*/
    /*    text-transform: uppercase;*/
    opacity: 0.8;
}

.unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.unit-1 img,
.unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    color: #fff;
    display: block;
    width: 100%;
}

.thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.thumb {
    overflow: hidden;
}

.thumb img {
    transition: all 0.7s linear;
}

.thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}

.thumb {
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog {
    border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.date {
    color: #fff;
    padding: 12px 11px;
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 13px;
    transition: all 0.3s ease 0s;
}

.date {
    background: -webkit-linear-gradient(90deg, #e9ecef 0%, #e9ecef 100%);
    background: -moz-linear-gradient(90deg, #e9ecef 0%, #e9ecef 100%);
    background: -ms-linear-gradient(90deg, #e9ecef 0%, #e9ecef 100%);
    background: -o-linear-gradient(90deg, #e9ecef 0%, #e9ecef 100%);
    background: linear-gradient(90deg, #e9ecef 0%, #e9ecef 100%);
}

.date span {
    font-family: "Playfair Display", serif;
    font-size: 26px;
}

.d-flex {
    display: flex !important;
}

.ml-20 {
    margin-left: 20px;
}

.single-package h4 {
    margin-bottom: 12px;
    font-size: 21px;
    transition: all 0.3s ease 0s;
    color: #443431
}

.primary-btn {
    margin-top: 20px;
}

.primary-btn {
    position: relative;
    display: inline-block;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.sc-c-masthead-phone__caption {
    font-size: 16px;
    line-height: 16px;
}

.sc-c-masthead-phone__caption {
    display: block;
    color: #005EB8;
}

.sc-c-masthead-phone__number {
    color: #FF7802;
    white-space: nowrap;
    font-size: 16px;
    line-height: 16px;
    direction: ltr;
    unicode-bidi: embed;
}

.single-package h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.single-package .fe {
    color: #eb5422;
}

.item-1,
.item-2,
.item-3 {
    position: absolute;
    display: block;
    top: 5em;

    width: 80%;

    font-size: 2em;

    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

.item-3 {
    animation-name: anim-3;
}

@keyframes anim-1 {

    0%,
    8.3% {
        left: 0%;
        opacity: 0;
    }

    8.3%,
    25% {
        left: 10%;
        opacity: 1;
    }

    33.33%,
    100% {
        left: 15%;
        opacity: 0;
    }
}

@keyframes anim-2 {

    0%,
    33.33% {
        left: 0%;
        opacity: 0;
    }

    41.63%,
    58.29% {
        left: 10%;
        opacity: 1;
    }

    66.66%,
    100% {
        left: 15%;
        opacity: 0;
    }
}

@keyframes anim-3 {

    0%,
    66.66% {
        left: 0%;
        opacity: 0;
    }

    74.96%,
    91.62% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 15%;
        opacity: 0;
    }
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 19.33%;
    padding: 5px;
}


.single-package {
    position: relative;
    padding: 20px 20px 40px;
    /*    border: 1px solid #eeeeee;*/
    background-color: #f9f6f5;
    /*    margin-bottom: 30px;*/
    /*
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
*/
    height: 100%;
}

.honeymoon {
    position: relative;
    padding: 10px 10px 10px;
    background-color: #f9f6f5;
    height: 100%;
}

.single-package .date {
    color: #fff;
    background: #e2975e;
    padding: 12px 11px;
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-package .meta-top {
    margin-right: 5px;
}

.single-package .thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-package .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*
.gradient-bg .primary-btn.btn-bg:hover .single-package .date .single-popular-places:hover .popular-places-img:before .trip-form-section .primary-btn .categories_post:hover .categories_details .blog_right_sidebar .widget_title .blog_right_sidebar .search_widget .input-group .form-control .blog_right_sidebar .newsletter_widget .bbtns .blog_right_sidebar .tag_cloud_widget ul li a:hover .blog-pagination .page-item.active .page-link .blog-pagination .page-link:hover .comment-form .primary-btn .contact_form .primary-btn .single-footer-widget .click-btn {
    background: -webkit-linear-gradient(90deg, #999 0%, #999 100%);
    background: -moz-linear-gradient(90deg, #999 0%, #999 100%);
    background: -ms-linear-gradient(90deg, #999 0%, #999 100%);
    background: -o-linear-gradient(90deg, #999 0%, #999 100%);
    background: linear-gradient(90deg, #999 0%, #999 100%);
}
*/

.single-package:hover .date {
    background: #cd3d0e
}

.single-package:hover {
    border-color: #fff;
    background: #fff;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.2);
}

.single-package:hover img {
    transform: scale(1.1);
}

.single-package a {
    color: #000000;
}

.single-blog .blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-details {
    padding: 25px 0px;
}

.meta-top {
    margin-right: 5px;
}

.date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.m-icon {
    height: 50px;
    display: inline-block;
    width: 50px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    /*    background: #000;*/
    vertical-align: middle
}

.thumb img {
    opacity: .5;
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.thumb img {
    opacity: .5;
}


.unit-1:hover .unit-1-text {
    bottom: 30px;
}

.unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mb-2 .my-2 {
    margin-bottom: 0.5rem !important;
}

.text-primary {
    color: #ef6c57 !important;
}

.unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    color: #fff;
    display: block;
    width: 100%;
}

.strip .item {
    background-color: #9ecf9a;

}

.strip .item {
    background-color: #61b959;

}

.strip .item {
    background-color: #f3b776;

}

.strip .item .icon {
    height: 50px;

    width: 50px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    background-color: rgba(0, 0, 0, .3)
}

header {
    position: relative;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

header .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: #fff;
}

.caption h1 {
    font-weight: 900;
    font-size: 48pt;
}

.h-menu a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15pt;
    color: #fff !important;
    opacity: 0.7;
}



.activities .item {
    overflow: hidden;
    height: 280px;
    position: relative;
    border-radius: 5px;
    /*    border: 4px solid rgba( 0, 0, 0, 0.1);*/
    cursor: pointer;

    /*    bottom: 0px;*/
}


.text-bold {
    font-weight: bold;
}

.text-success {
    color: rgba(233, 78, 27, 1) !important
}




.t-footer {
    padding: 40px 0 80px;
}

.t-footer .new-trip {
    border-bottom: 1px solid #E6E6E6
}

.t-footer .new-trip {
    padding-bottom: 32px;
    margin-bottom: 32px
}

.t-footer .new-trip {
    margin-top: 25px
}

.t-footer .new-trip {
    padding-right: 200px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 48px
}

.aos-animate {
    opacity: 1;
    transform: translate(0);
}

.site-blocks-cover.inner-page-cover {
    min-height: 650px;
    height: calc(65vh);
}

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.site-blocks-cover h1 {
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 1.5;
}

.site-section {
    padding: 5em 0;
}

.btna {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0
}

@media only screen and (min-width:1147px) {
    .t-footer .new-trip {
        margin-bottom: 64px
    }



    .btna {
        border: 1px solid transparent;
        display: inline-block;
        padding: 14px 24px;
        user-select: none;
        outline: 0;
        white-space: nowrap;
        line-height: 1em;
        background: #128D8D;
        font-weight: 700;
        color: #fff;
        font-size: 18px;
        border-radius: 4px;
    }

    btna a:hover {
        color: whitesmoke;
    }

    @media only screen and (min-width: 768px) .t-footer .left-col {
        display: inline-block;
        width: 200px;
        vertical-align: top;
    }

    @media only screen and (min-width:768px) {
        .trip-name-bar {
            padding: 28px 32px
        }

        .currency-converter.tablet-auto > .ember-power-select-trigger {
            display: inline-block;
            min-width: 175px
        }
    }

    @media only screen and (min-width:1197px) {
        .trip-name-bar {
            padding-left: 48px;
            padding-right: 48px
        }
    }

    .currency-converter.dashboard {
        float: none
    }

    .currency-converter.auto > .ember-power-select-trigger {
        display: inline-block
    }

    .currency-converter.right {
        text-align: right
    }

    .currency-converter.transparent > .ember-power-select-trigger {
        background-color: transparent
    }

    .currency-converter {
        width: 110px
    }

    .ember-power-select-trigger {
        border-radius: 4px;
        font-size: 18px;
        color: #474747;
        line-height: 54px;
        padding-right: 40px;
    }

    .uppercase.ember-power-select-dropdown .ember-power-select-option,
    .uppercase.ember-power-select-trigger {
        text-transform: uppercase;
    }

    .ember-power-select-option,
    .ember-power-select-trigger {
        font-size: 16px;
        text-align: left;
    }

    .ember-power-select-trigger {
        padding: 0 16px 0 0;
    }

    .ember-power-select-trigger {
        position: relative;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background-color: #fff;
        overflow-x: hidden;
        text-overflow: ellipsis;
        min-height: 42px;
        user-select: none;
        -webkit-user-select: none;
    }

    .ember-power-select-placeholder,
    .ember-power-select-selected-item {
        margin-left: 16px;
        white-space: nowrap;
    }

    ember-power-select-trigger .ember-power-select-status-icon {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%…%201.514%201.514%200%200%200%200%202.096l7.124%207.375z'%2F%3E%3C%2Fsvg%3E);
        width: 10px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        transform: rotate(90deg);
        right: 20px;
    }

    .ember-power-select-status-icon {
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-style: solid;
        border-width: 7px 4px 0;
        border-color: #666 transparent transparent;
        right: 5px;
    }

    .social {
        text-align: center;
        margin-top: 42px;
        margin-bottom: 50px;
    }

    .social-icon {
        display: inline-block;
        margin-right: 32px;
    }

    .t-footer .social .social-icon svg {
        max-width: 20px;
        max-height: 20px;
        fill: #474747;
    }

    .t-footer .center-col {
        width: calc(100% - 491px);
        padding-bottom: 0;
    }

    .t-footer .center-col {
        display: inline-block;
        vertical-align: top;
    }


    @media only screen and (min-width: 768px) .t-footer .link-list {
        display: inline-block;
        margin-bottom: 0;
        text-align: left;
        margin-left: 64px;
    }

    .link-list {
        vertical-align: top;
        margin-left: 0;
        list-style: none;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .t-footer .link-list li:first-child {
        font-weight: 600;
        margin-bottom: 20px;
    }

    t-footer .link-list li {
        font-size: 14px;
        color: #474747;
        margin-bottom: 10px;
    }

    .t-footer .link-list li a:not(.t-link) {
        color: #474747;
    }

    .t-footer .link-list li.see-all a {
        color: #9d2f19;
        font-weight: 500
    }

    .see-all .spacer {
        padding-top: 66.666%
    }

    .see-all h2 {
        position: absolute;
        bottom: 0;
        left: 58px
    }

    .see-all h2 {
        bottom: 72px
    }

    .subtitle.see-all,
    .peek-slider .title.see-all {
        padding-right: 260px
    }

    @media only screen and (min-width: 1147px) .t-footer .right-col {
        display: inline-block;
        width: 280px;
        vertical-align: top;
        border-top: 0;
        padding-top: 0;
    }

    @media only screen and (min-width: 1147px) .t-footer .contact {
        text-align: left;
        padding-bottom: 5px;
        padding-left: 66px;
        border-left: 1px solid #E6E6E6;
        padding-top: 10px;
    }

    .contact h4 {
        font-size: 25px;
        font-weight: 700;
        color: orangered;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 20px;
    }

    h4 {
        line-height: 24px;
    }

    .contact {
        display: block;
        font-size: 14px;
        color: #474747;
        margin-bottom: 10px;
    }

    .contact a {
        display: block;
        font-size: 19px;
        color: #474747;
        margin-bottom: 10px;
    }

    .logos {
        margin-top: 49px;
    }

    .logos {
        padding: 40px 0;
    }

    .timbuktu {
        float: left;
        margin-top: 10px;
    }

    .t-footer .logos .timbuktu {
        text-align: center;
    }

    .t-footer .logos .timbuktu span {
        font-size: 20px;
        vertical-align: top;
        line-height: 1;
    }

    .t-footer .logos .timbuktu svg {
        fill: grey;
        width: 100px;
        height: 23px;
        margin-left: 10px;
    }

    .txt-muted {
        opacity: 0.8;
    }

    .associations {
        float: left;
        margin-top: 5px;
        margin-left: 40px;
        padding-left: 40px;
        position: relative;
    }

    .associations a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 48px;
    }

    .associations img {
        max-width: 60px;
    }

    .a-link {
        text-decoration: none !important
    }

    .d-item .img {
        height: 200px;
        background-color: #eee;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;

        font-size: 14pt;
        /*        text-shadow:1px 1px 20px rgba(0, 0, 0, 0.9)*/
    }

    .d-item .img .d-flex {
        padding: 50px;
        background-color: rgba(0, 0, 0, 0.4)
    }


    .header-sm {
        height: 400px;
    }

    .main_title {
        position: relative;
    }

    .main_title h1 {
        position: absolute;
        opacity: 0.1;
        top: -20pt;
        font-size: 40pt;
        left: 20pt;
        right: 0;

        text-align: left;
        font-weight: 900;
    }


    .paragraph {
        line-height: 2em;
        font-size: 23px;
    }

    .para {
        line-height: 1.9em;
        font-size: 23px;
    }

    .big-headline {
        text-align: center;
        margin-top: 50px;
        padding-bottom: 30px;
        font-size: 60px;

        font-weight: 500;
        line-height: 1em;
        text-transform: uppercase;
        letter-spacing: .05em;
    }


    .small-headline {
        text-align: center;
        margin-top: 50px;
        padding-bottom: 10px;
        font-size: 43px;
        font-weight: 500;
        line-height: 1em;
        text-transform: uppercase;
        letter-spacing: .01em;
    }


    .small-headline-lowercase {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 10px;
        font-size: 45px;
        font-weight: 500;
        line-height: 1em;
        /*        text-transform: uppercase;*/
        letter-spacing: .01em;
    }

    .bg-grey {
        background-color: #eee;
    }

    .safari-item .img {
        position: relative;
        overflow: hidden;
        height: 270pt;
        border-radius: 5pt;
    }

    .safari-item .img img {
        transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        height: 100%;

    }

    .safari-item:hover .img img {
        height: 110%;
    }

    .safari-item .img .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(../images/grad.png);
        background-repeat: repeat-x;
        z-index: 10;
        color: #fff !important;
        padding: 10pt;
    }

    .img .caption h3 {
        font-size: 20px;
    }

    .img .caption h4 {
        font-size: 14px;
    }

    .lh-35 {
        line-height: 35px;
    }


    .dest-image {
        height: 450px;
        width: 100%;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        border-radius: 4px;
        position: relative;
        cursor: pointer;
    }

    .dest-image-small {
        height: 250px;
        width: 100%;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        border-radius: 4px !important;
        cursor: pointer;
    }


    .ea-image-small {
        height: 250px;
        width: 100%;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        border-radius: 5px !important;
        cursor: pointer;
    }



    .safari-type {
        bottom: 0px;
        font-size: 24px;
        margin: 0;
        padding: 13px 0px 5px 0;
        position: absolute;
        width: 100%;
        text-align: left;
        color: #fff;
        font-weight: 400;
    }

    .safari-type-small {
        bottom: 0px;
        font-size: 24px;
        margin: 0 !important;
        padding: 13px 0px 0px 0;
        position: absolute;
        width: 100% !important;
        text-align: left;
        color: #fff;
        font-weight: 700;
        background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
    }


    .d-icon {
        margin-top: 30%;
        font-size: 40px;
        color: #0B5345;
        margin-left: 20px;
    }

    .card__body-text {
        font-size: 16px;
        color: #555;
        margin: 6px 0;
    }


    .text-shadows {
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
    }





    .card-a.bg-white {
        background: #fff;
    }

    .card-a {
        position: relative;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
        /*        border-radius: 20px !important;*/
    }

    .card-a:hover {
        cursor: pointer;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        /*        border-radius: 20px !important;*/
    }


    .card-a .img-holder {
        position: relative;
        overflow: hidden;
        height: 220px;
    }

    .card-a .img-holder img {
        width: 100%;
    }


    .card-a .img-holder img:hover {
        width: 110%;
        cursor: pointer;
    }



    .card-a .img-holder * {
        /* transition-duration: 0.5s; */
        -webkit-transition-duration: 0.5s;
    }
