/*
	Theme Name: global rising
	Theme URI: http://globalrising.com
	Description: global rising WordPress Theme
	Version: 1.4.3
	Author: Ultrabyte (@fanatic)
	Author URI: http://fanatic.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@charset "UTF-8";
/*
App name
Author:
Version: 0.0.1
*/
/* Base- style, variables, mixins, etc */
body {
    font-family: 'Montserrat', sans-serif;
}

/** hover effect */
.featured-holder img {
    transition: all 0.4s ease-in-out 0.2s;
    opacity: 1;
}

.view-fourth img {
    transition: all 0.4s ease-in-out 0.2s;
    opacity: 1;
}

.view-fourth .mask {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    transition: all 0.4s ease-in;
    border-radius: 0px;
}

view-fourth h2 {
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transition: all 0.5s ease-in-out;
}

.view-fourth p {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.view-fourth a.info {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.view-fourth:hover .mask {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: 0.2s;
}

.view-fourth:hover img {
    transform: scale(0);
    opacity: 0;
    transition-delay: 0s;
}

.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
    opacity: 1;
    transition-delay: 0.5s;
}

/* layout- footer, header, nav etc */
.footer-full {
    background: url("images/footer-img.jpg");
    position: relative;
    background-size: cover;
}

.footer-full:before {
    content: '';
    background: #00425d;
    opacity: .9;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.footer-content {
    color: snow;
}

.foot-row {
    padding: 4rem 0;
}

.foot-row h1 {
    font-size: 1.0625rem;
    font-weight: 500;
    text-transform: uppercase;
}

.foot-row ul {
    padding: 0;
    list-style-type: none;
    color: #ccc;
    line-height: 2;
}

.foot-row a {
    color: #ccc;
    transition: all .9s ease;
}

.foot-row a:hover {
    color: #00ade7;
}

.foot-row i {
    padding-right: .5rem;
}

.footer-bottom {
    background: #222;
    color: #fff;
    font-size: 12px;
    padding: .5rem;
}

.ub-logo {
    display: inline-block;
}

.ub-logo img {
    width: 105px;
}

.copyright-text {
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}

.social-share ul li {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 0.15rem;
}

.top-nav {
    background: #00425d;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5rem;
    padding: 0.5rem 8rem;
}

.top-nav span {
    margin-right: 0.75rem;
}

.top-nav i {
    padding-right: 5px;
}

.nav-link-holder {
    background: #ebebeb;
}

.nav-link-holder .logo-holder {
    width: 9rem;
    height: 6rem;
}

.nav-link-holder .logo-holder img {
    width: 100%;
}

.nav-link-holder .navbar-nav .active {
    border-bottom: 2px solid #00425d;
}

.bg-light {
    background: #ebebeb !important;
}

.bg-light a {
    color: #00425d !important;
    font-weight: bold;
}

.bg-light a:hover {
    color: #007eb4 !important;
}

.bg-light .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.tabs-content .nav-link.active {
    color: #fff;
    background-color: #00425d;
}

.trip-inside-cont {
    margin: 1rem 0;
}

.inside-banner-wrapper {
    position: relative;
}

.img-banner-inside {
    min-height: 30rem;
    max-height: 30rem;
    width: 100%;
    object-fit: cover;
}

.banner-inside-img-holder:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.inside-trip-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inside-tour-title h1 {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
}

.cst-bredcum {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    width: 50%;
    margin: auto;
}

.cst-bredcum .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "/";
}

.cst-bredcum .breadcrumb {
    background: transparent;
}

.cst-bredcum .breadcrumb a {
    color: #fff;
}

.inside-trip-heading h1 {
    font-size: 40px;
    color: #42464d;
    margin: 1rem 0;
}

.inside-trip-price h2 {
    color: #00425d;
    font-size: 1.5rem;
}

.inside-trip-price span {
    font-size: 32px;
    font-weight: 700;
}

.inside-trip-details {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}

.inside-trip-details .details-heading {
    background: #00425d;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.inside-trip-details h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.inside-trip-details .single-list {
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
}

.inside-trip-details .single-list .left {
    float: left;
    margin-right: 41px;
    width: 90px;
    font-size: 15px;
    font-weight: 600;
}

.trip-inside-tab {
    margin-top: 1rem;
}

.trip-inside-tab .nav-tabs .nav-link.active {
    color: #00425d;
    background-color: transparent;
    border-bottom: 4px solid #00425d;
}

.trip-inside-tab .nav-tabs .nav-link.active:hover {
    color: #00ade7;
}

.trip-inside-tab .nav-tabs .nav-link {
    color: #42464d;
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.trip-inside-tab .nav-tabs .nav-link:hover {
    color: #00ade7;
}

.trip-inside-tab .tab-content {
    padding: 1rem 0;
}

.trip-inside-tab .nav-tabs li {
    margin-right: 40px;
}

.trip-inside-tab p {
    color: #757575;
    margin: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
}

.trip-inside-tab h1 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #757575;
    margin: 1rem 0;
}

.trip-inside-tab ul {
    color: #757575;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
}

.aside-booking {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin-top: 1rem;
}

.aside-booking .book-head {
    padding: 5px;
    background: #00425d;
    color: #fff;
    text-align: center;
}

.aside-booking h1 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
    font-weight: 700;
}

.aside-booking-form {
    padding: 20px;
}

.aside-booking-form label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.aside-booking-form .form-control {
    width: 100%;
    border: 2px solid #e9e9e9;
    height: 42px;
    padding: 0 15px;
}

.inside-trip-summary p {
    color: #757575;
    margin: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
}

.related-trip-thumb img {
    min-height: 5rem;
    max-height: 5rem;
    width: 100;
    object-fit: cover;
}

.other-trips {
    display: table;
    margin-bottom: 2rem;
}

.other-trips .related-trip-thumb {
    display: table-cell;
}

.other-trips .related-trip-desc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1rem;
}

.other-trips .related-trip-desc h3 {
    font-size: 14px;
    font-weight: bold;
}

.other-trips .related-trip-desc p {
    font-size: 14px;
    line-height: 23px;
    color: #757575;
}

.other-trips .related-trip-desc a {
    color: #00425d;
}

.related-trip {
    margin: 2rem 0;
}

.inside-itinerary .date {
    background: #ccc;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tour-time ul li span {
    font-weight: bold;
}

/* modules- */
.home-search .form-control::-webkit-input-placeholder {
    color: white;
}

.form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 0;
}

.btn-normal {
    background: #fff;
    color: #00425d;
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.btn-normal span {
    position: relative;
    z-index: 1;
}

.btn-normal:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00ade7;
    position: absolute;
    transition: all 0.5s ease;
    bottom: 0;
    right: 100%;
}

.btn-normal:hover:before {
    right: 0;
}

.btn-fancy {
    background: #00425d;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 1s ease;
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
}

.btn-fancy span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn-fancy:hover:before {
    right: 0;
    color: #fff;
}

.btn-fancy:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00ade7;
    position: absolute;
    transition: all 0.5s ease;
    bottom: 0;
    right: 100%;
}

.featured-row .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -52px;
    background: #00425d;
    color: #fff;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}

.featured-row .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -52px;
    background: #00425d;
    color: #fff;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}

.featured-row .owl-theme .owl-nav .disabled {
    opacity: 1;
}

.btn-book-lg {
    border-radius: 0;
    background: #fff;
    color: #00425d;
    transition: all 0.5s ease;
}

.btn-book-lg:hover {
    background: #00425d;
    color: #fff;
    border: 1px solid #fff;
}

.client-testo-left .owl-carousel .owl-nav button.owl-next {
    background: #00425d;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
    transition: all 0.4s ease;
}

.client-testo-left .owl-carousel .owl-nav button.owl-prev {
    background: #00425d;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
    transition: all 0.4s ease;
}

.client-testo-left .owl-theme .owl-nav .disabled {
    opacity: 1;
}

.client-testo-left .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.btn-booknow {
    padding: 14px 35px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #00425d;
    border-radius: 3px;
    position: relative;
    box-shadow: none;
    transition: all 500ms ease;
    color: #fff;
}

.btn-booknow:hover {
    background: #00ade7;
}

.trip-inside-cont .owl-dots {
    display: none;
}

.trip-inside-cont .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: transparent;
    color: #fff;
    top: 50%;
    font-size: 5rem;
    transition: all 0.4s ease;
    transform: translateY(-50%);
    outline: 0;
}

.trip-inside-cont .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: transparent;
    color: #fff;
    top: 50%;
    font-size: 5rem;
    transition: all 0.4s ease;
    transform: translateY(-50%);
    outline: 0;
}

.home-search {
    background-color: #00425d;
}

.home-search-cont {
    padding-top: 1rem;
}

.search-btn-hold {
    margin-top: 1.8rem;
}

.single-popular-dest {
    margin: 1rem 0;
}

.popular-destination-index {
    margin-top: 2rem;
}

/** destination hover */
/* generic css */
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.view .mask,
.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 20px 0 0 0;
}

.view p {
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #00425d;
    color: #fff;
    font-family: Raleway, serif;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    overflow: hidden;
    transition: all 0.5s ease;
}

.view a.info:hover:before {
    box-shadow: 0 0 5px #000;
}

/*1*/
.view-first img {
    /*1*/
    transition: all 0.2s linear;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(58, 1, 132, 0.44);
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

/* */
.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .mask {
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}

.mask-cnt {
    position: relative;
    top: 50%;
    transform: translateY(-60%);
}

.dest-title {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    font-size: 1.25rem;
    color: #fff;
    text-shadow: 2px 2px #000;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
}

.dest-title h3 {
    font-size: 17px;
    line-height: 34px;
}

.view-first:hover .dest-title {
    display: none;
}

.featured-destination {
    margin: 1rem 0;
    background: linear-gradient(rgba(45, 37, 37, 0.45), rgba(0, 0, 0, 0.45)),
    url("images/popular/popular-bg.jpg");
    padding: 3rem 0;
    color: #fff;
    background-size: cover;
}

.featured-row {
    background: #ffffff75;
    padding: 2rem 1rem;
    margin-top: 1rem;
}

.featured-holder {
    color: #5c5c5c;
}

.featured-holder .price {
    color: #00ade7;
    font-weight: bold;
}

.tabs-content {
    margin: 2rem 0;
}

.tabs-single-cnt {
    color: #5c5c5c;
    margin-bottom: 1.5rem;
}

.tabs-single-cnt .price {
    color: #00ade7;
    font-weight: bold;
}

.package-tabs {
    margin-top: 2rem;
}

.package-tabs .nav li a {
    background: #f0f3f6;
    padding: 16px 26px;
    border: 0px solid;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    transition: all 1s ease;
    color: #5c5c5c;
}

.package-tabs .nav li a:hover {
    background: #00ade7;
    color: #fff;
}

.about-company {
    position: relative;
    z-index: 1;
}

.about-us {
    position: relative;
    z-index: 5;
}

.abouts-text {
    text-align: center;
    padding: 3rem;
}

.abouts-text h3 {
    font-size: 2rem;
}

.colored-col:after {
    position: absolute;
    content: "";
    background: #00425d;
    top: 0;
    left: 10%;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: skewX(-18deg);
}

.colored-col {
    background: #00425d;
    padding: 0;
    color: #fff;
}

.about-bg {
    background: url("images/about-bg.jpg");
    height: 100%;
}

.testnomonial {
    margin: 2rem 0;
}

.client-testo-left:before {
    content: "“";
    position: absolute;
    font-size: 10rem;
    font-weight: bold;
    color: #00ade7;
    font-family: arial;
    top: -2rem;
}

.clients-saying {
    padding: 6rem 0 0 6rem;
}

.clients-saying h2 {
    font-size: 20px;
    font-weight: 700;
}

.clients-saying p {
    color: #757575;
    line-height: 28px;
}

.clients-saying span {
    font-weight: 500;
    display: block;
    font-size: 16px;
    color: #424646;
}

.client-img {
    border-radius: 5rem;
    height: 5rem;
    width: 5rem;
    overflow: hidden;
}

.client-img img {
    height: 5rem;
    width: 5rem;
}

.client-pro {
    display: inline-block;
    vertical-align: middle;
}

.client-img {
    display: inline-block;
    vertical-align: middle;
}

.testo-aside {
    padding: 5rem 0 0 0;
}

.testo-aside h1 {
    font-size: 1.5rem;
    font-weight: 700;
}

h1.uline-heading-sm:after {
    border: 1px solid #000;
    display: block;
    width: 20%;
    content: "";
    bottom: 0;
    margin: 0.5rem auto;
}

.video-holder {
    box-shadow: 0 0 8px 0 #4e4e4e;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

/** images height min max */
.view-first img {
    max-height: 14rem;
    min-height: 14rem;
    width: 100%;
    object-fit: cover;
}

.offers {
    background: #fbfbfb;
}

.offer-head {
    padding-top: 2rem;
}

.offer-wrapper {
    margin: 2rem 0;
}

.offer-wrapper .offer-icon-wrapper {
    border-radius: 100px;
    border-color: #00425d;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
    color: #00425d;
}

.offer-wrapper h1 {
    font-size: 1.5rem;
}

.offer-wrapper p {
    color: #757575;
    line-height: 28px;
}

.offer-wrapper .offer-title {
    margin-top: 1rem;
}

.offer-wrapper .offer-container-single {
    background: #fff;
    text-align: center;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    padding: 2rem;
    transition: all .5s ease;
}

.offer-wrapper .offer-container-single:hover {
    box-shadow: 0 0 1px 0 #4e4e4e;
}

.offer-wrapper .offer-container-single:hover .offer-icon-wrapper {
    transform: rotateZ(360deg);
    transition: all .5s ease;
}

.home-search label {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
}

.section-heading h2 {
    font-size: 1.125rem;
}

.section-heading h1 {
    font-size: 2rem;
}

h1.uline-heading:after {
    border: 1px solid #0082b7;
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
}

/*# sourceMappingURL=style.css.map */
