@charset "utf-8";
/* CSS Document */

body {
	font-size: 1.2vw;
	font: normal normal normal 16px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
}
/*
	Generic Style
*/
/*button primary*/
.btn-primary {
	background-color: #fcff6b;
	border-radius: 0;
	color: #035E43;
	border: 0;
	padding: 1vw 2vw;
	font-size: 1.3vw;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	background-color: rgba(186, 218, 85, 1);
	border-radius: 0;
	border: 0;
	background-color: #035E43;
	color: #ffffff;
}
/*button primary end*/
/*button secondary*/
.btn-secondary {
	background-color: #035E43;
	border-radius: 0;
	color: #fcff6b;
	border: 0;
	padding: 1vw 2vw;
	font-size: 1.3vw;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
	background-color: rgba(186, 218, 85, 1);
	border-radius: 0;
	border: 0;
	background-color: #fcff6b;
	color: #035E43;
}
/*button secondary end*/
/*button style*/
.btn-lg {
	padding: 2vw 4vw;
	font-size: 2vw;
}
.rounded-50 {
	border-radius: 50px !important;
}
/*button style end*/
/*gutter 10px*/
.gutter-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.gutter-10 > .col, .gutter-10 > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
/*gutter 10px end*/
/*colored panel*/
.panel-green {
	background-color: #003827 !important;
	padding: 5vw 0;
	min-height: 300px;
}
.panel-green h2 {
	margin-bottom: 2vw;
	font-size: 2.4vw;
	color: #81decd;
	text-align: center;
}
.panel-light-green {
	background-color: #1e6b41;
	padding: 5vw 0;
	;
}
.panel-light-green h2 {
	margin-bottom: 2vw;
	font-size: 2.4vw;
	color: #81decd;
	text-align: center;
}
/*colored panel end*/
/*Margins*/
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
/*Margins end*/
/*hr line*/
.custom-hr {
	margin: 60px 0;
	border-style: dotted;
	border-width: 8px 0 0;
	border-color: #bada55;
}
/*******Generic Style*******/
/*
	*****  Header style *****
*/
.header {
	background-color: #003827;
	padding: 20px 0;
}
.navbar-nav .nav-item a {
	color: #148765;
	padding: 0 0px;
	transition: color 0.4s ease 0s;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
}
.navbar-nav .active a, .navbar-nav .nav-item a:hover, .navbar-nav .nav-item a:focus {
	color: #BADA55;
	transition: color 0.4s ease 0s;
}
/******  Header style end ******/
/*
	*****  Emstret style *****
*/
.emstret {
	position: absolute;
	top: -22vw;
	left: 15px;
}
.emstret-body {
	background-color: rgba(255,255,255,0.6);
	padding: 50px;
}
.emstret h1 {
	font-size: 5.5vw;
	color: #035E43;
	position: relative;
	padding-bottom: 2vw;
	margin-bottom: 3vw;
}
.emstret h1:after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 0;
	width: 60px;
	border-bottom: 5px solid #035E43;
}
div .emstret h2 {
	font-size: 2vw;
	font-weight: normal;
	color: #000000;
	margin-bottom: 20px;
	text-align: left;
}
.emstret p {
	font-size: 1vw;
	font-weight: normal;
	color: #000000;
}
/******  Emstret style end ******/
/*
	*****  our packages  *****
*/
.our-packages {
	background-color: #148765;
	color: #fff;
	padding: 3.5vw 0;
	margin-bottom: 3vw;
}
.our-packages h1 {
	font-size: 4vw;
	margin-bottom: 30px;
}
.our-packages p {
	font-size: 1vw;
}
/******  our packages end ******/
/*
	*****  Custom Card Calendar  *****
*/
.card-calendar {
	border-radius: 0;
	border: 2px solid #f2f2f2;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
.card-calendar .card-header {
	border-radius: 0;
	background: linear-gradient(45deg, #88d0c8, #53a2cc);
	color: #FFFFFF;
	font-size: 1.7vw;
	text-transform: uppercase;
	text-align: center;
}
.card-calendar .card-header strong {
	font-size: 1.8vw;
}
.card-calendar .card-body {
	background-color: #FFFFFF;
}
.card-calendar .card-body ul {
	padding: 0;
	display: flex;
	width: 100%;
}
.card-calendar .card-body ul li {
	display: inline-block;
	width: 50%;
	text-align: center;
	float: left;
}
.card-calendar .card-body h3 {
	font-size: 3vw;
	line-height: normal;
	margin-bottom: 0;
}
.card-calendar .card-body h3 span {
	display: block;
	font-size: 1.4vw;
	line-height: normal;
	margin-top: -5px;
}
.card-calendar .card-body a {
	font-size: 1.4vw;
}
.card-calendar .card-body p {
	font-size: 1.4vw;
	text-align: center;
}
.card-calendar .card-body strong {
	font-size: 1.8vw;
}
.card-calendar .card-footer {
	border-radius: 0;
	font-size: 1.4vw;
	background-color: #e7e7e8;
	text-align: center;
	text-transform: capitalize;
	border: 0;
	padding: 15px;
}
.card-calendar .card-footer strong {
	font-size: 1.8vw;
	display: block;
}
.card-calendar .card-footer span {
	font-size: 1.8vw;
	display: block;
}
.footer-banner {
	background-color: #0b483d;
	color: #FFFFFF;
	padding: 15px 15px 15px 130px;
	position: relative;
	margin-top: 30px;
	text-transform: uppercase;
	min-height: 90px;
}
.footer-banner:before {
	content: "";
	position: absolute;
	left: 10px;
	top: -40px;
	background: url(../images/dish-icon.png) left top no-repeat;
	background-size: cover;
	width: 90px;
	height: 110px;
}
.body-banner {
	background: radial-gradient(rgb(39, 145, 122, 0.7), #27917a);
	height: 150px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.4vw;
}
.body-banner p {
	margin-bottom: 0;
}
.body-banner strong {
	font-size: 1.8vw;
	font-weight: normal;
}
.sign-panel {
	border: 5px solid #c3f22e;
	background-color: #033a2a;
	padding: 3vw;
	text-align: center;
	font-size: 3.5vw;
	color: #fbff36;
	border-radius: 2vw;
	box-shadow: 0 3px 5px 2px #00000091;
	margin-bottom: 5vw;
	position: relative;
}
.sign-panel:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: -25px;
	border-style: solid;
	border-width: 10px;
	border-color: #c3f22e transparent transparent;
}
.banner-header {
	background-color: #287d68;
	color: #FFFFFF;
	font-size: 2vw;
	text-align: center;
	position: relative;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	padding: 9px 10px;
	height: 60px;
	margin-bottom: 24px;
}
.banner-header:before, .banner-header:after {
	content: "";
	position: absolute;
}
.banner-header:before {
	left: -18px;
	border-style: solid;
	border-width: 0px 25px 19px 18px;
	border-color: transparent #003827 transparent transparent;
	bottom: -19px;
}
.banner-header.active {
	color: #81decd;
}
.banner-header:after {
	right: -60px;
	border-style: solid;
	border-width: 30px;
	border-color: transparent transparent transparent #287d68;
	z-index: 0;
	bottom: 0;
}
/******  Custom Card Calendar end ******/
/*
	*****  Custom carousel  *****
*/
.text-carousel {
	margin-bottom: 50px;
}
.text-carousel .carousel-item {
	min-height: 150px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
}
.carousel-control-next-icon:after {
	content: '>';
	font-size: 55px;
	color: #FFFFFF;
}
.carousel-control-prev-icon:after {
	content: '<';
	font-size: 55px;
	color: #FFFFFF;
}
.text-carousel .carousel-control-prev {
	left: -68px;
}
.text-carousel .carousel-control-next {
	right: -68px;
}
.text-carousel .carousel-control-prev-icon, .text-carousel .carousel-control-next-icon {
	position: relative;
}
.text-carousel .carousel-control-prev-icon:after {
	color: #000000;
	position: absolute;
	top: 50%;
	left: -100%;
	line-height: 0;
}
.text-carousel .carousel-control-next-icon:after {
	color: #000000;
	position: absolute;
	top: 50%;
	right: -100%;
	line-height: 0;
}
/******  Custom carousel end ******/
/*
	*****  Contact Us  *****
*/
.contact-us {
	background-color: #035e43;
	padding: 3vw;
	border-radius: 10px;
}
.contact-us .form-group {
	margin-bottom: 2vw;
}
.contact-us label {
	font-size: 1.2vw;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.contact-us .form-control {
	border-color: transparent transparent #fff;
	background-color: transparent;
	border-radius: 0;
}
.contact-us .btn-primary {
	padding: 8px 30px;
}
.contact-us .btn-primary:hover, .contact-us .btn-primary:focus, .contact-us .btn-primary:active, .contact-us .btn-primary:active:focus {
	border-color: #81decd;
	background-color: #81decd;
	color: #000000;
}
/******  Contact Us end ******/
/*
	*****  Copy Rights  *****
*/
.copy-rights p {
	color: #81decd;
	margin-bottom: 20px;
}
.copy-rights p:last-child {
	margin-bottom: 0;
}

/******  Copy Rights end ******/

@media (max-width: 991px) {
body {
	font-size: 14px;
}
.banner-header {
	margin-bottom: 30px;
	padding: 15px 0;
	font-size: 18px;
}
.card-calendar {
	margin-bottom: 30px;
}
.emstret h1 {
	font-size: 35px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.emstret h2 {
	font-size: 22px;
}
.emstret p {
	font-size: 14px;
	text-align: center;
}
.btn-primary {
	padding: 10px 20px;
	font-size: 14px;
}
.panel-green {
	padding: 30px 0;
}
.our-packages h1 {
	font-size: 24px;
	margin-bottom: 15px;
}
.our-packages p {
	font-size: 14px;
}
.btn-lg {
	padding: 15px 35px;
	font-size: 16px;
}
.card-calendar .card-header {
	font-size: 16px;
}
.card-calendar .card-header strong {
	font-size: 18px;
}
.card-calendar .card-body h3 {
	font-size: 18px;
	font-weight: bold;
}
.card-calendar .card-body h3 span {
	font-size: 16px;
	margin-top: 0;
	font-weight: normal;
}
.card-calendar .card-body a {
	font-size: 16px;
}
.card-calendar .card-body p {
	font-size: 16px;
}
.card-calendar .card-body strong {
	font-size: 18px;
}
.card-calendar .card-footer {
	font-size: 16px;
}
.card-calendar .card-footer span {
	font-size: 18px;
}
.sign-panel {
	font-size: 22px;
}
.footer-banner {
	font-size: 14px;
}
.btn-secondary {
	padding: 10px 20px;
	font-size: 16px;
}
.body-banner {
	font-size: 16px;
}
	.text-carousel .carousel-control-prev{
		left: 0;
	}
	.text-carousel .carousel-control-next {
		right: 0;
	}
.panel-light-green h2 {
	margin-bottom: 30px;
	font-size: 24px;
}
.panel-green h2 {
	margin-bottom: 30px;
	font-size: 24px;
}
.contact-us label {
	font-size: 14px;
}
.form-control {
	font-size: 14px;
}
}

@media (max-width: 576px) {
ul.navbar-nav.ml-auto {
	width: 100%;
	display: block;
	text-align: center;
}
.navbar-nav .nav-item {
	width: 100%;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.navbar-nav .nav-item .nav-link {
	color: #fff;
}
.navbar-nav .nav-item .nav-link.active {
	color: #BADA55;
}
	
	.banner-header:after,
	.banner-header:before {
		display: none;
	}
	
	.banner-header {
    width: 100%;
}
	.emstret {
    position: static;
}
}



#home-gallery .wpb_image_grid_ul{
	height: auto !important;
	max-width: 1050px;
	margin: auto !important;
	font-size: 0;
}
#home-gallery .wpb_image_grid_ul .isotope-item {
	list-style: none;
	margin: 0 15px 30px;
	width: 316px !important;
	height: 280px;
	float: none;
	position: static !important;
	display: inline-block;
	vertical-align: middle;
}
#home-gallery .wpb_image_grid_ul .isotope-item a{
	max-width: 316px;
	height: 280px;
	overflow: hidden;
	display: block;
	position: relative;
}
#home-gallery .wpb_image_grid_ul .isotope-item a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto !important;
	width: 130%;
	max-width: none;
}
.carousel svg {
	fill: rgba(242, 242, 242, 1);
	stroke: rgba(242, 242, 242, 1);
	stroke-width: 1px;
	height: 50px;
}
.testimonials-section .text-carousel .carousel-control-prev,
.carousel-control-next {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.testimonials-section .text-carousel .carousel-control-next{

		-webkit-transform: none;
	transform: none;
}
.testimonials-section .carousel svg {
	fill: rgba(0, 0, 0, 1);
	stroke: rgba(0, 0, 0, 1);
	stroke-width: 1px;	
}
.testimonials-section .text-carousel .carousel-control-prev {
	left: -158px;
}
.testimonials-section .text-carousel .carousel-control-next {
	right: -158px;
}