/* Web and CSS design by Preferens */
.grad {
  background: #082833;
  background: -webkit-radial-gradient(#0f4860 0%, #082833 80%, #082833 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#0f4860 0%, #082833 80%, #082833 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-radial-gradient(#0f4860 0%, #082833 80%, #082833 100%);
  /* For Firefox 3.6 to 15 */
  background: radial-gradient(#0f4860 0%, #082833 80%, #082833 100%);
  /* Standard syntax */
}
.alpha-black {
  /* Fallback for web browsers that doesn't support RGBa */
  background: #000000;
  /* RGBa with opacity */
  background: rgba(0, 0, 0, 0.2);
}
.alpha-blue {
  background: #408dcc;
  background: rgba(64, 141, 204, 0.8);
}
.alpha-white {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
}
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
html {
  -webkit-text-size-adjust: auto;
}
html,
body {
  font-size: 62.5%;
}
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #555555;
  font-weight: 300;
  background: #ffffff;
}
p,
table {
  margin: 0 0 0.6em;
  line-height: 1.6em;
  letter-spacing: normal;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
.header-1,
.header-2,
.header-3,
.header-4,
.header-5 {
  margin: 0 0 0.6em;
  padding: 0;
  line-height: 1.3em;
  font-weight: 800;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #000000;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.header-1 > a,
.header-2 > a,
.header-3 > a,
.header-4 > a,
.header-5 > a {
  line-height: inherit;
  display: inline-block;
}
h1,
.header-1 {
  font-size: 2em;
  text-transform: uppercase;
}
h2,
.header-2 {
  font-size: 1.6em;
}
h3,
.header-3 {
  font-size: 1.4em;
}
h4,
.header-4 {
  font-size: 1.2em;
}
h5,
.header-5 {
  font-size: 1.8rem;
  font-weight: 300;
}
h6,
.header-6 {
  font-size: 1.1em;
}
a,
a:visited {
  color: #0076b3;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #005a88;
  text-decoration: underline;
}
ul,
ol {
  margin: 1.5rem 0 1.5rem 1.5rem;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
blockquote {
  margin: 1.5rem 0;
  border-left: 2px solid #ffec00;
  padding: 1.5rem;
  font-style: italic;
  font-weight: 300;
}
blockquote p:last-of-type {
  margin: 0;
}
.big-text {
  font-weight: bold;
  font-size: 2.4em;
}
.small-text {
  font-size: 0.9em;
}
hr {
  position: relative;
  background-color: transparent;
  border: 0;
  height: 0;
  margin: 1.5rem 0;
  border-bottom: 1px solid #000000;
}
hr:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #2f2f2f;
  height: 6px;
  width: 6rem;
}
td {
  vertical-align: top;
}
br {
  display: block;
}
img {
  border: none;
  max-width: 100%;
  width: auto;
  /* for ie 8 */
  height: auto;
}
.no-break {
  overflow: hidden;
  white-space: nowrap;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-maps {
  position: relative;
  padding-bottom: 15%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.read-more {
  padding-left: 20px;
}
.read-more:before {
  color: #ffec00;
  content: "\f138";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
}
.read-more:hover {
  cursor: pointer;
}
.btn {
  display: inline-block;
  width: auto;
  padding: 8px 50px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  color: #000000 !important;
  box-shadow: none;
  background: #ffec00;
  border-radius: 23px;
  border: 2px solid #ffec00;
}
.btn:hover {
  background: transparent;
  text-decoration: none;
}
.btn-low {
  line-height: 1.1em;
  margin: 5px 0;
}
.btn-black {
  background: #000000;
  color: #ffffff !important;
}
.btn-black:hover {
  border: 2px solid #000000;
  color: #000000 !important;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  transition: transform 0.3s ease;
}
.outer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.view-on-desktop {
  display: block;
}
.view-on-mobile {
  display: none !important;
}
.slider {
  position: relative;
  z-index: 0;
}
.home-slider-outer {
  overflow: hidden;
}
.home-slider {
  position: relative;
  float: left;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background: #ffffff;
}
.home-slider__slides,
.home-slider__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-slider__slide {
  display: block;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 900ms ease;
  -o-transition: opacity 900ms ease;
  transition: opacity 900ms ease;
}
.home-slider__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.home-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.home-slider__inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.home-slider__boxes {
  position: absolute;
  right: 20px;
  bottom: 80px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home-slider__box {
  min-height: 150px;
  padding: 30px;
  background: #ffec00;
  color: #000000;
}
.home-slider__box h1,
.home-slider__box h2,
.home-slider__box h3,
.home-slider__box h4,
.home-slider__box h5,
.home-slider__box h6 {
  color: #000000;
}
.home-slider__box p:last-child {
  margin-bottom: 0;
}
.home-slider__box.blackbox {
  background: #000000;
  color: #ffffff;
}
.home-slider__box.blackbox h3 {
  color: #ffffff;
}
.home-slider__dots {
  position: absolute;
  right: 20px;
  bottom: 30px;
  left: 20px;
  text-align: center;
  line-height: 0;
}
.home-slider__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.home-slider__dot.is-active,
.home-slider__dot:hover {
  background: #ffffff;
}
.main-container {
  margin-top: 0;
}
.content {
  float: left;
  width: 100%;
  padding: 80px 0 40px 0;
}
.container {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.container h2 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 40px 20px 20px 20px;
  border-bottom: 1px solid #ffec00;
}
.container__box {
  float: left;
  width: calc(33.33333% - 20px);
  margin: 0 10px  20px 10px;
  border: #ffec00 solid 1px;
}
.container__box:hover {
  background: #dedede;
}
.container__box-inner {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.container__box-inner h3 {
  font-size: 1.9rem;
  text-transform: uppercase;
}
.container__box-inner a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000000;
  padding: 20px;
}
.container__box-inner a:hover {
  color: #000000;
}
.container__box-inner .link {
  display: block;
  margin-top: 10px;
  color: #ffec00;
}
.container__list {
  float: left;
  width: 100%;
  border-bottom: #dedede solid 1px;
}
.container__list:hover {
  background: #dedede;
}
.container__list a {
  text-decoration: none;
  color: #000000;
}
.container__list-inner a {
  display: block;
  padding: 20px;
}
.container__list-inner a:hover {
  color: #000000;
}
.container__list-inner h3 {
  text-transform: uppercase;
  font-size: 1.7rem;
}
.container__list-inner p {
  margin-bottom: 0;
}
.blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  width: 100%;
  padding: 0;
}
.wide {
  padding-top: 80px;
  padding-bottom: 80px;
}
.column-100 {
  flex: 0 0 100%;
}
.column-50 {
  flex: 1 1 0;
}
.column-70 {
  position: relative;
  flex: 7 1 0;
}
.column-30 {
  flex: 3 1 0;
}
@media screen and (max-width: 700px) {
  .column-30,
  .column-50,
  .column-70,
  .column-100 {
    flex: 0 0 100%;
  }
}
.menu-column {
  float: left;
  width: 100%;
}
.side {
  float: left;
  width: 25%;
}
.section {
  float: left;
  width: calc(75% - 50px);
  margin-left: 50px;
}
.full-width {
  width: 100%;
}
.menu-column {
  float: left;
  width: 100%;
}
.no-content {
  float: left;
  width: 100%;
  padding: 0 40px;
  margin: 20px 0;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.left-padding {
  padding-left: 10px;
}
.grey {
  padding: 40px;
  background: #dedede;
}
.published {
  font-size: 0.8em;
  font-weight: 300;
  color: #dedede;
}
.dotted {
  color: #dedede;
}
.messages .blocks {
  margin-top: 80px;
  margin-bottom: 0;
}
.box-container {
  display: grid;
  grid-template-columns: repeat(60, minmax(0, 1fr));
  gap: 20px 0;
  margin: 0 -10px;
}
.box-20,
.box-25,
.box-33,
.box-50,
.box-100 {
  border: #dedede solid 1px;
  margin: 0 10px;
  min-width: 0;
}
.box-20 {
  grid-column: span 12;
}
.box-25 {
  grid-column: span 15;
}
.box-33 {
  grid-column: span 20;
}
.box-50 {
  grid-column: span 30;
}
.box-100 {
  grid-column: span 60;
}
@media screen and (max-width: 900px) {
  .box-20,
  .box-25,
  .box-33 {
    grid-column: span 20;
  }
}
@media screen and (max-width: 600px) {
  .box-container {
    margin: 0;
  }
  .box-20,
  .box-25,
  .box-33,
  .box-50,
  .box-100 {
    grid-column: span 60;
    margin: 0;
  }
}
.box-padding {
  padding: 15px;
}
.box-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.box-inner__img {
  position: relative;
  text-align: center;
}
.box-inner__img img {
  width: 100%;
}
.box-inner__img p {
  margin: 0;
  line-height: 0;
}
.box-inner__content {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
.box-inner__content h2 {
  font-size: 1.4em;
  text-transform: uppercase;
}
.box-inner__content a {
  position: relative;
}
.box-inner__button {
  text-align: center;
}
.box-title {
  float: left;
  width: 100%;
  padding: 0 40px;
}
.box-title h2 {
  margin: 0;
}
.bg-white {
  background: #ffffff;
}
.no-border {
  border: none;
}
.no-border .box-inner {
  padding: 0;
}
.no-bg {
  background: none !important;
}
.block-reset {
  z-index: 1;
}
.block-reset .wide {
  margin: 0;
}
.block-reset .box-container {
  padding: 0;
}
.block-no-margin .wide {
  margin: 0;
}
.block-margin-top .wide {
  padding-top: 80px;
  padding-bottom: 0;
}
.block-margin-bottom .wide {
  padding-top: 0;
  padding-bottom: 80px;
}
.block-offwhite {
  background: #f3f3f3;
}
.block-yellow {
  background: #ffec00;
}
.block-black {
  background: #000000;
  color: #ffffff;
}
.block-black h1,
.block-black h2,
.block-black h3,
.block-black h4 {
  color: #ffffff;
  text-transform: uppercase;
}
.block-offwhite-border {
  background: #f3f3f3;
  border-top: #dedede solid 1px;
  border-bottom: #dedede solid 1px;
}
.block-white-box .box-20,
.block-white-box .box-25,
.block-white-box .box-33,
.block-white-box .box-50,
.block-white-box .box-100 {
  background: #ffffff;
}
.block-border {
  border-bottom: #dedede solid 1px;
}
.block-border .inner {
  border-bottom: #dedede solid 1px;
}
.block-30-centered .column-30 {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .block-30-centered .column-30 {
    text-align: unset;
  }
}
.block-50-centered .column-50 {
  text-align: center;
}
.block-70-centered .column-70 {
  text-align: center;
}
.block-100-centered .column-100 {
  text-align: center;
}
.real-estate-grid .blocks {
  display: block;
}
.overlapped-bottom .wide {
  margin-bottom: -40px;
}
.calendar-block {
  position: relative;
  float: left;
  width: 100%;
}
.calendar-block h2 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: #dedede solid 1px;
}
.newspush-list {
  float: left;
  width: 100%;
  padding: 0;
}
.newspush-list__header {
  margin-bottom: 30px;
}
.newspush-list__header .title {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.newspush-list__box {
  float: left;
  width: 33.33333%;
  margin: 0 0 20px 0;
  padding-right: 20px;
}
.newspush-list__box a {
  text-decoration: none;
  color: #000000;
}
.newspush-list__box a:hover {
  color: #000000;
}
.newspush-list__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
.newspush-list__content p {
  margin-bottom: 0;
}
.newspush-list__content .link {
  display: block;
  margin-top: 10px;
  color: #ffec00;
}
.newslist {
  float: left;
  width: 100%;
  padding: 0;
}
.newslist__header {
  margin-bottom: 30px;
}
.newslist__header .title {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.newslist__row {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: #dedede solid 1px;
}
.newslist__row:hover {
  background: #f3f3f3;
}
.newslist__row:last-child {
  border: none;
}
.newslist__row p {
  margin: 0;
}
.newslist__row a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  color: #000000;
}
.newslist__row a:hover {
  color: #000000;
}
.newslist__box {
  float: left;
  width: 33.33333%;
  margin: 0 0 20px 0;
  padding-right: 20px;
}
.newslist__box a {
  text-decoration: none;
  color: #000000;
}
.newslist__box a:hover {
  color: #000000;
}
.newslist__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
.newslist__content p {
  margin-bottom: 0;
}
.newslist__content .link {
  display: block;
  margin-top: 10px;
  color: #ffec00;
}
.headnews {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: #dedede solid 1px;
}
.headnews__img {
  float: left;
  width: 50%;
}
.headnews__content {
  float: left;
  width: 50%;
  padding-left: 40px;
}
.all-news {
  position: absolute;
  right: 40px;
  top: 4px;
}
.all-news a {
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  color: #000000;
  border-radius: 6px;
}
.all-news a:hover {
  background: #dedede;
  color: #ffffff;
}
.single_news {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: #dedede solid 1px;
}
.single_news__img,
.single_news__content {
  float: left;
  width: 100%;
}
.submenu {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
.submenu a {
  color: #000000;
}
.submenu a:hover {
  color: #0076b3;
  text-decoration: none;
}
.submenu__header {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1em;
  font-weight: 700;
  padding-bottom: 15px;
  margin: 0;
}
.submenu ul {
  list-style: none;
  margin: 0;
}
.submenu ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.submenu ul li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.3em;
  color: #000000;
  padding: 15px 0;
  border-bottom: #dedede solid 1px;
}
.submenu ul li a:hover {
  color: #0076b3;
  text-decoration: none;
}
.submenu ul li a.current {
  font-weight: 700;
}
.submenu ul li a.has-children:before {
  color: #0076b3;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  right: 5px;
  top: 19px;
  position: absolute;
}
.submenu ul li a.has-children:before:hover {
  color: #000000;
}
.submenu ul li a.has-children.current {
  font-weight: 700;
}
.submenu ul li a.has-children.current:before {
  color: #0076b3;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  right: 5px;
  top: 19px;
  position: absolute;
  transform: rotateZ(90deg);
}
.submenu ul li li a {
  padding-left: 15px;
}
.submenu ul li li a:before {
  display: none;
}
.submenu ul li li ul > li a {
  background: none;
}
li > ul {
  padding-left: 0px;
}
li > ul li > ul {
  padding-left: 10px;
}
li > ul li > ul li > ul {
  padding-left: 20px;
}
li > ul li > ul li > ul li > ul {
  padding-left: 30px;
}
li > ul li > ul li > ul li > ul li > ul {
  padding-left: 40px;
}
.breadcrumbs {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.breadcrumbs p {
  display: inline-block;
  margin: 0;
  font-size: 1.3rem;
}
.breadcrumbs a {
  font-size: 1.3rem;
}
.bc-divider {
  padding: 0 10px;
  color: #000000;
}
.office-container {
  float: left;
  width: 33.33333%;
}
.office {
  float: left;
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 10px;
}
.office-info {
  float: left;
  width: 100%;
}
.office-info__text {
  float: left;
  width: 100%;
  padding: 20px;
}
.office-info__img {
  float: right;
  width: 50%;
  padding: 20px;
}
.office-info__img p {
  margin: 0;
  line-height: 0;
}
.head-office {
  width: 100%;
}
.head-office .office-info {
  margin-bottom: 0px;
}
.head-office .office-info__text {
  width: 50%;
}
.office-map {
  float: left;
  width: 100%;
  padding: 0 20px 20px 20px;
}
.filters {
  margin-bottom: 20px;
}
.grid-container {
  float: left;
  width: 100%;
}
.grid-container .header-2 {
  text-align: center;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: #dedede solid 1px;
}
.staff .wide {
  margin-top: 0;
}
.contact-box {
  float: left;
  width: 33.33333%;
  padding: 10px;
  text-align: center;
}
.contact-content {
  float: left;
  width: 100%;
  background: #ffffff;
}
.contact-content p {
  margin: 0;
  line-height: 0;
}
.contact-info {
  padding: 10px;
}
.contact-info h3,
.contact-info h4 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.contact-info p {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.contact-info a {
  font-size: 1.3rem;
}
.contact-info a:hover {
  text-decoration: underline;
}
.single-case {
  background: #f3f3f3;
}
.single-case .wide {
  margin-top: 20px;
}
.single-case .breadcrumbs {
  margin-bottom: 20px;
}
.single-case .case-title {
  float: left;
  width: 100%;
  padding: 0 40px;
}
.single-case__img {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}
.single-case__img img {
  width: 100%;
  height: auto;
}
.single-case__desc {
  float: left;
  width: calc(50% - 20px);
  margin-left: 20px;
}
.single-case__desc h1 {
  margin-bottom: 0;
}
.single-case__desc .header-5 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.single-case__desc .header-4 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.more-cases {
  text-align: center;
}
.more-cases h2 {
  margin-bottom: 20px;
}
.more-cases a {
  margin: 0 5px 5px 0;
}
.single-case-images .wide {
  margin-bottom: 0;
}
.realestate .column-50 img {
  width: 100%;
}
.realestate .column-50 .realestate-data {
  margin-bottom: 40px;
}
.footer {
  background: #f3f3f3;
  font-size: 1.4rem;
}
.footer .inner {
  padding: 0 40px/2;
}
.footer h3 {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.footer .footer-box {
  float: left;
  padding: 40px 0;
}
.footer .story {
  width: 33.33333%;
  padding-right: 40px;
}
.footer .contact {
  width: 66.66666%;
}
.fineprint {
  background: #000000;
}
.fineprint .inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fineprint p,
.fineprint a {
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 0;
}
.fineprint a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.copyright {
  float: left;
  width: auto;
}
.author {
  float: right;
  width: auto;
  text-align: right;
}
.divider {
  margin: 0 10px;
}
.apartments .header-1 {
  margin-bottom: 20px;
}
.form-container {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.form-container h3 {
  margin-bottom: 20px;
}
.form-container p {
  margin-bottom: 5px;
}
.form-container .textfield {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border: #000 solid 1px;
  border: #dedede solid 1px;
}
.form-container textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border: #000 solid 1px;
  border: #dedede solid 1px;
}
.form-main {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}
.form-sub {
  float: right;
  width: calc(50% - 20px);
  margin-left: 20px;
}
.formbox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.checkbox-container {
  float: left;
  width: calc(33.33333% - 10px);
  margin-right: 10px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-container input:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.gdpr {
  font-size: 0.9em;
  margin-bottom: 0;
}
.error404 {
  float: left;
  width: 100%;
  padding: 60px 40px;
  text-align: center;
}
.msg-box {
  float: left;
  width: 100%;
  padding: 0 40px;
}
.msg-error {
  float: left;
  width: 100%;
  padding: 15px 10px 15px 40px;
  background: #f2dede url(gfx/x.png) 5px center no-repeat;
  border: #dc002e solid 1px;
  color: #dc002e;
  margin-bottom: 30px;
  border-radius: 6px;
}
.msg-success {
  float: left;
  width: 100%;
  padding: 15px 10px 15px 40px;
  background: #dff0d8 url(gfx/ok.png) 5px center no-repeat;
  border: #70c42c solid 1px;
  color: #468847;
  margin-bottom: 30px;
  border-radius: 6px;
}
.msg-error p,
.msg-success p {
  margin-bottom: 0;
}
.msg-success h2 {
  margin-bottom: 0;
  color: #44840f;
  font-size: 1.4em;
}
#validate label.error {
  float: left;
  width: 100%;
  margin: 5px 0 10px 0;
  color: #f76e87;
}
.not-exists {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .view-on-desktop {
    display: none;
  }
  .view-on-mobile {
    display: block !important;
  }
  .main-container {
    margin-top: 54px;
  }
}
@media screen and (max-width: 980px) {
  .contact-box {
    width: 33.33333%;
  }
}
@media screen and (max-width: 900px) {
  .home-slider {
    height: auto;
    overflow: visible;
  }
  .home-slider__slides {
    position: relative;
    height: 450px;
  }
  .home-slider__slide {
    bottom: auto;
    height: 450px;
  }
  .home-slider__inner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-slider__boxes {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    margin: 0;
  }
  .home-slider__dots {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
  .headnews__img,
  .headnews__content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .single-case__img,
  .single-case__desc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .newspush-list__box {
    margin-bottom: 30px;
  }
  .btn {
    padding: 5px 30px;
  }
  .footer .story,
  .footer .contact {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .center-left .box-content,
  .center-right .box-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 20px !important;
  }
  .image-to-left .box-img,
  .image-to-right .box-img {
    width: 100%;
  }
  .side {
    display: none;
  }
  .section {
    width: 100%;
    margin: 0;
  }
  .checkbox-container {
    width: 100%;
  }
  .office-container {
    width: 50%;
  }
  .head-office {
    width: 100%;
  }
  .container__box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 700px) {
  .image-to-left .box-inner__img,
  .image-to-right .box-inner__img {
    float: left;
    width: 100%;
  }
  .center-left .box-inner__content,
  .center-right .box-inner__content {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    padding: 40px !important;
  }
  .split-mobile-logo {
    display: block;
    width: 100%;
    height: 10%;
  }
  .split-mobile-logo__content {
    margin: 7% auto 0 auto;
    width: 50%;
  }
  .split-centered {
    top: 10%;
  }
  .split-left {
    width: 100%;
    height: 45%;
    top: 10%;
  }
  .split-left__logo {
    display: none;
  }
  .split-right {
    width: 100%;
    height: 45%;
    top: 55%;
  }
  .split-right__logo {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .content {
    padding: 20px 0;
  }
  .contact-box {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  .column-50 {
    width: 100%;
  }
  .right {
    float: left;
  }
  .box-50 {
    grid-column: span 60;
  }
  .box-inner__content {
    padding: 0;
  }
  .highlight-left,
  .highlight-right {
    padding: 0 10px;
  }
  .footer .story {
    width: 100%;
    padding-right: 0;
  }
  .footer .contact {
    width: 100%;
    padding-top: 0;
  }
  .form-main,
  .form-sub {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .box-20,
  .box-25,
  .box-33,
  .box-50 {
    grid-column: span 60;
  }
  .contact-box {
    width: 100%;
  }
  .contact-info p {
    font-size: 1.5rem;
  }
  .office-info__img {
    float: left;
    width: 100%;
    padding-bottom: 0;
  }
  .office-info__text {
    width: 100%;
  }
  .head-office .office-info__text {
    width: 100%;
  }
  .google-maps {
    padding-bottom: 50%;
  }
  .office-container {
    width: 100%;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .author {
    float: left;
    width: 100%;
    text-align: left;
  }
  .container__box {
    width: calc(100% - 20px);
  }
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
/*
 * Plugin: Web Slide Navigation System
 * Demo Link: https://uxwing.com/webslide/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/* ======== Find Below Table of Content Points to Go Relevant Section  =========
[Table of contents DESKTOP]
Desktop Base CSS
Desktop Main Menu CSS
- Desktop Search Bar
Desktop Drop Down Menu CSS
Desktop Mega Menus CSS
-> Desktop Half Menu CSS
-> Desktop HTML Form Menu CSS
Desktop Extra CSS

[Table of contents MOBILE ]
Mobile Menu Change Brake Point
Mobile Base CSS
Mobile Main Menu CSS
Mobile Slide Down Links CSS
Mobile Mega Menus CSS
Mobile Header CSS
 -> Mobile Search Bar
 -> Mobile Toggle Menu icon (X ICON)
Mobile Overlay/Drawer CSS
Mobile Sub Menu Expander Arrows
Mobile Extra CSS
Extra @Media Query
===============================================================================*/
/* ================== Desktop Base CSS  ================== */
.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}
.wsmenu .cl {
  clear: both;
}
.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}
.wsmenu a:focus {
  outline: none;
}
.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}
.wsmenu:after {
  clear: both;
}
/* ================== Desktop Main Menu CSS ================== */
/* Top Fixed Effects */
.wsmainfull.wsfixed {
  position: fixed;
  background-color: #fff;
  -webkit-transition: height 0.4s ease, opacity 0.3s ease;
  -o-transition: height 0.4s ease, opacity 0.3s ease;
  transition: height 0.4s ease, opacity 0.3s ease;
  border-bottom: none;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > a {
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 37px;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  -o-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease;
}
.wsmainfull.wsfixed .desktoplogo {
  width: 110px;
  padding: 10px 0px;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  -o-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > a .wsarrow:after {
  top: 23px;
  border-top-color: #d5d5d5;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch {
  margin-top: 7px;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li.carticon em.roundpoint {
  top: 9px;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > ul.sub-menu {
  top: 52px;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > .wsmegamenu {
  top: 52px;
}
.wsmainfull.wsfixed .wssearch {
  padding-top: 17px;
  padding-bottom: 17px;
}
.wsmainfull.wsfixed .wssearch .wssearchform {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wsmainfull.wsfixed .wssearch .wssearchform input {
  height: 35px;
}
.wsmainfull.wsfixed .wssearchform form:before {
  height: 36px;
  line-height: 34px;
}
.wsmainfull.wsfixed .wssearch.wsopensearch .fa-times {
  font-size: 21px;
}
.wsmainfull.wsfixed .wssearch .fa {
  font-size: 19px;
}
.wsmainfull.wsfixed .wssearch .fa.fa-search {
  padding-top: 0px;
}
.wsmainfull.wsfixed .wssearch .fa-times {
  font-size: 16px;
}
/* Top Fixed Effects */
.wsmenucontainer {
  background-size: cover;
  background-image: url(../images/bg01.jpg);
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.wsmainfull {
  width: 100%;
}
.wsmainwp {
  margin: 0 auto;
  padding: 0px 10px;
}
.desktoplogo {
  padding: 16px 0px 0px 0px;
  margin: 0;
  float: left;
}
.desktoplogo img {
  width: 100%;
}
.wsmenu {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 0;
  float: right;
  display: block;
  position: relative;
}
.wsmenu > .wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}
.wsmenu > .wsmenu-list > li {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
.wsmenu > .wsmenu-list > li > a {
  display: block;
  padding: 11px 22px 11px 22px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  border-bottom: solid 3px #fff;
}
.wsmenu > .wsmenu-list > li > a > .wsarrow {
  padding: 0px 0px 0px 14px;
  display: inline-block;
}
.wsmenu > .wsmenu-list > li:last-child > a {
  border-right: 0px;
}
.wsmenu > .wsmenu-list > li a.menuhomeicon {
  padding-left: 29px;
  padding-right: 29px;
}
.wsmenu > .wsmenu-list > li.carticon a {
  padding: 11px 15px 11px 23px;
  text-align: center;
}
.wsmenu > .wsmenu-list > li.carticon a .fa {
  font-size: 16px;
}
.wsmenu > .wsmenu-list > li.carticon em.roundpoint {
  position: absolute;
  top: 22px;
  width: 16px;
  height: 16px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  color: #fff;
  right: 18px;
}
.wsmenu > .wsmenu-list > li.carticon > a > .mobiletext {
  display: none;
}
.wsmenu > .wsmenu-list > li > a .fa {
  display: inline-block;
  font-size: 15px;
  line-height: inherit;
  margin-right: 12px;
  vertical-align: top;
}
.wsmenu > .wsmenu-list > li > a .fa.fa-phone {
  font-size: 18px;
}
.wsmenu > .wsmenu-list > li > a .mobiletext {
  display: none;
}
.wsmenu > .wsmenu-list > li > a .fa.fa-home {
  margin-right: 0px;
  font-size: 17px;
}
.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 17px;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}
/* Desktop Search Bar */
.wssearch {
  background-color: transparent;
  float: right;
  padding: 22px 25px 28px 25px;
  cursor: pointer;
}
.wssearch .fa {
  font-size: 19px;
  color: #727272;
  float: right;
}
.wssearch .fa.fa-search {
  padding-top: 5px;
}
.wssearch .fa.fa-times {
  padding-top: 3px;
}
.wssearchform {
  display: none;
  position: absolute;
  width: 100%;
  line-height: 44px;
  top: 0px;
  left: 0;
  padding: 14px 15px;
  cursor: default;
}
.wssearch.wsopensearch {
  width: 100%;
  background-color: #000;
}
.wssearch.wsopensearch .wssearchform {
  display: block;
}
.wssearchform form {
  width: calc((100% - 10px) - 45px);
  display: block;
  position: relative;
}
.wssearchform form:before {
  content: "\f002";
  font-family: FontAwesome;
  left: 12px;
  position: absolute;
  top: 0;
  color: #777777;
  height: 47px;
  line-height: 46px;
}
.wssearchform input {
  width: 100%;
  height: 47px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 0px;
  text-indent: 33px;
  margin: 0px;
  line-height: 18px;
  padding: 0px;
  display: block;
}
.wssearch.wsopensearch {
  left: 0px;
  right: auto;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.wssearch .fa-times {
  display: none;
}
.wssearch.wsopensearch .fa-times {
  display: inline-block;
  float: right;
  margin-top: 0;
  font-size: 25px;
  cursor: pointer;
}
.wssearch.wsopensearch .fa-search {
  display: none;
}
/* End Desktop Search Bar */
/* ================== Desktop Drop Down Menu CSS ================== */
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  position: absolute;
  top: 75px;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > .fa {
  margin-right: 9px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #eeeeee;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
  margin-right: 9px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  list-style: none;
  padding: 0px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
  margin-right: 9px;
}
/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu > .wsmenu-list > li > .wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 75px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu li a:hover {
  background: transparent;
  text-decoration: underline;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li .fa {
  font-size: 11px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .mrgtop {
  margin-top: 15px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}
/*= Desktop Half Menu CSS =*/
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
  width: 35%;
  right: auto;
  left: auto;
}
/*= Desktop HTML Form Menu CSS =*/
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form {
  width: 100%;
  display: block;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-inner .item img {
  width: 100%;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li a {
  color: #656565;
}
/* ================== Desktop Extra CSS ================== */
.wsmobileheader,
.overlapblackbg {
  display: none;
}
.wsmenu .wsmenu-click {
  display: none;
}
.wsmenu .wsmenu-click02 {
  display: none;
}
.hometext {
  display: none;
}
/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {
  /* ================== Mobile Base CSS ================== */
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    height: 100%;
    overflow: scroll;
  }
  body.wsactive {
    overflow: hidden;
  }
  /* ================== Mobile Main Menu CSS ================== */
  .wssearch {
    padding: 12px 15px 17px 15px;
  }
  .wssearchform {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wssearchform input {
    height: 34px;
  }
  .wssearchform form:before {
    height: 34px;
    line-height: 34px;
  }
  .wssearch.wsopensearch {
    height: 54px;
  }
  .wssearch.wsopensearch .fa-times {
    font-size: 21px;
  }
  .desktoplogo {
    display: none;
  }
  .wsmainfull {
    height: 0;
  }
  .wsactive .wsmenu > .wsmenu-list > li > a.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  .wsactive .wsmenu > .wsmenu-list > li:hover > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  .wsmenucontainer {
    background-attachment: local;
    background-position: 33% 0%;
  }
  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
  }
  .wsmenu > .wsmenu-list {
    position: relative;
    height: auto;
    min-height: 100%;
    width: 240px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -240px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .wsmenu > .wsmenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    clear: right;
  }
  .wsmenu > .wsmenu-list > li > a {
    padding: 12px 32px 12px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    position: static;
  }
  .wsmenu > .wsmenu-list > li > a .fa.fa-home {
    display: none;
  }
  .wsmenu > .wsmenu-list > li.carticon > a > .mobiletext {
    display: inline-block;
  }
  .wsmenu > .wsmenu-list > li.carticon a {
    text-align: left;
    padding: 12px 32px 12px 17px;
  }
  .wsmenu > .wsmenu-list > li.carticon a .fa {
    font-size: 14px;
  }
  .wsmenu > .wsmenu-list > li.carticon em.roundpoint {
    top: 9px;
    right: auto;
    left: 23px;
    background-color: #424242;
  }
  .wsmenu > .wsmenu-list > li a.menuhomeicon {
    padding-left: 17px;
    padding-right: 32px;
  }
  .wsmenu > .wsmenu-list > li > a > .fa {
    font-size: 16px;
    color: #bfbfbf;
  }
  .wsmenu > .wsmenu-list > li > a .wsarrow:after {
    display: none;
  }
  .wsmenu > .wsmenu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }
  .wsmenu > .wsmenu-list > li > a > .hometext {
    display: inline-block;
  }
  /* ================== Mobile Slide Down Links CSS ================== */
  .wsmenu > .wsmenu-list > li > ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0px 10px 16px;
    color: #383838;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu li:hover > a {
    background-color: #e7e7e7;
    color: #666666;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0px 10px 26px;
    color: #383838;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
    color: #000;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    color: #000;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    margin: 0px 0px 0px 0px;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0px 10px 34px;
    color: #383838;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span + a {
    padding-right: 30px;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
    display: none;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
    color: #000;
  }
  /* ================== Mobile Mega Menus CSS  ================== */
  .wsmenu > .wsmenu-list > li > .wsmegamenu {
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 10px 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 100%;
    margin: 0px;
    padding: 5px 0px 10px 0px;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .title {
    color: #666666;
    font-size: 15px;
    padding: 10px 8px 10px 0px;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu > ul > li > a {
    padding: 9px 14px;
    line-height: normal;
    font-size: 13px;
    background-color: #e7e7e7;
    color: #666666;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu > ul > li > a:hover {
    background-color: #000000;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0px;
    font-size: 15px;
    padding: 7px 0px;
    background-color: transparent;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
    width: 100%;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form {
    padding: 5px 0px 62px 0px;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
    margin: 0px;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"] {
    width: 46%;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] {
    width: 46%;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea {
    min-height: 100px;
  }
  /* ================== Mobile Header CSS ================== */
  .wsmobileheader {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    height: 54px;
    background-color: #eaecf0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  }
  .wsactive .wsmobileheader {
    margin-left: 240px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 12px;
  }
  /* Mobile Search Bar*/
  .wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch {
    width: 86%;
    margin: 7% 7%;
    padding: 0px;
  }
  .wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input {
    border-radius: 50px;
  }
  .wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus {
    width: 100%;
  }
  .callusbtn {
    color: #848080;
    font-size: 21px;
    position: absolute;
    right: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    padding: 11px 14px;
  }
  .callusbtn .fa {
    vertical-align: top;
    margin-top: 4px;
  }
  .callusbtn:hover .fa {
    color: #a9a9a9;
  }
  /* Mobile Toggle Menu icon (X ICON) */
  .wsanimated-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 7px 0 0 15px;
  }
  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #848080;
    position: absolute;
    display: block;
    content: '';
  }
  .wsanimated-arrow span:before {
    top: -7px;
    width: 23px;
  }
  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }
  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
  .wsactive .wsanimated-arrow span:after {
    width: 23px;
  }
  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }
  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }
  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }
  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* ================== Mobile Overlay/Drawer CSS ================== */
  .overlapblackbg {
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .wsactive .wsmenu .overlapblackbg {
    display: block;
  }
  .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .wsactive .wsmenucontainer {
    margin-left: 240px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
  }
  .wsactive .wsmenu > .wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }
  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .wsmenu > .wsmenu-list > li > .wsmenu-click {
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i {
    transform: rotate(180deg);
  }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    display: block;
    height: 23px;
    width: 25px;
    margin-top: 14px;
    margin-right: 10px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.5);
    float: right;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 {
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i {
    display: block;
    height: 23px;
    width: 25px;
    margin: 8px 6px 8px 6px;
    background-size: 25px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i.wsmenu-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /*End Media Query*/
}
/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width: 1162px) {
  .desktoplogo {
    margin-left: 12px;
  }
  .wsmenu > .wsmenu-list > li > a > .wsarrow {
    display: none;
  }
  .wsmenu > .wsmenu-list > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .wsmenu > .wsmenu-list > li a.menuhomeicon {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/**************************************************************************
 * Cloud Slider Style Definition
 * @author	:	WebuddySoft
 * @Licenses: 	http://codecanyon.net/licenses/
**************************************************************************/
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.kr-top {
  top: 0;
}
.kr-bottom {
  bottom: 0;
}
.kr-hide,
.kr-hidden {
  display: none;
}
.cloud-container {
  position: relative;
  background-position: center center;
  display: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.cloud-wrapper {
  margin: 0 auto;
  position: relative;
  background-position: center center;
  z-index: 1;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.kr-cloud {
  text-transform: inherit !important;
}
.cloud-container .kr-cloud > h1,
.cloud-container .kr-cloud > h2,
.cloud-container .kr-cloud > h3,
.cloud-container .kr-cloud > h4,
.cloud-container .kr-cloud > h5,
.cloud-container .kr-cloud > h6 {
  color: inherit;
  padding: inherit;
  margin: inherit;
  line-height: inherit;
}
.cloud-container .kr-cloud > h1 {
  font-size: 2em;
}
.cloud-container .kr-cloud > h2 {
  font-size: 1.5em;
}
.cloud-container .kr-cloud > h3 {
  font-size: 1.17em;
}
.cloud-container .kr-cloud > h4 {
  font-size: 1em;
}
.cloud-container .kr-cloud > h5 {
  font-size: 0.83em;
}
.cloud-container .kr-cloud > h6 {
  font-size: 0.67em;
}
.kr-sky {
  position: absolute;
  display: none;
}
.kr-sky > * {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.sky-opened {
  display: block !important;
}
.kr-clouds {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sky-background {
  width: 100%;
  height: 100%;
  visibility: visible;
  overflow: hidden;
  position: relative;
}
.sky-background img {
  position: absolute;
}
.kr-bg-link {
  width: 100% !important;
  height: 100% !important;
}
.kr-clouds > * {
  position: absolute;
  line-height: normal;
  margin: 0;
  left: 0;
  top: 0;
  display: none;
}
.kr-cloud > a {
  color: inherit;
}
.kr-cloud > iframe[src*="youtube"],
.kr-cloud > video,
.kr-cloud > audio {
  display: none;
}
.kr-carousel-container {
  cursor: pointer;
}
.kr-carousel-wrapper {
  top: 0;
  position: absolute;
  left: 0;
  z-index: 1000;
}
.kr-carousel {
  position: absolute;
  overflow: hidden;
}
.kr-carousel .kr-carousel-img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.kr-carousel-left-arrow,
.kr-carousel-right-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 2000;
}
.kr-carousel-left-arrow img,
.kr-carousel-right-arrow img {
  width: 100%;
  height: 100%;
}
.kr-line-timer {
  width: 100%;
  height: 3px;
  background: #aaa;
  position: absolute;
  z-index: 99999;
  filter: alpha(opacity=60);
}
.kr-loader {
  position: absolute;
  display: none;
  z-index: 3;
  left: 50%;
  top: 50%;
}
.kr-nav-arrow {
  position: absolute;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  outline: none;
}
.kr-nav-arrow img {
  width: 26px !important;
  height: 46px !important;
}
.kr-bullet-container {
  position: absolute;
  z-index: 1000;
}
.kr-bullet,
.kr-bullet-left,
.kr-bullet-right {
  float: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
}
.kr-bullet-left,
.kr-bullet-right {
  cursor: default;
}
.kr-thumb-container {
  z-index: 1000;
  overflow: hidden;
  opacity: 1;
  position: relative;
  visibility: visible;
  display: block;
}
.kr-thumb-inner {
  width: 10000px;
}
.kr-thumb {
  display: inline-block;
  background-size: cover;
  background-position: center center;
  outline: none;
  visibility: hidden;
  background-repeat: no-repeat;
  font-family: initial !important;
  text-decoration: none !important;
}
.kr-flow-panel {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.kr-current-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.kr-current-bg img {
  position: absolute;
}
.kr-cell {
  position: relative;
  float: left;
  perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  -moz-perspective: 800px;
  -webkit-perspective: 800px;
}
.kr-shape {
  position: absolute;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.kr-box-front,
.kr-box-back,
.kr-box-top,
.kr-box-bottom,
.kr-box-left,
.kr-box-right {
  position: absolute;
  background: #AAAAAA;
  overflow: hidden;
}
.kr-3d-test {
  display: none;
  width: 0px;
}
.cloud-container img {
  max-width: 1000% !important;
}
.cloud-others {
  display: none;
}
@supports ( (perspective: 10px) or (-moz-perspective: 10px) or (-webkit-perspective: 10px) or (-ms-perspective: 10px) or (-o-perspective: 10px) ) {
  .kr-3d-test {
    width: 1px;
  }
}
body {
  margin: 0;
  overflow-y: scroll;
  /* This is optional, but you need it for a full width gallery */
}
.box {
  display: none;
}
img {
  width: auto\9;
}
/* *************************************** CATEGORY NAVIGATION BAR *************************************** */
.category-navbar {
  font-size: 0px;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 7px 0 2px 0px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: white;
}
.category-navbar li:first-child {
  margin: 0 0 0 7px;
}
.category-navbar li {
  display: inline-block;
  line-height: 16px;
  margin: 0 0 0 0px;
  padding: 5px 0 5px 0;
}
.category-navbar li a {
  cursor: pointer;
  color: #999;
  font-size: 14px;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 6px 10px;
  border-radius: 1px;
  moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
.category-navbar li a:hover {
  text-decoration: none;
  background: #eee;
  color: #222;
}
.category-navbar li.select a {
  background: #666;
  color: #fff;
}
/* *************************************** CAPTION STYLE *************************************** */
.box {
  cursor: pointer;
  overflow: hidden;
}
.lightbox-text {
  display: none;
}
.thumbnail-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #313131;
  background: rgba(0, 0, 0, 0.8);
  /*url(../js/grid/img/bg-caption.png)*/
  color: #fff;
  display: none;
}
/* The style for centering the caption (vertically and horizontally) */
.thumbnail-caption > div {
  height: 100%;
  width: 100%;
  display: table !important;
}
.thumbnail-caption > div > div {
  padding: 15px;
  display: table-cell !important;
  vertical-align: middle;
  /* FOR VERTICAL ALIGN */
  text-align: center;
  /* FOR HORIZONTAL ALIGN */
}
/* *************************************** LOADING STYLE *************************************** */
.grid-loader {
  width: 43px;
  height: 20px;
  padding: 10px 15px 10px 15px;
  background: url(../js/grid/img/loader.gif) no-repeat;
  background-position: center;
  margin: 20px auto;
}
.grid-loadMore {
  cursor: pointer;
  margin: 20px auto;
  width: 150px;
  height: 20px;
  text-align: center;
  color: white;
  background-color: black;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  font-family: sans-serif;
}
.grid-loadMore:hover {
  text-decoration: none;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}
/* *************************************** LIGHT-BOX STYLE *************************************** */
.lightbox-timer {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}
.lb-loader {
  width: 43px;
  height: 11px;
  background: url(../js/grid/img/loader.gif);
  margin: 20px auto;
}
.autoGrid-lightbox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #313131;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.autoGrid-lightbox img {
  margin-top: 5px;
  max-width: 100%;
}
.autoGrid-nav {
  margin-top: -57px;
  height: 57px;
  width: 100%;
  background: #383838;
  background: #1D1D1D;
  border-bottom: 1px solid #323232;
}
.autoGrid-play,
.autoGrid-close,
.autoGrid-next,
.autoGrid-prev,
.autoGrid-font {
  width: 88px;
  height: 57px;
  position: relative;
  cursor: pointer;
}
.autoGrid-play:hover,
.autoGrid-close:hover,
.autoGrid-next:hover,
.autoGrid-prev:hover,
.autoGrid-font:hover {
  background: black;
}
.selected {
  background: black;
}
.selected .iconPlay {
  background-position: -164px -3px;
}
.autoGrid-lbcaption {
  float: left;
  color: white;
  height: 57px;
  font-size: 16px;
}
.autoGrid-lbcaption span {
  margin-left: 3px;
  color: #D7D7D7;
  font-size: 11px;
}
.autoGrid-lbcaption > div {
  height: 100%;
  width: 100%;
  display: table !important;
}
.autoGrid-lbcaption > div > div {
  padding: 0 15px 0 15px;
  display: table-cell !important;
  vertical-align: middle;
  /* FOR VERTICAL ALIGN */
  text-align: center;
  /* FOR HORIZONTAL ALIGN */
}
.autoGrid-play,
.autoGrid-close {
  float: right;
}
.autoGrid-next,
.autoGrid-prev {
  float: right;
}
.iconPlay,
.iconClose,
.iconNext,
.iconPrev,
.iconFont {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  display: block;
}
.iconClose {
  width: 25px;
  margin: -13px 0 0 -13px;
  background: url(../js/grid/img/icons.png);
  background-position: -2px -3px;
}
.iconPlay {
  width: 17px;
  margin: -13px 0 0 -8px;
  background: url(../js/grid/img/icons.png);
  background-position: -137px -3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.iconFont {
  width: 46px;
  margin: -13px 0 0 -23px;
  background: url(../js/grid/img/icons.png);
  background-position: -85px -3px;
}
.iconNext,
.iconPrev {
  width: 15px;
  margin: -13px 0 0 -8px;
  background: url(../js/grid/img/icons.png);
}
.iconPrev {
  background-position: -40px -3px;
}
.iconNext {
  background-position: -70px -3px;
}
/* *************************************** GRID STYLE *************************************** */
.centered {
  margin: auto;
}
.box {
  /*margin: 2px; 
  padding: 5px;*/
  /*font-size: 11px;*/
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box img,
#tumblelog img {
  display: block;
  width: 100%;
}
.rtl .box {
  float: right;
  text-align: right;
  direction: rtl;
}
/**** Transitions ****/
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
/**** Clearfix ****/
.grid-clearfix:before,
.grid-clearfix:after {
  content: "";
  display: table;
}
.grid-clearfix:after {
  clear: both;
}
.grid-clearfix {
  zoom: 1;
}
.centered {
  overflow: auto;
}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(gfx/sprite-skin-flat.png) repeat-x;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 12px;
  top: 25px;
}
.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}
.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}
.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs-grid-pol {
  background: #e1e4e9;
}
.irs-grid-text {
  color: #999;
}
/* Web and CSS design by Preferens */
.wsmainfull {
  position: relative;
  background: #ffffff;
  z-index: 2;
}
.wsmainfull.wsfixed {
  z-index: 200;
  background: #ffffff;
}
.wsmainfull.wsfixed .wsmenu {
  margin: 0;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  -o-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease;
}
.wsmainfull.wsfixed .logo {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  -o-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease;
}
.wsmainwp {
  max-width: 1400px;
}
.wsmobileheader {
  display: none;
  background: #ffffff;
}
.wsmobileheader .smllogo {
  width: 160px;
  margin-top: 18px;
}
.wsmenu {
  float: right;
  font-size: 1.5rem;
  margin: 40px 0 0 0;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.wsmenu .megamenu {
  top: 36px;
  padding: 0;
  text-transform: none;
}
.wsmenu .megamenu .fa {
  margin-right: 7px;
}
.wsmenu .wsmenu-list {
  background: #ffffff;
}
.wsmenu .wsmenu-list.main-menu {
  float: left;
  width: calc(50% - 125px);
  margin: 0 125px 0 0;
  padding: 0;
}
.wsmenu .wsmenu-list li.active {
  color: #000000;
  background-color: #ffec00;
  border-radius: 22px;
}
.wsmenu > .wsmenu-list > li:hover > a {
  border: none !important;
}
.wsmenu > .wsmenu-list > li > a {
  color: #000000;
  line-height: 25px;
  border: none;
  padding: 10px 10px;
}
.wsmenu > .wsmenu-list > li > a:hover {
  color: #000000;
  background-color: #ffec00;
  border-radius: 22px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  top: 45px;
  border: none;
  padding-top: 15px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  font-size: 14px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover {
  background: #ffec00;
  color: #000000;
  text-decoration: none;
}
.wsanimated-arrow span,
.wsanimated-arrow span::before,
.wsanimated-arrow span::after {
  background: #000000;
}
.logo {
  float: left;
  width: 260px;
  margin: 30px 0 25px 15px;
}
.logo a {
  display: block;
  margin: 0;
  line-height: 0;
  text-align: center;
}
.fixed-margin {
  margin-top: 50px;
}
.grid {
  margin-bottom: 40px;
}
.grid-loadMore {
  background-color: #000000;
  border-radius: 0;
  height: auto;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 2px solid #ffec00;
  border-radius: 10px;
}
.grid-loadMore:hover {
  background-color: transparent;
  color: #000000 !important;
  border: 2px solid #ffec00;
}
.case-grid {
  padding: 0 40px;
}
.thumbnail-caption {
  background: rgba(255, 236, 0, 0.8) none repeat scroll 0 0;
}
.thumbnail-caption h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.thumbnail-caption h5 {
  color: #000000;
  font-size: 16px;
}
.autoGrid-lightbox {
  z-index: 200;
}
.block-black .grid-loadMore:hover {
  color: #ffec00 !important;
}
.grid-header {
  float: left;
  line-height: 45px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.block-black .category-navbar li a {
  color: #ffec00 !important;
}
.category-navbar {
  float: right;
  width: auto;
  background: transparent;
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
}
.category-navbar li {
  line-height: normal;
  padding: 0;
}
.category-navbar li a {
  display: block;
  padding: 10px 50px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  color: #000000 !important;
  background: transparent;
  border-radius: 23px;
  border: 2px solid #000000;
}
.category-navbar li a:hover {
  background: #000000;
  color: #ffffff !important;
  text-decoration: none;
}
.category-navbar li.select a {
  background: #000000;
  color: #ffffff !important;
}
.category-navbar li:first-child {
  margin: 0;
}
.block-black .category-navbar a {
  color: #ffec00 !important;
}
.r-tabs {
  background: none;
  border: none;
  border-radius: 0;
}
.r-tabs table {
  width: 100%;
  border-top: #dedede solid 1px;
  color: #555555;
}
.r-tabs table tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.r-tabs th {
  border-bottom: #dedede solid 1px;
  padding: 10px 5px;
  font-weight: 300;
  text-align: left;
}
.r-tabs td {
  border-bottom: #dedede solid 1px;
  padding: 10px 5px;
}
.r-tabs .r-tabs-panel {
  overflow: auto;
  border: none;
  background: none;
  padding: 60px 0;
  margin-top: -1px;
}
.r-tabs .r-tabs-nav {
  font-size: 0;
  background: #dedede;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  background-color: transparent;
}
.r-tabs .r-tabs-nav .r-tabs-tab:hover {
  background: #d5d5d5;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  position: relative;
  text-shadow: none;
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 25px 50px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-weight: 300;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
  color: #000000;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover:before {
  position: absolute;
  margin: 0 auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #0076b3;
  height: 8px;
  width: 50%;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  position: relative;
  border-radius: 0;
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 25px 50px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  background-color: #0076b3;
  height: 8px;
  width: 50%;
}
.fancybox-button {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .logo {
    display: none;
  }
  .wsmobileheader {
    display: block;
  }
  .wsmenu {
    margin: 0;
  }
  .wsmenu .wsmenu-list li.active {
    border-radius: 0;
  }
  .wsmenu .wsmenu-list > li:hover > a {
    background-color: #ffec00;
  }
  .wsmenu .wsmenu-list > li > a:hover {
    color: #000000;
    border-radius: 0;
  }
  .wsmenu .wsmenu-list > li > .wsmenu-click {
    width: 45px;
    height: 45px !important;
    background: transparent;
  }
  .wsmenu .wsmenu-list > li > .wsmenu-click:hover {
    background: #000000;
  }
  .wsmenu .wsmenu-list > li > .wsmenu-click > i {
    display: block;
    color: #000000;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 12px;
  }
  .wsmenu .wsmenu-list > li > .wsmenu-click > i:hover {
    color: #ffffff;
  }
  .wsmenu .wsmenu-list > li ul.sub-menu {
    top: 0;
    padding-top: 0;
    border-bottom: #dedede solid 1px;
  }
  .wsmenu .wsmenu-list > li ul.sub-menu li:hover > a {
    text-decoration: none;
  }
  .wsmenu .wsmenu-list.main-menu {
    width: 240px;
    margin: 0;
    padding: 0;
  }
  .wsmenu .wsmenu-list.second-menu {
    display: none;
  }
  .wssearch {
    padding: 11px 15px 12px 15px;
  }
  .wssearch .fa.fa-search {
    padding: 5px;
    margin: 0;
    font-size: 2.1rem;
    color: #848080;
    background: none;
  }
  .wssearch .fa.fa-search:hover {
    background: none;
  }
  .wssearch.wsopensearch {
    padding: 14px;
  }
  .wsfixed .main-container {
    margin-top: 53px;
  }
}
@media screen and (max-width: 768px) {
  .grid-header {
    line-height: 35px;
  }
  .category-navbar li a {
    padding: 5px 30px;
  }
  .tabs-header {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    margin-bottom: 2px;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #ffffff;
    background-color: #0076b3;
  }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    background-color: #ddd;
    padding: 20px 10px;
    text-decoration: none;
    text-shadow: none;
    border-radius: 0;
    color: #000000;
  }
  .r-tabs .r-tabs-panel {
    padding: 30px 0;
  }
  .panels {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .newspush-list__box {
    width: 100%;
    padding-right: 0;
  }
  .newspush-list__box .margin-top {
    margin-top: 10px;
  }
}
