/********** Template CSS **********/
:root {
	--primary: #fa6003;
	--secondary: #0DD3F1;
	--light: #F6F7FC;
	--dark: #15233C;

	--yellow: #fdd831;
	--navy: #000080;
	--blue: #20b7b9;
	--pink: #e5276a;
	--purple: #a943a5;
	--orange: #f6910e;

	--text: #2f2f2f;

	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #fff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
}



body {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: 'Rubik', sans-serif;
	background-color: #fefffa;
}

section {
	padding: 20px 0;
	overflow-x: hidden;
	background-color: #fefffa;
}

.bg-section {
	background-color: #fefffa;
}

h1,
h2,
h3 {
	color: #2f2f2f;
	font-weight: 100;
	font-size: 3.4em;
	margin-bottom: .3em;
	line-height: normal;
}

p {
	font-family: 'Rubik', sans-serif;
	color: #272727;
	font-weight: 300;
	line-height: 1.8;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 16px;

}

.title-primary {
	font-size: 1.8rem !important;
	color: #2f2f2f;
	font-weight: 600;
	line-height: 1.2;
}

.title-primary span {
	font-size: 1.8rem !important;
	color: var(--yellow);
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Gloria Hallelujah', cursive;
}

.bg-color {
	background-color: var(--yellow);
}


/*1.  ***************Back to Top***************** */

.back-to-top {
	position: fixed;
	display: none;
	right: 65px;
	bottom: 45px;
	z-index: 99;
	background-color: var(--yellow);
	color: var(--light);
	border: none;
}


.back-to-top:hover {
	position: fixed;
	display: none;
	right: 65px;
	bottom: 45px;
	z-index: 99;
	background-color: var(--yellow);
	color: var(--text);
	border: none;
}


/* 2. ************* Top Head *************** */

.top-head small {
	color: var(--text);
}

.top-head small a {
	color: var(--text);
}

.top-head small i {
	color: var(--text);
}



/************ 3. Appointment Button *************/

.appointment-btn {
	background: var(--yellow);
	color: var(--dark);
	border-radius: 50px;
	padding: 6px 40px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 16px;
	display: inline-block;

}

.appointment-btn:hover {
	border: 5px solid #f5d88968;
	padding: 6px 40px;
}

@media (max-width: 768px) {
	.appointment-btn {
		/* margin: 0 15px 0 0; */
		padding: 6px 15px;
	}
}


/******** 4. Navbar ********/

.navbar.sticky-top {
	top: -100px;
	transition: .5s;
}

.navbar .navbar-brand img {
	width: 170px;
}

.navbar .navbar-nav .nav-link {
	margin-left: 25px;
	padding: 10px 0;
	color: #696E77;
	font-weight: 500;
	outline: none;
	font-size: 18px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--primary);
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}



@media (max-width: 480px) {


	.lb-outerContainer {
    position: relative !important;
}

/* Close button stays inside the image area */
.lb-close {
    position: absolute !important;  /* position relative to .lb-outerContainer */
    top: 10px !important;           /* distance from image top */
    right: 10px !important;         /* distance from image right */
    z-index: 99 !important;       /* on top of image */
    width: 16px !important;                    /* set proper size */
    height: 16px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

	.navbar .navbar-brand img {
	width: 130px;
}

	.text-start {
		text-align: start !important;
	}

	.title-primary {
		font-size: 1.8rem !important;
		color: #2f2f2f;
		font-weight: 600;
		line-height: 1.2;
		text-align: center;
	}

	.content p{
		text-align: center;
	}
	

	.content h1, h2, h3, h4, h5, h6, span{
		text-align: center;
	}

}

@media (max-width: 991.98px) {

	.navbar .navbar-nav {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.navbar .nav-item .dropdown-menu {
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		right: 0;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}


/************* 5. Banner Carousel *********/

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: start;
	z-index: 1;
}

.carousel-control-prev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-control-next {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-control-prev,
.carousel-control-next {
	width: 4%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	background-color: var(--yellow);
	border: 15px solid var(--yellow);
	border-radius: 50px;
}

.typewrite {
	color: var(--yellow);
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 40px;
}

.cars-text h1 {
	font-family: 'Rubik', sans-serif;
	color: var(--navy);
	font-size: 40px;
}

.cars-text h2 {
	font-family: 'Rubik', sans-serif;
	color: var(--navy);
	font-size: 40px;
}

.cars-text p {
	font-family: 'Rubik', sans-serif;
	color: #272727;
	font-weight: 400;
	line-height: 1.8;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 16px;
}


#header-carousel {

	height: 100vh;
}

#header-carousel .carousel-item {
	position: relative;
	min-height: 450px;
	height: 100vh;
}

#header-carousel .carousel-item img {
	position: absolute;
	width: 100%;
	height: 50%;
	object-fit: cover;
}

@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		width: 3rem;
		height: 3rem;
		background-color: var(--yellow);
		border: 2px solid var(--yellow);
		border-radius: 50px;
	}

	
}



/* ************************ 6. program slider images *********************** */

/* .service::after{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
        background:  url(../img/banner/PlainBanner.png) center center no-repeat;

    background: linear-gradient(rgba(253, 216, 49, 0.767), rgba(253, 216, 49, 0.647)), url(../img/banner/PlainBanner.png) center center no-repeat;
    background-size: cover;
    z-index: -1;
} */

/* .service::after{ }

/*** Testimonial ***/
.testimonial-carousel1 .owl-item .testimonial-item img {
    width: 100%;
    height: 250px;
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.testimonial-carousel1 .owl-item .testimonial-item,
.testimonial-carousel1 .owl-item .testimonial-item * {
    transition: .5s;
    
}

.testimonial-carousel1 .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-radius: 20px !important;
    border-bottom: 6px solid var(--yellow);
}

.testimonial-carousel1 .owl-item.center .testimonial-item * {
    /* color: var(--text) !important; */
    
}

.testimonial-carousel1 .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel1 .owl-nav .owl-prev,
.testimonial-carousel1 .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--yellow);
    transition: .5s;
}

.testimonial-carousel1 .owl-nav .owl-prev:hover,
.testimonial-carousel1 .owl-nav .owl-next:hover {
    color: var(--light);
    background: var(--yellow);
}




/*--------------------------------------------------------------
# 7. Why Choose Us
--------------------------------------------------------------*/
.services .icon-box {
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid #fff;
  }

  .services .icon-box1 {
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid #fff;
  }

  .services .icon-box2 {
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid #fff;
  }

  .services{
    background-color: #fefffa;
  }
  
  .services .icon-box .icon {
    width: 150px;
    height: 150px;
    /* background: var(--wp--preset--color--vivid-red); */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
  }

  .services .icon-box1 .icon {
    width: 150px;
    height: 150px;
    /* background: var(--wp--preset--color--vivid-green-cyan); */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
  }

  .services .icon-box2 .icon {
    width: 150px;
    height: 150px;
    /* background: var(--wp--preset--color--vivid-purple); */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #fff;
  }
  
  .services .icon-box .icon i {
    font-size: 28px;
  }

  .services .icon-box1 .icon i {
    font-size: 28px;
  }

  .services .icon-box2 .icon i {
    font-size: 28px;
  }
  
  .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .services .icon-box1 h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .services .icon-box2 h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .services .icon-box h4 a {
    color: #282828;
    transition: ease-in-out 0.3s;
  }

  .services .icon-box1 h4 a {
    color: #282828;
    transition: ease-in-out 0.3s;
  }

  .services .icon-box2 h4 a {
    color: #282828;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .icon-box1 p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .services .icon-box2 p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .services .icon-box:hover {
    transform: translateY(-10px);
    border-color: var(--wp--preset--color--vivid-red);
  }

  .services .icon-box1:hover {
    transform: translateY(-10px);
    border-color: var(--wp--preset--color--vivid-green-cyan);
  }

  .services .icon-box2:hover {
    transform: translateY(-10px);
    border-color: var(--wp--preset--color--vivid-purple);
  }
  
  .services .icon-box:hover h4 a {
    color: var(--wp--preset--color--vivid-red);
  }
  
  .services .icon-box1:hover h4 a {
    color: var(--wp--preset--color--vivid-green-cyan);
  }

  .services .icon-box2:hover h4 a {
    color: var(--wp--preset--color--vivid-purple);
  }


  .bg-appointment {
    background:  url(../img/banner/PlainBanner.png) center center no-repeat;
    background-size: cover;
}


/************ 8. small banner ***************/

.page-header {
    background: url(../img/banner/banner3.png) center center no-repeat;
    background-size: cover;
    height: 70vh;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}

/************ 9. small banner ***************/


.hmv-box{
	padding: 0px 0px; 
    /* background-image: url('../img/banner/PlainBanner.png'); */
}
.inner-hmv{
	padding: 15px;
	/* box-shadow: 0 0px 10px rgba(0,0,0,.1); */
	position: relative;
	overflow: hidden;
}
.icon-box-hmv{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 3px solid #4babb1;
	border-radius: 6px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-box-hmv i{
	font-size: 60px;
	color: #eea412;
}
.inner-hmv h3{
	font-size: 28px;
	color: var(--navy);
    /* font-weight: 500; */
	margin-bottom: 20px;
	padding: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.inner-hmv p{
	margin: 0px;
}

.inner-hmv:hover .icon-box-hmv{
	border: 3px solid #eea412;
}
.inner-hmv:hover .icon-box-hmv i{
	color: #4babb1;
}
.inner-hmv:hover h3{
	color: #eea412;
}
.tr-pa{
	font-size: 170px;
	color: #f7ea3574;
    position: absolute;
    top: -20px;
    right: -10px;
    line-height: 125px;
	/* font-weight: 700; */
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.inner-hmv:hover .tr-pa{
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}



/************ 10. About Us ***************/


.hmv-box{
	padding: 0px 0px; 
    /* background-image: url('../img/banner/PlainBanner.png'); */
}
.inner-hmv{
	padding: 15px;
	/* box-shadow: 0 0px 10px rgba(0,0,0,.1); */
	position: relative;
	overflow: hidden;
}
.icon-box-hmv{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 3px solid #4babb1;
	border-radius: 6px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-box-hmv i{
	font-size: 60px;
	color: #eea412;
}
.inner-hmv h3{
	font-size: 28px;
	color: var(--navy);
    /* font-weight: 500; */
	margin-bottom: 20px;
	padding: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.inner-hmv p{
	margin: 0px;
}

.inner-hmv:hover .icon-box-hmv{
	border: 3px solid #eea412;
}
.inner-hmv:hover .icon-box-hmv i{
	color: #4babb1;
}
.inner-hmv:hover h3{
	color: #eea412;
}
.tr-pa{
	font-size: 170px;
	color: #f7ea3574;
    position: absolute;
    top: -20px;
    right: -10px;
    line-height: 125px;
	/* font-weight: 700; */
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.inner-hmv:hover .tr-pa{
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


/************ 11. Achivements ***************/

.counts1 {
    background: #f1f7fd;
    
  }
  
  .counts1 .count-box {
    padding: 40px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
  }
  
  .counts1 .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
  
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  
  .counts1 .count-box img {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
  
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 120px;
  }
  
  
  .counts1 .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744;
  }
  
  .counts1 .count-box p {
    padding: 20px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
  }



/************ 12. gallery ***************/





.portfolio img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* ensures no stretching */
  border-radius: 8px; /* optional */
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
  }
  
  .portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	background: white;
	border-radius: 50px;
	padding: 2px 15px;
  }
  
  .portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 12px 20px 12px 20px;
	font-size: 15px;
	/* font-weight: 500; */
	line-height: 1;
	color: #444444;
	margin: 0 4px 8px 4px;
	transition: all ease-in-out 0.3s;
	border-radius: 50px;
	background: #f2f2f2;
	
  }
  
  .portfolio #portfolio-flters li:before {
	list-style: none !important;
	text-decoration: none;
	content: none !important;
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
	background: var(--yellow);
	color: #fff;
  }
  
  .portfolio #portfolio-flters li:last-child {
	margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(84, 84, 84, 0.6);
	border-radius: 10px;
  }
  
  .portfolio .portfolio-wrap img{
  height: 100%;
  width: 100%;
  }
  
  .portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(84, 84, 84, 0.6);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 35px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transition: all 0.5s ease 0s;
	z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::after {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all 0.5s ease 0s;
	z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	/* font-weight: 600; */
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
	color: #e96b56;
  }
  
  .portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::before {
	top: 15px;
	left: 15px;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::after {
	bottom: 15px;
	right: 15px;
  }


/************ 13. small banner ***************/

/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
  }
  
  .destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 3;
	transition: 0.5s;
  }
  
  .destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	display: flex;
	justify-content: end;
	padding: 20px 20px 0 0;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: 0.5s;
  
  }
  
  .destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
	opacity: 0;
	transition: 0.5s;
  }
  
  .destination .tab-class .nav-item {
	padding: 0 0 20px 0;
  }
  .destination .tab-class .nav-item a.active {
	background: var(--bs-primary) !important;
  }
  
  .destination .tab-class .nav-item a.active span {
	color: var(--bs-white) !important;
  }
  
  .destination .tab-class .tab-content .destination-img:hover .search-icon {
	background: rgba(19, 53, 123, 0.4);
  }
  
  .destination .tab-class .tab-content .destination-img:hover .destination-overlay {
	bottom: 0;
  }
  
  .destination .tab-class .tab-content .destination-img:hover .search-icon a i {
	opacity: 1;
  }
  
  .destination .tab-class .tab-content .destination-img img {
	transition: 0.5s;
  }
  
  .destination .tab-class .tab-content .destination-img:hover img {
	transform: scale(1.2);
  }
  /*** Destination End ***/



/************ Mobile Bottom Navigation ***************/

.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	z-index: 1000;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: flex;
	background-color: #fff;
}

.mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	display: flex;

	flex-direction: column;
	justify-content: center;
	
}

.mobile-bottom-nav__item a {
	color: #000 !important;
	font-size: 11px;
}

.mobile-bottom-nav__item--active {
	color: var(--yellow);
}

.h300 img {
	height: 300px;
}

.mobile-bottom-nav__item-content a i {
	font-size: 22px;
	color: var(--yellow);
	display: block;
	margin-bottom: 3px;

}

.mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
}


  /*================================================
    Default CSS
  =================================================*/
  .default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--primary);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    /* font-weight: 400; */
    font-size: 16px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .default-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--logo);
    color: #ffffff;
    -webkit-transition: width 0.5s ease-in-out, 
   height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, 
   height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
  }
  
  .default-btn:hover {
    color: #ffffff !important;
    background-color: var(--logo);
  }
  
  .default-btn:hover span {
    width: 225%;
    height: 562.5px;
  }
  
  .default-btn i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }


  .pdn{
    padding: 10px 10px !important;
    width: 180px;
  }
  .mod_head{
    background: linear-gradient(to right,#fdd831, #fdd831db );
  }
  .modal-title{
    color: #fff;
  }
  .vrt{
    vertical-align: middle;
  }

  .bgh{
    background: linear-gradient(to right,#fdd831, #fdd831db );
  }
  
  .h45{
    height: 45px !important;
  }
  .contact-forms .form-group {
    margin-bottom: 31px;
  }
  .ltp{
  padding: 20px !important;
    letter-spacing: 1px;
  }









  @media (max-width: 480px) {
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		width: 3rem;
		height: 3rem;
		background-color: var(--yellow);
		border: 1px solid var(--yellow);
		border-radius: 50px;
	}
  
	  .counts1 .count-box img {
		  position: absolute;
		  top: -55px;
		  left: 50%;
		  transform: translateX(-50%);
		  font-size: 20px;
		
		  color: #fff;
		  border-radius: 50px;
		  display: inline-flex;
		  align-items: center;
		  justify-content: center;
		  width: 78px !important;
		  height: 90px !important;
		}
  
  
  
	  .features .icon-box p {
	  
		  color: #848484;
		  margin-left: 0px !important;
		}
  
		.features .icon-box h4 {
		  font-size: 20px;
		  /* font-weight: 700; */
		  margin: 0px !important;
		}
  

	  .feature-text{
		  font-size: 20px;
		}
  
/* 		
	  .text-para{
	  text-align: center !important;
  
	 } */
  
	 .section-title h2{
	  color: var(--navy);
	 }
  
	 .text-para1{
	  text-align: center !important;
	 }
  
	 ul {
	  list-style: none;
	}
	
	ul li:before {
	  content: '✓'; 
	  color: var(--primary);
	  font-weight: 600;
	  padding: 5px;
	}
  }
  














/******************* Footer **********************/

.footer {
	color: #A7A8B4;
}


.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #A7A8B4;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #A7A8B4;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--light);
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .btn.btn-square {
	color: #A7A8B4;
	border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
	color: var(--secondary);
	border-color: var(--yellow);
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: var(--yellow);
}

.footer .copyright a:hover {
	color: #FFFFFF;
}



.masonry {
  column-count: 2;
  column-gap: 5px !important;
  @media (min-width: 768px) {
    column-count: 3;
  }
  @media (min-width: 992px) {
    column-count: 4;
  }
  @media (min-width: 1199px) {
    column-count: 4;
  }
  .brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
  }
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



  .filter-btns {
  margin-bottom: 20px;
}
.filter-btn {
  border: none;
  padding: 8px 15px;
  margin: 5px;
  cursor: pointer;
  background: #fdc134;
  border-radius: 5px;
  transition: 0.3s;
}
.filter-btn.active,
.filter-btn:hover {
  background: #fdc134;
  color: #fff;
}


/* Close button stays inside the image area */
.lb-close {
    position: fixed !important;  /* position relative to .lb-outerContainer */
    top: 20px !important;           /* distance from image top */
    right: 20px !important;         /* distance from image right */
    z-index: 99 !important;       /* on top of image */
    width: 24px ;                    /* set proper size */
    height: 24px ;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}
