@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);
.container{
	max-width: 1440px;
} 
@media screen and (max-width: 1600px){
	.container {
		max-width: 1350px;
	} 
}
@media screen and (max-width: 1400px){
	.container{
		max-width: 1240px;
	}
}
@media screen and (max-width: 1300px){
	.container{
		max-width: 1150px;
	}
}
@media screen and (max-width: 1199px){
	.container{
		max-width: 960px;
	}
}
a {
	color: #000;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
	transition: all 200ms linear;

}

html{
	scroll-behavior: smooth;
}


p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom:10px;
	text-align: justify;
	margin-top: 0;

}


.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;overflow-x: clip;
}

.navbar {
	padding: 0
}

.navbar-brand img {
	height: 75px;
	width: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: #fff0
}

.nav-link {
	color: #212121 !important;
	font-weight: 500;
	transition: all 200ms linear;
	font-size: 18px
}

.nav-item:hover .nav-link {
	color:#62ae44 !important
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block
}

.icon-box h4 a {
	font-family: "Cormorant", serif;
	color: #000;
	margin-top: 0;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 25%;
	width: 50%;
	height: 2px;
	content: '';
	background: #f8931e;
	opacity: 0;
	transition: all 200ms linear
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1
}

.nav-item.active:hover:after {
	opacity: 0
}

.nav-item {
	position: relative;
	transition: all 200ms linear
}

.bg-light {
	transition: all 200ms linear
}

.section {
	position: relative;
	width: 100%;
	display: block
}

.full-height {
	height: 100vh
}

.over-hide {
	overflow: hidden
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20
}


.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0, 0)
}

.dropdown-menu {
	top: 100%;
	font-size: 13px;
	letter-spacing: 1px;
	background-color: #fcfaff;
	border:
	none;
	border-radius:
	3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.dropdown-toggle::after {
	display: none
}

.dropdown-item {
	padding:
	8px 30px;
	border-bottom:
	1px solid #ccc;
	font-size: 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #e5526c
}

@media (max-width:767px) {
	
	.nav-item:after {
		display: none
	}

	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: #fff0;
		box-shadow: none;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important
	}

}
.topbar .container{
	background: #000;
		padding: 8px 0;
	position: relative;
  z-index: 3;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px 0px 30px 30px;
}
.topbar {

}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	transition: 0.5s ease;
	color: #fff;
	
}
.topbar ul li i{
	color: #f8931e;
}
.topbar ul li a:hover{
	color: #f8931e;
	transition: 0.5s ease;
}
ul {
	padding: 0;
	margin: 0
}

.social {
	float: right
}

.carousel-control-next {
	right: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev {
	left: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev-icon {
	margin-right: 3px
}

.navbar-light .navbar-brand {
	padding: 10px 0px;
	background: #fff;
	
}
.bg-light{
	background: #fff !important;
}
.topbar ul {
	float: right
}

.pbl-0 {
	padding: 0
}



.navbar {
	padding-right: 50px
}

.social {
	padding-right: 25px
}

a {
	text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
	padding: 10px 40px;
	background: #fff;
	margin-top: 0
}
@media screen and (max-width:1450px){
	.ml-md-4, .mx-md-4 {
		margin-left: 1rem !important;
	}
}
@media screen and (max-width:1199px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.5rem !important;
	}
	.nav-link{
		font-size: 14px;
	}
	.navbar-brand img {
		height: 60px;
	}.topbar::after {
		width: calc(30%);
	}
	.navbar-light .navbar-brand {
		padding: 15px 20px;
	}
}

@media screen and (max-width:991px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.3rem !important;
	}
	.nav-link{
		font-size: 13px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-light .navbar-brand {
		padding: 15px 10px;
	}
	.topbar ul li a {
		font-size: 12px;
	}
	.social {
		padding-right: 0;
	}
	.topbar ul li {
		margin-right: 10px;
	}
	.navbar {
		padding-right: 18px;
	}
	.headerbtn{
		display: none;
	}#dnn {
		display: block !important;
	}
}


@media screen and (max-width:767px){
	.topbar ul{
		display: none;
	}
	.social{
		display: block !important;
	}
	.navbar-brand img {
		height: 80px;
	}
	.navbar-light .navbar-brand {
		padding: 7px 25px;
	}
	.navbar-nav {
		overflow: hidden;
		padding-left: 30px !important;
	} .nav-link {
		font-size: 15px;
	}
	.dropdown-item {
		padding:
		8px 0px;
	}
	.dropdown-item:hover, .dropdown-item:focus {
		color: #000;
		background-color: #fff;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: -6px !important;
		margin-bottom: 10px !important;
	}
}




/*Menu End*/


/*Slider Start*/

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}

	.start-header.scroll-on .navbar-brand img {
		height: 46px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}

@media screen and (min-width: 992px) {

	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
	.hero-slider .swiper-pagination-custom,
	.hero-slider .swiper-pagination-fraction {
		/*     display: none; */
	}
}

.swiper-pagination {
	text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
}

@media (min-width: 767px) {
	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 30px;

	}
}
/*Button*/

.btn-default{
	position: relative;
	display: inline-flex;
	line-height: 1.2em;
	background: #050505;
	text-transform: capitalize;
	border-radius: 100px;
	padding: 2px 25px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.headerbtn:hover {
	color: #000;
	background:
	#fff;
	transition:
	0.5s ease;
}
.headerbtn {
	background:
	#000;
	padding:
	4px 20px;
	color: #fff;
	border-radius:
	7px;
	margin-top: 0px;
	border:
	1px solid #000;
	margin-left: 20px;
	transition:
	0.5s ease;
}

.btn-default:hover{
	background-color: transparent;
}



.btn-default:hover:before{
	filter: brightness(0) invert(1);
	transform: translate(-10px, -50%);
}

.btn-default::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #000;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover::after{
	width: 100%;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	background-color: #000;
	color: #fff;
	border-radius: 100px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.btn-default:hover span{
	background-color: transparent;
	color: #fff;
}

.btn-default span::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #39b5ff;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
}


/*Button*/
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
	height:750px;
	transition: all .4s ease;
}

.hero-slider .slide-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom, #0000008a, #00000038);
}

@media (max-width: 991px) {
	.hero-style {
		height: 600px;
	}
}

.slidercaptiontag {}

@media (max-width: 767px) {
	.hero-style {
		height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.hero-style .container {
		padding-top: 0px;
	}
}

.slidercontents__title{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 66px;
	margin-bottom: 0;
	margin-bottom: 20px;
}
.slidercontents__sub-title{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Sora", serif;
	font-weight: normal;
	line-height: 1.85;
}
.slidercontents__content{
	width: 100%;
  text-align: center;
}

@media screen and (max-width:1600px){
	.slidercontents__title{
		font-size: 50px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 16px;
	}
	.btn-default span{
		font-size: 16px;
	}

}
@media screen and (max-width:1500px){
	.slidercontents__title{
		font-size: 45px;
	}
	.slidercontents__content{
		width: 45%;
	}
	.slidercontents__sub-title {
		font-size: 15px;
	}
	.btn-default span{
		font-size: 15px;
	}

}
@media screen and (max-width:1199px){
	.slidercontents__title{
		font-size: 40px;
	}
	.slidercontents__content{
		width: 50%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px;
	}

}

@media screen and (max-width:991px){
	.slidercontents__title{
		font-size:35px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}
@media screen and (max-width:767px){
	.slidercontents__title{
		font-size:30px;
	}
	.slidercontents__content{
		width: 100%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}


/*Slider End*/



/*Footer Start*/

.site-footer {
	position: relative;
	display: block;
	background-color: #000;
	margin-top: -88px;
	z-index: 1;
}

.site-footer-two {
	margin-top: 0;
}

.site-footer__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	animation: topBottom 3s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-1 img {
	width: auto;
	opacity: .40;
}

.site-footer__shape-2 {
	position: absolute;
	top: 113px;
	right: 0;
	animation: leftRight 4s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-2 img {
	width: auto;
	opacity: 0.08;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 70px 0 95px;
}

.site-footer__top-inner {
	position: relative;
	display: block;
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-top: 8px;
}

.footer-widget__logo {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: rgba(255,255,255, .80);
	margin-top: 29px;
	margin-bottom: 32px;
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__social a {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255, .20);
	font-size: 16px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
	border-radius: 2px;
}

.site-footer__social a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #000;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer__social a+a {
	margin-left: 15px;
}

.footer-widget__quick-link {
	position: relative;
	display: block;
	margin-left: 68px;
}

.footer-widget__title-box {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.footer-widget__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
}

.footer-widget__quick-link-list {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li+li {
	margin-top: 16px;
}

.footer-widget__quick-link-list li>a {
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__quick-link-list li>a:hover {
	color: #000;
}

.footer-widget__quick-link-list li>a>span {
	font-size: 12px;
	margin-right: 12px;
}

.footer-widget__services {
	position: relative;
	display: block;
	margin-left: -7px;
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-left: -31px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.footer-widget__contact-list li+li {
	margin-top: 8px;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: inline-block;
	top: 9px;
}

.footer-widget__contact-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

.footer-widget__contact-list li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.footer-widget__contact-list li .content>span {
	position: relative;
	display: block;
	font-weight: 700;

	color: #fff;
	margin-bottom: 3px;
}

.footer-widget__contact-list li .content p {
	color: rgba(255,255,255, .80);
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

.footer-widget__contact-list li .content p a {
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
	color: #000;
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #000;
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 22px 0 22px;
}

.site-footer__bottom-text {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li {
	position: relative;
	display: block;
}

.site-footer__bottom-menu li+li {
	margin-left: 30px;
}

.site-footer__bottom-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: #000;
}


.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes topBottom {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}


@media screen and (max-width:1199px){
	.mbn3{
		margin-top: 30px;
	}
	.footer-widget__quick-link, .footer-widget__contact{
		margin-left: 0;
	}
}


@media screen and (max-width:767px){
	.site-footer__top{
		padding: 30px 0 55px;
	}
	.footer-widget__title-box{
		margin-bottom: 10px;
	}
	.footer-widget__quick-link-list li + li {
		margin-top: 10px;
	}
	.footer-widget__quick-link-list{
		margin-bottom: 20px;
	}
	.mbn3 {
		margin-top: 0;
	}
	.footer-widget__contact-list li .content{
		margin-left: 10px;
	}
	.mmnn-00{
		margin-bottom: 10px;
	}
}

/*Footer End*/

/* scroll to top */
.scroll-to-top {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #000;
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 58px;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top i {
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top:hover {
	background-color: #fff;
	border: 5px solid #000;
}

.scroll-to-top:hover i {
	color: #000;
}

#dnn{
	display: none;
}

@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	.navbar-light .navbar-brand{
		margin-top: 0;
		border-right: none;
		box-shadow: none;
	}
	.navbar-brand img {
		height: 60px;
	}#dnn{
		display: block;
	}
	#dss{
		display: none;
	}
}

.copyright br{
	display: none;
}

.copyright {
background: #f8931e;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}.copyright p {
	margin-bottom: 0;
}
.copyright p a{
	color: #fff !important;
}

.st-footer-area.style2 {
	padding-top: 75px;
	padding-bottom: 65px;
	background: #000;
}
.st-footer-area.style2 .st__footer__title h2 {
	font-size: 22px;
}
.st__footer__logo img{
	height: 70px;
}

.st-footer-area.style2 .st__footer__link a {
	margin-bottom: 10px;
	line-height: 2;
}
.st-footer-area.style2 .st__footer__link a:hover{
	text-decoration: underline;
}
.st__footer__grid ul li {
	display: inline;
}
.st__footer__grid ul li img {
	margin: 5px;
}
/* Footer CopyRIght Area */
.st-footer-copyright-area {
	padding: 32px;
	position: relative;
	overflow: hidden;
}
.footer__scroll {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
}
.st__footer__copyright__link ul li {
	display: inline;
}
.right__all__content {
	margin-left: 41px;
}
.st__footer__copyright__link ul li {
	display: inline;
	margin-left: 27px;
	color: #cacaca;
}
.st__footer__copyright__link ul li a{
	display: inline-block;
	color: #cacaca;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__copyright__link ul li a:hover{
	color: #000;
}
.st-footer-copyright-area .st__footer__copyright span {
	margin-top: 0;
}.st-footer-area {
	overflow: hidden;
}
.ft_borer {
	border-bottom: 1px dashed #000;
	padding-bottom: 121px;
}
.st__footer__text p {
	color: #fff;
	width: 80%;
	margin: 24px 0 0;
}
.st__social__icon h2 {
	opacity: 1;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin: 25px 0 0 18px;
	position: relative;
}
.st__social__icon h2::before {
	position: absolute;
	content: "";
	top: -3px;
	left: -18px;
	width: 3px;
	height: 30px;
	background: #000;
}
.st__social__icon a {
	display: inline-block;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px dashed rgba(255,255,255,.2);
	text-align: center;
	margin-top: 22px;
	margin-right: 10px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__social__icon a:hover{
	background: #000;
	border: 1px dashed #000;
}
.st__footer__title h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	position: relative;
	margin-bottom: 23px;
}
.st__footer__title h2::before {
	position: absolute;
	content: "";
	bottom: -8px;
	left: 0;
	background: #f8931e;
	width: 100px;
	height: 1px;
}
.st__footer__link a {
	display: block;
	color: #fff;
	margin-bottom: 17px;
	font-size: 16px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__link a:hover{
	color: #f8931e;
}
.st__footer__link a i {
	color: #fff;
	margin-right: 7px;
}
.st__footer__title p {
	color: #fff;
	opacity: 0.8;
}
.st__footer__subscribe__form input {
	font-size: 16px;
	color: #939393;
	font-weight: 400;
	border: none;
	padding: 18px 17px;
	width: 89%;
}
.st__footer__subscribe__form input::placeholder{
	font-size: 16px;
	color: #939393;
	font-weight: 400;
}
.st__footer__subscribe__form button {
	border: none;
	background: #000;
	color: #fff;
	padding: 12px 19px;
	position: absolute;
	top: 6px;
	right: 42px;
}
.st__footer__copyright span {
	color: #fff;
	font-size: 18px;
	margin-top: 32px;
	display: inline-block;
}
.st__footer__copyright span a{
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
.footer__scroll a {
	display: inline-block;
	background: #e5ffeb;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
.copyright p{
	color: #fff !important;
	text-align: center;
}
@media screen and (max-width:767px){
	.copyright br{
		display: block;
	}
}










/************ About Five***********/
.aboutus {
  position: relative;
  background-color: #F0F6F4;
  z-index: 1;
}
.aboutus__thumb {
  position: relative;
}
@media (min-width: 1200px) {
  .aboutus__thumb {
    margin-right: -30px;
  }
}
@media (min-width: 1200px) {
  .aboutus__thumb__item {
    margin-right: 89px;
  }
}
.aboutus__thumb__item img {
  border-radius: 100px 0px;
  object-fit: cover;
  width: 100%;
}
.aboutus__thumb__item-small {
  position: relative;
  margin-top: -262px;
  text-align: end;
}
.aboutus__thumb__item-small img {
  border: 10px solid #fff;
  border-radius: 100px 0px;
  object-fit: cover;
}
.aboutus__thumb__item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -70%);
}
.aboutus__thumb__item-video a {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #F7921E;
  font-size: 24px;
  border: 4px solid #63AB45;
  position: relative;
  z-index: 1;
}
.aboutus__thumb__item-video a .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--gotur-base-rgb, 99, 171, 69), 0.55);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.aboutus__thumb__item-video a .ripple::before, .aboutus__thumb__item-video a .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--gotur-base-rgb, 99, 171, 69), 0.45);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.aboutus__thumb__item-video a .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.aboutus__thumb__item-video a .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.aboutus__thumb__item-video a:hover {
  background-color: #63AB45;
}
.aboutus__thumb__item-element {
  position: absolute;
  bottom: -5%;
  z-index: -1;
  left: 25%;
  transform: translateX(-30%);
  animation: topToBottom 3.5s ease-in-out infinite;
}
.aboutus__thumb::after {
  content: "";
  width: 16px;
  height: 170px;
  border-radius: 100px;
  background-color: #63AB45;
  position: absolute;
  top: 0;
  right: 25px;
  animation: topToBottom 5s ease-in-out infinite;
  z-index: -1;
}
.aboutus__right .sec-title {
  padding-bottom: 22px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .aboutus__right {
    margin-left: 50px;
  }
}
.aboutus__top__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #595959;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.aboutus__feature {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 45px;
  justify-content: start;
}
.aboutus__feature__icon {
  font-size: 44px;
  color: #63AB45;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.aboutus__feature__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 5px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: #1D231F;
}
.aboutus__feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 245px;
}
.aboutus__feature__item:hover .aboutus__feature__icon {
  color: #F7921E;
  transform: scaleX(-1);
}
.aboutus__button {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .aboutus__button {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 575px) {
  .aboutus__button {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.aboutus__button .gotur-btn .icon {
  background-color: #fff;
  color: #63AB45;
}
.aboutus__button__author {
  display: flex;
  align-items: center;
}
.aboutus__button__author__item {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.aboutus__button__author__item img {
  object-fit: cover;
  width: 100%;
}
.aboutus__button__author__item__funfact {
  display: flex;
  align-items: center;
}
.aboutus__button__author__item__funfact .count {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #63AB45;
}
.aboutus__button__author__item__funfact .text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #1D231F;
  text-transform: capitalize;
}
.aboutus__button__author__item + .aboutus__button__author__item {
  margin-left: -15px;
}
.aboutus__button__author__item-two {
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.aboutus__button__author__item-two a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px dashed #63AB45;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #63AB45;
}
.aboutus__element-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.aboutus__element-two {
  position: absolute;
  left: 0;
  top: 40%;
  animation: topToBottom 4s ease-in-out infinite;
  z-index: -1;
  display: none;
}
.aboutus__element-two::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background: #F7921E;
  opacity: 0.35;
  filter: blur(150px);
  right: 0;
}
@media (min-width: 1200px) {
  .aboutus__element-two {
    display: block;
  }
}
@media (min-width: 1200px) {
  .aboutus--two .aboutus__right {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .aboutus--two .aboutus__thumb {
    margin-right: 32px;
  }
}
.aboutus--two .aboutus__thumb__item {
  border-radius: 10px;
  padding-left: 30px;
  margin-right: 0;
  padding-right: 73px;
}
.aboutus--two .aboutus__thumb__item img {
  border-radius: 10px;
}
.aboutus--two .aboutus__thumb__item-small {
  position: absolute;
  right: 0;
  bottom: 87px;
  border-radius: 16px;
}
.aboutus--two .aboutus__thumb__item-small img {
  border-radius: 16px;
}
.aboutus--two .gotur-btn .icon {
  color: #F7921E;
}
.aboutus--two .aboutus__thumb__item-video {
  transform: translate(-50%, -50%);
}
.aboutus--two .aboutus__thumb__item-video a {
  width: 54px;
  height: 54px;
  border: 0px solid transparent;
  font-size: 15px;
}
.aboutus--two .aboutus__thumb__text {
  top: 10%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  color: #fff;
  background-color: #63AB45;
  padding: 42px 14px 20px 15px;
  position: absolute;
  left: 0;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.aboutus--two .aboutus__element-three {
  position: absolute;
  left: 0;
  top: 40%;
  animation: topToBottom 4s ease-in-out infinite;
  z-index: -1;
  display: none;
}
@media (min-width: 1200px) {
  .aboutus--two .aboutus__element-three {
    display: block;
  }
}
.aboutus--two .aboutus__element-four {
  position: absolute;
  right: 0;
  top: 45%;
  animation: topToBottom 3.5s ease-in-out infinite;
  z-index: -1;
  display: none;
}
.aboutus--two .aboutus__element-four::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background: #63AB45;
  filter: blur(150px);
  z-index: -1;
}
@media (min-width: 1200px) {
  .aboutus--two .aboutus__element-four {
    display: block;
  }
}
.aboutus--two .aboutus__feature {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 23px;
}
.aboutus--two .aboutus__feature__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .aboutus--two .aboutus__feature__item {
    gap: 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.aboutus--two .aboutus__feature__item:hover .aboutus__feature__icon {
  background-color: #F7921E;
}
.aboutus--two .aboutus__feature__text {
  font-size: 16px;
  line-height: 178%;
  margin-bottom: 0;
  flex: 50%;
  position: relative;
}
.aboutus--two .aboutus__feature__text::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  background-color: #63AB45;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .aboutus--two .aboutus__feature__text::after {
    display: none;
  }
}
.aboutus--two .aboutus__feature__content {
  flex: 50%;
  display: flex;
  align-items: center;
  gap: 23px;
}
.aboutus--two .aboutus__feature__content .aboutus__feature__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #63AB45;
  font-size: 40px;
  color: #fff;
}
.aboutus--two .aboutus__feature__content .aboutus__feature__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #1D231F;
}
@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}


/* button */
.gotur-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #63AB45;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  font-family: var(--gotur-font, "Plus Jakarta Sans", sans-serif);
  line-height: normal;
  padding: 17.5px 58px 17.5px 20px;
  border-radius: 100px;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
  margin-top: 20px;
}.section-space {
  padding: 0;
  padding: 70px 0;
}
.gotur-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.gotur-btn::before, .gotur-btn::after {
  content: "";
  background-color: #F7921E;
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.gotur-btn .icon {
  transition: all 0.4s ease-in-out;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 50%;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  overflow: hidden;
}
.gotur-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.gotur-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.gotur-btn:hover {
  color: #fff;
}
.gotur-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.gotur-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.gotur-btn:hover .icon i {
  animation: iconTranslateX 0.4s forwards;
}


/* section title */
.sec-title {
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .sec-title {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .sec-title {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .sec-title {
    padding-bottom: 35px;
  }
}
.sec-title__tagline {
  color: #F7921E;
  font-family: var(--gotur-font2, "Just Another Hand", serif);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 117%;
  padding: 5px 10px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 8px;
}
.sec-title__tagline::after {
  content: "";
  width: 100%;
  background-color: rgba(var(--gotur-primary-rgb, 247, 146, 30), 0.1);
  position: absolute;
  top: 0;
  border-radius: 8px;
  bottom: 8px;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 34px;
  }
}
.sec-title__title {
  margin: 0;
  color: #1D231F;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  font-size: 50px;
  text-shadow: 0 0 0.1px currentColor;
}
.sec-title__title span {
  font-family: var(--gotur-heading-font, "Plus Jakarta Sans", sans-serif);
  color: #63AB45;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 991px) {
  .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .sec-title__title {
    font-size: 37px;
  }
}
.aboutus .sec-title__title{
	color: #F8931F;
}
.aboutus .sec-title__title span{
	color: #63AB45;
}

@media screen and (max-width: 1300px){
	 .sec-title__tagline {
    font-size: 26px;
  }
  .sec-title__title{
  	font-size: 36px;
  }
  .aboutus__top__text{
  	font-size: 15px;
  	margin-bottom: 10px;
  }
    .aboutus__right {
    margin-left: 25px;
  }
}


@media screen and (max-width: 767px){
	.section-space {
  padding: 35px 0;
}
  .aboutus__right {
    margin-left: 0;
  }
    .sec-title__tagline {
    font-size: 22px;
    margin-top: 15px;
  }
    .sec-title__title {
    font-size: 30px;
  }
  .gotur-btn{
  	margin-top: 10px;
  	padding: 11.5px 58px 10.5px 20px;
  }
  .gotur-btn .icon{
  	height: 29px;
  }
  .st-footer-area.style2 {
  padding-top: 35px;
}
}







.destinations-one {
  position:relative;
  display:block;
}
.destinations-one .row {
  --bs-gutter-x:10px
}
.destinations-one__single {
  position:relative;
  display:block;
  margin-bottom:10px
}
.destinations-one__img {
  position:relative;
  display:block;
  border-radius:10px;
  overflow:hidden;
  z-index:1
}
.destinations-one__img:before {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  content:"";
  border-radius:10px;
  transform:scaleY(0);
  transition:transform .5s ease;
  transform-origin:top center;
  z-index:1
}
.destinations-one__single:hover .destinations-one__img:before {
  transform:scale(1);
  transform-origin:bottom center
}
.destinations-one__img img {
  width:100%;
  border-radius:10px;
  transform:scale(1);
  transition:transform .5s ease
}
.destinations-one__single:hover .destinations-one__img img {
  transform:scale(1.05)
}
.destinations-one__content {
  position:absolute;
  bottom:43px;
  left:50px;
  z-index:2
}
.destinations-one__title {
  font-size:30px;
  font-weight:700;
  line-height:34px;
  display:block
}
.destinations-one__sub-title{
	color: #fff;
}
.destinations-one__title>a {
  color:#fff;
  transition:all .5s ease
}
.destinations-one__title>a:hover {
  color:#f8921e
}
.destinations-one__button {
  position:absolute;
  top:20px;
  right:20px;
  line-height:30px;
  transition:all .5s ease;
  transform:scaleX(0);
  z-index:2
}
.destinations-one__single:hover .destinations-one__button {
  transform:scaleX(1)
}
.destinations-one__button>a {
  font-size:11px;
  font-weight:700;
  color:green;
  text-transform:uppercase;
  letter-spacing:.1em;
  background-color:#f8921e;
  display:inline-block;
  border-radius:10px;
  padding:0 15px;
  transition:all .5s ease
}
.destinations-one__button>a:hover {
  background-color:green;
  color:#f8921e
}

.popular-destination__element {
  position: absolute;
  right: 0;
  top: 40%;
  animation: topToBottom 3.5s ease-in-out infinite;
  z-index: -1;
  display: none;
}
.popular-destination__element::after {
  top: 0;
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background: #63AB45;
  filter: blur(150px);
  z-index: -1;
}
@media (min-width: 1200px) {
  .popular-destination__element {
    display: block;
  }
}

.destinations-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 30px 4px;
  background: #00000085;
}.destinations-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  display: block;
}





.achievement-area {
  background: #fff;
}

.achievement-card {
  padding: 20px;
  text-align: center;
  background: #EFF7EC;border: 1px solid #63aa45;
  color: #fff;
  -webkit-box-shadow: 0px 0px 64px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 0px 64px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
}
.achievement-card .achievement-icon img{
	height: 60px;
}
.achievement-card .achievement-icon {
  margin-bottom: 20px;
}

.achievement-card .achievement-icon i {
  color: #fff;
}

.achievement-card h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;min-height: 65px;
  color: #63AA45;
}
.hotel{
	background-color: #F0F6F4;position: relative;
  background-color: #F0F6F4;
  z-index: 1;
}

.hotel .destinations-one__content {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 30px 4px;
  background: #000;
  margin-top: -40px;
}

.post-slide{
	margin: 0 10px;
}
.hotel  .destinations-one__title{
	font-size: 18px;
}

.banner-section{
	background: url('../images/banner.webp');
	background-size: cover;
  padding: 80px 0 70px;
  position: relative;background-position: center;
}
.banner-section::before{
	background: rgb(0,0,0,0.8);
	position: absolute;
	content: '';
	top: 0;
	left: 0;width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.banner-section h2{
	color: #fff;
	text-transform: uppercase;
}
.hotelinternal .col-xl-4, .destinationinternal .col-xl-3{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.hotel{
		padding-bottom: 5px;
	}
	.achievement-card{
		margin-bottom: 20px;
	}
	.achievement-area{
		padding-bottom: 20px;
	}
	 .hotel {
    padding-bottom: 30px;
  }.banner-section {
  padding: 32px 0 24px;
}.banner-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
} 
}





.box-cards  ul {
	padding: 0;
	margin: 0;
}
.box-cards ul li {
	list-style: none;
	margin-bottom: 15px;
}
.box-cards ul li a {
	list-style: none;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #212112;
}
.box-cards ul li i {
	padding-right: 10px;
	color: #f89526;
}
.contactus{
	padding: 70px 0;
}
.contactus .form-control{
	margin-bottom: 10px;
}
.contactus .sec-title2{
	font-size: 30px;
	margin-bottom: 20px;
}
.contactus .btn{
	background: #f89526;
	color: #fff;
	border: 1px solid #f89526;
	margin-top: 15px;
	transition: 0.5s ease;
	margin-bottom: 15px;
}
.contactus .btn:hover{
	background: #fff;
	color: #f89526;
	border: 1px solid #f89526;
	margin-top: 15px;
	transition: 0.5s ease;
}
.contactus textarea{
	height: 135px;
}
.contactus iframe{
	margin-bottom: 20px;
}
.getin{
	margin-top: 0px;
}
@media screen and (max-width:1199px){
	.box-cards{
		padding: 30px 20px 15px;
	}
	.contactus .sec-title2 {
		font-size: 25px;
	}
	.box-cards ul li a{
		font-size: 15px;
	}
}

@media screen and (max-width:991px){
	.box-cards ul li a {
		font-size: 13px;
	}
}


@media screen and (max-width: 767px){
	 .box-cards {
    padding: 0;
  }.contactus {
  padding: 26px 0;
}.box-cards ul li a {
    font-size: 15px;
  }.box-cards ul li {
  list-style: none;
  margin-bottom: 10px;
}.getin {
  margin-top: 12px;
}
.sec-titl{
	font-size: 24px;
}.hotelinternal .col-xl-4, .destinationinternal .col-xl-3 {
  margin-bottom: 10px;
}  .navbar-light .navbar-brand {
    padding: 7px 0px;
  }.destinations-one {
  position: relative;
  display: block;
  padding: 25px 0;
}
.achievement-card h5{
	min-height: auto;font-size: 19px;
}
}

