body{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#666;
	background:url(../images/bg.png) repeat;
	line-height:24px;
	color:#333;
}
.top-bar-blue {
	background: #f9e4c6;
	width: 100%;
	float: left;
	color: #000;
	font-size:13px;
	padding-top: 10px;
	padding-bottom:10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.socialnew ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.socialnew li{
	list-style:none;
	padding:5px 15px;
	float:right;
	border-right:solid 1px #664a3a;
}

.socialnew li a{
	color:#fff;
}

.borderleft{
		border-left:solid 1px #664a3a;
}
 h2, h4, h5, h6{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
}

.navbar-default {
	background-color:#ffffff;
    border-color:transparent;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	z-index: 9;
	padding-bottom:10px;
	position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.navbar-right {
	margin-top:30px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav > li > a {
    color: #61605e;
	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:#d6b588;
    color: #000;
	font-weight:400;
}


.home-banner{
	width:100%;
	float:left;
	background:url(../images/home-back.png) center top no-repeat;
	z-index:4;
	
}

h1{
	font-size:60px;
	color:#3d291e;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-top:50px;
}

h2{
	font-size:36px;
	color:#2f3536;
	line-height:40px;
	text-transform:uppercase;
	margin-top:40px;
}

h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#2f3536;
	margin-bottom:30px;
	line-height:26px;
}


.about-back{
	background:#f9e3c5;
	width:100%;
	float:left;
	padding:60px 0px;
}


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:#050505;
	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 #1e1e1e;
	display:block;
}

.footer-links:hover{
	color:#fff;
}

.copyright-back{
	background:#222;
	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-fresh03-2022**/

.brownback {
	background: #d6b588;
	padding: 30px 0px;
	margin-bottom: 30px;
}

.lightgreyback {
	background: #d6b588;
	padding: 15px;
	margin-bottom: 20px;
}

.margintop0{
	margin-top: 0px;
}

.whitecolor{
	color: #fff;
}


h4 {
    
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
}

.yellowcolor {
    color: #7e4600;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: #7e4600;
}

.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;
}

.fa-phone {
	background: #fff;
	padding: 9px;
	border-radius: 50%;
	margin-right: 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fa-envelope {
	background: #fff;
	padding: 9px;
	border-radius: 50%;
	margin-right: 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fa-file-o {
	background: #fff;
	padding: 9px;
	border-radius: 50%;
	margin-right: 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fa-location-arrow {
	background: #fff;
	padding: 9px;
	border-radius: 50%;
	margin-right: 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


a:hover, a:focus {
	color: #222;
	text-decoration: none;
}

a {
	color: #222;
	text-decoration: none;
}