/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Source Sans Pro', sans-serif;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	color: #323648;
}
li {
    list-style-type: none;
}
p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8em;
    letter-spacing: 1px;
    color: #707579;
}

ul {
    margin: 0;
    padding: 0;
}


/*-- header --*/

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
}


#logo a {
	float: left;
    font-size: .8em;
    display: initial;
    margin: 0;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 600;
    padding: 3px 0;
    border: none;
}
#logo a span.fa {
    color: #0079c1;
    /*background: #0079c1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; */
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
    color: #eee;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
	padding: 10px 0;
}


nav ul li ul li:hover { background: #f8f9fa; }

/* Background color change on Hover */
nav a:hover { 
	color: #eee;
}
nav .inner-dropdown a:hover {
    color: #333;
}
.menu li.active  a{ 
	color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px; 
    background: #fff;
    padding: 10px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	.login-icon a {
		padding: 11px 15px;
	}
	nav {
		margin: 0;
	}
	nav a {
		color: #333;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 4px 15px;
		font-size: 20px;
		text-decoration: none;
		border: none;
		float: right;
		background-color: #0079c1;
		color: #fff;
		border-radius: 0px;
	}
	.menu li.active a {
		color: #0079c1;
	}
	nav ul ul li a {
		display: inline-block;
	}
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 30%;
		padding: 5px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.toggle:hover {
		color:#333;
		background-color: #fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		width:100%;
		text-align: center;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 7px 0;
		}
	nav a{
		padding: 5px 0;
	}
	nav a:hover {
		color: #333;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: transparent;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff; 
	}
	nav ul ul li a {
		font-size: 15px;
	}
	ul.inner-ul{
		padding: 0!important;
	}
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
.user span.fa {
    font-size: 25px;
    color: #fff;
}

.buttons {
    text-align: right;
}
.buttons li span.fa,.buttons li  a{
    margin: 0;
    font-size: 17px;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #ddd;
}
.buttons li a:hover {
    color: #fff;
}
.social li {
    display: inline-block;
}
.social li a span.fa {
    font-size: 12px;
    color: #eee;
    background: #9e9e9e;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.social li a span.fa:hover {
    color: #777;
    background: #fff;
}
.top_header p {
    color: #ddd;
}
/*-- //header --*/


/*-- banner --*/
.banner {
    background: url(../images/bg10.jpg) no-repeat center;
    background-size: cover;
	position: relative;
    height: 48vw;
}
.banner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
	background: #000;
}
.slider-info {
    position: relative;
    text-align: center;
    width: 70%;
    margin: auto;
}
.w3layouts-text h2 {
    color: #fff;
    display: inline-block;
    font-size: 3.5em;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.w3layouts-text p {
    color: #ddd;
}

.banner-text {
    padding-top: 15vw ;
}
.banner ul.social li {
    display: inline-block;
    margin: 8px;
}
.banner  ul.social li  a{
    font-size: 16px;
    color: #eee;
    line-height: 26px;
    letter-spacing: 1px;
    list-style-type: none;
}
/*-- //banner --*/

/*-- banner to bottom --*/
.thim-click-to-bottom {
    font-size: 30px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
    text-align: center;
}
.thim-click-to-bottom span.fa{
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.thim-click-to-bottom i:hover {
	color: #17a2b8;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
/*-- hover-effect --*/
/*-- //banner to bottom --*/

/*-- about --*/
.about h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
}
.about h6 {
    color: #999;
    letter-spacing: 2px;
    font-weight: 600;
}
.about h5 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
}
.about h5 span.fa {
    color: #0079c1;
}
/*-- //about --*/


/*-- Why choose us --*/
.choose-grid h3 {
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
}

.choose-icon span.fa {
    background: #0079c1;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
	color: #fff;
}

h3.heading {
    font-size: 52px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}
h3.heading span {
    font-weight: 300;
    color: #555;
}
/*-- //Why choose us --*/


/*-- team --*/

.team {
    background: #f5f5f5;
}
.wthree_head1{
	color:#fff;
}
.w3_team_grid_figure img {
    border: 5px solid #f9f9f9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}
.w3_team_grid_figure_social{
	margin:4em 0 0 0.5em;
}
.w3_team_grid h4 {
    margin: .7em 0 .2em;
    font-weight: 500;
    font-size: 23px;
}
.w3_team_grid h4 span{
	font-size:.7em;
	color:#fff;
}
.w3_team_grid p{
}
.team .social-icon {
    margin: 1em 0 0;
}
.w3pvt_team_grids,.w3l_gallery_grids,.w3_testimonials_grids,.w3layouts_mail_grids,.map iframe,.contact-form form,.aboutgrids{
	margin:3em 0 0;
}
.w3_team_grid {
    background: rgba(16, 16, 16, 0.48);
    background: transparent;
    text-align: center;
    padding: 2em 1em;
  /*  border-bottom: 6px solid #0079c1; */
    background: #fff;
	box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
}
.w3_team_grid:nth-child(3) {
    margin-right: 0%;
}
.team span,h3.wthree_head.two  span {
    color: #fff;
}
h3.wthree_head.two {
    color: #fff;
}
/*-- //team --*/


/*-- pricing --*/
.pricing {
    background: #f8f9fa;
}
.pricing-grid {
	padding: 2em 2.5em;
	position: relative;
    transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.pricing-grid.pricing-active .head h3 {
    color: #ccc;
}
.pricing-grid.pricing-active h4 {
    color: #fff;
}
.price a {
    color: #0079c1;
    text-align: center;
    display: block;
    margin-top: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}
.price {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.price:hover {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.pricing-grid p {
    padding: 5px 0;
    letter-spacing: 1px;
}
.pricing-grid.pricing-active p {
	color: #bbb;
}
.head h3 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
}
.shadow {
	border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #fff;
}
.pricing-grid h4 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0px 0;
    letter-spacing: 1px;
}
.pricing-active {
    background: #0079c1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/*-- //pricing --*/


/*--/blog-grid-info--*/

p.card-text {
    line-height: 26px;
}
.blog-grid-info .card-body {
    padding: 0;

}

span.entry-date {
    font-size: 16px;
    letter-spacing: 1px;
    color: #999;
}

.blog-grid-info .card h5.card-title {
    font-size: 22px;
    font-weight: 600;

}

.blog-grid-info .card h5.card-title a {
    color: #222;
    text-transform: capitalize;
}

.about-in.blog-grid-info .card {
    padding: 0;
    border: 1px solid transparent;
}

.blog-des.blogger {
    border: 1px solid rgba(221, 221, 221, 0.34901960784313724);
    border-top: 0px;
}

.about-in.blog-grid-info .card:hover {
    -webkit-box-shadow: 0px 0px 18.6px 2.31px rgba(204, 204, 223, 0.09);
    -moz-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.12);
}

/*--//blog-grid-info--*/


/*-- Popular trips --*/

.special-info{
	background: url(../images/blog.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info1{
	background: url(../images/blog1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info2{
	background: url(../images/blog2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info2{
	background: url(../images/blog3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info3{
	background: url(../images/blog4.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info4{
	background: url(../images/blog5.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info5{
	background: url(../images/blog6.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info6{
	background: url(../images/blog7.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.special-info7{
	background: url(../images/blog8.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.item {
    background: rgba(0, 0, 0, 0.3);
    padding: 2em;
}
.special-star span.fa {
    color: #fff;
    font-size: .9em;
    margin: 0 .1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}
.special-info-top h4{
    color: #fff;
    font-size: 1.4em;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
.special-info-bottom{
	margin: 7em 0 0 0;
}
.special-info-bottom ul{
	padding:0;
	margin:0;
}
.special-info-bottom ul li{
    display: inline-block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.special-info-bottom ul li span{
    font-size: .6em !important;
}
.special-info-bottom ul li:nth-child(1){
	padding-right:.5em;
}
.special-info-bottom ul li:nth-child(3){
	padding-left:.5em;	
}
.special-info-bottom ul li:nth-child(2){
    padding-left: .2em;
}
/*-- //Popular trips --*/

/*-- book --*/
.book{
	background: #0079c1;
}
.book h4.heading {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
    color: #fff;
}
.book p {
    color: #ccc;
}
.book input[type="text"] {
    outline: none;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
    font-size: 15px;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 2px;
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
}
.book button.btn {
    border: none;
    padding: 13px;
    width: 80%;
    font-size: 15px;
    outline: none;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    background: #fff;
    color: #0079c1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
	cursor: pointer;
}
.book ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.book ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.book :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.book :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
/*-- book --*/

/*-- contact --*/
.contact-w3layouts {
    margin-top: 4em;
}  
.address.address-mdl {
    margin: 2em 0;
}
.address h5 {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
}
.address p { 
    margin-top: 1em;
    font-size: 15px;
    letter-spacing: .5px;
}
.address p i.glyphicon { 
    color: #da9d40;
    margin-right: 0.5em;
    font-size: 17px;
}
.address p a {
    color: #525252;
    font-size: 15px;
}
.address p a:hover{
    color: #da9d40;
}
.contact-w3layouts input[type="text"],.contact-w3layouts input[type="email"] {
    width: 100%;
    color: #333;
    background: none;
    outline: none;
    font-size: 15px;
    padding: 1em;
    letter-spacing: 1px;
    border: solid 1px #888;
    -webkit-appearance: none;
    display: inline-block;
} 
input.email {
    margin: 1em 0;
}
.contact-w3layouts textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #333;
    font-size: 15px;
    padding: 1em;
    outline: none;
    letter-spacing: 1px;
    border: solid 1px #888;
    min-height: 9em;
    -webkit-appearance: none;
    margin-top: 1em;
}
.contact-w3layouts button.btn {
    border: none;
    margin: 1em 1em 0 0;
    color: #fff;
    background: #0079c1;
    padding: 12px 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
	border-radius: 0px;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.location-w3layouts-map iframe {
	width: 100%;
	min-height: 340px;
	border: none;
    border: 4px dotted #0079c1;
} 
.contact {
    padding: 5em 0;
}
/*-- //contact --*/

/*-- footer --*/
.footer-nav li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 1em;
    border-bottom: 2px solid rgba(226, 222, 222, 0);
}

ul.footer-nav li a {
    color: #ddd;
    font-size: 1.1em;
    display: inline-block;
}

ul.footer-nav li a:hover {
    color: #fff;
}
.f1 p {
    font-size: 16px;
    color: #707579;
    line-height: 29px;
}

ul.footer-nav li a.active {
    color: #d66047;
    font-weight: 600;
}
.copyright {
    border: 1px solid #404040;
    border-width: 1px 0;
}
.w3_layout-footer1.f1 h2 a {
    color: #fff;
    font-size: 1em;
	text-transform: uppercase;
}

.w3_layout-footer1 h5.f1 {
    margin: 1.1em 0 0.5em;
}

.w3_layout-footer1 h5 {
    text-transform: capitalize;
    font-size: 1.3em;
    color: #ccc;
    letter-spacing: 2px;
}
.w3_layout-footer1 h6 {
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    color: #aaa;
    background: #292929;
    padding: 5px 0px 5px 15px;
}
ul.w3ls-footer-bottom-list li,p.tweet-p1,p.tweet-p2{
    list-style-type: none;
    margin: 7px 0;
    color: #707579;
    letter-spacing: 1px;
    line-height: 1.8em;
}
p.tweet-p2 {
    font-size: 14px;
}
p.tweet-p1 a {
    color: #555;
}
ul.w3ls-footer-bottom-list li span.fas,ul.w3ls-footer-bottom-list li span.fab,ul.tweet-w3pvt span.fab {
    width: 25px;
    color: #e2b13c;
    padding-left: 0;
}

ul.w3ls-footer-bottom-list li a,
ul.footer-social-icons li a {
    color: #707579;
    font-size: 16px;
	outline: none;
}
ul.w3ls-footer-bottom-list li a:hover, ul.footer-social-icons li a:hover,p.tweet-p1 a:hover {
    color: #0079c1;
}
ul.footer-social-icons li {
    list-style-type: none;
    margin: 0.5em 0;
}

.w3layouts-copyright p a{
    color: #ccc;
}
.w3layouts-copyright p a:hover{
    color: #0079c1;
}
.w3layouts-copyright p {
    color: #888;
    letter-spacing: 1px;
    font-size: 16px;
}
.w3pvt-footer,.copyright,.footer-top{
    background: #252525;
}
.footer-top input[type="email"] {
    outline: none;
    width: 100%;
    padding: 13px 10px;
    color: #fff;
    font-size: 15px;
	border:none;
    border-bottom: 1px solid #777;
    letter-spacing: 3px;
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
     box-sizing: border-box;
}
.footer-top button.btn {
    border: none;
    width: 28%;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 13px;
    font-size: 15px;
    outline: none;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    background: #0079c1;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
     box-sizing: border-box;
}
.icon-subscribe h3 {
    color: #ccc;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 25px;
}
.footer-top form {
    position: relative;
}
/*-- //footer --*/

/*-- move top --*/
a.move-top span {
    color: #bbb;
    position: absolute;
    z-index: 9;
    left: 49%;
    bottom: 0%;
    font-size: 30px;
}
/*-- //move top --*/

/*-- Responsive design --*/

@media(max-width:1080px) {
	.banner {
		height: 60vw;
	}
	.slider-info {
		width: 80%;
	}
	.w3layouts-text h2 {
		font-size: 3em;
	}
	.banner-text {
		padding-top: 18vw;
	}
	.w3_layout-footer1 h5 {
		letter-spacing: 1px;
	}
}
@media(max-width:991px) {
	.slider-info {
		width: 90%;
	}
	.banner-text {
		padding-top: 21vw;
	}
}
@media(max-width:800px) {
	.banner-text {
		padding-top: 28vw;
	}
	.banner {
		height: 70vw;
	}
	.choose-grid {
		padding: 0 1em;
	}
	.about h4 {
		font-size: 26px;
	}
}
@media(max-width:768px) {
	.w3layouts-text h2 {
		font-size: 2.8em;
		letter-spacing: 1px;
	}
	h3.heading {
		font-size: 45px;
	}
}
@media(max-width: 736px) {
	.slider-info {
		width: 100%;
	}
	.w3layouts-text h2 {
		font-size: 2.5em;
	}
	#logo a {
		font-size: .7em;
	}
	.special-info-top h4 {
		font-size: 1.2em;
	}
	.special-info-bottom ul li {
		font-size: 1em;
	}
	.location-w3layouts-map iframe {
		min-height: 300px;
	}
	.contact-w3layouts {
		margin-top: 0em;
	}
}
@media(max-width:667px) {
	.banner {
		height: 75vw;
	}
}
@media(max-width:600px) {
	.w3layouts-text h2 {
		font-size: 2.2em;
	}
}
@media(max-width:568px) {
	.banner {
		height: 79vw;
	}
	.about h4 {
		font-size: 22px;
	}
	.about h5 {
		font-size: 17px;
	}
	.book p {
		font-size: 16px;
	}
	.book button.btn {
		width: 100%;
	}
}
@media(max-width:480px) {	
	p {
		font-size: 16px;
	}
	.buttons li span.fa, .buttons li a {
		font-size: 16px;
	}
	.banner {
		height: 95vw;
	}
	.w3layouts-text h2 {
		font-size: 2em;
	}
	.banner-text {
		padding-top: 35vw;
	}
	.choose-grid h3 {
		font-size: 20px;
	}
	.book h4.heading {
		font-size: 28px;
	}
}
@media(max-width: 414px) {
	.w3layouts-text h2 {
		font-size: 1.8em;
	}
	.banner {
		height: 100vw;
	}
	h3.heading {
		font-size: 40px;
	}
	.social li a span.fa {
		font-size: 10px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.buttons {
		text-align: center;
		padding: 0;
	}
}
@media(max-width:384px) {
	.w3layouts-text h2 {
		font-size: 1.6em;
	}
	.banner {
		height: 120vw;
	}
	.banner-text {
		padding-top: 40vw;
	}
	#logo a {
		font-size: .6em;
	}
	.menu .toggle {
		width: 40%;
	}
	.blog-grid-info .card h5.card-title {
		font-size: 20px;
	}
	span.entry-date {
		font-size: 15px;
	}
	.about h5 {
		letter-spacing: 1px;
	}
}
@media(max-width:1080px) {
	
}

/*-- //Responsive design --*/