:root {
    --background-primary:#4c74a5;
    --background-secondary:#f9f9f9;
    --background-third:#e4fff9;
    --text-primary:#41233b;
    --text-secondary:#f9b129;
    --text-third:#fa2964;
    --border-primary:#fa2964;
    --border-secondary:#e7e7e7;
    --button-primary:#fa2964;
    /*--button-secondary:;*/
    --white:#fff;
    --black:#000;
    --main-font: 'Roboto', sans-serif;
    --header-font: 'Cormorant Infant', serif;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
/* ------------------- Common -------------------- */
body{
	font-family: var(--main-font);
	font-size: 15px;
	color: var(--black);
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--header-font);
}
a{
	color: var(--black);
	text-decoration: none;
}
a:hover{
	color: var(--black);
	text-decoration: none;
}
section{
	padding-top: 50px;
    position: relative;
}
.sec-title{
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}
.sec-title h2{
	position: relative;
    font-size: 46px;
    color: var(--text-primary);
    font-weight: 700;
    /*margin-top: -5px;*/
    margin-bottom: 0;
    text-transform: capitalize;
    
}
.sec-title h2 span{
    color: var(--text-third);
    font-style: italic;
}
.sub-title{
	position: relative;
    /*top: -8px;*/
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.2em;
    font-weight:500;
    display: inline-block;
    text-transform: capitalize;
}

.theme-btn{
	position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 50px;
    font-weight: 800;
    overflow: hidden;
    color: var(--white);
    background: var(--button-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px;
    overflow: hidden;
}

button.theme-btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    
    cursor: pointer;
    border: none;
}

.theme-btn-title{
	position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.theme-btn:hover {
    color: var(--white);
}

.theme-btn:hover .btn-title {
    color: var(--white);
}
.theme-textarea{
    width: 100%;
    background: transparent;
    border: 1px solid var(--border-secondary);
    height: 130px !important;
    line-height: 52px;
    padding: 0px 20px;
    color: var(--white);
    transition: all 0.4s ease;
}
.theme-input{
    width: 100%;
    background: transparent;
    border: 1px solid var(--border-secondary);
    /*height: 52px;*/
    line-height: 52px;
    padding: 0px 20px;
    color: var(--black);
    transition: all 0.4s ease;
}
.theme-select{
    width: 100%;
    background: transparent;
    border: 1px solid var(--border-secondary);
    /*height: 52px;*/
    line-height: 52px;
    padding: 0px 20px;
    color: var(--white);
    transition: all 0.4s ease;
}
.theme-input:focus,
.theme-input:focus-visible,
.theme-textarea:focus,
.theme-textarea:focus-visible,
.theme-select:focus,
.theme-select:focus-visible
{
    box-shadow: none;
    border-color: transparent;
}
.theme-input:-internal-autofill-selected,
.theme-textarea:-internal-autofill-selected,
.theme-select:-internal-autofill-selected{
    background: var(--border-secondary);
}
.show_password{
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 18px;
}
.show_password i{
    color: var(--white);
}
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default{
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.with-nav-tabs.panel-default>.panel-heading{
    background: transparent;
    border: none;
    padding: 0;
}
.with-nav-tabs.panel-default .nav-tabs{
    border: none;
}
.with-nav-tabs.panel-default .nav-tabs > li{
    padding: 0;
}
.with-nav-tabs.panel-default .nav-tabs > li > a{
    text-transform: capitalize;
}
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: var(--black);
    border-color: var(--border-secondary);
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: var(--white);
    background-color: var(--background-primary);
    border-color: var(--border-secondary);
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: var(--white);
    background-color: var(--background-primary);
    border-color: var(--border-secondary);
    /*border-bottom-color: transparent;*/
}
.with-nav-tabs.panel-default .nav-tabs > li > a > i{
    margin-right: 5px;
}
/* ------------------- Header -------------------- */
header{
    position: relative;
    z-index: 9;
    width: 100%;
    /*background: var(--background-secondary);*/
}
.left-header{
    width: 20%;
    float: left;
}
.right-header{
    width: 80%;
    float: left;
    text-align: right;
}
.top-header,
.bottom-header{
    float: left;
}
.top-header{
    position: relative;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-secondary);
}
.top-header-left{
    width: 100%;
    float: left;
}
.top-header-right{
    width: 8%;
    float: left;
    text-align: right;
}
.header-contact ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}
.header-contact ul li {
    display: inline-block;
    padding: 0 10px;
}
.header-contact ul li a{
    color: var(--text-primary);
    font-size: 14px;
    font-weight: bold;
}
.header-contact ul li a i{
    padding-right: 5px;
}
.header-social{

}
.header-social ul{
    
}
.header-social ul li{
    
}
.header-social ul li:last-child{
    
}
.header-social ul li a{
    
}
.header-social ul li a i{

}
.bottom-header{
    position: relative;
    width: 100%;
    /*background: rgba(0,0,0,0.8);*/
}

.header-logo {
    padding: 8px 15px 0 0;
}
.header-logo a{
    color: var(--white);
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
}
.header-logo img{
    width: 100%;
    /*box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);*/
}
.navbar-inverse{
    background-color: var(--background-primary);
    padding: 0 17px;
    width: 100%;
    position: relative;
    right: 0;
    left: auto;
    top: 20px;
    border-top: 3px solid var(--border-primary);
    border-radius: 0;
    border-left: transparent;
    border-right: transparent;
    border-bottom: transparent;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-collapse{
    /*background:var(--white);*/
    margin-bottom: 0px;
    border: transparent;
    border-radius: 0;
    
}
.navbar-inverse .navbar-nav>li>a{
    color: var(--white);
    text-transform: capitalize;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.navbar-inverse .navbar-nav>li:first-child {
    padding-left: 0;
}
.navbar-inverse .navbar-nav>li:last-child {
    padding-right: 0;
}
.nav>li{
    padding: 15px 15px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
    background: transparent;
    color: var(--text-primary);
}
.navbar-inverse .navbar-nav>.active>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 2px;
    background-color: var(--text-primary);
    transition: left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: var(--text-primary);   
}
.navbar-nav>li>.dropdown-menu{
    border-radius: 0;
}
.navbar-nav>li>.dropdown-menu li {
    padding: 5px 0px;
}
/* ------------------- Slider -------------------- */
.slider-section{
	padding-top: 0px;
}
.carousel-caption{
	text-align:left;
}
.carousel-caption h1 {
    position: relative;
    display: block;
    font-size: 90px;
    line-height: 1em;
    color: var(--white);
    font-weight: 700;
}
/* ------------------- About -------------------- */
.about-section{
    padding-bottom: 50px;
}
.about-images{
	position: relative;
}
.about-images:before{
	position: absolute;
    right: 65px;
    top: 70px;
    width: 451px;
    height: 381px;
    background-image: url(../images/pattern-5.png);
    content: "";
}
.about-images-main{
	
}
.about-images-main-inner{
    padding: 0px 32px 56px 0px;
    background-image: url(../images/bottom_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(2deg);
}
.about-images-main img{
	vertical-align: middle;
    display: inline-block;
    width: 100%;
    border-style: solid;
    border-width: 14px 14px 42px 14px;
    border-color: var(--white);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.about-images-sub{
	left: 0px;
    width: 250px;
    max-width: 250px;
    bottom: -20px;
    position: absolute;
}
.about-images-sub-inner{
    padding: 0px 0px 21px 0px;
    background-image: url(../images/bottom_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-7deg);
}

.about-images-sub img{
    vertical-align: middle;
    display: inline-block;
	width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-style: solid;
    border-width: 10px 10px 35px 10px;
    border-color: var(--white);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.about-description{

}
.about-text{
	color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
}


/* ------------------- Tour -------------------- */
.tour-section{
    position: relative;
    padding: 30px 0 30px;
    background: url(../images/bg-1.jpg);
}

.tour-section .sub-title{
    color: var(--white)
}
.tour-section .sec-title h2{
    color: var(--white);
}
.tour-section:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    content: "";
    width: 100%:;
}

.tour-block {
    padding: 10px 15px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
    background-color: var(--white);
    text-align: center;
    margin-bottom: 30px;
}
.tour-block-img {
    padding: 15px 0px;
    margin-bottom: 15px;
}
.tour-block-img img {
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}
.tour-block-days {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 13px;
}
.tour-block-days li {
    display: inline-block;
    font-size: 14px;
    color: var(--text-primary);
    margin-right: 10px;
    /*margin-right: 10px;*/
}
.tour-block-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tour-block-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-top: 0px;
    font-weight: bold;
}
.tour-block-info h3 a {
    color: var(--text-third);
}
.tour-block-price {
    color: var(--black);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
.tour-block-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.tour-block-footer {
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tour-block-reviews {
    margin-bottom: 15px;
}
.tour-block-reviews-star {
    /*padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;*/
}
.tour-block-reviews-star li {
    /*font-size: 14px;
    margin-right: 2px;
    display: inline-block;*/
}
.tour-block-reviews-star li.full-star, .tour-block-reviews-star li.half-star {
    
}
.tour-block-reviews span {
    /*font-size: 14px;*/
}
.tour-block-action {
    font-size: 15px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 15px;
}
.tour-block-action a {
    color: var(--black);
}
.tour-block-action i {
    font-size: 18px;
    margin-left: 5px;
}
.tour-information{

}
.tour-price{
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.tour-price h3{
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
}
.tour-price span{
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
.tour-meta{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 25px;
}
.tour-meta li{
    font-size: 16px;
    font-weight: 600;
    margin-right: 35px;
}
.tour-meta li i{
    margin-top: -5px;
    margin-right: 8px;
    color:var(--text-third);
}
.tour-information p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}
.tour-info-list-area {
    border: 1px solid var(--border-secondary);
    background-color: var(--white);
    margin: 30px 0px 30px 0px;
}
.tour-info-list-area ul.info-list-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--border-secondary);
    padding: 30px;
}
.tour-info-list-area ul.info-list-1 > li {
    display: block;
    margin-bottom: 25px;
}
.tour-info-list-area ul.info-list-1 > li span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    width: 35%;
    display: inline-block;
}
.tour-info-list-area ul.info-list-1 > li span:last-child {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    width: 65%;
}
.tour-info-list-area ul.info-list-1 > li ul.info-sublist {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 65%;
    margin-left: auto;
    margin-top: -25px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.tour-info-list-area ul.info-list-1 > li ul.info-sublist li {
    display: inline-block;
    width: 47%;
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
}
.tour-info-list-area ul.info-list-1 > li ul.info-sublist i {
    font-size: 20px;
    /*font-weight: 500;*/
    vertical-align: middle;
    margin-right: 8px;
}
.tour-plan-title{
    font-size: 3rem;
    font-weight: bolder;
    line-height: 1.7;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.tour-plan-single{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    border-bottom: 1px solid var(--border-secondary);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.tour-plan-serial{
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-secondary);
    min-width: 54px;
    border-radius: 0px;
    background: var(--white);
    transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.tour-plan-serial span{
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 600;
    transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.tour-plan-content{
    
}
.tourplan-title{
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 20px;
}
.tour-plan-content p{
    font-size: 17px;
    font-weight: 400;
    color: var(--text-primary);
}
.tour-location-title{
    font-size: 3rem;
    font-weight: bolder;
    line-height: 1.7;
    margin-bottom: 25px;
    text-transform: capitalize;   
}
.gal {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}   
.gal img{ 
    width: 100%; 
    padding: 7px 0;
}
@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;    
    }
}
.tour-gallery-title{
    font-size: 3rem;
    font-weight: bolder;
    line-height: 1.7;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.tour-gallery-single{
    position: relative;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}
.tour-gallery-single img{
    transition: all 0.55s ease;
}
.tour-gallery-single:hover img{
    width: 100%;
    transform: scale(1.1);
}
.tour-booking-forms{
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 35px 30px;
    background: var(--white);
    box-shadow: 4px 3px 40px rgba(16, 33, 34, 0.06);
    width: 100%;
    margin: 0 auto 60px auto;
    border-radius: 5px;
}
.tour-booking-forms h3 {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 15px;
}
.separate-line{
    opacity: 1;
    margin: 20px 0px 36px 0px;
    height: 1px;
}
.tour-form-inner .theme-btn{
    width: 100%;
}
/*.tour-booking-forms{

}
.tour-booking-forms .with-nav-tabs.panel-default .nav-tabs {
    padding: 0 25%;
}
.tour-booking-forms .with-nav-tabs.panel-default .nav-tabs > li{
    width: 100%;
    margin-bottom: 20px;
}
.tour-booking-forms .with-nav-tabs.panel-default .nav-tabs > li > a, 
.tour-booking-forms .with-nav-tabs.panel-default .nav-tabs > li > a:hover, 
.tour-booking-forms .with-nav-tabs.panel-default .nav-tabs > li > a:focus{
    border-radius: 0;
}*/
/* ------------------- Testiminial -------------------- */
.testimonial-section{
    padding-top: 100px;
    padding-bottom: 50px;
}
.testimonial-main-wrapper{
    background: var(--background-secondary);
    /*padding: 60px 250px 0px 50px;*/
    width: 100%;
    float: left;
}
.testimonial-top{
    width: 100%;
    float: left;
}
.testimonial-top-left{
    width: 80%;
    float: left;
}
.testimonial-top-right{
    width: 20%;
    float: left;
}
.testi-top-left-block{
    
    padding: 60px 250px 0px 50px;
}
.testi-top-right-block{
    background: var(--white);
    padding-bottom: 50px;
}
.testi-top-right-img {
    margin: -50px 0px 0px -243px;
}
.testimonial-bottom {
    width: 100%;
    float: left;
    margin-top: -390px;
    margin-bottom: 0px;
    padding: 0px 50px 0px 50px;
}
.testimonial-block{
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 15px;
}
.testimonial-inner-box {
    padding: 25px;
    border: 1px solid var(--border-secondary);
    position: relative;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
    border-radius: 6px;
}
.testimonial-inner-box:before{
    -webkit-mask: url(../images/blog-quote.svg) no-repeat 100% 100%;
    mask: url(../images/blog-quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: rgba(0,0,0,0.08);
    position: absolute;
    width: 50px;
    height: 42px;
    content: '';
    bottom: 25px;
    right: 25px;
}
.testimonial-owner {
    padding: 15px;
    border: 1px solid var(--border-secondary);
    margin-bottom: 20px;
    background-color: var(--background-secondary);
}
.testimonial-owner-meta h3 {
    line-height: 19px;
    margin-bottom: 0px;
    font-size: 20px;
    padding-bottom: 0px;
    font-weight: bold;
    color: var(--text-third);
}
.testimonial-owner-meta span {
    font-size: 14px;
    font-style: normal;
}
.testimonial-owner {
    padding: 15px;
    border: 1px solid var(--border-secondary);
    margin-bottom: 20px;
    background-color: var(--background-secondary);
    padding-bottom: 35px;
}
.testimonial-description {
    padding-bottom: 30px;
    padding-top: 10px;
}
.testimonial-owner-img {
    width: 28%;
    float: left;
    margin-right: 20px;
}
.testimonial-block:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* ------------------- Destinations -------------------- */
.destinations-block {
    border: 1px solid var(--border-secondary);
    padding: 20px 25px 25px;
    background-color: var(--background-secondary);
    border-radius: 6px;
    margin-bottom: 30px;
}
.destinations-block-img img{
    width: 100%;
}
.destinations-block-content {
    text-align: center;
    text-transform: capitalize;
}
.destinations-block-content h3{
    margin-top: 0px;
}
.destinations-block-content h3 a{
    color: var(--text-third);
}
.destinations-block-days {
    list-style: none;
    padding-left: 0;
    display: inline-block;
}
.destinations-block-days li {
    display: inline;
    padding: 0 5px;
}
.single-destination-wrapper{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.single-destination-inner{
    width: 100%;
    float: left;
    border: 1px solid var(--border-secondary);
    padding: 20px 25px 25px;
    background-color: var(--background-secondary);
    border-radius: 6px;
}
.single-destination-img{
    width: 20%;
    float: left;
    margin-right: 30px;
    /*margin-bottom: 20px;*/
}
.single-destination-img img{

}
.single-destination-info{
    vertical-align: middle;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
.single-destination-info h2{
    text-transform: capitalize;
    font-weight: bold;
}
.single-destination-info p{

}
/* ------------------- Home Bnner -------------------- */
.home-banner{
    background-color: var(--background-third);
    background-image: url(../images/bg-2.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 145px;
}
.home-banner-img-one {
    position: absolute;
    right: 0;
}
.home-banner-img-one-inner {
    transform: rotate(11.49deg);
}
.home-banner-img-one-inner img{
    border-style: solid;
    border-width: 5px;
    border-color: var(--white);
    border-radius: 4px;
    height: auto;
    max-width: 100%;
}
.home-banner-img-two-inner {
    transform: rotate(-27.19deg);
}
.home-banner-img-two-inner img {
    border-style: solid;
    border-width: 5px;
    border-color: var(--white);
    border-radius: 4px;
}

/* ------------------- Tailormade -------------------- */
.sub-tailormade-section{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.sub-tailormade-wrapper {
    width: 100%;
}
.sub-tailormade-inner {
    /*box-shadow: 10px 5px 27px 30px rgb(0 0 0 / 5%);*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /* padding-left: 10px; */
    /*padding-right: 10px;*/
    background: rgba(1, 5, 5, .6);
    width: 100%;
    float: left;
}
.sub-tailormade-left {
    width: 15%;
    float: left;
    padding: 5px 0;
    background: var(--background-primary);
}
.sub-tailormade-right {
    width: 85%;
    float: left;
    padding: 5px 5px;
}
.sub-tailormade-bg {
    background: var(--background-primary);
}
.sub-tailormade-title {
    padding: 5px 10px;
}
.sub-tailormade-title h4 {
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 0;
}
.sub-tailormade-title span {
    color: var(--text-primary);
    text-transform: capitalize;
    font-size: 12px;
}
.sub-tailormade-inner button.theme-btn{
    width: 100%;
    border-radius: 0;
    line-height: 24px;
}
.sub-tailormade-inner .theme-input{
    background: var(--white);
}
/* ------------------- Page Banner -------------------- */
.page-banner{
    height: 350px;
    position: relative;

} 
.about-page-banner{
    background:url(../images/banner/about.jpg);
    background-size: cover;
    background-position: center;
}
.tour-page-banner{
    background:url(../images/banner/tour.jpg);
    background-size: cover;
    background-position: center;
}
.destinations-page-banner{
    background:url(../images/banner/destinations.jpg);
    background-size: cover;
    background-position: center;
}
.contact-page-banner{
    background:url(../images/banner/contact.jpg);
    background-size: cover;
    background-position: center;
}
/* ------------------- Footer -------------------- */
footer{
    position: relative;
    background-color: var(--black);
    padding-top: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: bottom left;
}
.footer-shape{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}
.contact-block{
    background: url(../images/newsletter-bg.jpg);
    padding:20px; 
}
.contact-form {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 45px 30px;
    background: linear-gradient(152.97deg, rgba(32, 42, 55, 0.4) 0%, rgba(12, 25, 43, 0.2) 100%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    width: 100%;
    /*max-width: 400px;*/
    margin: 0 auto;
    border: 1px solid var(--border-secondary);
    border-radius: 5px;
}
.contact-form button.theme-btn{
    width: 100%;
}
.footer-block{
    padding-top: 30px;
}
.footer-title{
    position: relative;
    font-weight: 600;
    color: var(--white);
    line-height: 1.2em;
    margin-bottom: 15px;
    font-size: 20px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-logo img{
    width: 25%;
}
.footer-social {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-social ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    padding-left: 0px;
}
.footer-social ul li{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    margin-left: 10px;
}
.footer-social ul li:first-child {
    margin-left: 0;
}
.footer-social ul li a{
    position: relative;
    display: block;
    line-height: 42px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: var(--text-third);
    border-radius: 50%;
    background-color: var(--white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-social ul li a i{

}
.footer-social ul li a:hover {
    color: var(--white);
    background-color: var(--button-primary);
}
.footer-user-links{
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.footer-user-links li{
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-user-links li a{
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-user-links li a:hover {
    color: var(--white);
}
.footer-user-links li a:hover:before {
    width: 100%;
}
.footer-text{
    color: var(--white);
    margin-bottom: 20px;
    font-size: 16px;
}
.footer-contact-info {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.footer-contact-info li {
    font-size: 14px;
    color: var(--white);
    line-height: 26px;
    margin-bottom: 10px;
}
.footer-contact-info li i {
    color: var(--white);
    margin-right: 10px;
}
.footer-contact-info li a{
    color: var(--white);
}

.copyright-text{
    position: relative;
    border-top: 1px solid var(--border-secondary);
    position: relative;
    padding: 20px 15px;
    text-align: center;
    color: var(--white);
}
.copyright-text a{
    color: var(--white);
}