@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html {
 	font-size: 15px;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	font-weight: 300;
}
::selection {
	background-color: #FFFFFF !important;
}
::-moz-selection {
	background-color: #FFFFFF !important;
}
img {
	width: 100%;
	display: block;
	float: left;
}
.clear {
	clear: both !important;
}
.line {
	height: 3px;
	width: 100%;
}
h1 {
	font-size: 43px;
	color: #423535;
	font-weight: 300;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	display: block;
	padding: 0px !important;
	line-height: 53px;
}
h2 {
	padding: 0px;
	font-size: 20px;
	color: #d64920;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 19.95px;
	color: #FFF;
	font-weight: bold;
}
h4 {
	font-size: 21px;
	color: #20b0d7;
	font-weight: 900;
	text-align: center;
	display: block;
	margin-top: 10%;
	margin-bottom: 10%;
	float: left;
	width: 100%;
}
h5 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #d64920;
	font-weight: bold;
}
h6 {
	padding: 5px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	display: block;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #5B5B5B;
}
.color-brown {
	background-color: #423535 !important;
}
.color-blue {
	background-color: #20b0d7 !important;
}
.color-orange {
	background-color: #d64920 !important;
}
.color-green {
	background-color: #95b91e !important;
}
.color-gray {
	background-color: #edece8 !important;
}
.color-light-gray {
	background-color: #faf9f7 !important;
}
.color-dark-gray {
	background-color: #d8d7cf !important;
}
.color-white {
	background-color: #FFFFFF !important;
}
.container {
	width: 100%;
	height: auto;
	display: block;
}
.container-inner {
	width: 100%;
	height: auto !important;
	max-width: 93%;
	float: none;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.social-text {
	padding: 0;
	margin: 0;
	font-size: 19.95px;
	color: #137894;
	font-weight: bold;
}
#wrapper {
	width: 100%;
	height: auto;
	min-height: 768px;
	max-width: 1280px;
	min-width: 690px !important;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#logo-slide {
	/*background-color: #F2F2F2;*/
	clear: both;
	float: left;
	height: 5rem;
	width: 100%;
	/* margin-bottom: 25px; */
}
#logo-slide a { width:100px; height:40px; float:left; margin-right:5px;}
#logo-slide a img { width:100%;  border:none;}

/*.marquee {
	position:relative;
	overflow:hidden;
	width:100%;
	height:40px;
}
.marquee span {white-space:nowrap;}*/

#logo-slide marquee{overflow:hidden; width:100%; height:40px; float:left;}
#header {
	width: 100%;
/* 	min-width: 1024px; */
	height: auto;
	margin-top: 5px !important;
}
#footer {
	width: 100%;
	height: auto;
	min-height: 200px;
}
.border-footer {
	width: 100%;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #624F4F;
}
#logo {
	width: 215px;
	height: auto;
	display: block;
	margin-bottom: 20px;
	float: left;
}
#since {
	width:auto;
	height: auto;
	float: right !important;
	margin-bottom: 20px;
}
.header-placeholder {
	margin: 0px;
}

.active {
	background-color: #d64920 !important;
	color: #FFF !important;
}
#nav-menu {
  	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
    box-sizing: border-box;
}
#nav-menu ul li {
	display: block;
	float: left;
	height: 57px;
  	width: 14.1%;
	margin-right: 0.2%;
	list-style: none !important;
	overflow: hidden;
	position: relative;
	background-color: #d8d7cf;
	margin-top: 0.2%;
}
#nav-menu ul li a {
	text-decoration: none !important;
	display: block;
	text-align: center;
	line-height: 57px;
	text-transform: uppercase;
	color: #423535;
	font-size: 14px;
	font-weight: 900;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#nav-menu ul li a {
	text-decoration: none !important;
	display: block;
	text-align: center;
	line-height: 57px;
	text-transform: uppercase;
	color: #423535;
	font-size: 14px;
	font-weight: 900;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#nav-menu ul li a:hover {
	/*background-color: #d64920 !important;*/
	color: #FFF !important;
}





#nav-menu ul li:hover > ul#ddp{
	display:block;
}


.fixed {
	position: fixed !important;
	top: 0px;
	z-index: 100;
	/* min-height: 800px;*/
	height: auto;
 	max-width: 88.3%;
 	margin-right: auto;
	margin-left: auto;
	background-color: #EEE;
	border-bottom-width: 3pt;
	border-bottom-style: solid;
	border-bottom-color: #D64920;
	box-shadow: 0px 0px 10px -4px #000000;
	-webkit-box-shadow: 0px 0px 10px -4px #000000;
	-moz-box-shadow: 0px 0px 10px -4px #000000;
	-o-box-shadow: 0px 0px 10px -4px #000000;
	display: block;
	float: left;
}

.link-top {
	position: absolute;
	width: 100%;
	height: 57px;
	top: 0px;
	z-index: 3;
}
.link-anim-box {
	position: absolute;
	width: 100%;
	height: 57px;
	top: 57px;
	background-color: #d64920;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 1;
	color: #FFF;
}
#nav-menu ul li:hover > .link-anim-box {
	top: 0px !important;
}

#nav-menu ul li ul#ddp{
	/*display:none;*/
	 
	z-index:1000; width:100%;
	 text-align:center; padding-top:0px; color:#FFF;
	font-family:Arial, Helvetica, sans-serif; font-size:13px;
	
	position: absolute;
	width: 100%;
	height: 57px;
	top: 57px;
	
	background-color: #d64920;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 5;
	color: #FFF;
}
#nav-menu ul li ul#ddp h6{color:#FFF; margin:0; padding:0px 0px 0px 0px;
font-size:13px; border-bottom:#CCC 1px dotted;}

#nav-menu ul li ul#ddp h6 a{ text-decoration:none;margin:0; padding:0; text-transform:none;}
.anchor{text-decoration:none; color:#FFF; margin:0px; padding:0px; line-height:normal; font-weight:normal;}
#nav-menu ul li ul#ddp li{ width: 100%; margin:0; margin-bottom:2px; margin-top:0px;
color:#FFF; padding:0px; font-size:12px;
background:#d64920;
}
#nav-menu ul li ul#ddp li a{text-decoration:none;margin:0; padding:0; text-transform:none;
color:#FFF;
}


#nav-menu ul li:hover > ul#ddp{
	top: 0px !important; display:block;
}

#banner {
	background-color: #95B91E;
	float: left;
	width: 100%;
	max-height: 406px;
	height: auto;
	z-index: -1;
	overflow: hidden !important;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*............................banner slide...................................*/
#banner.rslides {
	position: relative !important;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
#banner.rslides li {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
#banner.rslides li:first-child {
	position: relative;
	display: block;
	z-index: -1 !important;
	float: left;
}
#banner.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
#banner h1 {
	font: 600 28px/36px sans-serif;
	margin: 50px 0;
}
#banner h3 {
	font: 600 18px/24px sans-serif;
	color: #999;
	margin: 0 0 20px;
}
#banner a {
	color: #222;
}
#banner .rslides {
	margin: 0 auto;
}
#banner .rslides_container {
	margin-bottom: 0px;
	position: relative;
	float: left;
	width: 100%;
}
#banner .centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0);
	-o-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	margin-top: -76px;
	background-color: transparent;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 45%;
}
#banner .centered-btns_nav:active {
	opacity: 1.0;
}
#banner .centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#banner .transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0);
	-o-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
#banner .transparent-btns_nav.next {
	left: auto;
	right: 0;
}
#banner .large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	width: 38px;
	background-color: #000;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}
#banner .large-btns_nav:active {
	opacity: 1.0;
}
#banner .large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}
#banner .centered-btns_nav:focus, #banner .transparent-btns_nav:focus, #banner .large-btns_nav:focus {
	outline: none;
}
#banner .centered-btns_tabs, #banner .transparent-btns_tabs, #banner .large-btns_tabs {
	margin-top: 10px;
	text-align: center;
}
#banner .centered-btns_tabs li, #banner .transparent-btns_tabs li, #banner .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 5px;
}
#banner .centered-btns_tabs a, #banner .transparent-btns_tabs a, #banner .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
 *display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}
#banner .centered-btns_here a, #banner .transparent-btns_here a, #banner .large-btns_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}
/*................................banner slide end...........................................*/

.text-box-main {
	display: block;
	float: left;
	height: auto !important;
	width: 100%;
}
.text-box-main p {
	margin: 0px !important;
	padding: 0px !important;
	text-align: justify;
}
.box-container-main {
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
	display: inline-block;
}
.box-container-main .box-main {
	width: 23%;
	height: 11.35rem;
/* 	height: 182px; */
/* 	min-height: 150px; */
	float: left;
}
.box-container-main .box-main .text {
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	padding-bottom: 17px;
}
.text-top {
	width: 80%;
	display: block;
	float: left;
	text-align: left;
/* 	font-size: 18px; */
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	line-height: 25px;
	padding-top: 7%;
	padding-right: 10%;
	padding-bottom: 7%;
	padding-left: 10%;
	height: 3rem;
}
.box-container-main .box-main .box {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	/*box-shadow: 0px 0px 7px -4px #242424;
	-webkit-box-shadow: 0px 0px 7px -4px #242424;
	-moz-box-shadow: 0px 0px 7px -4px #242424;
	-o-box-shadow: 0px 0px 7px -4px #242424;*/
}
.box {
	height: 14rem;
}
.box-container-main .box-main .box img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.box-container-main .box-main .box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.box-container-main .margin {
	margin-left: 2% !important;
	/*margin-right: 2% !important;*/
}
.box-container-main .margin-two {
	margin-left: 15% !important;
	margin-right: 15% !important;
}
.box-container-main .margin-three {
	margin-left: 2.5% !important;
}
.box-container-main .box-four {
	display: block;
	width: 80%;
/* 	height: auto; */
	height: 13.8rem;
/* 	min-height: 150px; */
	float: left;
	overflow: hidden;
	margin-top: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
}
.box-container-main .box-four-category {
	display: block;
	width: 80%;
	height: 7rem;
	min-height: 120px;
	float: left;
	overflow: hidden;
	margin-top: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
}
.box-four img, .box-four-category img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.box-main-two:hover .box-four img, .box-main-two:hover .box-four-category img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.featured-main {
	padding: 0px;
	float: none;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box-container-main .box-main-two {
	width: 22.7%;
	height: auto;
	min-height: 150px;
	float: left;
	margin-top: 30px;
}
.shadow {
	display: block;
	box-shadow: 0px 0px 10px -4px #000000;
	-webkit-box-shadow: 0px 0px 10px -4px #000000;
	-moz-box-shadow: 0px 0px 10px -4px #000000;
	-o-box-shadow: 0px 0px 10px -4px #000000;
}
.box-main-two ul {
	list-style: none;
}
.box-main-two ul li {
	float: none;
	width: 60%;
	background-color: #D64920;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	margin-bottom: 10%;
}
.box-main-two ul li a {
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	display: block;
	line-height: 38px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	list-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.box-main-two ul li a:hover {
	background-color: #666;
}
.map-main {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 20px;
}
.map-main .map {
	background-color: #FFF;
	float: left;
	height: 300px;
	width: 95%;
	margin-right: 5%;
}
/*.........................contact style....................................*/
#contact-main {
	float: left;
	height: auto;
	width: 40%;
	margin-top: 20px;
}
#contact-main #contact-form {
	float: right;
	height: auto;
	width: 100%;
}
.contact_form_style_small {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-weight: normal;
	color: #333333 !important;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #1a92b3;
	min-width: 99%;
	min-height: 30px;
	text-align: left;
	line-height: 30px;
	text-indent: 10px;
}
.contact_form_button {
	text-decoration: none;
	padding: 15px;
	text-transform: capitalize;
	border: 1px none #1a92b3;
	margin-right: 15px;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #1788a6;
	font-size: 18px;
	float: left;
}
.contact_form_button:hover {
	background-color: #D64920;
}
/*.........................contact style end....................................*/
.footer-text-main {
	float: left;
	height: auto;
	width: 32%;
	box-sizing: border-box;
	margin-bottom: 25px;
	margin-top: 25px;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #624F4F;
	text-shadow: 1px 1px 1px #333333;
}
.footer-text-main h2 {
	font-size: 15px;
	color: #d64920;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 30px;
}
.footer-text-main h5 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #d8d7cf;
	font-weight: 900 !important;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer-text-main .contact {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #d8d7cf;
	font-weight: 900 !important;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}
.footer-text-main h5:hover {
	color: #20b0d7;
}
#footer h6 {
	line-height: 96px !important;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	display: block;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #b1aaaa;
}
.latest-text {
	display: block;
	float: left;
	height: 5rem;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 10%;
}
.latest-text .more {
}
.latest-text .more a {
	font-size: 14px;
	font-weight: 900;
	color: #D64920;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	cursor: pointer;
}
.latest-text .more a:hover {
	color: #333;
}
.latest-text h3 {
	font-size: 13px;
	font-weight: 900;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	display: block;
}
.latest-text p {
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* style for marquee like slider on home page */
.scroll-img {
  width: 99.9%;
  height: 5rem;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 1500px;
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}

@media only screen and (min-width: 1201px) {
	.text-top {
		font-size: 18px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 993px) and (max-width : 1200px) {
	.text-top {
		font-size: 1rem;
	}
	.box-container-main .box-four {
		height: 13.8rem;
	}
	.latest-text {
		height: 5rem;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 769px) and (max-width : 992px) {
	.text-top {
		font-size: 0.8rem;
	}
	.box-container-main .box-four {
		height: 8rem;
	}
	.latest-text {
		height: 5.5rem;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 481px) and (max-width : 768px) {
	.text-top {
		font-size: 0.7rem;
	}
	.box-container-main .box-four {
		height: 6rem;
	}
	.latest-text {
		height: 6.5rem;
	}
	.box {
		height: 8rem;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width: 321px) and (max-width : 480px) {
	.text-top {
		font-size: 0.6rem;
	}
	.box-container-main .box-four {
		height: 5rem;
	}
	.latest-text {
		height: 6.5rem;
	}
	.box {
		height: 6rem;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.text-top {
		font-size: 0.6rem;
	}
	.box-container-main .box-four {
		height: 5rem;
	}
	.latest-text {
		height: 7rem;
	}
	.box {
		height: 5rem;
	}
}


