@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
html,
body {
  font-size: 18px;
}
body {
  font-family: "Archivo Narrow", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #465866;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  background-color: #CED7DC;
  overflow-x: hidden;
}
a,
a.inverted,
a.white {
  cursor: pointer;
  color: #000;
  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: #000;
  -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: #fff;
}
a.white:hover,
a.white:focus {
  color: #E14D43;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 1px;
  background-color:#d8d8d8;
  /*ackground-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: 'Archivo Narrow';
  color: #2D343E;
  margin-bottom: 0rem;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.wojo-content {
  padding: 1em;
}
.wojo-content-full {
  padding: 2em 1em
}
.wojo-content-half {
  padding: .5em 1em;
}
header {
  position: relative;
  background-color: #fff;
}
header .top-bar {
  background-color: #000;
  color: #fff;
  background-attachment: scroll;
  background-image: url("uploads/images/pages/static3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0em 0;
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px
}
header .logo {
  padding-left: 1em;
  padding-top: .75em;
  padding-right: 1em;
}
.subheader {
  background-image: url("uploads/images/pages/subheader.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
 
}
.subheader h1 {
  color: #fff;
  margin: 0;
  font-weight: 100
}
.subheader h1 small {
  display: block;
  font-weight: 300;
  color: #fff;
  margin-top: .5em;
}
.subheader .wojo.breadcrumb {
  position: absolute;
  bottom: 0;
  right: 1em;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  padding: .5em 1.2em;
  text-transform: capitalize;
  width: auto;
}
.subheader .wojo.breadcrumb a.section {
  color: #fff;
}
.subheader .wojo.breadcrumb a:hover {
  text-decoration: underline;
}
.subheader .wojo.breadcrumb .section {
  font-size: .876em;
  color: #fff;
}
.subheader .wojo.inverted.input {
  width: 300px;
}
#suggestions {
  position: absolute;
  width: 300px;
  top: 5em;
  z-index: 100
}
#search-results {
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px 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-right:5px;
  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 box
===================*/
.top-menu {
  position: relative;
}
.topmenu ul {
  background-color: #c62020;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding:5px 1em;
  text-align: center;
  font-weight: 400;
  color: #000;
}
.topmenu li a > i {
  display: none;
  font-size: 2em;
}
.topmenu li > a strong {
  display: block;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 16px;
  padding: 5px 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: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 {
  color: #000;
}
.topmenu li > a.active {
  background-color: #c62020;
  color: #fff;  border-radius:5px;
}
.topmenu li > a.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0px solid #c62020;
  bottom: -10px;
  left: 50%;
  margin-left: -8px
}
.topmenu a.has-submenu {
}
.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: 0.778em;
}
.topmenu li ul li a:hover {
  color: #394147;
}
.topmenu li ul li a i {
  font-size: 1em;
  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 ul.menu-submenu {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  border-radius:0 5px 5px 5px;
}
.topmenu a span.sub-arrow {
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -12px;
  width: 1em;
  height: 0em;
  line-height: 2em;
}
.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 {
  background-color: #fff;
}
#topwidget .static-image {
  background-attachment: scroll;
  background-image: url("uploads/images/pages/slide.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 1em;
  color: #fff;
height:520px;
}
#topwidget .static-image > h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Archivo Narrow";
  font-weight: 100;
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
  font-weight: 400;
  color: #333
}
#botwidget {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #fff;
  color: #85959a
}
#botwidget h3 {
  font-size: 1.667em;
  padding-top: 1em;
  text-transform: capitalize;
  font-weight: 400;
  color: #465866;
}
/* == 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-image:url("../uploads/footer.jpg");
  padding: 5px 0;

  color: #fff;
}
footer .footer-wrap {
}
footer .logo {
  max-width: 130px;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}
footer .ficons {
  margin-bottom: 1em;
}
footer .ficons i.icon {
  margin: 0 .25em;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #85959A;
  border-radius: 30px;
  text-align: center;
  line-height: 55px;
  opacity: 0.8;
  color: #455C6A;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 28px 'Icons';
  color: #455C6A;
}
#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;
  border-radius:500em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
/* == Custom Sections == */
.section1 {    background: #fff none repeat scroll 0 0;  
   bottom: 55px; 
   margin-bottom:30px;
   padding: em 0em 0 2em;  
   position: relative;
   padding-left:15px;
   padding-right:0px;	
   border:2px solid #d8d8d8;
   }
.section1:before {
  background: #fff;
 /* border-top: 1px solid #e1e1e1;*/
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.section1:after {
  /*background: #e1e1e1;*/
 /* border-bottom: 3px solid #d8d8d8;*/
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.section2:after {
  background: #fefefe;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.section2 {
  position: relative;
  padding: 3em 1em;
  background: #f4f6f8;
  border-top: 1px solid #e3e3e3;
}
.section3 {
  background: #fff;
  border-top: 1px solid #dadada;
  position: relative;
  padding: 3em 1em;
}
.section4 {
  background: #20344c;
  border-bottom: 1px solid #f4f6f8;
  padding: 0em 0em;
  position: unsert;
}

@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) {
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}
#footer .links {
  float: none!important
}
.wojo.tabs li {
  float: none;
}
.wojo.tabs li a.active,
 .wojo.tabs li a.active:hover {
  border-color: #F4BF1E;
}
ul.topmenu {
  width: auto;
}
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
===================*/
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topmenu li > a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: left;
  font-weight: 400;
  color: #000;
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
}
.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;
}
}/*my css */



#menu {    margin-top: 40px;float:right;}
.sliderbelow {    text-decoration: underline; margin-bottom:0px; color:#575757;}
.sliderbelowtitle {   color:red;}#page{background-color:#fff;}
.widget-body li > a {    color: white;	font-size:16px;}
.widget-body li {color: black;	font-size:16px; margin-bottom:10px;}
.item:hover{background-color:#e6e4e4;}
.line {    border-top: 2px solid white;}
.sliderbelow1 {    float:left;}
.footerlinks {    float:left;}
.footerlinksheader {    float:left;	font-weight:bold;}
.footer a {    color: white;	}

.bg {
    background-color: black;
    border-radius: 5px;
    color: white;
    opacity: 0.79;
    margin:5px;
float:right;
padding:10px;
}
.bg > h1{color:white;}
.row.rss {

    opacity: 0.75;
	margin-top:35px;
}
.topwidget-wrap.rss {
background-image: url("uploads/images/pages/rss-bg.jpg");
background-repeat:no-repeat;
padding: 0 25px;
margin-bottom:50px;
height:530px;
background-position:center;
}
.bgcontent {
    background-color: black;
    border-radius: 5px;
    color: white;
    opacity: 0.79;
float:right;
margin-top:210px;
padding:15px;
}
.bgcontent > h1 {
    color: white;
	font-weight:bold;
}
#topwidget .inner-bg{
  background-image: url("uploads/images/pages/about-us.jpg");
    background-repeat: no-repeat;
    height: 380px;
}
.footer{padding:25px;}
.topwidget-wrap.management {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
	padding-bottom: 40px;
    padding-top: 40px;
}
.row.management {
    border: 1px solid #d8d8d8;
    padding: 15px;
}
.topwidget-wrap.careers {
    background-image: url("uploads/images/pages/bg-career.jpg");
background-repeat:no-repeat;
padding: 0 25px;
height:428px;
}
.topwidget-wrap.services-page {
    background-image: url("uploads/images/pages/service.jpg");
	background-repeat:no-repeat;
	height:380px;
}
.topwidget-wrap.solutions-page {
    background-image: url("uploads/images/pages/solutions.jpg");
    background-repeat: no-repeat;
    height: 380px;
	margin-bottom:40px;
}
.solutions-bg {
    /*border-radius: 5px;
    color: white;
    float: right;
    margin-right: 70px;
    margin-top: 50px;
    opacity: 0.79;*/
    border-radius: 5px;
    color: white;
    float: right;
    margin: 5px;
    opacity: 0.79;
    padding: 10px;
}

.service-bg {
    /*border-radius: 5px;
    color: white;
    float: right;
    margin-right: 70px;
    margin-top: 50px;
    opacity: 0.79;*/
    border-radius: 5px;
    color: white;
    float: right;
    margin: 5px;
    opacity: 0.79;
    padding: 10px;
}
.aboutus-bg {
    border-radius: 5px;
    color: white;
    float: right;
    margin: 35px;
    opacity: 0.79;
    padding: 10px;
}
.aboutus-bg > h1 {
    color: white;
    font-weight: bold;
}
.aboutus-bg > p {
    color: white;
    font-weight: bold;
}
.service-bg > p {
    color: white;
    font-weight: bold;
}
.service-bg > h1 {
    color: white;
    font-weight: bold;
}
.side {
    border-right: 1px solid #d8d8d8;
    margin-right: -70px;
}
.sidecontent {
    margin-right: 40px;
}
.down.triangle.icon {
    color: #000;
	margin-top:0px;
}
.topwidget-wrap.contact-page {
    background-image: url("uploads/images/pages/Contact-us.jpg");
	background-repeat:no-repeat;
	height:380px;
}
.contact-bg {
    border-radius: 5px;
    color: white;
    float: right;
    margin-right: 70px;
    margin-top: 50px;
    opacity: 0.79;
}
.contact-bg > p {
    color: white;
    font-weight: bold;
}
.contact-bg > h1 {
    color: white;
    font-weight: bold;
}
.topwidget-wrap.clients {
    margin-top: 25px;
	margin-bottom: 25px;
}
.topwidget-wrap.why.cogo {
    background-color: #f7f7f7;
	height:400px;
	padding:10px;
}
.topmenu li > a:hover{
	background-color:#c62020;
	border-radius:5px;
	color:white;
	
}
.topmenu li ul li a:hover{
	color:white;
	background-color:black;
	opacity:0.50;
}
.normal.has-submenu.highlighted{
	background-color:#c62020;
	border-radius:0.25em 0.25em 0 0;
	color:#fff; 
    
}
.topmenu a.has-submenu.highlighted{	border-radius:0.25em 0.25em 0 0;}
.topwidget-wrap.services {
    margin-bottom: 40px;
    margin-top: 40px;
}
.row.management:hover{background-color:#d2d2d2;}
.topwidget-wrap.inner-top{ 
background-image: url("uploads/images/pages/service.jpg");
    background-repeat: no-repeat;
    height: 380px;
	}

.slide {
    border-right: 1px solid #d8d8d8;
     margin-right: -17px;
}
#menu-button {
    display: none;
    background-color: #1382C9;
    float: right;
    font-family: "Icons";
    text-align: center;
    line-height: 2em;
    color: #fff;
    border-radius: .25em;
}
#menu-button.collapsed::before {
    content: "\f0c9";
    font-size: 1.7em;
}
#menu-button::before {
    content: "\f00d";
    font-size: 2em;
}
.sliderBtn{
font-size:25px;}
@media only screen and (max-width: 768px) {
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: .75em;
  margin-left: auto;
  text-align: left;
}
.helpText , .sliderContent{
display:none;
}
#topwidget .static-image {
height:384px;
}
.sliderBtn{
font-size:15px !important;}
/* Menu box
===================*/
#menu-button {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
}
#menu.collapsed {
  display: none;
}
.services-new .owl-theme .owl-controls .owl-buttons div.owl-next {
   right: 0px;
}
.services-new .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}
}

/* my css latest*/

.wojo.danger.inverted.segment, .wojo.danger.segment .header, .wojo.danger.segment .footer, .wojo.negative.inverted.segment, .wojo.negative.segment .header, .wojo.negative.segment .footer {
    background-color: #fff;
}
.wojo.info.segment .header, .wojo.positive.segment .header, .wojo.danger.segment .header, .wojo.negative.segment .header, .wojo.warning.segment .header, .wojo.purple.segment .header, .wojo.teal.segment .header, .wojo.info.segment .footer, .wojo.positive.segment .footer, .wojo.danger.segment .footer, .wojo.negative.segment .footer, .wojo.warning.segment .footer, .wojo.purple.segment .footer, .wojo.teal.segment .footer {
    border-radius: 0.225em 0.225em 0 0;
    color: #fff;
    padding: 1em 0.5em;
}
.wojo.fitted.segment {
    border: 0 none;
    border-radius: 0.325em;
    margin-right: 25px;
	margin-top:15px;
    padding: 0;
}
.wojo.list .header {
    font-weight: 600;
	color:rgb(255, 100, 3);
	font-size:17px;
}
small {
    color: #000;
    font-size: 0.75em;
}
.wojo.list .description {
    color: black;
    font-size: 17px;
margin-top: 10px;}

.accordion .content {
    background-color: rgb(198, 32, 32);
    border-bottom: 0 solid #eeeeee;
    color: white;
    display: none;
    margin-bottom: 0em;
    padding: 1em;
}
.accordion .header.active {
    background-color: rgb(178, 34, 52);
    border-top: 0px solid #53bd99;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}
.accordion .header {
    background-color: #ffffff;
    border: 0px solid #e5e5e5;
    clear: both;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    padding: 0.5em;
    position: relative;
}
.accordion .header.inactive {
    margin-bottom: 0;
}

.accordion .header.active::after {
    color: #fff;
    content: "";
}

.owl-item {
    text-align: center;
}

.management {
    margin-bottom: 60px;
    margin-right: 0;
    margin-top: 0px;
}
.management .wojo.basic.segment {
    border: 1px solid #ddd;
    margin: 2%;
    padding: 2%;
}
.topwidget-wrap.managementteam {
    border-top: 1px solid #d8d8d8;
}

.owl-theme .owl-controls {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
}

.topwidget-wrap.services-new {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin-bottom: -10px;
    margin-top: 30px;
}
.services-new .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: .25em;
    position: absolute;
   right: -55px;
    top: 39%;
}
.services-new .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: .25em;
    position: absolute;
    left: -55px;
    top: 39%;
}
.services-new .owl-theme .owl-controls .owl-buttons div i {
    font-size: 2.2em;
    color: #fff;
    margin: 0;
}
#service-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    top: 32%;
}
#service-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    top: 32%;
}

.services-new .owl-theme .owl-controls .owl-buttons div{
height: 50px;
    line-height: 50px;
    width: 50px;
}
.sliderbelow a {
    color: #575757;
}
.content > a {
    color: #fe6500;
    font-weight: bold;
}
h1.wojo.header, h1 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.33;
    margin-left: 10px;
    min-height: 1rem;
}
header#header {
    background-color: #424343;
    height: 6em;
    padding-left: 275px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.usermenu ul {
    display: table;
    height: 6em;
}


.accordion {
    margin-top: 45px;
	margin-left:60px;
}
h1 > b {
    font-family: arial;
}


@media only screen and (max-width: 600px) {
  .topwidget-wrap.rss {
    background-image: none!important;
    background-position:center;
  } 
  .bgcontent{
    margin-top: 10px!important;
  }
  #menu{
    float: none!important;
  }
  header .logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ns_nerveSlider{
    height: 500px!important;
  }
  .ns_nerveSlider.heightAdaptable .ns_slideContainer img.ns_slideImage {
    width: auto!important;
    height: 100%!important;
    max-width: none!important;
  }
}

@media screen and (max-width: 1024px){
	.topwidget-wrap.rss {
		height:auto!important;
}
.ns_nerveSlider .ns_caption>div {
		 left: 0%!important;
		top: -240%!important;
}
.sliderContent { 
	display:block!important;
	width: 280px;
}
}