/*!
Theme Name: ayurbedic_zental
Theme URI: https://www.genesiswtech.com/
Author: https://www.genesiswtech.com
Author URI: https://www.genesiswtech.com/
Description: This Theme is designed by Genesis Web Technology.      <br>For further info Contact Us: <br>House no 17, Pragati Marg, Sankhamul New Baneshwor, Kathmandu, Nepal Phone: +97714786782 Mobile: +9779851127307 Email: info@genesiswtech.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ayurbedic_zental
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, multi-language support,yoga page, travel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  @import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400&display=swap');
:root {
	--main-bg-color: #0b7525; /* #3d1f01; */
 
}


a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.top-nav {
	background:var(--main-bg-color);
	padding:10px 0 50px 0;
}

html {

    font-family: 'Titillium Web', sans-serif;


}
h1,h2,h3,h4,h5,h6,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
	margin-top: 0;	
    font-family: 'Titillium Web', sans-serif;



}
.each__contact-Info {
    margin: auto;
}
.each__contact-Info p  {
	margin:0;
	display: inline-block;
	padding:0 5px;
}
.each__contact-Info p a:hover {
	text-decoration: none;
}

.social-media a {
	display: inline-block;
	padding-left:16px;
	vertical-align: middle;
	color: rgba(255,255,255,.7);
	
}



.site-branding {
	background:#fff;
}

.site-branding.uk-active 
.custom-logo-link {
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
	top:0;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.custom-logo-link {
    display: inline-block;
    padding: 10px;
    background:  #fff;
    position: absolute;
    top: -86px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    left: 50px;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;

}
.site-nav {
}

.site-nav > div > div {
	margin: 0 0 0 160px;
	
}
.site-nav > div > div > ul {

    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    align-self: stretch;
    list-style: none;
    padding: 0;

}

.site-nav > div > div > ul > li {

    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;

}

.site-nav > div > div > ul > li > ul {
	background: #fff;
	width: 270px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	top: 180%;
	z-index: 1;
}
#offcanvas-reveal .uk-nav-default > li > ul {
	background: #4f3318;
	padding: 0;
	position: relative;
	z-index: 1;
	margin: 0;
	display: none;
}
#offcanvas-reveal .uk-nav-default li {
	color: #fff;
	position: relative;
	border-bottom: 1px solid #ffffff17;
	border-top: 1px solid #00000012;
	position: relative;
}

#offcanvas-reveal .uk-nav-default > li > ul > li > ul {
	display: none;
	background: #fff;
}
#offcanvas-reveal .uk-nav-default > li > ul > li > ul > li.menu-item-has-children > span {
	width: 40px;
	line-height: 36px;
	color: #333;
	background: #ffffff17;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	height: 40px;
	text-align: center;
	background: 0 0;
}

#offcanvas-reveal .uk-nav-default > li > ul > li a {
	color: #333;
	padding: 8px 10px 8px 17px;
	text-transform: uppercase;
	border-bottom: 1px solid #3333330a;
	font-size: 13px;
}

.site-nav > div > div > ul > li:hover > ul {
	opacity: 1;
	top: 100%;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	visibility: visible;
}

#offcanvas-reveal .uk-nav-default > li > .uk-icon {
	width: 40px;
	line-height: 36px;
	color: #fff;
	background: #ffffff17;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	height: 40px;
	text-align: center;
}
#offcanvas-reveal .uk-nav-default > li > ul > li > a {
	color: #fff;
	padding: 11px 11px 11px 17px;
	text-transform: uppercase;
	border-bottom: 1px solid #3333330a;
	font-size: 15px;
}

.site-nav > div > div > ul > li > ul > li {
	line-height: inherit;
	border-top: 1px solid #ffffff14;
	position: relative;
}

.site-nav > div > div > ul > li > ul > li > ul {
	margin:0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 100%;
	background:#fff;
	width: 240px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s linear;
	   -moz-transition: 0.3s linear;
	    -ms-transition: 0.3s linear;
	     -o-transition: 0.3s linear;
	        transition: 0.3s linear;
}
.site-nav > div > div > ul > li > ul > li > ul > li > a {
	color: #333;
	text-decoration: none;
	display: flex;
	font-size: 14px;
	align-items: center;
	text-transform: uppercase;
	padding: 11px;
	border-bottom: 1px solid#33333329;
}

.site-nav > div > div > ul > li > ul > li > a {
	color: #333;
	text-decoration: none;
	display: flex;
	font-size: 14px;
	align-items: center;
	text-transform: uppercase;
	padding: 11px;
	border-bottom: 1px solid#33333329;
}
.site-nav > div > div > ul > li > ul > li > a:hover, 
.site-nav > div > div > ul > li > ul > li > ul > li > a:hover {
	color: #44a96a;
}
.site-nav > div > div > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
}

.site-nav > div > div > ul > li > a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: bold;
    height: 100%;
}
p {
	font-size: 18px;
}
/* .site-nav > div > div > ul > li:hover,

.site-nav > div > div > ul > li.current-menu-item  {

    background: 
    #44a96a;

} */
.site-nav > div > div > ul > li:hover > a, 
.site-nav > div > div > ul > li.current-menu-item > a  {
	color: #44a96a;
}

.uk-offcanvas-bar {
   background:var(--main-bg-color);
    padding: 0;

}
#offcanvas-reveal .uk-nav-default {

    font-size: inherit;

}
#offcanvas-reveal .uk-nav-default > li {

    color: #fff;
    position: relative;

	border-bottom: 1px solid #ffffff17;

	border-top: 1px solid #00000012;
    position: relative;

}
#offcanvas-reveal .menu-menu-1-container {
	margin: 0;
}
#offcanvas-reveal .uk-nav-default > li > a {

    display: block;
    font-size: 15px;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;

}

.each__banner {

    position: relative;

}

.banner-wrap {
		color:#fff;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    display: 	flex;
    height: 100%;
    width: 100%;

}

.banner-wrap .uk-container {

    height: 100%;
    display: flex;
    align-items: flex-end;

}

.banner-text {
    text-shadow: 1px 1px 1px #0000008c;
    font-size: 52px;
    padding-bottom: 40px;
    font-weight: 400;
    display: block;
    line-height: 1.1;
    margin: auto;

}
p {
	line-height: 	1.9;
	margin-top: 0;	
	font-weight:300;
}

.sections {
	padding:4.0vw 0 ;
}
.section-about {
	background:#ffefe2;
}
.cat-head  span {
	display: inline-block;	
	color: 	#d47432;
	font-size: 19px;
	font-weight: bold;	
	text-transform: uppercase;		
}
.cat-head h2 {
    margin: 0; 
    padding: 0;  
    font-size: 45px;
}

.each-card h3 {
	margin: 12px 0 12px 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
.each-card p {
	line-height: 1.7;
	font-size: 17px;
	font-weight: 400;
}

.our-programs {
	position: relative;
	
}
.our-programs:after {
	display: block;
	width: 1px;
	height: 100%;
	background:#155f00;
	position: absolute;
	top:0;
	left:50%;
	content: "";
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.grid-layout {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	grid-gap:30px;
}

.each-program > div  {
	grid-column:span 6;
}

.each-program {
	padding-bottom: 50px;	
}

.each-program:last-child {
	padding-bottom: 0;	
}
.p-title {
	font-size: 27px;
	margin-bottom: 5px;
}

a:hover,
a:active,
a:focus, {
	text-decoration: none;
}

.p-title a  {
	color:inherit;
	font-weight: bold;
	text-decoration: none;
}

.p-title a:hover  {
	color:#155f00;
}
.cta {
	display: inline-block;
	height: 55px;
    padding: 0 57px;
    line-height: 55px;
	border-radius: 26px;
	border: 0;
	font-weight: 700;
	cursor: pointer;	
	font-size: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}

.cta:hover,
.cta:focus {
	text-decoration: none;
}
.color-btn {
	background-color: #155f00;
	color: #fff;
	position: relative;
	transition: all 0.2s ease;
}
.color-btn:hover, .color-btn:focus {
	text-decoration: none;
	color: #fff;
	background:#d47432;
	opacity: .9;
}

.program-description div {
	position: relative;
}


.each-packages:nth-child(even) .program-description div span {
	left:97.4%;
}
.each-packages:nth-child(even) .program-description {
	text-align: right;
}
.each-packages:nth-child(even) .program-description div  {
	padding-right: 30px;
}

.each-packages:nth-child(even)  .image-div {
	padding-right: 0;
	padding-left: 30px;
}
.program-description div  {
	padding-left: 30px;
}
.program-description div span {
	position: absolute;
	background:#155f00;
	height:15px;
	width:15px;
	content:'';
	right:97.4%;
	border:22px solid #cfdecb;
	top:0;
	-webkit-border-radius: 100%;
	  border-radius: 100%;
}

.image-div {
	padding-right:30px;
}

.image-div a {
	overflow: hidden;
	display: block;
}
.each-program .image-div {
	padding-right: 40px;
}

.image-div a img  {
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
	
}
.image-div a:hover img {
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}



.grid-layout:last-child {
	padding-bottom: 0;
}



.wellness-program {
	background:var(--main-bg-color);
}

.program-detail {
	max-width: 700px;
	margin: 0 auto 0 0;
}
.program-detail p {
	margin-top: 12px;
}

.color-border {
	border:2px solid #fff;
}

.color-border:hover {
	border:2px solid #d47432;
	color:#d47432;

}
.each-training-program img {
	width: 100%;
}

.each-training-program p {
	margin-top: 12px;
}
.text-small {
	font-size: 21px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.each-packagae span {
	background:#ffffff12;
	display: block;
	vertical-align: middle;
	margin: 0 auto 12px auto;
	width:65px;
	
	text-align: center;
	line-height: 65px;
	height:65px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}

.each-packagae a  {
	font-size: 17px;
}
.each-packagae a:hover {
	opacity: .8;
}

.each-packagae {
	margin-bottom: 15px;
}
.wellness-packages {
	position: relative;
	background:url(./assets/img/wellness-packages.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wellness-packages::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: 
    #3d1f01e6;
}
.video-frame iframe {
	width: 100%;
	height:550px;
}

.uk-form form {
	text-align: left;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 30px;

}

.uk-form form input[type="submit"] {
	margin-top: 20px;
	cursor: pointer;
}

.uk-form form input[type="submit"]:focus {
	background-color:#155f00;
	color:#fff;
	position: relative;
	transition: all 0.2s ease;
}
.testimonial-banner {
	background:#000 url(./assets/img/testimonial-banner.jpg) center center no-repeat ;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
div.wpcf7-response-output {
	margin-top: 0;
}
.traveller-pic img {

    background: #1071bc;
    color:#fff;
    height: 45px;
    width: 45px;
    text-align: center;
    object-fit: cover;
    line-height: 55px;
    border-radius: 100%;

}

.each__review  p {
	font-size: 16px;
}

.traveller--header {
    padding-left: 16px;
}
.text-head--small {
    color: #333;
    margin-bottom: 0;
    font-size: 21px;
    text-transform: uppercase;

}
.testimonial-area p  {
	font-size: 	16px;
}
.traveller--header h4 {
	color: #333 !important;
	font-size: 	14px;
}

.details-bg {
	background:var(--main-bg-color);
}

.tour_description p {
	margin-top:16px;
}
.tourlist__listing {
    padding-top: 30px;
}

.tourlist__listing p {
	font-size: 	17px;
	line-height: 1.7;
}
.tourlisting__meta > div {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}
.tourlisting__meta > div:first-child {
	padding-left: 0;	
	border-left: 	none;
	margin-left: 0;	
} 
.tourlisting__meta span {
	display: inline-block;	
	vertical-align: middle;	
	margin-right: 12px;	
}
.tourlisting__meta strong {
	display: block;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;	
}
.tourlisting__meta {
    margin-top: 19px;
    padding-top: 19px;	
    border-top: 	1px solid #ccc;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tourlist__listing:first-child {
	border-top: transparent !important;	
}
.site-footer {
	background: url(./assets/img/footer-bg.jpg);
}

.site-footer ul li a {

    color: #333;
font-size: 17px;
padding: 4px 0;
display: block;
border-bottom: 1px solid #ffffff0f;
letter-spacing: 1px;
}
.social-info a {

    margin-right: 7px;
    background: #fcb073;
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	color:#fff;
}
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;

}

.contact-us {
    margin-top: 12px;

}
.site-footer p {
    color: 
    #333;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;

}

.contact-us i {
    margin-top: 6px;
    margin-right: 14px;

}
.widget  {
	margin-bottom: 30px;	
}


.widget .widget-title {
    background: var(--main-bg-color);
	color:#fff;
    padding: 12px 23px;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px !important;
}
.widget ul li {
    padding-left: 12px;
    padding-bottom: 12px;
}
.widget ul li a {
    color:  #333;
    position: relative;
    display: block;
}
.widget ul {
    margin: 0;
    background: #f1f1f1;
    padding: 12px 0;
    list-style-type: none;
}
.tour_description h1.banner-text {
    font-size: 40px;
    padding-top: 40px;
    margin-bottom: 0;
    margin: 0 !important; 	
    text-shadow: 	none;	
}
.uk-itinenary-panel {
	padding: 30px 0;
	background: #f6eed3;
}
.white-background {
	padding:30px;
	background:#fff;
	margin-bottom: 	30px;
}
.the-content {
    font-size: 16px;
}
.itinenary-tab li {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 8px;
    font-size: 16px;
    text-transform: capitalize;	
}
.itinenary-tab {
    margin-bottom: 30px !important;	
    background: #fff;
    display: flex;
    margin: 0;	
    padding: 0;	
    list-style: none;	
    align-items: center;
}
.itinenary-tab li {
    margin: 0;
    padding: 12px;
    font-size: inherit;
}

.itinenary-tab .current {
    color: #fff;
	background:var(--main-bg-color);
}
.the-content ul li, .the-content ol li {
    line-height: 2;
}
.sidebar-video iframe {
	width: 100%;	
	height:300px;
}
.itinenary-head {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 12px 0 !important;
    color: var(--main-bg-color);
}
.white-background-xs.inquiry-form textarea {
	height:100px;
}
.white-background-xs.inquiry-form  label {
	font-size: 	15px;
	font-weight: bold;	
}
/* .itinenary-content {
	display: none;	
} */
.itinenary-content.current {
	display: inherit !important;	
}
.included-section ul {
    padding: 0px 0 0 0;
    margin: 0;
    list-style: none;
}
.included-section  ul li::before {
	margin-right: 9px;	
}

.included-section.is-included ul li::before {
	color: #3e9811;
}
.included-section ul li::before {
    content: "\2713";
}
.included-section.is-not ul li::before {
    color: #900;
	content: '\292B';
}
.included-section.is-not {
	margin-top: 20px;	
}

.date--table th, .date--table td {
    line-height: 1.5;
    border: 1px solid #d9d7ce33;
    font-size: 16px;
    vertical-align: middle;	
}
.date--table th {
    font-size: 15px;
    text-align: left;
    background: 
    #f2f0e6;
    padding: 10px 15px;
    letter-spacing: 0.7px;
}


.white-background-xs {
	padding:15px;
}
.sticky-language-switch{
	position: fixed;
    top: 50%;
    right:-50px;
	z-index: 1;
	background:#fff;
	text-align: center;
	transition: 0.3s linear;
    padding:17px 20px 17px 20px;
}

.sticky-language-switch:hover{
	transition: 0.3s linear;
    right:0;

}
.sticky-language-switch h3 {
	margin: 0;
    font-size: 18px;
    text-align: center;
}

.sticky-language-switch ul {
	margin:0;
	padding:0;
	list-style: none;
}

@font-face {
  font-family: 'trekking-nepal';
  src: url("./assets/fonts/trekking-nepal.eot?2qf6cz");
  src: url("./assets/fonts/trekking-nepal.eot?2qf6cz#iefix") format("embedded-opentype"), url("./assets/fonts/trekking-nepal.ttf?2qf6cz") format("truetype"), url("./assets/fonts/trekking-nepal.woff?2qf6cz") format("woff"), url("./assets/fonts/trekking-nepal.svg?2qf6cz#trekking-nepal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="trek-"], [class*=" trek-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'trekking-nepal' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.trek-level-low:before {
  content: "\e903";
}

.trek-level-medium:before {
  content: "\e902";
}

.trek-code:before {
  content: "\e900";
}

.trek-level-high:before {
  content: "\e901";
}

.trek-max-altitute:before {
  content: "\e90c";
}

.trek-accomodation:before {
  content: "\e90d";
}

.trek-team:before {
  content: "\e90e";
}

.trek-travel-type:before {
  content: "\e90f";
}

.tripdescription-col {
    padding:  20px  0 20px 0;
    border-top: #f1f1f1 1px solid ;
}
.tripdescription-col:first-child {
	border: none;	
	padding-top: 0;	
}
.uk-text-lead {
    font-size: 17px;
    line-height: 1.5;
    color: #333;
}
.uk-review-section-column .traveller--header {
	    flex: 12;

}
.review-post h6 {
    font-size: 18px;
}
.review-post .traveller-pic .user-photo img {
    margin-right: 12px;
    height: 55px;
    width: 55px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.uk-review-section-column .user-photo {
    flex: 4;
}
.review-post {
    padding: 20px 0 20px 0;
    display: block;
    border-top: 1px solid #f1f1f1;
}
.review-post:first-child {
	border-top: none;	
	padding-top: 0;	
}
.review-post .traveller-pic {
    display: flex;
}
.review-post p {
	margin-top: 9px;	
	margin-bottom: 0;	
}
.tripdescription-col span {
    font-size: 22px;
    background: 	var(--main-bg-color);
    font-weight: bold;	
    color: 	#fff;
    display: inline-block;	
    height: 	50px;
    width: 50px;	
    text-align: center;	
    line-height:50px;
    -webkit-border-radius: 	50%;
            border-radius: 	50%;
    margin-right: 14px;
}

.team-member .image {
    margin: 0 0 20px 0;
    overflow: hidden;
    background-color: 
    #fff;
    border-radius: 50%;
    -webkit-transition: box-shadow 200ms ease;
    -moz-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}
.team-member .image img {
	    padding: 10px;
    border-radius: 100%;
}
.team-member:hover .image {
    box-shadow: none;
}
.team-member:hover .image {
    box-shadow: 0 0 0 10px 
    var(--main-bg-color);
}
.job-title {
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    overflow: hidden;
}
.social-info a {
    margin-right: 7px;
	background:var(--main-bg-color);
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	color:#fff;
}

@media(max-width:1112px) {
	.each-packages {
		padding-bottom: 30px;
	}
	
	.custom-logo-link {
		left: 20px;
	}
	.site-nav > div > div {
	    margin: 0 0 0 107px;
	} 
	.site-nav > div > div > ul > li > a {
		font-size: 14px;
		letter-spacing: 1px;
	}
}



@media(max-width:1000px) {
	
	.tour_description h1.banner-text {
	    font-size: 34px;
	    padding-bottom: 22px;
		padding-top: 22px;
	}
}

@media(max-width:952px) {
	
	
	.cat-head h2 {
	    margin: 0;
	    padding: 0;
	    font-size: 35px;
	}
	
	.banner-text { 
		font-size: 	32px;
	}
	.site-nav {
		width: 100%;	
		display: flex;	
		-webkit-align-items: 	center;
		        align-items: 	center;
	}
	.site-nav > div {
	    display: flex;
	    align-items: center;
	    width: 100%;
	}

	.site-nav > div > div {
		margin: 0;	
		flex:2;
	}
	
	.site-branding .uk-container {
		display: flex;	
		align-items:center;
		-webkit-justify-content: 	space-between;
		        justify-content: 	space-between;
	}

	.site-nav .social-media a {
		color: 	#333;
	} 
	
	.each__contact-Info {
		text-align: center;	
		margin:auto;
		width:auto;
	}
	.custom-logo-link {
		left:0px;
	}
	.uk-form form {
	    grid-template-columns: repeat(2,1fr);

	}
}
.spacer {
		margin-top: 40px !important;	
}

@media(max-width:862px) {
	.program-description div span {
		right:95%;
	}
	.image-div a {
		height: 100%;
	}
	.image-div a img {
		object-fit:cover;
		height: 100%;
	}
	
	.tour_description {
		padding-bottom: 40px;	
	}
	.each-packages:nth-child(2n) .program-description div span {
		left:95%;
	}
}
@media(max-width: 688px) {
	.spacer { 
		margin-top: 20px !important;	
	}
	
	
	.top-nav {
		padding: 0 0 50px 0;
	}
	.each__contact-Info {
	    text-align: right;
	    margin: auto;
	    width: 100%;
	}
	.banner-text {
	    font-size: 25px;
	    line-height: 1.3;
	    padding-bottom: 23px;	
	}
	.image-div a  {
		margin-bottom: 15px;
	}

}

@media (max-width:514px) {
	.image-div, .program-description div {
		padding: 0 !important;
	}
	.image-div, .program-description .p-title {
		font-size: 22px;
	}
	.image-div, .program-description p {
		font-size: 16px;
	}
	 .program-description {
		background:#fff;
		color:#666;
		padding: 20px 20px;
		text-align: left !important;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
	}
	
	.our-programs::after {
		height: 0;
	}
	.each-packages {
		/* display: block; */
		grid-gap:0;
	    grid-template-columns: repeat(1,1fr);
	}
	.program-description div span {
		display: none;
	}
	.each-card h3 {
		margin: 12px 0 12px 0;
    	font-size: 25px;
	}
	.each__contact-Info p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.site-branding.uk-active  .custom-logo-link {
		display: inline-block;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.custom-logo-link img {
		width: 86px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.site-nav{
		width: auto;
	}
	.tour_description {
	    padding-bottom: 28px;
	}
	.tour_description h1.banner-text {
		font-size: 25px;
		padding-bottom: 12px;	
	}
	.uk-form form {
	    grid-template-columns: repeat(1,1fr);

	}
	.video-frame iframe {
	    height: 170px;
	}
	.cat-head span {
		font-size: 14px;
	}
	
	.each__banner  img {
		height:34vh;
		object-fit:cover;
	}

	.site-nav .social-media a {
		display: none;	
	}
	.top-nav {
	    padding: 0 0 6px 0px;
	}
	.custom-logo-link {
		padding: 0;	
		background:none;
		position: static;	
	}
}
