@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-ExtraBold.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-SemiBold.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Black.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Light.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Bold.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: 'Rubik';
	color: #4A4A4A;
}

a{
	text-decoration:none !important;
	font-family: 'Rubik';
}
a:focus{
	outline:none !important;
}
button:focus{
	outline:none !important;
	font-family: 'Rubik';
}
.color{
	color:#2659FF !important;
}
li{
	list-style:none !important;
	font-family: 'Rubik';
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Rubik';
}

/**header**/
.menu-block {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0px 0;
    z-index: 3;
}
header .navbar-default {
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
	padding: 15px 0;
}
.hflx{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.menu-block.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    box-shadow: 0px 2px 9px #33333357;
}
.head-menu{
	display:flex;
	gap:30px;
}
.head-menu li{
	float:none;
}
.head-menu li a{
	font-size:16px;
	color:#fff !important;
	text-transform: uppercase;
}
.head-menu li:last-child a{
	background-color: #F18917;
	color: #fff !important;
    border-radius: 10px;
    padding: 12px 20px;
	font-weight:300;
}
.head-menu li:last-child a:hover,.head-menu li:last-child a:focus{
	background-color: #F18917;
	color: #fff !important;
    border-radius: 10px;
    padding: 12px 20px;
	font-weight:300;
}
.sticky-logo{display:none;}
.menu-block.fixed-header .nrml-logo{display:none;}
.menu-block.fixed-header .sticky-logo{display:block;}
.menu-block.fixed-header .head-menu li a{
	color:#333 !important
}
.menu-block.fixed-header .head-menu li:last-child a{
	color:#fff !important;
}
.mobile-menu{
    display:none;
}
/**header**/

/**banner**/
.home-banner{
	position:relative;
}
.banner-image img{
	width:100%;
}
.mobile-banner{
	display:none;
}
/**banner**/

/**home-package**/
.home-package{
	position:relative;
	background-color:#fff;
	padding-top:80px;
	padding-bottom:100px;
	background-image: url(../images/mountain-back.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.home-title-block{
	position:relative;
	margin-bottom:50px;
}
.home-title-block h2{
	font-size:30px;
	color:#000;
	margin:0;
	font-weight:600;
	text-transform: uppercase;
	position:relative;
	display:inline-block;
}
.home-title-block h2:before{
	position: absolute;
    content: "";
    left: -120px;
    top: 15px;
    width: 100px;
    height: 1px;
    background: #F18917;
}
.home-title-block h2:after{
	position: absolute;
    content: "";
    right: -120px;
    top: 15px;
    width: 100px;
    height: 1px;
    background: #F18917;
}
.package-tile{
	position: relative;
    background-color: #042E66;
    border-radius: 10px;
}
.package-image{
	border-radius: 5px;
}
.package-image img{
	width: 100%;
    border-radius: 10px;
}
.package-caption{
	padding: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.package-caption h3{
	margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.package-caption h4{
    margin: 0;
    color: #f18917;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.package-caption p{
    color:#fff;
    line-height:26px;
    margin-bottom:20px;
    font-size:16px;
}
.package-caption ul{
	position: relative;
    padding-left: 0px;
    /*display: flex;
    gap: 25px;*/
	margin-bottom: 20px;
}
.package-caption ul li{
	display: flex;
    align-items: center;
    margin-bottom:20px;
}
.package-caption ul li img{
	margin-right: 10px;
}
.package-caption ul li span{
	color: #fff;
    font-size: 16px;
}
.package-caption a{
	color:#e1e1e1;
	font-weight:200;
	text-transform: uppercase;
	border-bottom:1px solid #F18917;
	padding-bottom:5px;
	font-size: 16px;
}
.scroll-car{
	position: relative;
    padding-top: 60px;
}
.car-tile{
    width: 300px;
    height: 123px;
    position: absolute;
    margin-right: 0;
    -webkit-animation: gipy2 30s infinite;
    animation: gipy2 30s infinite;
    animation-timing-function: linear;
    background-image: url(../images/p.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -100px;
}
@-webkit-keyframes gipy2 {
from {right: 0%;}
to {right: 100%;}
}
@keyframes gipy2 {
from {right: 0%;}
to {right: 100%;}
}
.car-tile:before {
    width: 40px;
    height: 41px;
    position: absolute;
    background-image: url(../images/t.png);
    content: "";
    left: 30px;
    bottom: 5px;
    -webkit-animation: rotateLeft 5s infinite;
    animation: rotateLeft 5s infinite;
    animation-timing-function: linear;
}
.car-tile:after {
        width: 40px;
    height: 41px;
    position: absolute;
    background-image: url(../images/t.png);
    content: "";
    right: 50px;
    bottom: 5px;
    -webkit-animation: rotateLeft 5s infinite;
    animation: rotateLeft 5s infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateLeft {
from {transform:rotate(0deg);}
to {transform:rotate(-360deg);}
}
@keyframes rotateLeft {
from {transform:rotate(0deg);}
to {transform:rotate(-360deg);}
}
.pflx{
        display: flex;
    justify-content: center;
}
.proflx{
    display:flex;
    align-items:center;
}
/**home-package**/

/**why-block**/
.why-block{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
	background-image:url('../images/why-bg.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.why-text-caption p{
	color:#444;
	font-size:18px;	
	font-weight:300;
	line-height:30px;
	margin-bottom:30px;
}
.why-text-caption p:nth-child(2){
	margin-bottom:40px;
}
.why-text-caption p span{
	color:#F18917;
	font-size:25px;	
	font-weight:300;
	line-height:30px;
	font-style:italic;
}
.why-text-caption p strong{
	color:#F18917;
	font-size:18px;	
	font-weight:500;
	line-height:30px;
	font-style:italic;
}
/**why-block**/

/**home-include**/
.home-include{
	background-color:#042E66;
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
}
.home-include:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:276px;
	height:703px;
	background-image:url('../images/include-left.png');
	background-repeat:no-repeat;
	background-size:contain;
}
.home-include:after{
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	width:703px;
	height:276px;
	background-image:url('../images/include-right.png');
	background-repeat:no-repeat;
	background-size:contain;
}
.home-include .home-title-block h2{
	color:#fff;
}
.include-box{
	position: relative;
    background-color: #F18917;
    border-radius: 5px;
    padding: 40px 20px;
	margin-bottom:30px;
	z-index:2;
}
.include-box img{
	margin-bottom: 20px;
	height: 80px;
}
.include-box h4{
	font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    min-height: 65px;
}
.include-title h3{
	background-color: #FBD2A5;
    margin: 0;
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.btno{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.iflx{
	display:flex;
	align-items:center;
}
/**home-include**/

/**home-explore**/
.home-explore{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
	background-image:url('../images/why-bg.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.explore-content{
    background-color: #042e66;
    border-left: 5px solid #f18917;
    border-top: 5px solid #f18917;
    padding: 40px;
    position:relative;
}
.explore-content p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.explore-ico{
    position: absolute;
    bottom: -20px;
    right: 60px;    
}
.explore-ico i{
    color: #fff;
    background-color: #f18917;
    width: 50px;
    height: 50px;
    line-height: 54px;
    border-radius: 100px;
    font-size: 20px;
}
/**home-explore**/

/**home-gallery**/
.home-gallery{
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
}
.gal-flx{
	display:flex;
	align-items:center;
}
.home-gallery .gallery-image-block {margin-bottom: 30px;position:relative;}
.home-gallery .vertical-outer {display: table;width: 100%;height: 100%;}
.home-gallery .gallery-image-block .stories_thumb {position: relative;transition: all 0.5s;}
.home-gallery .vertical-outer .stories_thumb {vertical-align: middle;display: table-cell;}
.home-gallery .gallery-image-block .stories_thumb::before {position: absolute;content: "";background-image: linear-gradient(0deg, #0c3c2c, #9e7a30);width: 100%;height: 100%;opacity: 0;left: 0;transition: all 0.5s;top: 0;bottom: 0;right: 0;border-radius: 20px;}
.home-gallery .vertical-outer .stories_thumb img {margin: 0 auto;    width: 100%;    border-radius: 20px;}
.home-gallery .gallery-image-block .image-icon {position: absolute;top: 0;z-index: 2;display: flex;width: 100%;align-content: space-around;flex-direction: column;align-items: center;height: 100%;justify-content: center;opacity: 0;transition: all 0.5s;}
.home-gallery .gallery-image-block .image-icon i {background-color: #fff;padding: 10px;border-radius: 100%;font-size: 20px;color: #F18917;}
.home-gallery .gallery-image-block:hover .stories_thumb::before {opacity: 0.6;}
.home-gallery .gallery-image-block:hover .image-icon {opacity: 1;}
.gallery-btn a{
	background-color: #F18917;
	border-radius: 10px;
    padding: 15px 30px;
    font-weight: 400;
    color: #fff;
	text-transform: uppercase;
}
.gallery-btn{
	margin-top:30px;
}
/**home-gallery**/

/**home-testimonial**/
.home-testimonials{
	position:relative;
	padding-bottom: 70px;
}
.testrow .row{
	display: flex;
    justify-content: center;
}
.testimonial-slide .rating i {
    color: #FFC107;
}
.testimonial-cont {
    background: #E6E5E5;
	position: relative;
    padding: 70px 40px;
	padding-bottom:60px;
}
.user-img img{
	height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 6px solid #F18917;
    margin: 0 auto;
}
.testrow .slick-track {
    padding-top: 50px;
}
.user-img{
	position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.testimonial-cont h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.testimonial-cont p {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
	font-style:italic;
}
.quote i{
	color:#F18917;
	font-size:20px;
}
.quote{
	margin-bottom:20px;
}
.testrow .slick-dots{
	bottom:-50px;
}
.testrow .slick-dots li button:after{
	position:absolute;
	content:"";
	left:0;
	right:0;
	width:24px;
	height:6px;
	background:#000;
	top:0;
}
.testrow .slick-dots li.slick-active button:after{
	background:#F27946;
}
.testrow .slick-dots li button:before{
	display:none;
}
/**home-testimonialo**/

/**home-call-btn**/
.home-call-block {
    background-color: #556464;
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}
.home-call-caption h3{
	color:#fff;
	font-size:20px;
	margin:0;
	margin-bottom:10px;
	font-weight:400;
}
.home-call-caption h2{
	color: #fff;
    font-size: 40px;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 500;
    width: 80%;
    text-transform: uppercase;
    line-height: 60px;
}
.home-call-btn a{
	color:#fff;
	font-size:18px;
	font-weight:300;
	background-color: #F18917;
	border-radius:10px;
	padding: 10px 30px;
}
.home-call-block .row{
	display:flex;
	align-items:flex-end;
}
/**home-call-btn**/

/**footer**/
.cpr-ght{
	position: relative;
    background-color: #425050;
    padding: 10px 0;
	padding-top: 15px;
}
.cpy-right-text p{
	color: #fff;
    margin: 0;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 200;
}
.design-text p, .design-text p a {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 200;
}
/**footer**/

/**modal**/
.avail-form .form-control {
    border-radius: 0px;
    height: 40px;
    background-color: #fff;
    font-size: 14px;
    color: #888;
}
.avail-form textarea.form-control {
    border-radius: 0px;
    height: 80px;
    background-color: #fff;
    resize: none;
}
.avail-form .form-group{
	margin-bottom:20px;
}
#booknow .close{
    width: 40px;
    height: 40px;
    background-color: #F18917;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    color: #fff;
}
.form-btn .btn-default{
	background-color: #F18917;
    color: #fff;
    border: none;
    font-size: 15px;
    width: 100%;
    padding: 10px;
}
#booknow .modal-content{
	border-radius:0px;
}
#booknow{
	padding-right:0px !important;;
}
.letsdiscuss {
    position: fixed;
    right: -400px;
    top: 150px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 10%);
    z-index: 99;
    transition: 0.5s;
    display: none;
}
.letsdiscuss.shwfull {
    right: -27px;
}
.letsdiscuss-title {
    position: absolute;
    left: -120px;
    transition: 0.5s;
    transform: rotate(-90deg);
    top: 65.5px;
    color: #fff;
    background-color: #f37a47;
    z-index: 9999999999;
    padding: 10px 30px;
    cursor: pointer;
    width: auto;
}
.letsdiscuss-title h4 {
    margin: 0;
}
.letsdiscuss-title .btn-default {
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    box-shadow: none;
    white-space: nowrap;
} 
/**modal**/

/**whatsapp**/
.whatsapp-share {
    position: fixed;
    left: 30px;
    z-index: 5;
    bottom: 30px;
    transition: all 500ms ease-in-out;
}
.whatsapp-share a {
    color: #fff;
    text-align: center;
}
.whatsapp-share a i {
    font-weight: 500;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    border: 1px solid #25D366;
    background-color: #25D366;
    line-height: 53px;
    font-size: 30px;
}
.call-btn {
    position: fixed;
    right: 30px;
    z-index: 5;
    bottom: 30px;
    transition: all 500ms ease-in-out;
    display:none;
}
.call-btn a {
    color: #fff;
    text-align: center;
}
.call-btn a i {
    font-weight: 500;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    border: 1px solid #f37a47;
    background-color: #f37a47;
    line-height: 53px;
    font-size: 25px;
}

.float-call{
    position:fixed;
    top:50%;
    right:0;
    cursor :pointer;
    z-index:9;
}
.float-call .float-img{
    background-color: #042e66;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    padding: 10px 10px 5px 10px;
}
.float-call span{
    background: #f18917;
    color: #fff;
    position: absolute;
    right: -180px;
    font-size: 14px;
    top:0px;
    white-space: nowrap;
    padding: 11px 15px;
    transition: all .5s ease-in-out;
    opacity: 1;
    z-index: -1;
    border-radius: 0px;
}
.float-call .float-img i{
    color:#fff;
    font-size:25px;
}
.float-call:hover span{
    transition: all .5s ease-in-out;
    opacity: 1;
    right: 40px;
}
.float-call a{
    color:#fff;
    display:block;
}
/**whatsapp**/

/**client-logo-tile**/
.home-clients{
    padding-bottom:70px;
}
.client-logo-tile{
    margin: 0 10px;
}
.client-logo-tile img{
    margin:0 auto;
    border: 1px solid #efefef;
    width:100%;
}
.client-logo-inner .slick-dots{
	bottom:-50px;
}
.client-logo-inner .slick-dots li button:after{
	position:absolute;
	content:"";
	left:0;
	right:0;
	width:24px;
	height:6px;
	background:#000;
	top:0;
}
.client-logo-inner .slick-dots li.slick-active button:after{
	background:#F27946;
}
.client-logo-inner .slick-dots li button:before{
	display:none;
}
/**client-logo-tile**/

/**home-about**/
.home-about{
    position:relative;
    padding-top:70px;
    padding-bottom:70px;
}
.home-about-content p{
    color: #444;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    text-align:justify;
}
.home-left-img img{
    width:100%;
    border-radius:5px;
    box-shadow: 5px 6px 10px #e0dede;
}
.home-about-content h2{
	font-size: 30px;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-left: 120px;
    margin-bottom: 40px;
}
.home-about-content h2:before{
	position: absolute;
    content: "";
    left: -120px;
    top: 15px;
    width: 100px;
    height: 1px;
    background: #F18917;
}
.home-about-content h2:after{
	position: absolute;
    content: "";
    right: -120px;
    top: 15px;
    width: 100px;
    height: 1px;
    background: #F18917;
}
.home-about .row{
    display:flex;
    align-items:center;
}
/**home-about**/

.bookbtn-pkg{
        display: block;
    width: 100%;
    background-color: #f18917;
    padding-bottom: 0;
    padding: 10px 16px;
    line-height: 22px;
    border-radius: 5px;
    font-weight: 400;
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.eightflx{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Toast */

.toast .alert{
    position: fixed;
    z-index:99999;
    bottom: 50px;
    width: 100%;
    max-width: 340px;
    right: 20px;
    margin: 0 auto;
    border-radius: 5px;
  box-shadow:
  0px 3.2px 13.8px rgba(0, 0, 0, 0.02),
  0px 7.6px 33.3px rgba(0, 0, 0, 0.028),
  0px 14.4px 62.6px rgba(0, 0, 0, 0.035),
  0px 25.7px 111.7px rgba(0, 0, 0, 0.042),
  0px 48px 208.9px rgba(0, 0, 0, 0.05),
  0px 115px 500px rgba(0, 0, 0, 0.07)
}
.toast .icon{
  padding: 0.5rem;
  margin-right: 1rem;
  border-radius:39% 61% 42% 58% / 50% 51% 49% 50%;
  box-shadow:
  0px 3.2px 13.8px rgba(0, 0, 0, 0.02),
  0px 7.6px 33.3px rgba(0, 0, 0, 0.028),
  0px 14.4px 62.6px rgba(0, 0, 0, 0.035),
  0px 25.7px 111.7px rgba(0, 0, 0, 0.042),
  0px 48px 208.9px rgba(0, 0, 0, 0.05),
  0px 115px 500px rgba(0, 0, 0, 0.07)
}
.toast .close{
    padding: 0.75rem;
    position: absolute;
    top: 0;
    background: #ffffff;
    right: 0;
    border-radius: 0.5rem;
    opacity: .7;
}
.toast .close:hover{
  background-color: #fff;
}

.toast .success{
    background-color: rgb(249 137 14);
}
.toast .success p{
    font-size: 20px;
    color: #fff;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.toast .success .icon{
  background-color:#3ebd61;
}
.toast .toast-btn{
    margin: 8px auto;
}
.toast .toast-btn a{
    background-color: #042e66;
    color: #fff !important;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 300;
}