@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
html,
body {
  font-size: 14px;
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #7a7a7a;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
  background-image: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
a,
a.inverted,
a.white {
  cursor: pointer;
  color: #aecb33;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a.inverted {
  color: #fff;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
  color: #4a5c62;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
  color: #aecb33;
}
a.white:hover,
a.white:focus {
  color: #E14D43;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
h1,
h2,
h2.h3.h4,
h3,
h5,
h6 {
  font-family: 'Open Sans';
  color: #3f4040;
  margin-bottom: 1rem;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.wojo-content {
  padding: 1em;
}
.wojo-content-full {
  padding: 1em 1em 1em;
}
.wojo-content-max {
  padding: 3em 1em
}
.wojo-content-half {
  padding: .5em 1em;
}
header {
  position: relative;
  background-color: #FAFAFA;
}
header .top-bar {
  padding: 0 1em;
}
header .middle-bar {
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-top: 5px solid #ededed;
  clear: both;
  min-height: 100px;
  padding: 1em 0;
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px
}
header .logo {
  padding-left: 1em;
  padding-right: 1em;
}
.subheader {
  background: #3f4040 url( '../images/bg-slogan.jpg' ) repeat;
  border-bottom: 5px solid #ccc;
  border-top: 5px solid #384045;
  min-height: 50px;
}
.subheader h1 {
  color: #fff;
  margin: 0;
  font-weight: 100;
  font-size: 2.6em;
  display:inline-block;
  position:relative;
}
.subheader h1:after {
  content:" ";
  height:5px;
  background-color: #aecb33;
  position:absolute;
  bottom:-.5em;
  width:100%;
  left:0;
}
.subheader h1 small {
  display: block;
  font-weight: 300;
  font-size:.45em;
  color: #777
}
.subheader .wojo.breadcrumb {
  position: absolute;
  bottom: 0;
  right: 1em;
  color: #fff;
  padding: .5em 1.2em;
  text-transform: capitalize;
  width: auto;
}
.subheader .wojo.breadcrumb a.section {
  color: #aecb33;
}
.subheader .wojo.breadcrumb a:hover {
  text-decoration: underline;
}
.subheader .wojo.breadcrumb .section {
  font-size: 1em;
  color: #fff;
}
#suggestions {
  position: absolute;
  width: 100%;
  top: 4em;
  z-index: 100
}
#search-results {
  background-color: #FFF;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
#search-results {
  background-color: #FFF;
}
#search-results .item {
  display: block
}
#page {
}
#pagination {
  margin-top: 1em;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
  float: left;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li,
ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#menu-wrap{ margin-top:10px;}
.hidden{ display:none!important;}
/* Menu box
===================*/
.top-menu {
  position: relative;
}
#menu-button {
  display: none;
  background-color: #aecb33;
  float: right;
  font-family: "Icons";
  text-align: center;
  line-height: 3em;
  color: #fff;
  border-radius: .25em;
}
#menu-button:before {
  content: "\f00d";
  font-size: 2em;
}
#menu-button.collapsed {
  color: #fff;
}
#menu-button.collapsed:before {
  content: "\f0c9";
  font-size: 2em;
}
.topmenu ul {
  background-color: #aecb33;
  border-radius: 0 .25em .25em .25em;
  padding: .25em;
}
.topmenu > li {
  margin-right: .5em;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding: 0 1.5em;
  text-align: center;
  font-weight: 400;
  color: #aecb33;
  border-radius: .25em;
}
.topmenu li a > i {
  display: none;
  font-size: 2em;
}
.topmenu li > a strong {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .85em;
  padding: 1em 0;
}
.topmenu li > a small {
  display: none;
  font-size: .85em;
}
.topmenu li > a i,
.topmenu li > a strong,
.topmenu li > a small {
  position: relative;
}
.topmenu li:hover > a i {
  opacity: 1;
}
.topmenu li > a.has-submenu.highlighted {
  border-radius: .25em .25em 0 0;
}
.topmenu li:hover a strong {
  opacity: 1;
}
.topmenu li:hover a small {
  opacity: 1;
}
.topmenu a >small {
  display: block
}
.topmenu a:hover,
.topmenu a:focus,
.topmenu a:active,
.topmenu a.highlighted {
  background-color: #aecb33;
  color: #fff;
}
.topmenu li > a.active {
  background-color: #aecb33;
  color: #fff;
}
.topmenu li.nav-submenu-item i.icon {
  margin-right: .5em
}
.topmenu ul a.has-submenu,
 .topmenu-vertical a.has-submenu {
  padding-right: 1.8em;
}
.topmenu li ul li a {
  padding: .85em;
  text-align: left;
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
  text-transform: uppercase;
  font-weight: 400;
  font-size: .85em;
  color: #fff;
  border-radius: 0;
}
.topmenu li ul li a:hover {
  color: #fff;
  background: #20A5E4;
}
.topmenu li ul li a i {
  font-size: 14px;
  display: inline-block;
  margin: 0 .5em 0 0;
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;/*box-shadow: inset 1px 0 0 0 #EEE;*/
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
/* Sub menu indicators
===================*/
.topmenu a span.sub-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  right: 1em;
  top: 1.4em;
  left: auto;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Items separators
===================*/
.topmenu li {
}
.topmenu li:first-child {
  border-left: 0;
}
.topmenu ul li,
 .topmenu-vertical li {
  border-left: 0;
}
.topmenu ul li:first-child,
 .topmenu-vertical li:first-child {
  border-top: 0;
}
.topmenu span.scroll-up,
.topmenu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border: solid #bbb;
  border-width: 1px 0;
  background: #fff;
  height: 20px;
}
.topmenu span.scroll-up-arrow,
.topmenu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}
.topmenu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}
/* == Plugis Layout == */
#topwidget {
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
  font-weight: 400;
  color: #aecb33;
  text-transform: none;
  font-size:1.4em;
}
#botwidget {
  position: relative;
  background-color: #3f4040;
  border-top: 1px solid #fff;
  color: #fff
}
#botwidget h3 {
  font-size: 1.667em;
  padding-top: 1em;
  text-transform: capitalize;
  font-weight: 300;
  color: #fff;
}
/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
/* == Footer == */
footer {
  background: #3f4040 url('../images/bg-slogan.jpg') repeat;
  padding: 3em 0;
  text-align: center;
  color: #D6D6D6;
  position:static;
}
footer .footer-wrap {
}
footer .logo {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}
footer .ficons {
  margin-bottom: 1em;
}
footer .ficons i.icon {
  margin: 0 .25em;
}
#scrollUp {
  bottom: 0;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #404040;
  border-radius: .25em .25em 0 0;
  text-align: center;
  line-height: 55px;
  opacity: 0.8;
  color: #fff;
}
#scrollUp:hover:before {
  color: #aecb33;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 28px 'Icons';
  color: #fff;
}
#error-page {
  height: 100%;
  background-image: url(../images/404_bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  text-align: center;
  background-color: #282828;
  box-shadow: inset 0 10px 0 0 #000000, inset 0 -10px 0 0 #000000;
  position: relative
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #7F7F7F;
  font-size: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
/* == Cusstom Plugins == */
.homeslide {
  background: #3f4040 url('../images/bg-slogan.jpg') repeat;
}
.homeslide .owl-theme .owl-controls {
  text-align: center;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 1em;
}
.homeslide .owl-theme .owl-controls .owl-page span {
  background-color: #44484B;
  width: 1em;
  height: 1em;
}
.homeslide .owl-theme .owl-controls .owl-page.active span,
.homeslide .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #aecb33;
}
.home-content {
  position: relative;
  background-image: url('');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
}
.home-content .home-image {
  background: url('') no-repeat scroll;
  height: 175px;
  margin: 35px auto 0;
  padding-bottom: 50px;
  position: relative;
  width: 160px;
  z-index: 1;
}
.home-content .home-image img {
  border-radius: 150px;
  margin: 7px 8px;
}
.home-content .home-image p {
  margin-top: 1.5em;
  font-size: 1.45em;
  font-weight: 300;
  color: #333333;
}

.call-us{ font-size:30px; margin-right: 23px;}
.call-us i{ color:#ADCD1D;}
.text-center{ text-align:center;}
.testimonial-name{ font-weight:bolder; margin-bottom:45px;}

.wojo.horizontal.divider::before {
    left: 0;
    margin-left: -5.5rem;
}
.wojo.horizontal.divider::after {
    left: auto;
    right: 0;
    margin-right: -5.5rem;
}


blockquote p:first-child::before {
    color: #CCCCCC;
    content: "";
    font-family: Icons;
    font-size: 22px;
    left: 8px;
    position: absolute;
    top: 6px;
}


blockquote p:last-child::after {
    bottom: 2px;
    color: #CCCCCC;
    content: "";
    font-family: Icons;
    font-size: 22px;
    position: absolute;
    right: 10px;
}
.about-us-content{ margin-bottom:20px;}

.ns_nerveSlider .ns_caption > div { background:rgba(45,45,45,0.7); padding:10px 20px;}
.ns_nerveSlider .ns_caption > div h4 { text-shadow: 2px 2px 10px #333333; font-weight:700; }
blockquote { background:#aecb33; color:#FFFFFF;}
.text-right{ text-align:left; display:block;}
.header-block-contact strong{ color:#aecb33;}
#botwidget h3 { color:#aecb33;}


.header-block-contact{ padding-left:0px; position:relative;}

 .push-right-one{}
.social-media-grps{ position:absolute; right:20px; top:15px;}
.social-media-grps i { font-size:2em;}
.push-right-one{ padding-left:5px; padding-right:5px;}

.gm-style,#gmap_1 { display:none;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.topmenu li > a {
  padding: .5em 1em;
}
.topmenu li a > i {
  font-size: 1.2em;
}
.topmenu li > a strong {
  font-size: .85em;
}
.topmenu li > a small {
  font-size: .65em;
}
.topmenu a span.sub-arrow {
  left: 40%;
}
}

@media only screen and (max-width: 768px) {
.home-content {
  background-image: none;
}
#footer .links {
  float: none!important
}
header .middle-bar {
  padding: 1em;
}
.wojo.tabs li {
  float: none;
}
.wojo.tabs li a.active,
 .wojo.tabs li a.active:hover {
  border-color: #F4BF1E;
}
ul.topmenu {
  width: auto;
  margin-top: .5em;
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.topmenu>li {
  float: none;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.topmenu iframe {
  display: none;
}
/* Menu box
===================*/
#menu-button {
  display: inline-block;
  width: 3em;
  height: 3em;
}
#menu.collapsed {
  display: none;
}
header .logo {
  float: left;
  padding: 0
}
.topmenu ul {
  border-radius: 0;
  padding: 0;
}
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topmenu > li {
  margin-right: 0;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: left;
  font-weight: 400;
  color: #333;
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
  border-radius: 0;
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
  margin-right: 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 400;
  font-size: .85em;
  padding: 0;
}
.topmenu li > a small {
  display: block;
  font-size: .8em;
  margin-left: 2.5em;
}
.topmenu a span.sub-arrow {
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a i,
.topmenu li:hover a small {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.topmenu a.highlighted span.sub-arrow {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.topmenu li {
  border-left: 0;
}
.topmenu li:first-child {
  border-top: 0;
}
.social-media-grps{ display:block; position: absolute; top: 15px; right: 80px;}
.header-block-contact { display:none;}
}
.justify-text{ text-align: justify;}

@media screen and (max-width:480px)
{
	.call-us { font-size: 23px; display: block; clear: both; margin: 0;}
	.wojo-content-max hr{ margin-top: 50px}
	.about-us-content { padding-bottom: 40px;}
	.small-100-size{ width:100%; float: none;}
	#swipebox-caption { line-height: 15px; padding-top: 20px;}
	.topwidget-wrap{ margin-top: 0px;}
		.ns_nerveSlider {}
	img.ns_slideImage {}
	.ns_nerveSlider .ns_caption > div { display: none!important;}


	}

@media screen and (max-width:380px){
	.call-us { font-size: 18px;}
	.topwidget-wrap{ margin-top:0px;}
	.ns_nerveSlider .ns_caption > div { display: none!important;}

			.ns_nerveSlider {}
	img.ns_slideImage {}
	.ns_nerveSlider .ns_caption > div {margin: 20px 35px 25px 35px!important;}
	.ns_nerveSlider .ns_caption > div h4 { font-size: 1.3em!important;}
	.ns_nerveSlider .ns_caption > div h4:last-child { display: none;}
	.subheader h1 { padding-bottom: 10px;}
	.subheader .wojo.breadcrumb { bottom:0px;}
	.wojo .captcha-append { top:-35px;}
	.wojo.form input[type="text"]{}

	
	
}


