body{
	margin:0px;
	padding:0px;
	font-family:Times New Roman,serif;
	font-size:16px;
	background:url(../images/bg.png) repeat;
	line-height:24px;
	color:#333;
}
.top-bar-blue {
	background: #f2f4f3;
	width: 100%;
	float: left;
	color: #000;
}

.socialnew ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.socialnew li {
	list-style: none;
	padding: 5px 15px;
	float: right;
	border-right: solid 1px #908a7c;
}

.socialnew li a{
	color:#fff;
}

.borderleft {
	border-left: solid 1px #908a7c;
}
h2, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	color: #06402b;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 12px;
}

.navbar-default {
	background-color:#ffffff;
    border-color:transparent;
}
.navbar {
    border-radius: 0px;
	margin-bottom: 0px;
	box-shadow:#ccc 2px 4px 3px;
	z-index:9;
	position:relative;
}

.navbar-right {
	margin-top:30px;
}


.box-round {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 25px;
}



.navbar-default .navbar-nav > li > a {
	color: #222;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #006102;
	color: #fff;
	font-weight: 700;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
	color: #222;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height
}


.home-banner{
	width:100%;
	float:left;
	background:url(../images/home-back.png) center top no-repeat;
	z-index:4;
	border-bottom:solid 5px #f29e0d;
}

h1 {
	color: #222;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 10px;
}

h2 {
	font-size: 26px;
	color: #222;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 300;
	color: #222;
	margin-bottom: 30px;
	line-height: 26px;
}


.about-back{
	width:100%;
	float:left;
	padding:60px 0px;
	background: #f3fff3;
}


p {
    margin: 0 0 25px;
}

  .carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.border-soild{
	border:solid 5px #FFF;
	box-shadow:#CCC 3px 2px 4px;
}

.footer-back {
	background: #063e2a;
	padding: 30px 0px;
	width: 100%;
	float: left;
	color: #fff;
}

h4{
	color:#fff;
}

.footer-links {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
	border-bottom: solid 1px #054830;
	display: block;
}

.footer-links:hover{
	color:#fff;
}

.copyright-back {
	background: #033020;
	padding: 10px 0px;
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
}

.whitecolor{
	color:#fff;
	text-decoration:none;
}


h5{
	font-size:30px;
	color:#333;
	margin-bottom:20px;
}

.dark-greyback{
	color:#333;
	line-height:20px;
	padding:30px 0px;
}

.gap10{
	margin-top:10px;
}

.quotes{
	font-size:30px;
	line-height:36px;
	color:#666;
	font-family: 'Playball', cursive;
	text-align:center;
	margin-bottom:10px;
}

h6{
	font-size:24px;
	color:#000;
}


.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.btn-lg {
    border-radius: 0px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
	margin-bottom:20px;
}

@media (max-width: 1024px) {
	
	h1{
	font-size:xx-large;
	color:#fff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:#000 2px 1px 3px;
	margin-top:0px;
	text-align:center;
}
	
	
}


@media (max-width: 768px) {
	
	
}
/**style-fresh Nov 03-2022**/

.brownback {
	background: #063e2a;
	padding: 30px 0px;
	margin-bottom: 30px;

}

.lightgreyback {
	background: #ccc;
	padding: 15px;
	margin-bottom: 20px;
}

.margintop0 {
	margin-top: 0px;
}

.whitecolor {
	color: #fff;
}


h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 10px;
}

.yellowcolor {
	color: #06402b;
}


a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none;
}

	.carousel-showmanymoveone .carousel-control.left {
		margin-left: 0;
	}

	.carousel-showmanymoveone .carousel-control.right {
		margin-right: 0;
	}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
	display: none;
}

.carousel .item .col-xs-12 {
	padding: 0;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	.carousel .item .col-xs-12:nth-last-child(-n+2) {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -50%;
	}

	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 50%;
	}

	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}

		.carousel-showmanymoveone .carousel-inner > .item.left,
		.carousel-showmanymoveone .carousel-inner > .item.prev.right,
		.carousel-showmanymoveone .carousel-inner > .item.active {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			left: 0;
		}
}

@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev {
		left: -16.6%;
	}

	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next {
		left: 16.6%;
	}

	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active {
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next {
		-webkit-transform: translate3d(16.6%, 0, 0);
		transform: translate3d(16.6%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-16.6%, 0, 0);
		transform: translate3d(-16.6%, 0, 0);
		left: 0;
	}

		.carousel-showmanymoveone .carousel-inner > .item.left,
		.carousel-showmanymoveone .carousel-inner > .item.prev.right,
		.carousel-showmanymoveone .carousel-inner > .item.active {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			left: 0;
		}
}

.margin-top250 {
	margin-top: 150px;
}


.btn-danger {
    color: #ffffff;
    background-color: #222;
    border-color: #222;
}

	.btn-danger:hover {
		color: #ffffff;
		background-color: #000;
		border-color: #000;
	}

.btn-info {
	color: #fff;
	background-color: #14090d;
	border-color: #d6b588;
}

	.btn-info:hover {
		color: #ffffff;
		background-color: #14090d;
		border-color: #06402b;
	}

.btn-primary {
    color: #ffffff;
    background-color: #06402b;
    border-color: #06402b;
}

.btn-primary:hover {
    color: #222;
    background-color: #d6b588;
    border-color: #d6b588;
}
.fa-phone {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-right: 10px;
	color:#063e2a;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.fa-envelope {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
	  margin-right: 10px;
	color:#063e2a;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fa-map-marker {
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-right: 10px;
	color:#063e2a;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* contact-button */
.contactButton {
	background: #063e2a;
	color: white;
	font-family: inherit;
	padding: 0.45em;
	padding-left: 1em;
	font-size: 17px;
	font-weight: 500;
	border-radius: 0.9em;
	border: none;
	cursor: pointer;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	box-shadow: inset 0 0 1.6em -0.6em #828282;
	overflow: hidden;
	position: relative;
	height: 2.8em;
	padding-right: 3em;
	margin-bottom:5px;
	text-decoration:none;
}
	.contactButton:hover {
		background: #006102;
		color: white;
		font-family: inherit;
		padding: 0.45em;
		padding-left: 1em;
		font-size: 17px;
		font-weight: 500;
		border-radius: 0.9em;
		border: none;
		cursor: pointer;
		letter-spacing: 0.05em;
		display: flex;
		align-items: center;
		box-shadow: inset 0 0 1.6em -0.6em #828282;
		overflow: hidden;
		position: relative;
		height: 2.8em;
		padding-right: 3em;
		margin-bottom: 5px;
		text-decoration: none;
	}
.iconButton {
	margin-left: 1em;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.2em;
	width: 2.2em;
	border-radius: 0.7em;
	box-shadow: 0.1em 0.1em 0.6em 0.2em #ccc;
	right: 0.3em;
	transition: all 0.3s;
}

.contactButton:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em #828282;
}

.contactButton:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em #828282;
}


.mb20 {
	margin-bottom: 20px;
}

/*top-panel*/

.top-panel {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: -70px;
	margin-bottom: 0px;
	padding: 0px 0px 35px 0px;
	background-image: url("../images/graden111.png");
	background-position: top center;
	z-index: 120000000000;
	position: relative;
}

.white-box-new {
	z-index: 120000000000;
	position: relative;
	background: #fafafa;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 17px 0px 10px 0px;
	margin-top: -20px;
}

.box {
	padding: 20px 20px 20px 20px;
	border-style: dashed;
	border-width: 0px 1px 0px 0px;
	border-color: #E2E2E2;
}

.heading-box {
	margin-bottom: 20px;
	font-family: "Playfair Display", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-top: 15px;
}