/*============= Reset ======== */
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}
/* ======= Global Settings ==== */
body {
	
	font-size:16px;
	color:#25283a;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Jost', sans-serif;
}
a{
	text-decoration:none;
	cursor:pointer;
}
a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.25em;
	font-family: "Platypi", serif;
}
textarea{
	overflow:hidden;	
}
button{
	outline: none !important;
	cursor: pointer;
}
p,.text{
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0;
	color: #161616;
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
figure{
	margin-bottom: 0;
}
.pull-right{
	float: right;
}

.pull-left{
	float: left;
}
img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}
.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** =============	Scroll To Top style ============== ***/
.scroll-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:54px;
	height:54px;
	color:#ffffff;
	font-size:30px;
	line-height:54px;
	text-align:center;
	z-index:11111;
	cursor:pointer;
	background:#25283a;
	border-radius: 0px;
	margin-left:-26px;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.scroll-to-top:hover{
	color:#ffffff;
	-webkit-box-shadow:2px 2px 0px #25283a;
	-ms-box-shadow:2px 2px 0px #25283a;
	box-shadow:2px 2px 0px #25283a;
}
/*================================
		Commen Style start
=================================*/
.sec-padding{
	padding: 50px 0;
}
.sec-title .sub-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 16px;
    color: #619356;
}
.sec-title .title{
	font-size: 50px;
    font-weight: 900;
    color: #061a3a;
}
.sec-title .desc{
	font-size: 17px;
    font-weight: 500;
    color: #6b6b6b;
    margin: 20px 0;
}

/*--------- Button-------*/
.theme-btn{
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	background: #619356;
	color: #fff !important;
	text-align: center;
	padding: 12px 30px;
	border-radius: 40px;
	z-index: 1;
	box-shadow: 0px 15px 25px 0px rgb(137 92 84 / 45%);
	transition: all 500ms ease;
}
.theme-btn:hover{
  background: #d8cd8b;
  color:#000 !important;
}
.theme-btn:before{
	webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 110%;
	left: 50%;
	background: #d8cd8b;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.theme-btn:hover:before{
 	top: -40%;
}
.theme-btn-two{
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 17px;
	line-height: 25px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	color: #061a3a;
	border: 1px solid #e4e8e9;
	text-align: center;
	padding: 16.5px 41.5px;
	border-radius: 4px;
	z-index: 1;
	transition: all 500ms ease;
}
.theme-btn-two:hover{
	color: #000;
	box-shadow: 0px 15px 25px 0px rgba(255,124,91,0.3);
}
.theme-btn-two:before{
	webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 110%;
	left: 50%;
	background: #faff24;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.theme-btn-two:hover:before{
 	top: -40%;
}
@media(min-width: 320px){
.sec-title .title {
    font-size: 26px;
    font-weight: 900;
    text-align: center
}
.sec-title .sub-title{
	font-size: 14px;
	text-align: center;
}
}
@media(min-width: 576px){
.sec-title .title {
    font-size: 30px;
    font-weight: 900;
}
}
@media(min-width: 768px){
.sec-title .title {
    font-size: 40px;
    font-weight: 900;
}
.sec-title .sub-title{
	font-size: 16px;
}
}
@media(min-width: 992px){
.sec-title .title {
    font-size: 40px;
    font-weight: 800;
    text-align: left;
}
.sec-title .sub-title {
    text-align: left;
}
}
/*================================
		Commen Style End
=================================*/

/*** ================= Main Header style ================== ***/
.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}
/*=== Header Upper ===*/
.header-upper .row{
	justify-content: space-between;
}
.main-header .header-upper{
	position: absolute;
    background: #ffffff00;
    width: 100%;
    top: 0;
    left: 0;
}
.main-header .header-upper .inner-container{
	position:relative;
	min-height:120px;	
}
.logo-section{
	padding: 5px 0;
}
.logo-section img{
	width:105px;
}
.main-header .nav-outer{
	position: relative;
	float: right;
	width:100%;
	z-index:1;
}
.main-header .nav-outer .link-box{
	position:relative;
	padding:30px 0px 0px;
	float:right;
}
.main-header .nav-outer .link-box .cart-link{
	position:relative;
	float:right;
	padding-top:15px;	
}
.main-header .nav-outer .link-box .cart-link a{
	display:block;
	line-height:30px;
	font-size:24px;
	color:#25283a;	
}
.main-header .nav-outer .main-menu{
	position:relative;
	float:left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Jost', sans-serif;
}
.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:36px 0px;
	margin-right: 35px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
	margin-right:0px;
}
.main-menu .navigation > li > a{
	position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li > a.active{
	color: #faff24 !important;
}
.main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0;
	width:0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}
.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}
.main-menu .navigation > li > a:hover{
	color: #faff24 !important;
}
.main-menu .navigation > li.dropdown{
	padding-right:14px;	
}
.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}
.main-menu .navigation > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position:absolute;
	right:-14px;
	top:3px;
	display:block;
	line-height:30px;
	font-size:14px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}
.sticky-header .main-menu .navigation > li.dropdown > a:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:65%;
	width:250px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
	color:#ff7b06;
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	color:#25283a;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:16px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li > a:hover{
	color: #885b53;
}
.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-2px;
	width:250px;
	z-index:100;
	display:none;
    padding: 0px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > ul > li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover:before{
	
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	color:#25283a;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover{
	color: #ff7b06;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color: #ff7b06;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:16px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}
.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}
.cart-link{
	text-align: right;
}
.cart-link ul li{
	display: inline-block;
	margin-right: 10px;
	padding:36px 0;
}
.cart-link ul li:last-child{
	margin-right: 0;
}
.cart-link ul li a{
	display: block;
    color: #fff;
    font-size: 16px;
    background: #619356;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
	transition: .5s ease-in-out;
}
.cart-link ul li a:hover{
	background: #d8cd8b;
}
/* ====== Sticky Header ======== */
.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
	border-bottom:1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.fixed-header .sticky-header{
	opacity:1;
	z-index: 99901;
	visibility:visible;
}
.fixed-header .sticky-header .logo{
	padding: 10px 0px;
}
.sticky-header .main-menu .navigation > li{
	margin-left: 30px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}
.sticky-header .main-menu .navigation > li > a{
	padding: 28px 0px !important;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #25283a;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sticky-header .main-menu .navigation > li > a.active{
	color: #619356 !important;
}
.sticky-header .main-menu .navigation > li > a:hover{
	color: #619356 !important;
}
.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;	
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}
/* ========== Mobile Menu =========== */
.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	margin-left: 25px;
	margin-top: 35px;
	display: none;
}
.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}
.mobile-menu .nav-logo{
	position:relative;
	padding:10px 25px 30px;
	text-align:left;	
}
.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}
.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
@media(max-width: 1138px){
.nav-outer .mobile-nav-toggler{
	margin-top: 30px;
}
}
@media(max-width: 1139px){
.main-menu .navigation > li{
	margin-right: 30px;
}
.main-header .nav-outer .main-menu,
.sticky-header{
	display: none !important;
}
.nav-outer .mobile-nav-toggler{
	display: block;
}
}

@media(max-width: 991px){
.nav-outer .mobile-nav-toggler {
    margin-top: 25px;
}
.content_block_1 {
	margin: auto;
	width: 500px;
}
}
@media(max-width: 767px){
.logo-section img{
	width: 70px;
}
.nav-outer .mobile-nav-toggler {
    margin-top: 15px;
}
}
@media(max-width: 575px){
.logo-section img{
	width: 80px;
}
.nav-outer .mobile-nav-toggler {
    margin-top: 15px;
}
.content_block_1 {
	margin: 0;
	width: 100%;
}
}
@media(max-width: 480px){
.logo-section img{
	width: 60px;
}
.nav-outer .mobile-nav-toggler {
    margin-top: 10px;
}
.cart-link ul li{
	padding: 13px 0;
	margin-right: 5px;
}
.cart-link ul li a{
	font-size: 18px;
}
.search-btn{
	font-size: 18px;
}
}
@media(min-width: 320px){
.main-header .header-upper {
    position: absolute;
}
.for_display{
	display: none;
}
}
@media(min-width: 1140px){
.main-header .header-upper {
    position: absolute;
    background: #ffffff12;
    width: 100%;
    top: 0;
    left: 0;
}
.for_display{
	display: block;
}
}
/* =========== Bnner Section ============ */
/* Full Page Carousel itself*/
.view{
	height: 100vh;
}
.carousel {
 	height: 100vh;
 }
.carousel .carousel-inner {
	height: 100%;
}
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
	height: 100%;
}
.main-banner-section{
	position: relative;
}
.main-banner-section::before {
    background: linear-gradient(360deg,#45cafc00,#000000ad) !important;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.carousel-caption h3{
    font-size: 50px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.carousel-caption p{
	width: 38%;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
}
.carousel-indicators li{
	height: 15px;
    width: 15px;
    border-radius: 50%;
}
@media(max-width: 991px){
.carousel-caption{
	bottom: 15%;
}
.carousel-caption h3{
	font-size:30px;
}
}
@media(max-width: 767px){
.carousel-caption{
	bottom: 10%;
}
.carousel-caption h3 {
    font-size: 20px;
    margin: 10px 0;
}
}
@media(max-width: 575px){
.carousel-caption{
	bottom: 15%;
}
.carousel-caption h3 {
    font-size: 16px;
    margin: 0 0 5px;
}
}
@media(max-width: 480px){
.carousel-caption h3 {
    font-size: 25px;
}
}
@media(min-width: 320px){
	.carousel-caption p {
		width: 98%;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
	}
}
@media(min-width: 576px){
	.carousel-caption p {
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		display: block;
	}
}
@media(min-width: 768px){
	.carousel-caption p {
		font-size: 16px;
		font-weight: 400;
		color: #fff;
	}
}
/* =========== End Bnner Section ======== */

/*=======================================
			feature section
========================================*/
.feature-section{
	background: #fff;
	position: relative;
}
.feature-toure-item{
	position: relative;
	margin-bottom: 30px;
}
.feature-toure-item .inner-box{
	position: relative;
	display: block;
	padding-bottom: 72px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.feature-toure-item .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
	border-radius: 15px;
}

.feature-toure-item .image-box img{
	position: relative;
	display: block;
	width: 100%;
}
.feature-toure-item .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 120%;
	left: -10%;
	height: 50px;
	background: #ffffff;
	border-top: 7px solid transparent;
	-ms-transform: rotate(-17deg);
	-webkit-transform: rotate(-17deg);
	transform: rotate(-17deg);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}
.feature-toure-item .inner-box:hover .image-box:before{
	border-top-color: #d5ae82;
}
.feature-toure-item .lower-box{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 30px;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 3;
}
.feature-toure-item .inner-box:hover .lower-box{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}
.feature-toure-item .lower-content{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 25px 25px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0px 0px 3px 3px;
	z-index: 1;
}
.feature-toure-item .lower-content .cat{
	position: relative;
	display: block;
	color: #7b8594;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.feature-toure-item .lower-content h4{
	position: relative;
	font-size: 20px;
	color: #061138;
	margin-bottom: 20px;
}
.feature-toure-item .lower-content h4 a{
	color: #061138;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.feature-toure-item .lower-content h4 a:hover{
	color: #d5ae82;
}
.feature-toure-item .inner-box:hover .link-box a{
	color: #d5ae82;
}
.default-link{
	position: relative;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #619356;
	font-size: 13px;
	line-height: 24px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.default-link .icon{
	position: relative;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	padding-right: 5px;
}
.default-link:hover{
	color: #d8cd8b;
}
/*=======================================
			feature section
========================================*/

/*=======================================
			about-section
========================================*/
.about-section{
	background:#f5f6f6;
  	position: relative;
  	padding: 50px 0px 50px 0px;
}
.about-section .pattern-layer{
	position: absolute;
	right: 50px;
	bottom: 90px;
	width: 276px;
	height: 346px;
	background-repeat: no-repeat;
}
.image_block_1 .image-box{
	position: relative;
  	display: block;
  	padding: 0px 40px 20px 120px;
}
.image_block_1 .attracition-box{
	position: relative;
  	display: block;
  	padding: 0;
}
.image_block_1 .image-box .image{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}
.image_block_1 .image-box .image img{
	width: 100%;
}
.image_block_1 .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.image_block_1 .image-box .video-content{
  position: absolute;
  right: 40px;
  bottom: 35px;
  width: 160px;
}
.image_block_1 .image-box .video-content h3{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 13px;
}
.image_block_1 .image-box .video-content .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
}
.image_block_1 .image-box .shape .shape-1{
  position: absolute;
  left: 0px;
  top: -60px;
  width: 276px;
  height: 346px;
  background-repeat: no-repeat;
  z-index: -1;
}
.image_block_1 .image-box .shape .shape-2{
  position: absolute;
  left: 35px;
  top: -55px;
  width: 102px;
  height: 96px;
  background-repeat: no-repeat;
}
.image_block_1 .image-box .image-1{
  position: relative;
  overflow: hidden;
}
.image_block_1 .image-box .shape-3{
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 102px;
  height: 96px;
  background-repeat: no-repeat;
  z-index: -1;
}
.image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
/* .image_block_1 .attracition-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
} */
.image_block_1 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.image_block_1 .attracition-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	animation: squares 2.9s linear 0s infinite;
	-webkit-animation: squares 2.9s linear 0s infinite;
	-ms-animation: squares 2.9s linear 0s infinite;
	-o-animation: squares 2.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
}
.border-animation.border-2 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.border-animation.border-3 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.about-section .content_block_1 .content-box{
  	position: relative;
  	margin-left: 40px;
}
.content_block_1 .content-box .text{
  	position: relative;
  	margin-bottom: 25px;
}
.content_block_1 .content-box .list li{
  	position: relative;
  	display: block;
  	padding-left: 28px;
  	margin-bottom: 8px;
}
.content_block_1 .content-box .list li:last-child{
  	margin-bottom: 0px;
}
.content_block_1 .content-box .list li:before{
  	position: absolute;
  	content: "\f058";
  	font-family: "Font Awesome 5 Free";
  	left: 0px;
  	top: 0px;
  	color: #222222;
}
.content_block_1 .content-box .list{
  	position: relative;
  	margin-bottom: 32px;
}
.content_block_1 .content-box .sec-title{
  	margin-bottom: 26px;
}
@media only screen and (max-width: 1200px){
.image_block_1 .image-box .video-content {
    right: -15px;
}
}
@media only screen and (max-width: 991px){
.image_block_1 .image-box, .tour-block-one .inner-box {
    margin-bottom: 30px;
}
.image_block_1 .image-box .shape {
    display: none;
}
.image_block_1 .image-box .video-content {
    right: 0px;
}
}
@media only screen and (max-width: 599px){
.image_block_1 .image-box {
    padding: 0px;
    max-width: 400px;
    margin: 0 auto;
}
.image_block_1 .image-box .video-content {
    position: relative;
    bottom: 0px;
    margin-bottom: 30px;
    width: 100%;
}
.image_block_1 .image-box .image-2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-section .content_block_1 .content-box {
    margin-left: 0px;
}
}
/*=======================================
			End about-section
========================================*/

/*=======================================
			Place Section
========================================*/
.place-section{
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
    background: #F9F9F9;
}
.place-block-one .inner-box{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.place-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}
.place-block-one .inner-box .image-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.0) 100%);
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
.place-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}
.place-block-one .inner-box:hover .image-box img{
 	transform: scale(1.05);
}
.place-block-one .inner-box .text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-left: 45px;
	padding-bottom: 40px;
	z-index: 2;
}
.place-block-one .inner-box .text h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
}
.place-block-one .inner-box .text h3 a{
	display: inline-block;
	color: #ffffff;
}
.place-block-one .inner-box .text h3 a:hover{

}
.place-section .link-box{
	position: relative;
	background: #f5f6f6;
	padding: 48px 0px 44px 0px;
	border-radius: 50%;
	width: 100%;
}

.place-section .link-box h3{
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 23px;
	color: #061a3a;
}
.place-section .link-box .theme-btn{
	padding: 12px 30px;
}
.place-section .link-column{
	position: relative;
	display: flex;
	align-items: center;
}
.place-section .sec-title{
 	margin-bottom: 22px;
}
.anim-icon{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.anim-icon .icon{
	position: absolute;
	background-repeat: no-repeat;
}
.place-section .anim-icon .anim-icon-1{
	right: 250px;
	top: 230px;
	width: 276px;
	height: 346px;
}
.place-section .anim-icon .anim-icon-2{
	left: 310px;
	top: 47%;
	width: 102px;
	height: 96px;
}
.place-section .anim-icon .anim-icon-3{
	right: 300px;
	top: 46%;
	width: 102px;
	height: 96px;
}
/*=======================================
			End Place Section
========================================*/

/*=======================================
			deals-section
========================================*/
.deals-section{
  position: relative;
  padding: 100px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.deals-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, #619356 20%, rgba(0,0,0,0.0) 100%);
  top: 0px;
  right: 0px;
}
.deals-section .content_block_2 .content-box{
  max-width: 370px;
  width: 100%;
}
.content_block_2 .content-box{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 44px 40px 41px 50px;
  border-radius: 10px;
}
.content_block_2 .content-box h3{
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #061a3a;
  margin-bottom: 20px;
}
.content_block_2 .content-box .price{
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.content_block_2 .content-box .price h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-right: 10px;
}
.content_block_2 .content-box .price del{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #808080;
  font-weight: 500;
}
.content_block_2 .content-box p{
  font-size: 15px;
  margin-bottom: 30px;
}
.content_block_2 .content-box .theme-btn{
  padding: 12.5px 29px;
  font-size: 15px;
}
.content_block_2 .content-box .theme-btn {
    padding: 12.5px 29px;
    font-size: 15px;
}
.content_block_2 .content-box .theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #619356;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 12px 30px;
    border-radius: 40px;
    z-index: 1;
    box-shadow: 0px 15px 25px 0px rgb(137 92 84 / 45%);
    transition: all 500ms ease;
}
.content_block_2 .content-box .theme-btn:hover{
	background: #d8cd8b;
    color: #000 !important;
}
/*=======================================
			Ebd deals-section
========================================*/


/*=============================================
			Testimonials
==============================================*/
.testimonial-section{
  position: relative;
  padding-bottom: 100px;
}
.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}
.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 48px 30px 71px 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
}
.testimonial-block-one .inner-box .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #619356;
}
.rating-box li{
	padding: 0 !important;
}
.rating-box li:before{
	display: none;
}
.testimonial-block-one .inner-box .rating-box{
  position: relative;
  margin-bottom: 23px;
}
.testimonial-block-one .inner-box .text{
  position: relative;
  margin-bottom: 23px;
}
.testimonial-block-one .inner-box .text p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.testimonial-block-one .inner-box .text .icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 59px;
  height: 41px;
  background-repeat: no-repeat;
}
.testimonial-block-one .inner-box .author-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.testimonial-block-one .inner-box .author-box .thumb-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -47px;
  width: 95px;
  height: 95px;
  background: #ffffff;
  padding: 7px;
  border-radius: 50%;
  box-shadow: 0px 20px 40px 0px rgba(6,26,58,0.2);
}
.testimonial-block-one .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}
.testimonial-section .owl-dots{
  position: relative;
  margin-top: 100px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #dcdede;
  border-radius: 50%;
  margin: 0px 8px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}
/*================================
			footer
=================================*/
.main-footer{
	background: #edf1ec;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-top-section{
	/*background: #383838;*/
    padding: 50px 0 25px; 
}
.footer-widget{
	border-right:2px solid #707070;
	margin-bottom: 25px;
	height: 100%;
}
.footer-address-list {
	list-style: none;
    padding: 0;
    margin-top: 20px;
}
.ftr_about_dsc p{
	color: #fff;
    line-height: 28px;
}
.ftr_about_dsc a{
	color: #feb109;
}
.footer-address-list li{
	margin-bottom: 10px;
}
.ftr-content-block {
    display: flex;
    align-items: start;
}
.it-contact-icon span {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    background-color: #619356;
}
.it-contact-text a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
	transition: .5s ease-in-out
}
.it-contact-text a:hover{
	color: #619356;
}
.footer_title h1{
	color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.border-none{
	border:none !important;
}
.footer-link-list li{
	transition: .5s;
    margin-bottom: 10px;
}
.footer-link-list li:hover:before{
	color: #619356;
}
.footer-link-list li a{
	color: #303030;
	font-size: 16px;
    font-weight: 400;
    transition: .5s;
}
.footer-link-list li a:hover{
	color: #619356;
}
.footer-link-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    color: #303030;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
}
.footer-social ul li a {
    color: #fff;
    font-size: 16px;
    background-color: #619356;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    transition: .5s;
}
.footer-social ul li a:hover{
	background-color: #d8cd8b;
}
.footer-bottom .copyright-area {
    position: relative;
}
.footer-bottom .copyright-area p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom-section{
	background:#000;
}
.footer-bottom{
	padding: 20px;
}
.footer-widget p{
	color: #303030;
    font-size: 16px;
    font-weight: 400;
}

/* About Page CSS Start */
 
.about-bg {
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
.about-bg h1 {
	color: #fff;
	top: 50%;
	transform: translatex(-50%);
	text-align: center;
	left: 50%;
	font-size: 50px;
	font-weight: 900;
}
.brush-effect {
	background-image: url(../images/slider-pattern.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	height: 150px;
	width: 100%;
	margin-top: -100px;
	position: relative;
}
.about-section-heading {
	text-align: center;
	/* width: 75%; */
	margin: auto;
	font-size: 40px;
    font-weight: 800;
}
.counter-item {
	background-color: #5f9255;
	width: 70%;
	margin: auto;
	/* text-align: center; */
	padding-left: 20px;
}
.counter-item img {
	transform: translateY(-30%);
}
.counter-item-content {
	padding-left: 15px;
	border-left: 2px #d7cc8a  solid;
	padding-top: 5px;
	margin-top: 15px;
}


/* Destination Page CSS Start */
 
.destination-bg {
	background-image: url(../images/deals-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
.destination-bg h1 {
	color: #fff;
	top: 50%;
	transform: translatex(-50%);
	text-align: center;
	left: 50%;
	font-size: 50px;
	font-weight: 900;
}
/* Plan Your Tour Pagr Css Start  */

.plan-your-tour-bg {
	background-image: url(../images/plan-your-tour.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
.plan-your-tour-bg h1 {
	color: #fff;
	top: 50%;
	transform: translatex(-50%);
	text-align: center;
	left: 50%;
	font-size: 50px;
	font-weight: 900;
}

/* Past Trips Page CSS Start */
 
.past-trips-bg {
	background-image: url(../images/banner-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
.past-trips-bg h1 {
	color: #fff;
	top: 50%;
	transform: translatex(-50%);
	text-align: center;
	left: 50%;
	font-size: 50px;
	font-weight: 900;
}
/* Contact Page CSS Start */
 
.contact-bg {
	background-image: url(../images/banner-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
.contact-bg h1 {
	color: #fff;
	top: 50%;
	transform: translatex(-50%);
	text-align: center;
	left: 50%;
	font-size: 50px;
	font-weight: 900;
}
.contact-heading {
	font-size: 40px;
    font-weight: 800;
	width: 65%;
  	margin: auto;
}
.social-media-box {
	background-color: #f5f6f6;
	border-radius: 15px;
}
/* Destination Details Page Start  */
.destination-details-bg {
	background-image: url(../images/banner-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
}
.destination-details-bg h1 {
	color: #fff;
	top: 50%;
	transform: translatex(-50%);
	text-align: center;
	left: 50%;
	font-size: 50px;
	font-weight: 900;
}
/* .destination-details-box {
	position: relative;
	top: 90%;
} */
 .destination-details-box {
	background-color: #f5f6f6;
	border-radius: 15px;
	margin-top: -65px;
 }
.attracition-section {
	background: #f5f6f6;
	padding-bottom: 10px;
	padding-top: 0.5px;
}
.attracition {
	padding: 0;
}
.itinerary-section {
	background: #f5f6f6;
  padding-bottom: 10px;
  padding-top: 0.5px;
}
.attracition-box {
	box-shadow: #c8c2c2 0px 1px 10px 2px;
	padding: 10px;
	max-height: 100%;
	/*height: 200px;*/
	min-height:100px;
	border-radius: 10px;
	background-color: #5f9255;
	
}
.attracition-img-box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/*top: -60px;*/
	width: 250px;
	/*height: 140px;*/
	background: #ffffff;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0px 20px 40px 0px rgba(6,26,58,0.2);
}
.attracition-img-box img {
	width: 100%;
	max-height: 100%;
	border-radius: 10px;
}
.attracition-box p {
	padding: 10px;
	color: #fff;
}
.attracition-heading {
	font-weight: 800;
	color: #5f9255;
}
.attracition ul li {
	list-style: inside decimal;
	margin-top: 5px;

}
.itinerary {
	padding: 0;
}
.itinerary-section {
	background: #f5f6f6;
	padding-bottom: 10px;
	padding-top: 0.5px;
}

/* .itinerary p {
	margin-top: 5px;
	padding-left: 25px; 
} */
.itinerary-box {
	box-shadow: #c8c2c2 0px 1px 10px 2px;
	padding: 10px;
	max-height: 100%;
	height: 175px;
	border-radius: 10px;
	background-color: #fff;
}
.tour-with-us h5 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	
}
.tour-with-us b {
	color: #5f9255;
	
}
.tour-with-us-image-box {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tour-with-us img {
	border-radius: 15px;
}

.tour-with-us ul li {
	list-style: inside decimal;
	margin-top: 5px;
	/* padding-left: 25px; */
}
iframe {
	border-radius: 25px;
	max-width: 100%;
	width:500px; 
	height:281px;
	opacity: 0.7;
	transition: 0.05s ease-in-out;
}
iframe:hover {
	transform: scale(1.1);
	opacity: 1;
}
#plan-form {
	padding: 15px 0;
	box-shadow: #9f9c9c 2px 1px 5px;
	margin: 1rem auto;
	border-radius: 5px;
}
#plan-form .row {
	padding: 0 20px;
}
#plan-form input {
	/* padding: 15px 30px; */
  	/* width: 40%; */
 	font-size: 20px;
	color: black;
  	/* box-shadow: #acabab 1px 2px 5px; */
}
.plan-form-box {
	display: inline-block;
  padding: 10px 20px;
  border: #356c22 2px solid;
}
.text-transparent {
	color: transparent;
}

@media(min-width: 320px){
.footer-bottom .copyright-area:before {
    display:none;
}
.footer-bottom .copyright-area:after {
    display: none;
}
.footer-widget{
	border-right: none;
}
.partner_section_heading h1 {
    text-align: center;
}
.partner_section_heading {
    border-right: none;
}
.border-l-r {
	border-top: #5f9255 2px dotted;
	border-bottom: #5f9255 2px dotted;
	border-left: none;
	border-right: none;
}
}
@media (min-width:768px) {
	.border-l-r {
		border-top: none;
		border-bottom:none;
		border-left: #5f9255 2px dotted;
		border-right:  #5f9255 2px dotted;
	}
}
@media(max-width: 768px){
.my_sm_5 {
	margin: 50px 0;
}
.contact-heading {

	width: 100%;
}

}
@media(min-width: 992px){
.partner_section_heading h1 {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    text-align: left;
}
.partner_section_heading {
    border-right: 2px solid #000;
}
}
@media(min-width: 1366px){
/*	
.footer-bottom .copyright-area:before {
    content: "";
    height: 1px;
    width: 310px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 15px;
    left: 0;
    display: block;
}
.footer-bottom .copyright-area:after {
    content: "";
    height: 1px;
    width: 310px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 15px;
    right: 0;
    display: block;
}*/
}