@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qasira';
    src: url('../fonts/QasiraRegular.eot');
    src: url('../fonts/QasiraRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/QasiraRegular.woff2') format('woff2'),
        url('../fonts/QasiraRegular.woff') format('woff'),
        url('../fonts/QasiraRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quando';
    src: url('../fonts/Quando-Regular.eot');
    src: url('../fonts/Quando-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quando-Regular.woff2') format('woff2'),
        url('../fonts/Quando-Regular.woff') format('woff'),
        url('../fonts/Quando-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--main-color:#014901;
    --secend-color:#028101;
    --third-color: #DBFFDB;
    --four-color: #FFD79E;
    --five-color: #C97C0F;
    --font-heading: 'Qasira';
    --font-heading2: 'Quando';
    --font-para: 'Poppins';
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	font-size: 16px;
    line-height: 1.5;
	margin: 0;
	padding: 0;
    --font-para: 'Poppins';
}
li {
	list-style: none;
}
a, a:active, a:focus, button, button:focus, 
button:active, .btn, .btn:focus, .btn:active:focus, 
.btn.active:focus, .btn.focus, .btn.focus:active, 
.btn.active.focus, .form-control:focus {
	outline: none;
	outline: 0;
	color: #fff;
	margin: 0;
	box-shadow: 0 0 0 0.0 #333;
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	box-sizing: border-box
}
/*@media (min-width: 1300px){
.container{
   max-width: 1280px; 
}
}*/
.p-80{
	padding: 60px 0;
}
/****************************sticky header***************/
.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	/*background: #203130;*/
	background: rgba(0,125,32,0.75);
	z-index: 99999;
	padding-left: 0;
	padding-right: 0;
	transition: 0.9s;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
.social ul{
    display: flex;
}
.social ul li a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 10px;
    transition: all ease-in-out 600ms;
}
.social ul li a:hover{
    color: var(--main-color);
}

/************************************scroll to top*************/
.scrollup {
	position: fixed;
	right: 4%;
	bottom: 3%;
	background: var(--main-color);
	color: #fff;
	font-size: 20px;
	opacity: 0.5;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
/*************************loader*****************************/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loader.gif) 50% 50% no-repeat #ffffff;
}
.heading h2{
    font-size: 30px;
    font-weight: 700;
    color: var(--secend-color);
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
.heading h2:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 75px;
    height: 2px;
    background: var(--secend-color);
    transform: translateX(-50%);
}
.site-btn a{
    display: inline-block;
    color: #ffffff;
    background: var(--third-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 30px;
    transition: all ease-in-out 600ms;
}
.site-btn a:hover{
    background: #fff;
    color: var(--main-color);
}
.submit-btn{
    display: inline-block;
    color: #fff;
    background: var(--third-color);
    font-size: 1rem;
    padding: 10px 45px;
    transition: all ease-in-out 600ms;
    border-radius: 30px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}
.submit-btn:hover{
    background: #fff;
    color: var(--main-color);
}
/*===== header  =====*/
.header {
	position: relative;
	z-index: 99999;
}
.top-header{
    padding: 0px 0;
    background: var(--main-color);
}
.top-header .top-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header .top-box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header .top-box ul li{
    padding: 0 8px;
    font-size: 0.85rem;
    font-weight: 400;
}
.top-header .top-box ul li span{
    margin-right: 8px;
}
.top-header .top-box ul.social{
    padding: 15px 20px;
    background: var(--four-color);
}
.top-header .top-box ul.social li a{
    color: var(--main-color);
    transition: all ease-in-out 600ms;
}
.top-header .top-box ul.social li:hover a{
    color: var(--secend-color);
}
.header .logo {
    position: relative;
    z-index: 11;
    width: 6rem;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.main-header{
	padding: 10px 0;
	background: #fff;
    position: relative;
}

.main-header .navbar{
	padding: 0px 0;
	align-items: center;
	justify-content: space-between;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item{
    margin-right: 2.0rem;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link{
    font-size: 1.0rem;
    color: #555;
    padding: 1.8rem 0;
    font-weight: 600;
    text-transform: uppercase;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.main-header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{
	background: transparent;
    color: var(--main-color);
}
.main-header .dropdown-menu{
	border-radius: 0;
	border: none;
    border-bottom: 5px solid #1c97f4;
}
.search-head{
    position: relative;
}
.search-head .form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #dee2e6;
}
.search-head .search-btn{
    position: absolute;
    right: 0;
    top: 50%;
    color: #dee2e6;
    transform: translateY(-50%);
    transition: all ease-in-out 600ms;
}
.search-head .search-btn:hover{
    color: var(--main-color);
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
}
.dropdown-item{
    font-size: 14px;
}

.dropend .dropdown-menu{
    position: absolute;
    right: -100%;
    top: 0;
}
.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: 0px 0px 62px 0px rgb(0 22 89 / 17%);
}
/*=============banner==============*/
.banner-sec {
    background: url(../images/banner-bg.jpg) no-repeat center center;
	position: relative;
    padding: 85px 0 0;
    background-size: cover;
}
.banner-sec:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,73,1,.8);
}
.banner-sec .banner-desc{
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}
.banner-sec .banner-img{
    width: 25%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.banner-sec .banner-txt{
    width: 45%;
}
.banner-sec h2{
    font-weight: 400;
    font-size: 3.2rem;
    padding: 0px;
    color: #AEFFAE;
    text-transform: capitalize;
    font-family: var(--font-heading);
    margin-bottom: 12px;
}
.banner-sec h3{
    font-weight: 500;
    font-size: 1.8rem;
    padding: 0px;
    color: #fff;
    font-family: var(--font-heading2);
    margin-bottom: 8px;
}
.banner-sec p{
    font-weight: 400;
    font-size: .9rem;
    padding: 0px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 25px;
}
.banner-btn{
    display: flex;
    align-items: center;
}
.banner-btn a.know-btn{
    display: inline-block;
    font-weight: 500;
    font-size: 0.90rem;
    letter-spacing: 0px;
    line-height: 0;
    color: var(--four-color);
    transition: all ease-in-out 600ms;
    text-align: center;
    padding: 20px 30px;
    text-transform: uppercase;
    background: var(--five-color);
    border-radius: 5px;
    margin-right: 30px;
}
.banner-btn a.know-btn:hover{
    color: var(--five-color);
    background: var(--four-color);
}
.banner-btn .banner-phone{
    display: flex;
    align-items: center;
    padding: 6px 30px;
    background: var(--four-color);
    border-radius: 5px;
    color: var(--five-color);
    transition: all ease-in-out 600ms;
    font-size: 14px;
}
.banner-btn .banner-phon:hover{
    color: var(--four-color);
    background: var(--five-color);
}
.banner-btn .banner-phone .icon{
    margin-right: 10px;
}
.banner-btn .banner-phone h5{
    font-size: 12px;
}
.banner-btn .banner-phone h6{
    font-size: 13px;
}
/*============review-sec==========*/
.review-sec{
    padding: 0 0 100px 0;
    background: var(--main-color);
}
.review-sec .review-bx{
    position: relative;
    z-index: 11;
    margin-top: -200px;
}
.review-sec .review-bx .r-img{
    width: 95%;
    border-radius: 10px;
    overflow: hidden;
}
.review-sec .review-bx .user-box h6{
    font-weight: 500;
    font-size: 1rem;
    padding: 0px;
    color: #fff;
    font-family: var(--font-heading2);
    margin: 12px 0 5px 0;
}
.review-sec .review-bx .user-box p{
    font-weight: 500;
    font-size: .85rem;
    padding: 0px;
    color: var(--secend-color);
    font-family: var(--font-heading2);
}
.review-sec .review-bx .user-box p span{
    color: var(--four-color);
}
.review-sec .review-bx .r-count {
    display: flex;
    align-items: center;
}
.review-sec .review-bx .box{
    display: flex;
    align-items: center; 
    margin-right: 2rem;
    margin-bottom: 15px;
}
.review-sec .review-bx .box .icon{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #fff;
    color: var(--main-color);
    border-radius: 5px;
    margin-right: 10px;
}
.review-sec .review-bx .box h3{
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0px;
    color: #fff;
}
.review-sec .review-bx .box h4{
    font-weight: 500;
    font-size: 1rem;
    padding: 0px;
    color: var(--four-color);
}
/*============booking-form========*/
.booking-form{
    background: #fff;
    padding: 0 0 50px 0;
}
.booking-form .booking-box{
    position: relative;
    border-radius: 10px;
    padding: 30px 30px 5px 30px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
    margin-top: -55px;
    z-index: 11;
    background: #fff;
}
.booking-form .booking-box label{
    font-weight: 500;
    font-size: .9rem;
    color: #555;
    margin-bottom: 8px;
	width: 100%;
}
.booking-form .booking-box .form-control{
    display: block;
    width: 100%;
    padding: 0.575rem 1.05rem;
    font-size: .85rem;
    line-height: 1.5;
    color: #4c4c4c;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.booking-form .booking-box .col-auto{
    width: 20%;
}
.btn-book{
    display: inline-block;
    font-weight: 500;
    font-size: 0.90rem;
    letter-spacing: 0px;
    line-height: 0;
    color: var(--five-color);
    transition: all ease-in-out 600ms;
    text-align: center;
    padding: 20px 30px;
    text-transform: uppercase;
    background: var(--four-color);
    border-radius: 5px;
}
.btn-book:hover{
    color: var(--third-color);
    background: var(--five-color);
}
/*==============step-sec==================*/
.step-sec{
    background: #fff;
}
.step-sec .step-box{
    text-align: center;
    margin-bottom: 2rem;
}
.step-sec .step-box .step-img{
    min-height: 5rem;
}
.step-sec .step-box h3{
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0.5rem 0 0.8rem;
    color: #555555;
    font-family: var(--font-para);
}
.step-sec .step-box p{
    font-size: .95rem;
    font-weight: 500;
    padding-bottom: 0.0rem;
    line-height: 1.5;
    color: #A7A7A7;
}
/*==================destination-sec============*/
.destination-sec{
	background: var(--third-color);
    position: relative;
}
.destination-sec .top-heading{
    text-align: center;
    margin-bottom: 3rem;
}
.top-heading p{
    font-size: 0.85rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    width: 75%;
    margin: 0 auto;
}
.top-heading h2{
    font-size: 3.5rem;
    font-weight: 400;
    padding: 0.5rem 0 0.8rem;
    color: var(--secend-color);
    font-family: var(--font-heading);
}
.destination-sec .desti-box{
    text-align: center;
    margin-bottom: 2rem;
}
.destination-sec .desti-box .desti-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.destination-sec .desti-box .desti-img img{
    filter: grayscale(0%);
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
.destination-sec .desti-box:hover .desti-img img{
    filter: grayscale(100%);
    transform: scale(1.2);
}
.destination-sec .desti-box .desti-txt{
    background: transparent;
    padding: 20px 30px;
    border-radius: 10px;
    transition: all ease-in-out 600ms;
}
.destination-sec .desti-box .desti-txt .desti-icon{
    position: relative;
    font-size: .90rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: var(--main-color);
    color: #fff;
    transform: rotate(45deg);
    margin: 1rem auto;
}
.destination-sec .desti-box .desti-txt .desti-icon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: var(--secend-color);
    transform: rotate(45deg);
    z-index: -1;
}
.destination-sec .desti-box .desti-txt .desti-icon i{
    transform: rotate(-45deg);
}
.destination-sec .desti-box:hover .desti-txt{
    background: #AEFFAE;
}
.destination-sec .desti-box .desti-txt h3{
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.5rem 0 0.5rem;
    color: var(--secend-color);
    font-family: var(--font-heading2);
}
.destination-sec .desti-box .desti-txt h3 a{ color: var(--secend-color);}

.destination-sec .desti-box .desti-txt p{
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
.desti-btn a{
    display: inline-block;
    font-weight: 500;
    font-size: 0.90rem;
    letter-spacing: 0px;
    line-height: 0;
    color: var(--five-color);
    transition: all ease-in-out 600ms;
    text-align: center;
    padding: 15px 25px;
    text-transform: uppercase;
    background: var(--four-color);
    border-radius: 5px;
}
.desti-btn a:hover{
    color: var(--third-color);
    background: var(--five-color);
}
.site-btn a{
    display: inline-block;
    font-weight: 500;
    font-size: 0.90rem;
    letter-spacing: 0px;
    line-height: 0;
    color: var(--five-color);
    transition: all ease-in-out 600ms;
    text-align: center;
    padding: 20px 30px;
    text-transform: uppercase;
    background: var(--four-color);
    border-radius: 5px;
}
.site-btn a:hover{
    color: var(--third-color);
    background: var(--five-color);
}
/*===========about-sec===========*/
.about-sec{
    position: relative;
    background: url(../images/about-bg.png) no-repeat center center #fff;
    background-size: contain;
}
.about-sec .about-txt h2{
    font-size: 3.5rem;
    font-weight: 400;
    padding: 0.5rem 0 0.8rem;
    color: var(--secend-color);
    font-family: var(--font-heading);
}
.about-sec .about-txt p{
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    line-height: 1.5;
    margin-bottom: 1rem;
}
/*==================service-sec============*/
.service-sec{
    background: var(--third-color);
    position: relative;
}
.service-sec .top-heading{
    text-align: center;
    margin-bottom: 3rem;
}
.top-heading p{
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    width: 75%;
    margin: 0 auto;
}
.top-heading h2{
    font-size: 3.5rem;
    font-weight: 400;
    padding: 0.5rem 0 0.8rem;
    color: var(--secend-color);
    font-family: var(--font-heading);
}
.service-sec .ser-box{
    text-align: center;
    margin-bottom: 2rem;
}
.service-sec .ser-box .ser-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.service-sec .ser-box .ser-img img{
    filter: grayscale(0%);
    transform: scale(1.0);
    transition: all ease-in-out 600ms;
}
.service-sec .ser-box:hover .ser-img img{
    filter: grayscale(100%);
    transform: scale(1.2);
}
.service-sec .ser-box .ser-txt{
    background: transparent;
    padding: 20px 30px;
    border-radius: 10px;
    transition: all ease-in-out 600ms;
}
.service-sec .ser-box .ser-txt .ser-icon{
    position: relative;
    font-size: .90rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: var(--main-color);
    color: #fff;
    transform: rotate(45deg);
    margin: 1rem auto;
    text-align: center;
}
.service-sec .ser-box .ser-txt .ser-icon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: var(--secend-color);
    transform: rotate(45deg);
    z-index: -1;
}
.service-sec .ser-box .ser-txt .ser-icon i{
    transform: rotate(-45deg);
}
.service-sec .ser-box:hover .ser-txt{
    background: #AEFFAE;
}
.service-sec .ser-box .ser-txt h3{
    font-size: 20px;
    font-weight: 400;
    padding: 0.5rem 0 0.5rem;
    color: var(--secend-color);
    font-family: var(--font-heading2);
}
.service-sec .ser-box .ser-txt p{
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
.ser-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px;
    background: var(--four-color);
    border-radius: 5px;
    overflow: hidden;
    min-height: 50px;
    transition: all ease-in-out 600ms;
    position: relative;
}
.ser-btn h6{
    font-size: 0.85rem;
    font-weight: 400;
    color: #555555;
}
.ser-btn h5{
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--five-color);
    transition: all ease-in-out 600ms;
}
.ser-btn a{
    display: inline-block;
    font-weight: 500;
    font-size: 0.90rem;
    letter-spacing: 0px;
    line-height: 0;
    color: var(--five-color);
    /*transition: all ease-in-out 600ms;*/
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
    background: var(--four-color);
    border-radius: 5px;
    position: absolute;
    right: -100%;
}
.service-sec .ser-box:hover .ser-txt .ser-btn a{
    position: relative;
    right: 0;
}
.service-sec .ser-box:hover .ser-txt .ser-btn{
    background: var(--five-color);
}
.service-sec .ser-box:hover .ser-txt .ser-btn h5, .service-sec .ser-box:hover .ser-txt .ser-btn h6{
    color: #fff;
}
.ser-btn a:hover{
    color: var(--third-color);
    background: var(--main-color);
}
/*==========facilitie-sec========*/
.facilitie-sec{
    position: relative;
    background: url(../images/about-bg.png) no-repeat center center #fff;
    background-size: contain;
}
.facilitie-sec .top-heading{
    text-align: center;
    margin-bottom: 3rem;
}
.facilitie-sec .facilitie-box{
    padding:25px 15px;
    border: 2px solid #A7A7A7;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease-in-out 600ms;
}
.facilitie-sec .facilitie-box:hover{
    background: rgba(1,73,1, .1);
}
.facilitie-sec .facilitie-box .facilitie-img{
    width: 40%;
    margin: 0.5rem auto;
}
.facilitie-sec .facilitie-box h4{
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #555555;
    text-transform: capitalize;
}
/*----------form-sec--------*/
.form-sec{
    position: relative;
    background: url(../images/about-bg.png) no-repeat center center var(--third-color);
    background-size: contain;
}
.form-sec .top-heading{
    text-align: left;
    margin-bottom: 2rem;
}
.form-sec .top-heading p{
    width: 95%;
    margin: 0;
}
.form-sec .form-box{
    padding: 40px 45px;
    position: relative;
    z-index: 1;
    background: var(--main-color);
    border-radius: 15px;
}
.form-sec .form-box h3{
    font-size: 2rem;
    color: var(--secend-color);
    font-family: #DBFFDB;
    margin-bottom: 1.5rem;
}
.form-sec .form-box .form-control {
    display: block;
    width: 100%;
    padding: 0.775rem 1.05rem;
    font-size: .85rem;
    line-height: 1.5;
    color: var(--secend-color);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #DBFFDB;
    border-radius: 10px;
}
.form-sec .form-box textarea.form-control{
    height: 95px;
    resize: none;
}
.form-sec .form-box input::placeholder {
  color: var(--secend-color);
  opacity: 1; /* Firefox */
}

.form-sec .form-box input::-ms-input-placeholder { /* Edge 12-18 */
  color: var(--secend-color);
}
.form-sec .form-box label{
    color: var(--secend-color);
    font-size: 1.2rem;
    margin-bottom: .5rem;
    text-transform: capitalize;
	width:100%;
}
input, optgroup, select, textarea{ 
	width: 100%;
	display: block;
    padding: 0.775rem 1.05rem;
    font-size: .85rem;
    line-height: 1.5;
    color: var(--secend-color);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #666;
    border-radius: 10px;
}
.wpcf7-form .wpcf7-textarea{
    height: 95px;
    resize: none;
}
.wpcf7-form .wpcf7-submit{
    display: block;
    color: #555;
    background: var(--third-color);
    font-size: 1rem;
    padding: 10px 45px;
    transition: all ease-in-out 600ms;
    border-radius: 10px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    width: 100%;
}
.wpcf7-form .wpcf7-submit:hover{
    background: var(--five-color);
    color: #fff;
}
/*============discount-sec===========*/
.discount-sec{
    padding: 50px 0;
    position: relative;
    background: #fff;
}
.discount-sec .dis-box{
    padding: 2rem;
    background: url(../images/discount-1.jpg) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 9rem;
}
.discount-sec .dis-box1{
    background: url(../images/discount-1.jpg) no-repeat center center;
    border-radius: 12px 0 0 12px;
}
.discount-sec .dis-box2{
    background: url(../images/discount-2.jpg) no-repeat center center;
    border-radius: 0 12px 12px 0;
}
.discount-sec .dis-box .icon{
    width: 4rem;
    margin-right: 2rem;
}
.discount-sec .dis-box h4{
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff; 
    font-family: var(--font-heading2);
}
/*==============gallery-sec============*/
.gallery-sec{
    padding: 3rem 0;
    position: relative;
    background: #fff;
}
.gallery-sec .card {
    border-radius: 10px;
    border: 8px solid #fbfbfb;
    min-height: 450px;
    box-shadow: 0 2px 15px rgba(0,0,0, .1);
    margin: 15px;
}
 .gallery-sec .card-image {
    background: #fff;
    display: block;
    height: 100%;
    width: 100%;
}
 .gallery-sec .card-image img {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .gallery-sec .owl-carousel .owl-nav{

}
 .gallery-sec .owl-theme .owl-nav [class*=owl-] {
    color: #555;
    font-size: 14px;
    margin: 5px;
    padding: 10px 15px !important;
    background: #ffeed5;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    transition: all ease-in-out 600ms;
}
 .gallery-sec .owl-theme .owl-nav [class*=owl-]:hover{
    background: var(--four-color);
    color: #fff;
}
/*===============testimonial-sec====*/
.testimonial-sec{
    position: relative;
    background: url(../images/testi-bg.jpg) no-repeat center center;
    background-size: cover;
}
.testimonial-sec:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,73,1, .9);
}
.testimonial-sec .top-heading{
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 2rem;
}
.testimonial-sec .top-heading h2{
    color: #fff;
}
.testimonial-sec .top-heading p{
    color: #AEFFAE;
}
.testimonial-sec .testi-box {
    border: 0;
    border-radius: 10px;
    padding: 50px 25px 20px;
    margin: 15px;
    background: rgba(1,73,1, .6);
    border: 1px solid var(--secend-color);
    position: relative;
    text-align: center;
}
.testimonial-sec .testi-box .client-img {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    margin: 1rem auto;
}
.testimonial-sec .testi-box h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--third-color); 
    font-family: var(--font-heading2);
    margin-bottom: 1rem;
}
.testimonial-sec .testi-box p{
    font-size: .95rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
/*.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
}
.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: var(--main-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: .5;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot.active span, .testimonial-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
    opacity: 1.0;
}*/
.testi-box .owl-carousel .owl-nav{

}
.testimonial-sec .owl-theme .owl-nav [class*=owl-] {
    color: #555;
    font-size: 14px;
    margin: 5px;
    padding: 10px 15px !important;
    background: #ffeed5;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    transition: all ease-in-out 600ms;
}
.testimonial-sec .owl-theme .owl-nav [class*=owl-]:hover{
	background: var(--four-color);
    color: #fff;
}
/*--------newsletter-sec---------------*/
.newsletter-sec{
    padding: 2.5rem 0;
    position: relative;
    background: var(--main-color);
}
.newsletter-sec .letter-box{
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
}
.newsletter-sec .letter-box h3{
    font-size: 1.8rem;
    font-weight: 400;
    padding: 0rem 0 0.8rem;
    color: var(--secend-color);
    font-family: var(--font-heading2);
}
.newsletter-sec .letter-box p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    text-transform: uppercase;
}
.newsletter-sec .letter-form form{
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.newsletter-sec .letter-form .form-group {
    width: 100%;
}
.newsletter-sec .letter-form .form-control{
    display: block;
    width: 100%;
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}
button.btn.btn-primary {
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 30px;
    color: #555;
    background: var(--four-color);
    border: 1px solid var(--four-color);
    border-radius: 5px;
    transition: all ease-in-out 600ms;
    text-transform: uppercase;
}
button.btn.btn-primary:hover{
    color: #fff;
    background: var(--five-color);
}
/*====================footer-sec=====================*/
.footer-area {
    position: relative;
    background: #fff;
    z-index: 0;
    padding: 2rem 0 0rem;
}
.footer-area .footer-logo {
    padding: 0;
    width: 50%;
    margin-bottom: 25px;
}
.footer-area .footer-box{
    margin-bottom: 2em;
}
.footer-area ul {
    display: flex;
}
.footer-area ul li {
font-size: 1rem;
line-height: 20px;
padding-bottom: 10px;
color: #555;
}
.footer-area ul li span {
display: block;
}
.footer-area ul li a {
    color: #555;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.footer-area ul li a:hover {
    color: var(--main-color);
}
.footer-area .main-link ul li {
    position: relative;
    padding: 0px 20px;
}
.footer-area .social-link ul li {
    position: relative;
    padding: 0px 10px;
}
.footer-area .social-link ul li a{
    color: var(--main-color);
}
.footer-area .social-link ul li:hover a{
    color: var(--secend-color);
}

.footer-area .main-link ul li a {
    color: #555;
    transition: all ease-in-out 600ms;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-area .main-link ul li a:hover {
    color: var(--main-color);
    transition: all ease-in-out 600ms;
}
.footer-bottom {
    padding: 2rem 0;
    background: var(--main-color);
}
.footer-bottom p {
    font-size: .95rem;
    color: #fff;
    margin: 0;
}
.footer-bottom p span{
    color: var(--third-color);
}
/*--------------inner-banner-------------------*/
.inner-banner{
    background: url(../images/banner-bg.jpg) no-repeat center center;
    position: relative;
    padding: 85px 0 30px;
    background-size: cover;
}
.inner-banner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,73,1,.8);
}
.inner-banner .banner-desc {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.inner-banner .banner-desc .banner-img{
    border-radius: 12px;
    overflow: hidden;
}
.inner-banner .banner-txt {
    width: 60%;

}
.inner-banner h2{
    font-weight: 400;
    font-size: 3.2rem;
    padding: 0px;
    color: #AEFFAE;
    text-transform: capitalize;
    font-family: var(--font-heading);
    margin-bottom: 12px;
}
.inner-banner h3{
    font-weight: 500;
    font-size: 1.8rem;
    padding: 0px;
    color: #fff;
    font-family: var(--font-heading2);
    margin-bottom: 8px;
}
.inner-banner p{
    font-weight: 400;
    font-size: .9rem;
    padding: 0px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 25px;
}
.review-section {
    padding: 50px 0 100px 0;
    background: var(--main-color);
    margin-top: -131px;
    position: relative;
}
.review-section .review-bx {
    position: relative;
    z-index: 11;
    margin-top: 0;
    padding-left: 40%;
}
.review-section .inner-title ul{
    display: flex;
}
.review-section .inner-title ul li{
    font-size: 16px;
    font-weight: 600;
    color: var(--third-color);
    padding: 0px 0 20px 0px;
}
.review-section .inner-title ul li a{
    color: #fff;
    margin-right: 10px;
}
.review-section .inner-title ul li a:hover{
    color: #fff;
}
/*-------------ziyarat-page------------*/
.about-sec.ziyarat-page h3{
    font-size: 1.2rem;
    font-weight: 400;
    color: #555;
    font-family: var(--font-heading2);
    margin-bottom: 1rem;
}
.about-sec.ziyarat-page ul li{
    font-size: .95rem;
    font-weight: 600;
    color: var(--main-color);
    font-family: var(--font-para);
    margin-bottom: .5rem;
    position: relative;
    padding-left: 1.2rem;
}
.about-sec.ziyarat-page ul li:after{
    content: '\f054';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 6 Free';
    color: var(--main-color);
    font-weight: 700;
}
.about-sec.ziyarat-page .about-img{
    border-radius: 15px;
    overflow: hidden;
}
.service-sec.ziyarat-page .ser-box{
    text-align: left;
}
.service-sec.ziyarat-page .ziya-head{
    display: flex;
    align-items: center;
}
.service-sec.ziyarat-page .ser-box .ser-txt .ser-icon{
    margin: 0.5rem 0 1rem;
}
.service-sec.ziyarat-page .ser-box .ser-txt h3{
    margin-left: 1rem;
}
.service-sec.ziyarat-page .ser-box .ser-txt h4{
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    font-family: var(--font-heading2);
    margin-bottom: .6rem;
}
.service-sec.ziyarat-page .ser-box .ser-txt ul li{
    font-size: .75rem;
    font-weight: 400;
    color: var(--main-color);
    font-family: var(--font-para);
    margin-bottom: .3rem;
    position: relative;
    padding-left: 1.2rem;
}
.service-sec.ziyarat-page .ser-box .ser-txt ul li:after{
    content: '\f054';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 6 Free';
    color: var(--main-color);
    font-weight: 700;
}
.form-sec.ziyarat-page{
    background: url(../images/about-bg.png) no-repeat center center #fff;
}
/*===========contact-page==========*/
.contact-page{
    position: relative;
    background: url(../images/about-bg.png) no-repeat center center #fff;
    background-size: contain;
}
.contact-page .address {
    margin-bottom: 2rem;
}
.contact-page .address h2{
    font-size: 3.5rem;
    font-weight: 400;
    padding: 0.5rem 0 0.8rem;
    color: var(--secend-color);
    font-family: var(--font-heading);
}
.contact-page .address h3{
    font-size: 1.2rem;
    font-weight: 400;
    color: #555;
    font-family: var(--font-heading2);
    margin-bottom: 1rem;
}
.contact-page .address p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    line-height: 1.5;
    margin-bottom: 2rem;
}
.contact-page .address ul li {
    font-size: .95rem;
    font-weight: 600;
    color: var(--main-color);
    font-family: var(--font-para);
    margin-bottom: 0.5rem;
    position: relative;
}
.contact-page .address ul li span{
    font-size: 1.1rem;
    margin-right: .3rem;
}
.contact-page .con-map{
    width: 100%;
    height: 450px;
}
/*==========error-page==============*/
.error-page{
    position: relative;
    background: url(../images/about-bg.png) no-repeat center center #fff;
    background-size: contain;
}
.error-page .error-box{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.error-page .error-box h2{
    font-size: 10.5rem;
    font-weight: 400;
    padding: 0.5rem 0 0.8rem;
    color: var(--secend-color);
    font-family: var(--font-heading);
}
.error-page .error-box h3{
    font-size: 1.5rem;
    font-weight: 400;
    color: #555;
    font-family: var(--font-heading2);
    margin-bottom: 1rem;
}
.error-page .error-box p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    font-family: var(--font-para);
    line-height: 1.5;
    margin-bottom: 2rem;
}
.navbar-nav{ margin-right: 0rem;}
.navbar-nav li a{ text-transform: uppercase;}


/*===========================responsive===========================*/
@media (max-width: 1250px) {
.review-sec .review-bx {
    margin-top: -170px;
}
.service-sec .ser-box .ser-txt h3 {
    font-size: 1.2rem;
}
.facilitie-sec .facilitie-box {
    min-height: 270px;
}
.banner-sec .banner-desc{
    align-items: flex-end;
}
}
@media (max-width: 1199px) {
/*---------------------------*/
.dScroll{
    height:100%;
    overflow: hidden;
}

.nav-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    right: .8rem;
    position: absolute;
    top: 1.5rem;
    width: 2rem;
    z-index: 99999;
    border-color: transparent;
    border: none;
    background: transparent;
    color: #fff;
}
.nav-toggle:hover {
    opacity: 0.8;
}
.nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle-bar::after, 
.nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #555;
    content: '';
    padding: 2px 0;
    width: 100%;
    border-radius: 10px;
}
.nav-toggle .nav-toggle-bar {
    margin-top: 0;
}
.nav-toggle .nav-toggle-bar::after {
    margin-top: 12px;
    width: 60%;
    left: 0;
    bottom: 0;
}
.nav-toggle .nav-toggle-bar::before {
    margin-top: -12px;
    width: 60%;
    right: 0;
    top: 0;
}
.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
    margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 5px 0 0 7px;
}
.nav-toggle.expanded .nav-toggle-bar::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: -8px 5px 0px 0;
}
.bar-collapse {
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    background: rgb(255 255 255 / 1.0);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 100vh;
    position: fixed;
    left: -100%;
    padding: 15px 0;
    top: 0;
    width: 75%;
    z-index: 9999;
    overflow: hidden;
    overflow-y: scroll;
    display: block !important;
    border-bottom: 1px solid rgb(0 0 0 / 0.15);
}
.bar-collapse .header-btn {
    margin-top: 25px;
}
.bar-collapse .header-btn .button {
    margin-left: 0;
}
.bar-collapse.expanded2 li, .bar-collapse.expanded2 li.active {
    background: transparent;
    margin: 0;
    padding: 0px 0;
    margin-bottom: 2px;
    border-bottom: 1px solid rgb(0 0 0 / 0.15);
}
.bar-collapse.expanded2 li:last-child{
    border-bottom: 0 !important;
}
.bar-collapse.expanded2 li a:hover {
    border-bottom: 0px;
    color: var(--main-color);
}
.bar-collapse.expanded2 navbar-nav{
    flex-direction: column !important;
}
.bar-collapse.expanded2 li a {
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 15px 0;
}
.bar-collapse.expanded2 {
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    left: 0rem;
    box-shadow: 0 0px 10px 1px #565656;
    padding: 30px;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item{
    margin: 0;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
}
/*-------------*/
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-start;
    flex-direction: column;
}
.search-head {
    width: 100%;
}
.banner-sec h2 {
    font-size: 2.2rem;
}
.banner-sec .banner-img {
    height: 330px;
}
.banner-sec .banner-img img{
    height: 100%;
    object-fit: cover;
}
.banner-sec .banner-txt {
    margin-bottom: 30px;
}
.service-sec .ser-box .ser-txt {
    padding: 20px 10px;
}
.facilitie-sec .facilitie-box {
    min-height: 240px;
}
.newsletter-sec .letter-box h3 {
    font-size: 1.5rem;
}
.footer-area .main-link ul li {
    font-size: .75rem;
    padding: 0px 10px;
}
.review-sec .review-bx .box h4 {
    font-size: .85rem;
}
.review-sec .user-box .user {
    width: 50%;
    margin-top: 20px;
}
.review-sec .review-bx {
    margin-top: -145px;
}
.inner-banner .banner-desc .banner-img{
    width: 35%;
}
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
.top-header .top-box ul li {
    padding: 0 6px;
    font-size: 0.65rem;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link{
    padding: 0.8rem 0;
}
.banner-sec .banner-img {
    width: 40%;
}
.banner-sec .banner-txt {
    width: 55%;
}
.review-sec {
    padding: 50px 0 100px 0;
}
.review-sec .review-bx {
    margin-top: 0;
}
.review-sec .review-bx .r-img {
    margin: 30px 0;
}
.booking-form .booking-box .col-auto {
    width: 33%;
}
.about-sec .about-txt h2 {
    font-size: 2.5rem;
}
.about-sec .about-txt p {
    font-size: 0.75rem;
}
.form-sec .form-box {
    margin-bottom: 30px;
}
.discount-sec .dis-box h4 {
    font-size: 1rem;
}
.discount-sec .dis-box .icon {
    width: 3rem;
}
.inner-banner h2{
    font-size: 2.2rem;
}
.inner-banner h3{
    font-size: 1.3rem;
}
.review-section {
    margin-top: -40px;
}
.error-page .error-box{
    width: 75%;
}
}

 @media (max-width: 767px) {
.footer-area .footer-logo{ margin: 0 auto;}	 
.footer-area .footer-box{ text-align: center;}
.footer-area .social-link ul{ display: inline-flex;}	 
	 
.top-header .top-box ul.social {
    padding: 10px 6px;
}
.top-header .top-box ul li {
    padding: 0 4px;
    font-size: 0.55rem;
}
.header .logo {
    width: 4rem;
}
.banner-sec .banner-desc {
    align-items: center;
    flex-direction: column;
}
.banner-sec .banner-img {
    width: 100%;
    margin-bottom: 30px;
}
.banner-sec .banner-img img {
    width: 100%;
}
.banner-sec .banner-txt {
    width: 100%;
}
.booking-form .booking-box .col-auto {
    width: 50%;
    margin-bottom: 15px;
}
.top-heading p {
    font-size: 0.75rem;
    width: 100%;
}
.top-heading h2 {
    font-size: 2.5rem;
}
.discount-sec .dis-box1 {
    border-radius: 12px 12px 0 0;
}
.discount-sec .dis-box2 {
    border-radius: 0 0 12px 12px;
}
.footer-area .main-link ul {
    flex-direction: column; text-align: center;
}
.footer-area .main-link ul li {
    padding: 10px 0;
}
.footer-bottom p {
    font-size: .75rem;
}
.main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 0.75rem;
}
.inner-banner .banner-desc{
    flex-direction: column;
}
.inner-banner .banner-desc .banner-img {
    width: 100%;
}
.inner-banner .banner-txt {
    width: 100%;
    margin: 2rem 0;
}
}
 @media (max-width: 575px) {
.top-header {
    display: none;
}
.banner-sec h3 {
    font-size: 1rem;
}
.banner-sec h2 {
    font-size: 1.8rem;
}
.banner-btn {
    align-items: flex-start;
    flex-direction: column;
}
.banner-btn a.know-btn{
    margin-bottom: 20px;
}
.review-sec .review-bx .r-count {
    align-items: flex-start;
    flex-direction: column;
}
.booking-form .booking-box .col-auto {
    width: 100%;
}
.top-heading h2 {
    font-size: 2.0rem;
}
.form-sec .form-box {
    padding: 30px 20px;
}
.form-sec .form-box .form-control {
    padding: 0.575rem 1.05rem;
}
.discount-sec .dis-box .icon {
    width: 2rem;
    margin-right: 1rem;
}
.testimonial-sec .testi-box h3 {
    font-size: 1.0rem;
}
.testimonial-sec .testi-box p {
    font-size: .75rem;
}
.newsletter-sec .letter-box h3 {
    font-size: 1.2rem;
}
.newsletter-sec .letter-box p {
    font-size: 0.75rem;
    margin-bottom: 12px;
}
.newsletter-sec .letter-form form {
    align-items: flex-start;
    flex-direction: column;
}
button.btn.btn-primary{
    margin-left: 0;
    margin-top: 15px;
}
.footer-contact .d-flex{
    flex-direction: column !important;
}
.error-page .error-box{
    width: 95%;
}
}
 @media (max-width: 414px) {

}
 @media (max-width: 320px) {

}


@media screen and (max-width: 1366px){

}

@media screen and (max-width: 992px){

}

